:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone'; }

svg.svg-inline--fa:not(:root), svg.svg-inline--fa:not(:host) {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left; }

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

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

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

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

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

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

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

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

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

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

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.rdp {
  --rdp-cell-size: 40px; /* Size of the day cells. */
  --rdp-caption-font-size: 18px; /* Font size for the caption labels. */
  --rdp-accent-color: #0000ff; /* Accent color for the background of selected days. */
  --rdp-background-color: #e7edff; /* Background color for the hovered/focused elements. */
  --rdp-accent-color-dark: #3003e1; /* Accent color for the background of selected days (to use in dark-mode). */
  --rdp-background-color-dark: #180270; /* Background color for the hovered/focused elements (to use in dark-mode). */
  --rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */
  --rdp-outline-selected: 3px solid var(--rdp-accent-color); /* Outline border for focused _and_ selected elements */
  --rdp-selected-color: #fff; /* Color of selected day text */

  margin: 1em;
}

/* Hide elements for devices that are not screen readers */
.rdp-vhidden {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute !important;
  top: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
}

/* Buttons */
.rdp-button_reset {
  appearance: none;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: default;
  color: inherit;
  background: none;
  font: inherit;

  -moz-appearance: none;
  -webkit-appearance: none;
}

.rdp-button_reset:focus-visible {
  /* Make sure to reset outline only when :focus-visible is supported */
  outline: none;
}

.rdp-button {
  border: 2px solid transparent;
}

.rdp-button[disabled]:not(.rdp-day_selected) {
  opacity: 0.25;
}

.rdp-button:not([disabled]) {
  cursor: pointer;
}

.rdp-button:focus-visible:not([disabled]) {
  color: inherit;
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
}

.rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
  background-color: var(--rdp-background-color);
}

.rdp-months {
  display: flex;
}

.rdp-month {
  margin: 0 1em;
}

.rdp-month:first-child {
  margin-left: 0;
}

.rdp-month:last-child {
  margin-right: 0;
}

.rdp-table {
  margin: 0;
  max-width: calc(var(--rdp-cell-size) * 7);
  border-collapse: collapse;
}

.rdp-with_weeknumber .rdp-table {
  max-width: calc(var(--rdp-cell-size) * 8);
  border-collapse: collapse;
}

.rdp-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

.rdp-multiple_months .rdp-caption {
  position: relative;
  display: block;
  text-align: center;
}

.rdp-caption_dropdowns {
  position: relative;
  display: inline-flex;
}

.rdp-caption_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0 0.25em;
  white-space: nowrap;
  color: currentColor;
  border: 0;
  border: 2px solid transparent;
  font-family: inherit;
  font-size: var(--rdp-caption-font-size);
  font-weight: bold;
}

.rdp-nav {
  white-space: nowrap;
}

.rdp-multiple_months .rdp-caption_start .rdp-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rdp-multiple_months .rdp-caption_end .rdp-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.rdp-nav_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  padding: 0.25em;
  border-radius: 100%;
}

/* ---------- */
/* Dropdowns  */
/* ---------- */

.rdp-dropdown_year,
.rdp-dropdown_month {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rdp-dropdown {
  appearance: none;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  opacity: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.rdp-dropdown[disabled] {
  opacity: unset;
  color: unset;
}

.rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
  border-radius: 6px;
}

.rdp-dropdown_icon {
  margin: 0 0 0 5px;
}

.rdp-head {
  border: 0;
}

.rdp-head_row,
.rdp-row {
  height: 100%;
}

.rdp-head_cell {
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  height: 100%;
  height: var(--rdp-cell-size);
  padding: 0;
  text-transform: uppercase;
}

.rdp-tbody {
  border: 0;
}

.rdp-tfoot {
  margin: 0.5em;
}

.rdp-cell {
  width: var(--rdp-cell-size);
  height: 100%;
  height: var(--rdp-cell-size);
  padding: 0;
  text-align: center;
}

.rdp-weeknumber {
  font-size: 0.75em;
}

.rdp-weeknumber,
.rdp-day {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--rdp-cell-size);
  max-width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  margin: 0;
  border: 2px solid transparent;
  border-radius: 100%;
}

.rdp-day_today:not(.rdp-day_outside) {
  font-weight: bold;
}

.rdp-day_selected,
.rdp-day_selected:focus-visible,
.rdp-day_selected:hover {
  color: var(--rdp-selected-color);
  opacity: 1;
  background-color: var(--rdp-accent-color);
}

.rdp-day_outside {
  opacity: 0.5;
}

.rdp-day_selected:focus-visible {
  /* Since the background is the same use again the outline */
  outline: var(--rdp-outline);
  outline-offset: 2px;
  z-index: 1;
}

.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp-day_range_end.rdp-day_range_start {
  border-radius: 100%;
}

.rdp-day_range_middle {
  border-radius: 0;
}
:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone'; }

svg.svg-inline--fa:not(:root), svg.svg-inline--fa:not(:host) {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left; }

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

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

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

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

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

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

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

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

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

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

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.rdp {
  --rdp-cell-size: 40px; /* Size of the day cells. */
  --rdp-caption-font-size: 18px; /* Font size for the caption labels. */
  --rdp-accent-color: #0000ff; /* Accent color for the background of selected days. */
  --rdp-background-color: #e7edff; /* Background color for the hovered/focused elements. */
  --rdp-accent-color-dark: #3003e1; /* Accent color for the background of selected days (to use in dark-mode). */
  --rdp-background-color-dark: #180270; /* Background color for the hovered/focused elements (to use in dark-mode). */
  --rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */
  --rdp-outline-selected: 3px solid var(--rdp-accent-color); /* Outline border for focused _and_ selected elements */
  --rdp-selected-color: #fff; /* Color of selected day text */

  margin: 1em;
}

/* Hide elements for devices that are not screen readers */
.rdp-vhidden {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute !important;
  top: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
}

/* Buttons */
.rdp-button_reset {
  appearance: none;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: default;
  color: inherit;
  background: none;
  font: inherit;

  -moz-appearance: none;
  -webkit-appearance: none;
}

.rdp-button_reset:focus-visible {
  /* Make sure to reset outline only when :focus-visible is supported */
  outline: none;
}

.rdp-button {
  border: 2px solid transparent;
}

.rdp-button[disabled]:not(.rdp-day_selected) {
  opacity: 0.25;
}

.rdp-button:not([disabled]) {
  cursor: pointer;
}

.rdp-button:focus-visible:not([disabled]) {
  color: inherit;
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
}

.rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
  background-color: var(--rdp-background-color);
}

.rdp-months {
  display: flex;
}

.rdp-month {
  margin: 0 1em;
}

.rdp-month:first-child {
  margin-left: 0;
}

.rdp-month:last-child {
  margin-right: 0;
}

.rdp-table {
  margin: 0;
  max-width: calc(var(--rdp-cell-size) * 7);
  border-collapse: collapse;
}

.rdp-with_weeknumber .rdp-table {
  max-width: calc(var(--rdp-cell-size) * 8);
  border-collapse: collapse;
}

.rdp-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

.rdp-multiple_months .rdp-caption {
  position: relative;
  display: block;
  text-align: center;
}

.rdp-caption_dropdowns {
  position: relative;
  display: inline-flex;
}

.rdp-caption_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0 0.25em;
  white-space: nowrap;
  color: currentColor;
  border: 0;
  border: 2px solid transparent;
  font-family: inherit;
  font-size: var(--rdp-caption-font-size);
  font-weight: bold;
}

.rdp-nav {
  white-space: nowrap;
}

.rdp-multiple_months .rdp-caption_start .rdp-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rdp-multiple_months .rdp-caption_end .rdp-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.rdp-nav_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  padding: 0.25em;
  border-radius: 100%;
}

/* ---------- */
/* Dropdowns  */
/* ---------- */

.rdp-dropdown_year,
.rdp-dropdown_month {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rdp-dropdown {
  appearance: none;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  opacity: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.rdp-dropdown[disabled] {
  opacity: unset;
  color: unset;
}

.rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
  border-radius: 6px;
}

.rdp-dropdown_icon {
  margin: 0 0 0 5px;
}

.rdp-head {
  border: 0;
}

.rdp-head_row,
.rdp-row {
  height: 100%;
}

.rdp-head_cell {
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  height: 100%;
  height: var(--rdp-cell-size);
  padding: 0;
  text-transform: uppercase;
}

.rdp-tbody {
  border: 0;
}

.rdp-tfoot {
  margin: 0.5em;
}

.rdp-cell {
  width: var(--rdp-cell-size);
  height: 100%;
  height: var(--rdp-cell-size);
  padding: 0;
  text-align: center;
}

.rdp-weeknumber {
  font-size: 0.75em;
}

.rdp-weeknumber,
.rdp-day {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--rdp-cell-size);
  max-width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  margin: 0;
  border: 2px solid transparent;
  border-radius: 100%;
}

.rdp-day_today:not(.rdp-day_outside) {
  font-weight: bold;
}

.rdp-day_selected,
.rdp-day_selected:focus-visible,
.rdp-day_selected:hover {
  color: var(--rdp-selected-color);
  opacity: 1;
  background-color: var(--rdp-accent-color);
}

.rdp-day_outside {
  opacity: 0.5;
}

.rdp-day_selected:focus-visible {
  /* Since the background is the same use again the outline */
  outline: var(--rdp-outline);
  outline-offset: 2px;
  z-index: 1;
}

.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp-day_range_end.rdp-day_range_start {
  border-radius: 100%;
}

.rdp-day_range_middle {
  border-radius: 0;
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover{opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{background:#ccc;height:3px}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination,.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.info-icon,.questionnaire__container ol .questionnaire__item .tooltip .info-icon,.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__arrow[disabled] .splide__arrow-icon,.questionnaire__container ol .questionnaire__mobile{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;display:inline-block;background-color:#fff}.questionnaire__container ol .questionnaire__mobile{background-image:url("clientlib-beanz-site/resources/svgs/arrow-down-selectbox.svg");width:.625rem;height:.4rem}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__arrow[disabled] .splide__arrow-icon{background-image:url("clientlib-beanz-site/resources/svgs/arrow-down-large-grey.svg");height:.625rem;width:1.25rem}.info-icon,.questionnaire__container ol .questionnaire__item .tooltip .info-icon{background-image:url("clientlib-beanz-site/resources/svgs/info.svg");width:1.375rem;height:1.375rem}.visually-hidden,.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@-webkit-keyframes alerter{0%{background-color:red}50%{background-color:rgba(255,0,0,.2)}100%{background-color:red}}@keyframes alerter{0%{background-color:red}50%{background-color:rgba(255,0,0,.2)}100%{background-color:red}}.visible-md-up{display:none}@media(min-width: 768px){.visible-md-up{display:block}}.visible-lg-up{display:block}@media(max-width: 992px){.visible-lg-up{display:none}}.visible-xl-up{display:none}@media(min-width: 1200px){.visible-xl-up{display:block}}.visible-xxl-up{display:none}@media(min-width: 1440px){.visible-xxl-up{display:block}}.hidden-xl-up{display:block}@media(min-width: 1200px){.hidden-xl-up{display:none}}.hidden-md-up{display:block}@media(min-width: 768px){.hidden-md-up{display:none}}.hidden-lg-up{display:block}@media(min-width: 992px){.hidden-lg-up{display:none}}.hidden-xxl-up{display:block}@media(min-width: 1440px){.hidden-xxl-up{display:none}}.xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-only{display:block}}.col-xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-hide{display:block}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-hide{display:none}}.col-xs-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-hide{display:none !important}}.xs-up{display:none}@media screen and (min-width: 0){.xs-up{display:block}}.col-xs-up{display:none}@media screen and (min-width: 0){.col-xs-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-down{display:none}@media screen and (max-width: 575.98px){.xs-down{display:block}}.col-xs-down{display:none}@media screen and (max-width: 575.98px){.col-xs-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-only{display:none}@media screen and (max-width: 767.98px){.sm-only{display:block}}.col-sm-only{display:none}@media screen and (max-width: 767.98px){.col-sm-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-hide{display:block}@media screen and (max-width: 767.98px){.sm-hide{display:none}}.col-sm-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px){.col-sm-hide{display:none !important}}.sm-up{display:none;display:block}.col-sm-up{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.sm-down{display:none}@media screen and (max-width: 767.98px){.sm-down{display:block}}.col-sm-down{display:none}@media screen and (max-width: 767.98px){.col-sm-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-only{display:block}}.col-md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-hide{display:block}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-hide{display:none}}.col-md-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-hide{display:none !important}}.md-up{display:none}@media screen and (min-width: 768px){.md-up{display:block}}.col-md-up{display:none}@media screen and (min-width: 768px){.col-md-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-down{display:none}@media screen and (max-width: 991.99px){.md-down{display:block}}.col-md-down{display:none}@media screen and (max-width: 991.99px){.col-md-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-only{display:none}@media screen and (min-width: 992px){.lg-only{display:block}}.col-lg-only{display:none}@media screen and (min-width: 992px){.col-lg-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-hide{display:block}@media screen and (min-width: 992px){.lg-hide{display:none}}.col-lg-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 992px){.col-lg-hide{display:none !important}}.lg-up{display:none}@media screen and (min-width: 992px){.lg-up{display:block}}.col-lg-up{display:none}@media screen and (min-width: 992px){.col-lg-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-down{display:none;display:block}.col-lg-down{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.xl-only{display:block}}.col-xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-hide{display:block}@media screen and (min-width: 1200px)and (max-width: ){.xl-hide{display:none}}.col-xl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-hide{display:none !important}}.xl-up{display:none}@media screen and (min-width: 1200px){.xl-up{display:block}}.col-xl-up{display:none}@media screen and (min-width: 1200px){.col-xl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-down{display:none}@media screen and (max-width: ){.xl-down{display:block}}.col-xl-down{display:none}@media screen and (max-width: ){.col-xl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.xxl-only{display:block}}.col-xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-hide{display:block}@media screen and (min-width: 1440px)and (max-width: ){.xxl-hide{display:none}}.col-xxl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-hide{display:none !important}}.xxl-up{display:none}@media screen and (min-width: 1440px){.xxl-up{display:block}}.col-xxl-up{display:none}@media screen and (min-width: 1440px){.col-xxl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-down{display:none}@media screen and (max-width: ){.xxl-down{display:block}}.col-xxl-down{display:none}@media screen and (max-width: ){.col-xxl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-only{display:block}}.col-xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-hide{display:block}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-hide{display:none}}.col-xs-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-hide{display:none !important}}.xs-up{display:none}@media screen and (min-width: 0){.xs-up{display:block}}.col-xs-up{display:none}@media screen and (min-width: 0){.col-xs-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-down{display:none}@media screen and (max-width: 575.98px){.xs-down{display:block}}.col-xs-down{display:none}@media screen and (max-width: 575.98px){.col-xs-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-only{display:none}@media screen and (max-width: 767.98px){.sm-only{display:block}}.col-sm-only{display:none}@media screen and (max-width: 767.98px){.col-sm-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-hide{display:block}@media screen and (max-width: 767.98px){.sm-hide{display:none}}.col-sm-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px){.col-sm-hide{display:none !important}}.sm-up{display:none;display:block}.col-sm-up{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.sm-down{display:none}@media screen and (max-width: 767.98px){.sm-down{display:block}}.col-sm-down{display:none}@media screen and (max-width: 767.98px){.col-sm-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-only{display:block}}.col-md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-hide{display:block}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-hide{display:none}}.col-md-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-hide{display:none !important}}.md-up{display:none}@media screen and (min-width: 768px){.md-up{display:block}}.col-md-up{display:none}@media screen and (min-width: 768px){.col-md-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-down{display:none}@media screen and (max-width: 991.99px){.md-down{display:block}}.col-md-down{display:none}@media screen and (max-width: 991.99px){.col-md-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-only{display:none}@media screen and (min-width: 992px){.lg-only{display:block}}.col-lg-only{display:none}@media screen and (min-width: 992px){.col-lg-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-hide{display:block}@media screen and (min-width: 992px){.lg-hide{display:none}}.col-lg-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 992px){.col-lg-hide{display:none !important}}.lg-up{display:none}@media screen and (min-width: 992px){.lg-up{display:block}}.col-lg-up{display:none}@media screen and (min-width: 992px){.col-lg-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-down{display:none;display:block}.col-lg-down{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.xl-only{display:block}}.col-xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-hide{display:block}@media screen and (min-width: 1200px)and (max-width: ){.xl-hide{display:none}}.col-xl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-hide{display:none !important}}.xl-up{display:none}@media screen and (min-width: 1200px){.xl-up{display:block}}.col-xl-up{display:none}@media screen and (min-width: 1200px){.col-xl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-down{display:none}@media screen and (max-width: ){.xl-down{display:block}}.col-xl-down{display:none}@media screen and (max-width: ){.col-xl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.xxl-only{display:block}}.col-xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-hide{display:block}@media screen and (min-width: 1440px)and (max-width: ){.xxl-hide{display:none}}.col-xxl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-hide{display:none !important}}.xxl-up{display:none}@media screen and (min-width: 1440px){.xxl-up{display:block}}.col-xxl-up{display:none}@media screen and (min-width: 1440px){.col-xxl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-down{display:none}@media screen and (max-width: ){.xxl-down{display:block}}.col-xxl-down{display:none}@media screen and (max-width: ){.col-xxl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.flex-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-grow-2{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.flex-grow-3{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-1{-ms-flex-negative:1;flex-shrink:1}.flex-shrink-2{-ms-flex-negative:2;flex-shrink:2}.flex-shrink-3{-ms-flex-negative:3;flex-shrink:3}.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-center{-ms-flex-line-pack:center;align-content:center}.align-content-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-center{-ms-flex-item-align:center;align-self:center}.align-self-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.row-gap{row-gap:var(--xps-row-gap, 40px) !important}.flex-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-sm-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-sm-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-sm-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-sm-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-sm-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-sm-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-sm-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-sm-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-sm-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-sm-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-sm-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-sm-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-sm-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-sm-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-sm-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-sm-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-sm-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-sm-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-sm-center{-ms-flex-line-pack:center;align-content:center}.align-content-sm-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-sm-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-sm-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-sm-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-sm-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-sm-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-sm-center{-ms-flex-item-align:center;align-self:center}.align-self-sm-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-sm-stretch{-ms-flex-item-align:stretch;align-self:stretch}@media screen and (min-width: 768px){.flex-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-md-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-md-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-md-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-md-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-md-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-md-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-md-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-md-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-md-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-md-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-md-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-md-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-md-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-md-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-md-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-md-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-md-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-md-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-md-center{-ms-flex-line-pack:center;align-content:center}.align-content-md-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-md-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-md-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-md-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-md-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-md-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-md-center{-ms-flex-item-align:center;align-self:center}.align-self-md-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-md-stretch{-ms-flex-item-align:stretch;align-self:stretch}}@media screen and (min-width: 992px){.flex-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-lg-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-lg-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-lg-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-lg-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-lg-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-lg-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-lg-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-lg-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-lg-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-lg-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-lg-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-lg-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-lg-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-lg-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-lg-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-lg-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-lg-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-lg-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-lg-center{-ms-flex-line-pack:center;align-content:center}.align-content-lg-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-lg-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-lg-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-lg-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-lg-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-lg-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-lg-center{-ms-flex-item-align:center;align-self:center}.align-self-lg-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-lg-stretch{-ms-flex-item-align:stretch;align-self:stretch}}.grid-container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.25rem;padding-left:1.25rem;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--grid-bg-color)}@media screen and (min-width: 0){.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:100%}}@media screen and (min-width: 768px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:100%}}@media screen and (min-width: 992px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:100%}}@media screen and (min-width: 1200px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:1440px}}@media screen and (min-width: 1440px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:1440px}}.grid-container *,.grid-container ::after,.grid-container ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.grid-container.no-gutters{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.grid-container-fluid{width:100%;margin-right:auto;margin-left:auto;background-color:var(--grid-bg-color)}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.fixed-row{max-width:1360px;margin:auto !important;padding:0 20px}@media(min-width: 768px){.fixed-row{padding:0 40px}}@media(min-width: 1440px){.fixed-row{padding:0}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xs,.col-xs-auto,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{position:relative;width:100%;min-height:1px;padding-right:.3125rem;padding-left:.3125rem}@media screen and (min-width: 0){.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xs,.col-xs-auto,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{padding-right:.3125rem;padding-left:.3125rem}}@media screen and (min-width: 768px){.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xs,.col-xs-auto,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 992px){.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xs,.col-xs-auto,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 1200px){.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xs,.col-xs-auto,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 1440px){.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xs,.col-xs-auto,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 0){.col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xs-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (min-width: 1440px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}.row.negative-gutters{margin-right:-0.3125rem;margin-left:-0.3125rem}@media screen and (min-width: 0){.row.negative-gutters{margin-right:-0.3125rem;margin-left:-0.3125rem}}@media screen and (min-width: 768px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 992px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 1200px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 1440px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}.flex-baseline,.flex-stretch,.flex-space-evenly,.flex-space-around,.flex-space-between,.flex-end,.flex-align-center,.flex-justify-center,.flex-center,.flex-col,.flex-column,.display-flex,.flex,.flex-box,.flex-row,.flex-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.flex-col,.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-space-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex-direction-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-direction-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-direction-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-flex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-space-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-content-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.align-items-flex-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-flex-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-flex-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-flex-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-center{-ms-flex-line-pack:center;align-content:center}.align-content-space-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-space-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-space-evenly{-ms-flex-line-pack:space-evenly;align-content:space-evenly}.align-content-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-flex-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-flex-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-center{-ms-flex-item-align:center;align-self:center}.align-self-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-self-auto{-ms-flex-item-align:auto;align-self:auto}.flex-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0}.flex-fixed{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.flex-auto{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.flex-none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-item{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-fixed{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-auto{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-none{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-2{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.flex-3{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.flex-4{-webkit-box-flex:4;-ms-flex-positive:4;flex-grow:4}.flex-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.flex-90{-webkit-box-flex:1;-ms-flex:1 1 90%;flex:1 1 90%}.flex-80{-webkit-box-flex:1;-ms-flex:1 1 80%;flex:1 1 80%}.flex-75{-webkit-box-flex:1;-ms-flex:1 1 75%;flex:1 1 75%}.flex-70{-webkit-box-flex:1;-ms-flex:1 1 70%;flex:1 1 70%}.flex-66{-webkit-box-flex:1;-ms-flex:1 1 66.6666666667%;flex:1 1 66.6666666667%}.flex-60{-webkit-box-flex:1;-ms-flex:1 1 60%;flex:1 1 60%}.flex-50{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.flex-40{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%}.flex-33{-webkit-box-flex:1;-ms-flex:1 1 33.3333333333%;flex:1 1 33.3333333333%}.flex-30{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%}.flex-25{-webkit-box-flex:1;-ms-flex:1 1 25%;flex:1 1 25%}.flex-20{-webkit-box-flex:1;-ms-flex:1 1 20%;flex:1 1 20%}.flex-10{-webkit-box-flex:1;-ms-flex:1 1 10%;flex:1 1 10%}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-no-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-only{display:block}}.col-xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-hide{display:block}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-hide{display:none}}.col-xs-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-hide{display:none !important}}.xs-up{display:none}@media screen and (min-width: 0){.xs-up{display:block}}.col-xs-up{display:none}@media screen and (min-width: 0){.col-xs-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-down{display:none}@media screen and (max-width: 575.98px){.xs-down{display:block}}.col-xs-down{display:none}@media screen and (max-width: 575.98px){.col-xs-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-only{display:none}@media screen and (max-width: 767.98px){.sm-only{display:block}}.col-sm-only{display:none}@media screen and (max-width: 767.98px){.col-sm-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-hide{display:block}@media screen and (max-width: 767.98px){.sm-hide{display:none}}.col-sm-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px){.col-sm-hide{display:none !important}}.sm-up{display:none;display:block}.col-sm-up{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.sm-down{display:none}@media screen and (max-width: 767.98px){.sm-down{display:block}}.col-sm-down{display:none}@media screen and (max-width: 767.98px){.col-sm-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-only{display:block}}.col-md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-hide{display:block}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-hide{display:none}}.col-md-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-hide{display:none !important}}.md-up{display:none}@media screen and (min-width: 768px){.md-up{display:block}}.col-md-up{display:none}@media screen and (min-width: 768px){.col-md-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-down{display:none}@media screen and (max-width: 991.99px){.md-down{display:block}}.col-md-down{display:none}@media screen and (max-width: 991.99px){.col-md-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-only{display:none}@media screen and (min-width: 992px){.lg-only{display:block}}.col-lg-only{display:none}@media screen and (min-width: 992px){.col-lg-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-hide{display:block}@media screen and (min-width: 992px){.lg-hide{display:none}}.col-lg-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 992px){.col-lg-hide{display:none !important}}.lg-up{display:none}@media screen and (min-width: 992px){.lg-up{display:block}}.col-lg-up{display:none}@media screen and (min-width: 992px){.col-lg-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-down{display:none;display:block}.col-lg-down{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.xl-only{display:block}}.col-xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-hide{display:block}@media screen and (min-width: 1200px)and (max-width: ){.xl-hide{display:none}}.col-xl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-hide{display:none !important}}.xl-up{display:none}@media screen and (min-width: 1200px){.xl-up{display:block}}.col-xl-up{display:none}@media screen and (min-width: 1200px){.col-xl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-down{display:none}@media screen and (max-width: ){.xl-down{display:block}}.col-xl-down{display:none}@media screen and (max-width: ){.col-xl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.xxl-only{display:block}}.col-xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-hide{display:block}@media screen and (min-width: 1440px)and (max-width: ){.xxl-hide{display:none}}.col-xxl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-hide{display:none !important}}.xxl-up{display:none}@media screen and (min-width: 1440px){.xxl-up{display:block}}.col-xxl-up{display:none}@media screen and (min-width: 1440px){.col-xxl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-down{display:none}@media screen and (max-width: ){.xxl-down{display:block}}.col-xxl-down{display:none}@media screen and (max-width: ){.col-xxl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.m-5{margin:5px}.mt-5{margin-top:5px}.mr-5{margin-right:5px}.mb-5{margin-bottom:5px}.ml-5{margin-left:5px}.mx-5{margin-right:5px;margin-left:5px}.my-5{margin-top:5px;margin-bottom:5px}.m-10{margin:10px}.mt-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.mx-10{margin-right:10px;margin-left:10px}.my-10{margin-top:10px;margin-bottom:10px}.m-15{margin:15px}.mt-15{margin-top:15px}.mr-15{margin-right:15px}.mb-15{margin-bottom:15px}.ml-15{margin-left:15px}.mx-15{margin-right:15px;margin-left:15px}.my-15{margin-top:15px;margin-bottom:15px}.m-20{margin:20px}.mt-20{margin-top:20px}.mr-20{margin-right:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mx-20{margin-right:20px;margin-left:20px}.my-20{margin-top:20px;margin-bottom:20px}.m-25{margin:25px}.mt-25{margin-top:25px}.mr-25{margin-right:25px}.mb-25{margin-bottom:25px}.ml-25{margin-left:25px}.mx-25{margin-right:25px;margin-left:25px}.my-25{margin-top:25px;margin-bottom:25px}.m-30{margin:30px}.mt-30{margin-top:30px}.mr-30{margin-right:30px}.mb-30{margin-bottom:30px}.ml-30{margin-left:30px}.mx-30{margin-right:30px;margin-left:30px}.my-30{margin-top:30px;margin-bottom:30px}.m-35{margin:35px}.mt-35{margin-top:35px}.mr-35{margin-right:35px}.mb-35{margin-bottom:35px}.ml-35{margin-left:35px}.mx-35{margin-right:35px;margin-left:35px}.my-35{margin-top:35px;margin-bottom:35px}.m-40{margin:40px}.mt-40{margin-top:40px}.mr-40{margin-right:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.mx-40{margin-right:40px;margin-left:40px}.my-40{margin-top:40px;margin-bottom:40px}.m-45{margin:45px}.mt-45{margin-top:45px}.mr-45{margin-right:45px}.mb-45{margin-bottom:45px}.ml-45{margin-left:45px}.mx-45{margin-right:45px;margin-left:45px}.my-45{margin-top:45px;margin-bottom:45px}.m-50{margin:50px}.mt-50{margin-top:50px}.mr-50{margin-right:50px}.mb-50{margin-bottom:50px}.ml-50{margin-left:50px}.mx-50{margin-right:50px;margin-left:50px}.my-50{margin-top:50px;margin-bottom:50px}.m-auto{margin:autopx}.mt-auto{margin-top:autopx}.mr-auto{margin-right:autopx}.mb-auto{margin-bottom:autopx}.ml-auto{margin-left:autopx}.mx-auto{margin-right:autopx;margin-left:autopx}.my-auto{margin-top:autopx;margin-bottom:autopx}.p-5{padding:5px}.pt-5{padding-top:5px}.pr-5{padding-right:5px}.pb-5{padding-bottom:5px}.pl-5{padding-left:5px}.px-5{padding-right:5px;padding-left:5px}.py-5{padding-top:5px;padding-bottom:5px}.p-10{padding:10px}.pt-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.px-10{padding-right:10px;padding-left:10px}.py-10{padding-top:10px;padding-bottom:10px}.p-15{padding:15px}.pt-15{padding-top:15px}.pr-15{padding-right:15px}.pb-15{padding-bottom:15px}.pl-15{padding-left:15px}.px-15{padding-right:15px;padding-left:15px}.py-15{padding-top:15px;padding-bottom:15px}.p-20{padding:20px}.pt-20{padding-top:20px}.pr-20{padding-right:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}.px-20{padding-right:20px;padding-left:20px}.py-20{padding-top:20px;padding-bottom:20px}.p-25{padding:25px}.pt-25{padding-top:25px}.pr-25{padding-right:25px}.pb-25{padding-bottom:25px}.pl-25{padding-left:25px}.px-25{padding-right:25px;padding-left:25px}.py-25{padding-top:25px;padding-bottom:25px}.p-30{padding:30px}.pt-30{padding-top:30px}.pr-30{padding-right:30px}.pb-30{padding-bottom:30px}.pl-30{padding-left:30px}.px-30{padding-right:30px;padding-left:30px}.py-30{padding-top:30px;padding-bottom:30px}.p-35{padding:35px}.pt-35{padding-top:35px}.pr-35{padding-right:35px}.pb-35{padding-bottom:35px}.pl-35{padding-left:35px}.px-35{padding-right:35px;padding-left:35px}.py-35{padding-top:35px;padding-bottom:35px}.p-40{padding:40px}.pt-40{padding-top:40px}.pr-40{padding-right:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.px-40{padding-right:40px;padding-left:40px}.py-40{padding-top:40px;padding-bottom:40px}.p-45{padding:45px}.pt-45{padding-top:45px}.pr-45{padding-right:45px}.pb-45{padding-bottom:45px}.pl-45{padding-left:45px}.px-45{padding-right:45px;padding-left:45px}.py-45{padding-top:45px;padding-bottom:45px}.p-50{padding:50px}.pt-50{padding-top:50px}.pr-50{padding-right:50px}.pb-50{padding-bottom:50px}.pl-50{padding-left:50px}.px-50{padding-right:50px;padding-left:50px}.py-50{padding-top:50px;padding-bottom:50px}.p-auto{padding:autopx}.pt-auto{padding-top:autopx}.pr-auto{padding-right:autopx}.pb-auto{padding-bottom:autopx}.pl-auto{padding-left:autopx}.px-auto{padding-right:autopx;padding-left:autopx}.py-auto{padding-top:autopx;padding-bottom:autopx}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes fadeInWithSlideInRight{0%{opacity:0;-webkit-transform:translateX(20rem);transform:translateX(20rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInWithSlideInRight{0%{opacity:0;-webkit-transform:translateX(20rem);transform:translateX(20rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(0.5);transform:scale(0.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(0.5);transform:scale(0.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.gray-shade{position:relative}.gray-shade::after{position:absolute;content:" ";width:100%;height:100%;top:0;left:0}.gray-shade-1::after,.gray-shade-overlay-1::after{background-color:var(--sg-overlay-8, rgba(0, 0, 0, 0.8))}.gray-shade-2::after,.gray-shade-overlay-2::after{background-color:var(--sg-overlay-7, rgba(0, 0, 0, 0.7))}.gray-shade-3::after,.gray-shade-overlay-3::after{background-color:var(--sg-overlay-6, rgba(0, 0, 0, 0.6))}.gray-shade-4::after,.gray-shade-overlay-4::after{background-color:var(--sg-overlay-5, rgba(0, 0, 0, 0.5))}.gray-shade-5::after,.gray-shade-overlay-5::after{background-color:var(--sg-overlay-4, rgba(0, 0, 0, 0.4))}.gray-shade-6::after,.gray-shade-overlay-6::after{background-color:var(--sg-overlay-3, rgba(0, 0, 0, 0.3))}.gray-shade-7::after,.gray-shade-overlay-7::after{background-color:var(--sg-overlay-2, rgba(0, 0, 0, 0.2))}.gray-shade-8::after,.gray-shade-overlay-8::after{background-color:var(--sg-overlay-1, rgba(0, 0, 0, 0.1))}.page-loader-wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.5);z-index:9999}.page-loader-spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:65px;height:65px}.page-loader-spinner .path{stroke:#f8f9fa;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.xps-btnv2,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--xps-btnv2-border-radius: 48px;--xps-btnv2-border-width: 1px;--xps-btn-spacing-sm-x:20px;--xps-btn-spacing-lg-x: 32px;--xps-btnv2-text-color: #ffffff;--xps-btnv2-bg-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-border-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-hover-text-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-hover-bg-color: #ffffff;--xps-btnv2-hover-border-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-active-text-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-active-bg-color: rgba(49, 54, 56, 0.2);--xps-btnv2-active-border-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-focus-color: var(--sg-focus-color, #046B99);--xps-btnv2-primary-outlined-text-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-primary-outlined-bg-color: transparent;--xps-btnv2-primary-outlined-border-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-primary-outlined-hover-text-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-primary-outlined-hover-bg-color: rgba(49, 54, 56, 0.1);--xps-btnv2-primary-outlined-hover-border-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-primary-outlined-active-text-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-primary-outlined-active-bg-color: rgba(49, 54, 56, 0.2);--xps-btnv2-primary-outlined-active-border-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-primary-outlined-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-primary-outlined-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-primary-outlined-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-primary-clear-text-color: var(--sg-secondary-brand-bg, #313638);--xps-btnv2-secondary-text-color: #ffffff;--xps-btnv2-secondary-bg-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-border-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-hover-text-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-hover-bg-color: #ffffff;--xps-btnv2-secondary-hover-border-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-active-text-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-active-bg-color: rgba(66, 21, 64, 0.2);--xps-btnv2-secondary-active-border-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-secondary-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-outlined-text-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-outlined-bg-color: transparent;--xps-btnv2-secondary-outlined-border-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-outlined-hover-text-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-outlined-hover-bg-color: rgba(66, 21, 64, 0.1);--xps-btnv2-secondary-outlined-hover-border-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-outlined-active-text-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-outlined-active-bg-color: rgba(66, 21, 64, 0.2);--xps-btnv2-secondary-outlined-active-border-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-secondary-outlined-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-secondary-outlined-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-outlined-disable-border-color: rvar(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-clear-text-color: var(--sg-brand-accent-1, #421540);--xps-btnv2-tertiary-text-color: var( --sg-secondary-brand-bg, #313638);--xps-btnv2-tertiary-bg-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-hover-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-hover-bg-color: transparent;--xps-btnv2-tertiary-hover-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-active-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-active-bg-color: rgba(255, 255, 255, 0.2);--xps-btnv2-tertiary-active-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-tertiary-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-tertiary-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-tertiary-outline-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-bg-color: transparent;--xps-btnv2-tertiary-outline-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-hover-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-hover-bg-color: rgba(255, 255, 255, 0.1);--xps-btnv2-tertiary-outline-hover-border-color: #ffffff;--xps-btnv2-tertiary-outline-active-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-active-bg-color: rgba(255, 255, 255, 0.2);--xps-btnv2-tertiary-outline-active-border-color: #ffffff;--xps-btnv2-tertiary-outline-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-tertiary-outline-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-tertiary-outline-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-text-color: var( --sg-secondary-ramp-1, #ffffff);--xps-btnv2-black-bg-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-border-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-hover-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-hover-bg-color: transparent;--xps-btnv2-black-hover-border-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-active-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-active-bg-color: rgba(49, 54, 56, 0.1);--xps-btnv2-black-active-border-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-black-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-outline-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-outline-bg-color: transparent;--xps-btnv2-black-outline-border-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-outline-hover-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-outline-hover-bg-color: rgba(49, 54, 56, 0.1);--xps-btnv2-black-outline-hover-border-color: #313638;--xps-btnv2-black-outline-active-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-black-outline-active-bg-color: rgba(49, 54, 56, 0.2);--xps-btnv2-black-outline-active-border-color: #313638;--xps-btnv2-black-outline-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-black-outline-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-outline-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-pill-bg-color: rgba(10, 10, 10, 0.04);--xps-btnv2-pill-border-color: rgba(10, 10, 10, 0.04);--xps-btnv2-pill-hover-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-pill-hover-bg-color: rgba(10, 10, 10, 0.12);--xps-btnv2-pill-hover-border-color: rgba(10, 10, 10, 0.12);--xps-btnv2-pill-active-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-pill-active-bg-color: rgba(10, 10, 10, 0.26);--xps-btnv2-pill-active-border-color: rgba(10, 10, 10, 0.26);--xps-btnv2-pill-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-pill-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-outline-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-pill-outline-bg-color: #ffffff;--xps-btnv2-pill-outline-border-color: rgba(10, 10, 10, 0.38);--xps-btnv2-pill-outline-hover-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-pill-outline-hover-bg-color: rgba(10, 10, 10, 0.12);--xps-btnv2-pill-outline-hover-border-color: rgba(10, 10, 10, 0.38);--xps-btnv2-pill-outline-active-text-color: var(--sg-primary-ramp-1, #313638);--xps-btnv2-pill-outline-active-bg-color: rgba(10, 10, 10, 0.26);--xps-btnv2-pill-outline-active-border-color: rgba(10, 10, 10, 0.38);--xps-btnv2-pill-outline-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-pill-outline-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-outline-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-outline-selected-text-color: #ffffff;--xps-btnv2-pill-outline-selected-bg-color: var(--sg-secondary-brand-bg, $sg-dark-primary);--xps-btnv2-pill-outline-selected-border-color: var(--sg-secondary-brand-bg, $sg-dark-primary)}button#chip{height:30px;border-radius:15px;text-align:center;line-height:30px;padding:0 15px;background-color:rgba(0,0,0,0);color:#313638;margin-right:10px;border-color:#d0d0d0}button#chip:hover{background-color:#421540;color:#fff}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:auto 1fr}@media(min-width: 768px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:unset}}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{height:120px}@media(min-width: 768px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:auto;height:270px;width:auto}}@media(min-width: 1920px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:212px}}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-time-wrapper{padding:2px 5px}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-time-wrapper .cmp-image__video-container-icon{display:none}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{height:162px}@media(min-width: 768px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{height:340px;width:unset}}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-time-wrapper{padding:2px 5px}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-time-wrapper .cmp-image__video-container-icon{display:none}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:auto}@media(min-width: 992px){.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:unset}}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-list__item{margin-top:5px}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-list__item>p{font-size:14px}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:262px;height:147px}@media(min-width: 768px){.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:210px;height:118px}}@media(min-width: 1200px){.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:267px;height:150px}}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-time-wrapper-duration{font-size:14px}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal{display:grid;grid-template-columns:1fr 2fr;gap:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;padding:10px 15px;margin-bottom:10px}@media(min-width: 768px){.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal{grid-template-columns:2fr 3fr;padding:10px 20px}}@media(min-width: 1200px){.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal{grid-template-columns:3fr 5fr;gap:20px}}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3{margin-bottom:7px;font-size:16px;line-height:24px;margin-bottom:7px}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-list__item{gap:10px;display:none}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{height:120px;width:120px}@media(min-width: 768px){.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{width:150px;height:100px}}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal{margin:0;grid-template-columns:auto 1fr;gap:20px}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{width:110px !important;height:110px !important;border-radius:8px}@media(min-width: 768px){.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{width:150px;height:150px}}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3{margin:0;padding:0;font-family:"Archer-Book",sans-serif;font-weight:400;font-size:20px;font-family:"Archer-Book",sans-serif;line-height:28px;color:#313638}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-card__actions-layout a,.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-card__actions-layout button{font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;font-size:14px;font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:22px;color:#313638;text-decoration:underline;cursor:pointer;border:0;background:none}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{width:110px;height:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:110px !important;height:110px !important;border-radius:8px}@media(min-width: 768px){.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{width:150px;height:150px}}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{width:110px;height:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:110px !important;height:110px !important;border-radius:8px}@media(min-width: 768px){.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{width:150px;height:150px}}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal{grid-gap:20px;grid-template-columns:auto 1fr;gap:30px;margin:0;padding:15px;background-color:#fff}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3{margin:0;padding:0;color:#313638;font-weight:400;font-size:14px;font-family:"Helvetica-Neue",sans-serif;line-height:22px}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3 a{pointer-events:none}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-list__item{margin-bottom:unset}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-card__actions-layout a{color:#313638;font-weight:400;font-size:20px;font-family:"Archer-Book",sans-serif;line-height:28px;text-decoration:none;background:none;border:0}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px !important;height:100px !important}@media(min-width: 768px){.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{width:100px !important;height:100px !important}}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{position:unset !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px !important;height:100px !important}@media(min-width: 768px){.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{width:100px !important;height:100px !important}}.video-player{width:100% !important;height:200px !important}@media screen and (min-width: 992px){.video-player{height:360px !important}}.video-player .react-player__preview{border-radius:8px}@media screen and (max-width: 991.99px){.video-player .react-player__preview{background-position:left !important}}.cmp-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.cmp-list__item p{margin-bottom:0px !important}.badge{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px;color:#fff;font-weight:bold;font-size:12px;font-family:"Helvetica-Neue";line-height:16px;white-space:break-spaces;text-align:center;border-radius:3px}.badge:focus{outline:1px #000 dotted;outline-offset:1px}.xps-card{display:grid;grid-template-columns:1fr;gap:15px;width:100%}.xps-card .card-header{position:relative;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xps-card .card-body{position:relative;display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xps-card .card-action{position:relative;display:block;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xps-card.vertical-card.responsive{grid-template-columns:auto 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media screen and (min-width: 768px){.xps-card.vertical-card.responsive{grid-template-columns:1fr}}.xps-card.horizontal-card{grid-template-columns:1.5fr 1fr}.xps-card.horizontal-card.responsive{grid-template-columns:1fr}@media screen and (min-width: 768px){.xps-card.horizontal-card.responsive{grid-template-columns:1.8fr 1fr;gap:40px}}.cmp-image__video-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:10px}.cmp-image__video-container::after{position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;content:""}.cmp-image__video-container-size{height:100%;width:100%}.cmp-image__video-container-time-wrapper{position:absolute;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 0 5px;padding:4px;background-color:rgba(0,0,0,.65);border-radius:8px}.cmp-image__video-container-time-wrapper-icon{margin:0 5px 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.cmp-image__video-container-time-wrapper-icon svg{width:14px;height:14px}.cmp-image__video-container-time-wrapper-duration{font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:12px;color:#fff;background:rgba(0,0,0,0);font-weight:bold;line-height:normal}.trendingRecipes{margin:30px 0 0}.trendingRecipes .trendingRecipesTitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:30px}.trendingRecipes .trendingRecipesTitle h2{margin-right:10px}.trendingRecipes .trendingRecipesTitle a{font-size:14px;text-decoration:underline}.trendingRecipesCards{display:grid;grid-auto-rows:auto;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin:auto;margin-bottom:50px}@media(min-width: 768px){.trendingRecipesCards{grid-template-columns:repeat(5, 1fr)}}.cmp-card--archer-txt{margin:25px 0 35px}.cmp-card--archer-txt .cmp-text{padding-bottom:2rem;padding-right:50px;padding-left:50px}@media(min-width: 768px){.cmp-card--archer-txt .cmp-text{padding-right:100px;padding-left:100px}}@media(min-width: 992px){.cmp-card--archer-txt .cmp-text{padding-right:150px;padding-left:150px}}.cmp-card--archer-txt .cmp-text h4{font-family:"Archer-Ssm",sans-serif;font-size:1rem;line-height:1.5;font-weight:700;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures;text-align:center;margin-bottom:15px}@media(min-width: 768px){.cmp-card--archer-txt .cmp-text h4{font-size:20px;line-height:1.4}}.cmp-card--archer-txt .cmp-text a{color:#b83fab}.cmp-title--card-return .cmp-title{margin:.67em 0;margin-top:-0.625rem;margin-bottom:1.25rem;padding-right:50px;padding-left:50px;padding-top:40px;padding-bottom:1.875rem}@media(min-width: 768px){.cmp-title--card-return .cmp-title{padding-right:100px;padding-left:100px;padding-top:50px}}@media(min-width: 992px){.cmp-title--card-return .cmp-title{padding-bottom:2.5rem;padding-right:150px;padding-left:150px;padding-top:50px}}.cmp-title--card-return .cmp-title .cmp-title__text{font-size:24px;font-weight:700;text-align:center;letter-spacing:-0.5px;color:#007584;margin-top:-0.625rem;line-height:normal;font-family:"Archer-Ssm",sans-serif;font-style:normal}@media(min-width: 768px){.cmp-title--card-return .cmp-title .cmp-title__text{font-size:32px}}@media(min-width: 992px){.cmp-title--card-return .cmp-title .cmp-title__text{font-size:48px}}.cmp-title--perfectcard{padding-top:1.25rem}@media(min-width: 768px){.cmp-title--perfectcard{padding-top:2.5rem}}@media(min-width: 992px){.cmp-title--perfectcard{padding-top:5rem}}.cmp-title--perfectcard .cmp-title{padding-bottom:1.875rem;padding-right:50px;padding-left:50px;padding-top:40px;color:#2b2b2d;letter-spacing:-0.5px;margin-bottom:20px;line-height:normal;font-family:"Archer-Ssm",sans-serif;text-align:center}@media(min-width: 768px){.cmp-title--perfectcard .cmp-title{padding-right:100px;padding-left:100px;padding-top:50px}}@media(min-width: 992px){.cmp-title--perfectcard .cmp-title{padding-bottom:2.5rem;padding-right:150px;padding-left:150px;padding-top:50px}}.cmp-title--perfectcard .cmp-title h2{font-size:24px;font-weight:700}@media(min-width: 768px){.cmp-title--perfectcard .cmp-title h2{font-size:36px}}@media(min-width: 992px){.cmp-title--perfectcard .cmp-title h2{font-size:48px}}.smart-teaser-homepage__thin-banner .cmp-teaser{position:relative;width:100%;padding:35px 10px}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap{width:100%}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap .cmp-teaser__image{height:100%;overflow:hidden}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap .cmp-teaser__image img{width:100%;height:631px;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap .cmp-teaser__image img{height:321px}}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{position:absolute;top:50%;left:50%;width:80%;padding:2rem 1rem 0;color:#fff;text-align:center;-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{width:50%;text-align:left;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}}@media(min-width: 992px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{padding:2rem}}@media(min-width: 1200px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{padding:2rem 5rem}}@media(min-width: 1440px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{padding:2rem 10rem}}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title{color:#fff;font-family:"Archer-Ssm",sans-serif}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link{color:#fff;font-family:"Archer-Ssm",sans-serif}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:20px}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:15px}}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{display:inline-block;width:50%;padding:10px 0;color:#fff;font-weight:700;font-size:14px;font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.5;white-space:nowrap;text-align:center;text-shadow:none;vertical-align:middle;border:1px solid;border-color:#fff;border-radius:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{width:30%;font-size:16px}}.loading-skeleton{background-color:#eaeaea;background-image:-webkit-gradient(linear, left top, right top, from(#eaeaea), color-stop(#f5f5f5), to(#eaeaea));background-image:linear-gradient(90deg, #eaeaea, #f5f5f5, #eaeaea);background-size:200px 100%;background-repeat:no-repeat;display:inline-block;line-height:1;width:100%;-webkit-animation:wave 1.5s ease-in-out infinite;animation:wave 1.5s ease-in-out infinite}@-webkit-keyframes wave{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}@keyframes wave{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}.menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0;padding:0;list-style:none}.menu-list .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:var(--h-primary-menu-item-font-size, 1.125rem)}.menu-list .menu-item--hidden{display:none}.menu-list .menu-item .menu-item__btn{min-width:40px;color:var(--h-color, #313638);font-weight:var(--h-primary-menu-item-font-weight, 700);font-size:var(--h-primary-menu-item-font-size, 1.125rem);background-color:rgba(0,0,0,0);border:0;cursor:pointer}.menu-list .menu-item .menu-item__btn .menu-item__btn-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-list:not(:last-child){margin-right:1rem}.primary-menu-mobile .menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu-item__display{position:absolute;top:0;right:0;z-index:calc(var(--h-z-index, 999) + 1);display:-webkit-box;display:-ms-flexbox;display:flex;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-height:calc(100*var(--h-vh, 1vh) - var(--h-panel-margin-top, 80px));margin-top:var(--h-panel-margin-top, 80px);overflow-x:hidden;overflow-y:auto;color:var(--h-color, #313638);background-color:var(--h-panel-bg, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2)}.menu-item__display--active{display:block}.menu-item__display .menu-item__display-content{position:relative;width:100%;max-width:var(--h-drawer-content-max-width, 1440px);height:100%;min-height:555px;margin:auto;padding:30px var(--h-bar-gutter, 30px);opacity:0}.menu-item__display .menu-item__display-content--active{opacity:1;-webkit-transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out);transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out)}.menu-item__display.menu-item--display-type-sidebar{width:var(--h-sidebar-width, 380px);min-height:calc(100*var(--h-vh, 1vh))}.menu-item__display.menu-item--display-type-fullscreen{width:100%;height:calc(100*var(--h-vh, 1vh)) !important;overflow-x:hidden;overflow-y:auto}.menu-item__display.menu-item--display-type-fullscreen .menu-item__display-content{padding:0}.mobile-panel__wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-slide-transition-duration, 200ms);transition-duration:var(--h-slide-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.mobile-panel{position:absolute;top:0;left:0;display:none;width:100%;height:100%;padding:var(--h-mobile-panel-gutter, 1rem);-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);pointer-events:none}.mobile-panel--in-view{height:auto;min-height:100%}.mobile-panel--active{display:block;pointer-events:auto}.mobile-panel--hidden-active{display:block}.mobile-panel--depth-0{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mobile-panel__list{max-height:var(--h-mobile-panel-max-height, calc(var(--h-vh, 1vh) * 100));overflow:hidden;list-style:none}.mobile-panel__list-item{padding:10px 0;font-size:var(--h-mobile-panel-list-item-font-size, 1rem);background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-action{color:var(--h-color, #313638);text-decoration:none}.mobile-panel__list-item-action-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-panel__list-item-action-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;width:100%;font-weight:var(--h-mobile-panel-list-item-btn-font-weight, 700);font-size:var(--h-mobile-panel-list-item-font-size, 1rem);line-height:2.25rem;background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-btn .mobile-panel__list-item-action-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.mobile-panel__list-item--heading{position:relative;margin-top:calc(-1*var(--h-mobile-panel-gutter, 1rem));margin-bottom:10px;text-align:center}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner{position:relative;height:auto}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn{position:absolute;top:50%;left:0;padding:.5rem .75rem .5rem 0;font-size:1rem;background-color:rgba(0,0,0,0);border:0;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.95rem 0;font-weight:var(--h-mobile-panel-title-font-weight, 700);font-size:var(--h-mobile-panel-title-font-size, 1.125rem);text-align:center;border-bottom:var(--h-panel-border, 1px solid #e2e2e2)}.overlay{position:fixed;top:0;left:0;z-index:calc(var(--h-z-index, 999) - 1);width:100%;height:100vh;background-color:rgba(0,0,0,0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:backdrop-filter,background-color;transition-property:backdrop-filter,background-color;pointer-events:none}.overlay--animate{background-color:rgba(0,0,0,.45)}.focus-animation{position:absolute;bottom:0;left:0;width:0;height:3px;background-color:var(--h-color);-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-underline-transition-duration, 300ms);transition-duration:var(--h-underline-transition-duration, 300ms);-webkit-transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,transform;transition-property:opacity,width,transform,-webkit-transform;pointer-events:none}.header-banner-list .header-banner__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:var(--h-banner-height, 1.5rem);color:var(--h-banner-font-color, #313638);font-size:var(--h-font-size-12, 12px);font-family:var(--h-font-family, "Helvetica-Neue");line-height:var(--h-font-line-height-p, 1rem);text-align:center;background-color:var(--h-banner-bg-color, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2);border-bottom:var(--h-header-border, 1px solid #e2e2e2)}.header-banner-list .header-banner__item p,.header-banner-list .header-banner__item a{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.header-banner-list .header-banner__item .header-banner__item-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-banner-list .header-banner__item .header-banner__item-content .header-banner__item-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--h-banner-cta-font-color, #313638);background-color:var(--h-banner-cta-bg-color, transparent)}.header-banner-list .header-banner__item .header-banner__item-close{position:absolute;right:1rem;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.header-wrapper{--h-side-content-min-width: 120px;position:fixed;top:0;z-index:var(--h-z-index, 999);width:100%;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;pointer-events:none}.header-wrapper a,.header-wrapper button{color:var(--h-color, #313638);-webkit-transition:color var(--h-transition-duration) var(--h-transition-easing);transition:color var(--h-transition-duration) var(--h-transition-easing)}.header-wrapper a:focus,.header-wrapper button:focus{outline-color:var(--h-color, #313638);outline-offset:2px}.header-wrapper ul{margin:0}.header-wrapper svg path,.header-wrapper svg rect,.header-wrapper svg polygon{-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:fill,stroke;transition-property:fill,stroke;fill:var(--h-color, #313638)}.header-wrapper--active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);pointer-events:auto}.header-wrapper--absolute{position:absolute}.header-wrapper--static{position:relative}.header-wrapper .header{position:relative;z-index:calc(var(--h-z-index, 999) + 1);font-family:var(--h-font-family, "Helvetica-Neue");background-color:var(--h-bg-color, #fff);border-bottom:var(--h-header-border, 1px solid #e2e2e2);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-bar-transition-duration, 0ms);transition-duration:var(--h-bar-transition-duration, 0ms);-webkit-transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,transform,opacity;transition-property:color,background-color,transform,opacity,-webkit-transform}.header-wrapper .header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:var(--h-max-width, none);height:var(--h-height, 80px);max-height:var(--h-height, 80px);margin:auto}@media(min-width: 768px){.header-wrapper .header-inner{padding:0 var(--h-bar-gutter, 30px)}}.header-wrapper .header-inner .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:var(--h-side-content-min-width);padding:10px;color:var(--h-color, #313638);font-weight:bold;font-size:2rem}.header-wrapper .header-inner .primary-menu,.header-wrapper .header-inner .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}.header-wrapper .header-inner .primary-menu{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}@media(min-width: 768px){.header-wrapper .header-inner .primary-menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header-wrapper .header-inner .primary-menu .menu-item__btn{padding:.75rem 1.5vw}.header-wrapper .header-inner .secondary-menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:var(--h-side-content-min-width)}.header-wrapper .header-inner .secondary-menu .menu-list:not(:last-child){margin-right:.5rem}.header-wrapper .header-inner .secondary-menu .menu-item__btn{padding:1rem}@media(min-width: 768px){.header-wrapper .header-inner .secondary-menu .menu-item__btn{padding:10px}}.header-wrapper .header-inner .primary-menu-mobile .menu-item__btn{padding:1rem}@media(max-width: 767px){.header-wrapper{--h-side-content-min-width: 100px}.header-wrapper .primary-menu{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:var(--h-side-content-min-width)}.header-wrapper .logo{-webkit-box-flex:1;-ms-flex:1;flex:1}.header-wrapper .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;min-width:var(--h-side-content-min-width)}.header-wrapper .menu-list:not(:last-child){margin-right:.25rem !important}.header-wrapper .menu-item__display{width:100vw !important}}.header-wrapper .hidden{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);opacity:0;pointer-events:none}@media(prefers-reduced-motion: reduce){.header-wrapper *,.header-wrapper ::before,.header-wrapper ::after{background-attachment:initial !important;-webkit-transition-duration:0s !important;transition-duration:0s !important;-webkit-animation-duration:1s !important;animation-duration:1s !important;-webkit-animation-delay:-1s !important;animation-delay:-1s !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;scroll-behavior:auto !important}}.container-parent{container-type:inline-size;container-name:container-parent}.responsive-container.use-container-queries{container-type:inline-size;container-name:container}.xps-author-tool{position:fixed;bottom:-2px;right:-2px;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:40px;min-width:40px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.xps-author-tool .xps-author-tool__indicator--preview{background-color:var(--sg-page-color, #fff);margin:5px}.xps-author-tool .xps-author-tool__indicator--hidden{background-color:var(--sg-page-color, #fff) !important;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}.xps-author-tool .xps-author-tool__tools{background-color:var(--sg-page-color, #fff);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0;padding:5px;border:2px solid var(--sg-primary-ramp-1, #000);border-top-left-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.xps-author-tool:hover .xps-author-tool__indicator--hidden{opacity:1}.xps-author-tool:hover .xps-author-tool__tools{opacity:1}.menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0;padding:0;list-style:none}.menu-list .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:var(--h-primary-menu-item-font-size, 1.125rem)}.menu-list .menu-item--hidden{display:none}.menu-list .menu-item .menu-item__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;min-width:40px;color:var(--h-color, #313638);font-weight:var(--h-primary-menu-item-font-weight, 700);font-size:var(--h-primary-menu-item-font-size, 1.125rem);background-color:rgba(0,0,0,0);border:0;cursor:pointer}.menu-list .menu-item .menu-item__btn .menu-item__btn-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-list:not(:last-child){margin-right:1rem}.primary-menu-mobile .menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu-item__display{position:absolute;top:0;right:0;z-index:calc(var(--h-z-index, 999) + 1);display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-height:calc(100*var(--h-vh, 1vh) - var(--h-panel-margin-top, 80px));margin-top:var(--h-panel-margin-top, 80px);overflow-x:hidden;overflow-y:auto;color:var(--h-color, #313638);background-color:var(--h-panel-bg, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2)}.menu-item__display--active{display:block}.menu-item__display .menu-item__display-content{position:relative;width:100%;max-width:var(--h-drawer-content-max-width, 1440px);height:100%;min-height:100%;margin:auto;padding:32px var(--h-bar-gutter, 30px);opacity:0}.menu-item__display .menu-item__display-content--active{opacity:1;-webkit-transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out);transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out)}.menu-item__display.menu-item--display-type-sidebar{width:var(--h-sidebar-width, 380px);min-height:calc(100*var(--h-vh, 1vh))}.menu-item__display.menu-item--display-type-fullscreen{width:100%;height:calc(100*var(--h-vh, 1vh)) !important;overflow-x:hidden;overflow-y:auto}.menu-item__display.menu-item--display-type-fullscreen .menu-item__display-content{padding:0}.mobile-panel__wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-slide-transition-duration, 200ms);transition-duration:var(--h-slide-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.mobile-panel{position:absolute;top:0;left:0;display:none;width:100%;height:100%;padding:var(--h-mobile-panel-gutter, 1rem);-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);pointer-events:none}.mobile-panel--in-view{height:auto;min-height:100%}.mobile-panel--active{display:block;pointer-events:auto}.mobile-panel--hidden-active{display:block}.mobile-panel--depth-0{-webkit-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important}.mobile-panel__list{max-height:var(--h-mobile-panel-max-height, calc(var(--h-vh, 1vh) * 100));overflow:hidden;list-style:none}.mobile-panel__list-item{padding:10px 0;font-size:var(--h-mobile-panel-list-item-font-size, 1rem);background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-action{color:var(--h-color, #313638);text-decoration:none}.mobile-panel__list-item-action-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:var(--h-mobile-panel-list-item-btn-font-weight, 700)}.mobile-panel__list-item-action-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-weight:var(--h-mobile-panel-list-item-btn-font-weight, 700);font-size:var(--h-mobile-panel-list-item-font-size, 1rem);line-height:2.25rem;background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-btn .mobile-panel__list-item-action-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}[dir=rtl] .mobile-panel__list-item-action-btn>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mobile-panel__list-item--heading{position:relative;margin-top:calc(-1*var(--h-mobile-panel-gutter, 1rem));margin-bottom:10px;text-align:center}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px 20px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn2{width:100%;background:rgba(0,0,0,0);border:0}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn2-label{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[dir=rtl] .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn2-label svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-header-overlay{position:fixed;top:0;left:0;z-index:calc(var(--h-z-index, 999) - 1);width:100%;height:100vh;background-color:rgba(0,0,0,0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:backdrop-filter,background-color;transition-property:backdrop-filter,background-color;pointer-events:none}.xps-header-overlay--animate{background-color:rgba(0,0,0,.45)}.focus-animation{position:absolute;bottom:0;left:0;width:0;height:3px;background-color:var(--h-color);-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-underline-transition-duration, 300ms);transition-duration:var(--h-underline-transition-duration, 300ms);-webkit-transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,transform;transition-property:opacity,width,transform,-webkit-transform;pointer-events:none}.header-banner-list .header-banner__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:var(--h-banner-height, 2.5rem);color:var(--h-banner-font-color, #313638);font-size:var(--h-font-size-12, 12px);font-family:var(--h-font-family, "Helvetica-Neue");line-height:var(--h-font-line-height-p, 1rem);text-align:center;background-color:var(--h-banner-bg-color, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2);border-bottom:var(--h-header-border, 1px solid #e2e2e2)}.header-banner-list .header-banner__item p,.header-banner-list .header-banner__item a{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.header-banner-list .header-banner__item .header-banner__item-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-banner-list .header-banner__item .header-banner__item-content .header-banner__item-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--h-banner-cta-font-color, #313638);background-color:var(--h-banner-cta-bg-color, transparent)}.header-banner-list .header-banner__item .header-banner__item-close{position:absolute;right:1rem;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.secure-checkout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}@media(min-width: 768px){.secure-checkout-wrapper{margin-right:unset}}.secure-checkout-wrapper :first-child{margin-right:8px}.secure-checkout-wrapper .secure-checkout{color:var(--h-color, #313638)}.retailer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--sg-dark-ramp-5, rgba(49, 54, 56, 0.26))}.retailer-nav__logo{-o-object-fit:contain;object-fit:contain}.header-wrapper{--h-side-content-min-width: 0;position:fixed;top:0;z-index:var(--h-z-index, 999);width:100%;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;pointer-events:none}.header-wrapper a,.header-wrapper button{font-family:var(--h-font-family, "Helvetica-Neue");color:var(--h-color, #313638);-webkit-transition:color var(--h-transition-duration) var(--h-transition-easing);transition:color var(--h-transition-duration) var(--h-transition-easing)}.header-wrapper ul{margin:0}.header-wrapper svg path{-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:fill,stroke;transition-property:fill,stroke;fill:var(--h-color, #313638)}.header-wrapper--active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);pointer-events:auto}.header-wrapper--absolute{position:absolute}.header-wrapper--static{position:relative}.header-wrapper .header{position:relative;z-index:calc(var(--h-z-index, 999) + 1);font-family:var(--h-font-family, "Helvetica-Neue");background-color:var(--h-bg-color, #fff);border-bottom:var(--h-header-border, 1px solid #e2e2e2);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-bar-transition-duration, 0ms);transition-duration:var(--h-bar-transition-duration, 0ms);-webkit-transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,transform,opacity;transition-property:color,background-color,transform,opacity,-webkit-transform}.header-wrapper .header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:var(--h-max-width, none);height:var(--h-height, 80px);max-height:var(--h-height, 80px);margin:auto;padding:0 20px}@media(min-width: 768px){.header-wrapper .header-inner{padding:0 40px}}.header-wrapper .header-inner .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:var(--h-side-content-min-width);padding:0;color:var(--h-color, #313638);font-weight:bold;font-size:2rem}.header-wrapper .header-inner .primary-menu,.header-wrapper .header-inner .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}.header-wrapper .header-inner .primary-menu{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}@media(min-width: 768px){.header-wrapper .header-inner .primary-menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header-wrapper .header-inner .primary-menu .menu-item__btn{padding:0 8px}@media(min-width: 992px){.header-wrapper .header-inner .primary-menu .menu-item__btn{padding:0 1.25rem}}.header-wrapper .header-inner .secondary-menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:var(--h-side-content-min-width)}.header-wrapper .header-inner .secondary-menu .menu-list:not(:last-child){margin-right:.5rem}.header-wrapper .header-inner .secondary-menu .menu-item__btn{padding:0 8px}.header-wrapper .header-inner .primary-menu-mobile .menu-item__btn{padding:0 8px}.header-wrapper .header-inner .primary-secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 767px){.header-wrapper .primary-menu{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:var(--h-side-content-min-width)}.header-wrapper .secure-checkout-view-active{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;margin-left:20px}.header-wrapper .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;min-width:var(--h-side-content-min-width)}.header-wrapper .menu-list:not(:last-child){margin-right:.25rem !important}.header-wrapper .menu-item__display{width:100vw !important}}.header-wrapper .hidden{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);opacity:0;pointer-events:none}@media(prefers-reduced-motion: reduce){.header-wrapper *,.header-wrapper ::before,.header-wrapper ::after{background-attachment:initial !important;-webkit-transition-duration:0s !important;transition-duration:0s !important;-webkit-animation-duration:1s !important;animation-duration:1s !important;-webkit-animation-delay:-1s !important;animation-delay:-1s !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;scroll-behavior:auto !important}}.xps-page-not-found-image-container{padding-top:48px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media(min-width: 768px){.xps-page-not-found-image-container{padding-top:60px}}.xps-page-not-found-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.xps-page-not-found-error-code{padding-top:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-code{padding-top:32px}}.xps-page-not-found-error-text{padding-bottom:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-text{padding-bottom:32px}}.xps-page-not-found-image{width:220px;height:220px}@media(min-width: 768px){.xps-page-not-found-image{width:440px;height:440px}}.xps-plp-herobanner{--xps-plp-herobanner-gradient: linear-gradient(180deg, rgba(128, 128, 128, 0) 49.88%, rgba(128, 128, 128, 0.1) 100%);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:var(--xps-plp-herobanner-gradient);margin:40px 0px}.xps-plp-herobanner .xps-plp-herobanner__grid{padding:2.5rem 2.5rem}@media(min-width: 992px){.xps-plp-herobanner{height:376px}}@media(min-width: 1440px){.xps-plp-herobanner{height:550px}}.xps-plp-herobanner__content{margin-top:40px}@media(min-width: 992px){.xps-plp-herobanner__content{margin-top:unset}}.xps-plp-herobanner__image{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:100%;overflow:hidden;background:var(--xps-plp-herobanner-gradient)}@media(min-width: 992px){.xps-plp-herobanner__image{background:none;position:absolute;right:0;bottom:0}}.xps-plp-herobanner__image img{mix-blend-mode:darken;width:100%;height:100%;max-width:710px;max-height:550px;aspect-ratio:710/550}.xps-plp-herobanner__tag-text{display:inline-block;background-color:var(--sg-primary-ramp-1, #313638);border-radius:34px;color:var(--sg-secondary-ramp-1, #fff);padding:4px 12px;text-transform:uppercase}.xps-plp-herobanner__tag{margin-bottom:15px}.xps-plp-herobanner__title{margin-bottom:15px}@media(max-width: 1200px){.xps-plp-herobanner__title{line-height:56px}}@media(max-width: 1200px){.xps-plp-herobanner__description{font-size:16px}}.xps-alert,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1rem;border-radius:var(--xps-alert-border-radius, 0.25rem);min-width:156px}.xps-alert.xps-info,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-info.hw-global-errors-error{color:var(--sg-alert-main-info, #046b99);background-color:var(--sg-alert-bg-info, #f0f6f9)}.xps-alert.xps-error,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error{color:var(--sg-alert-main-error, #ca0813);background-color:var(--sg-alert-bg-error, #fcf0f1)}.xps-alert.xps-success,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-success.hw-global-errors-error{color:var(--sg-alert-main-success, #007a31);background-color:var(--sg-alert-bg-success, #e2efe7)}.xps-alert.xps-caution,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-caution.hw-global-errors-error{color:var(--sg-alert-main-caution, #d35b17);background-color:var(--sg-alert-bg-caution, #faf3e7)}.xps-alert.remove-bg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .remove-bg.hw-global-errors-error{background-color:unset;padding:0}.xps-alert .icon-wrapper,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:20px}.xps-alert .icon-wrapper svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper svg{margin-right:6px}.xps-alert a,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error a{color:inherit}.xps-alert a.alert-cta,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error a.alert-cta{text-decoration:underline}.xps-radio__container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:1.5rem;word-break:break-word}.xps-radio__input{width:1.5rem;height:1.5rem;background-color:var(--sg-secondary-ramp-1, #fff);border:var(--xps-radio-border-width, 1px) solid var(--sg-primary-ramp-1, #313638);appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:50%;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.xps-radio__input:checked[type=radio]{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiMzMTM2MzgiLz4KPC9zdmc+Cg==");background-position:center;background-repeat:no-repeat;border:var(--xps-radio-border-width, 2px) solid var(--sg-primary-ramp-1, #313638)}.xps-radio__input.right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xps-radio__input:focus-visible{outline-offset:2px;outline:var(--sg-focus-color) solid 2px}.xps-radio__label-wrapper{margin-left:.75rem}.xps-radio__label{cursor:pointer;color:var(--sg-primary-ramp-1, #313638)}.xps-radio__label.right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.xps-radio--underlabel{display:block;margin-top:.5rem;color:var(--sg-primary-ramp-3)}.xps-radio--subtle{color:var(--sg-primary-ramp-3)}.sg-dark-theme .xps-radio__input:checked[type=radio]{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMTAwJSwxMDAlLDEwMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA2IDEyIEMgOS4zMTI1IDEyIDEyIDkuMzEyNSAxMiA2IEMgMTIgMi42ODc1IDkuMzEyNSAwIDYgMCBDIDIuNjg3NSAwIDAgMi42ODc1IDAgNiBDIDAgOS4zMTI1IDIuNjg3NSAxMiA2IDEyIFogTSA2IDEyICIvPgo8L2c+Cjwvc3ZnPgo=")}.xps-checkbox__container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:1.5rem;word-break:break-word}.xps-checkbox__input[type=checkbox]{width:1.5rem;height:1.5rem;background-color:var(--sg-secondary-ramp-1, #fff);border:var(--xps-checkbox-border-width, 1px) solid var(--sg-primary-ramp-1, #313638);appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:4px;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.xps-checkbox__input[type=checkbox]:checked{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY4NzUgMS4zMTI1QzE1LjA5MzggMS42ODc1IDE1LjA5MzggMi4zNDM3NSAxNC42ODc1IDIuNzE4NzVMNi42ODc1IDEwLjcxODhDNi4zMTI1IDExLjEyNSA1LjY1NjI1IDExLjEyNSA1LjI4MTI1IDEwLjcxODhMMS4yODEyNSA2LjcxODc1QzAuODc1IDYuMzQzNzUgMC44NzUgNS42ODc1IDEuMjgxMjUgNS4zMTI1QzEuNjU2MjUgNC45MDYyNSAyLjMxMjUgNC45MDYyNSAyLjY4NzUgNS4zMTI1TDYgOC41OTM3NUwxMy4yODEyIDEuMzEyNUMxMy42NTYyIDAuOTA2MjUgMTQuMzEyNSAwLjkwNjI1IDE0LjY4NzUgMS4zMTI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");background-position:center;background-repeat:no-repeat;background-color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox__input[type=checkbox].right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xps-checkbox__input[type=checkbox]:focus-visible{outline-offset:2px;outline:var(--sg-focus-color) solid 2px}.xps-checkbox__label-wrapper{margin-left:.75rem}.xps-checkbox__label{cursor:pointer;color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox__label.right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.xps-checkbox__label a{color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox--underlabel{display:block;margin-top:.5rem;color:var(--sg-primary-ramp-3)}.xps-checkbox--subtle{color:var(--sg-primary-ramp-3)}.sg-dark-theme .xps-checkbox__input[type=checkbox]:checked{background-blend-mode:difference}.xps__text-field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps__input-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input{width:100%;padding:12px 18px;color:var(--sg-primary-ramp-1, #313638);font-weight:normal;font-size:16px;line-height:24px;background:var(--sg-secondary-ramp-1, #fff);border:var(--xps-component-input-border-size, 1px) solid var(--sg-primary-ramp-1, #313638);border-radius:var(--xps-component-input-border-radius, 4px);-webkit-transition:all 100ms ease 0s;transition:all 100ms ease 0s}.xps__input--with-leading-trailing-icons{padding:12px 40px}.xps__input--with-leading-icon{padding:12px 18px 12px 40px}.xps__input--with-trailing-icon{padding:12px 40px 12px 18px}.xps__input:focus,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:focus,.xps__input:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:focus-visible{outline:none;border:var(--sg-accent-7, #046b99) solid var(--xps-component-input-border-size, 1px)}.xps__input::-webkit-input-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::-webkit-input-placeholder{color:var(--sg-primary-ramp-5)}.xps__input::-moz-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::-moz-placeholder{color:var(--sg-primary-ramp-5)}.xps__input:-ms-input-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:-ms-input-placeholder{color:var(--sg-primary-ramp-5)}.xps__input::-ms-input-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::-ms-input-placeholder{color:var(--sg-primary-ramp-5)}.xps__input::placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::placeholder{color:var(--sg-primary-ramp-5)}.xps__input--error,.xps__input--error:focus,.xps__input--error:focus-visible{border:var(--sg-alert-main-error, #ca0813) solid var(--xps-component-input-border-size, 1px)}.xps__input:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled{border:var(--sg-primary-ramp-4) solid var(--xps-component-input-border-size, 1px);background-color:var(--sg-primary-ramp-7);color:var(--sg-primary-ramp-4)}.xps__input:disabled~.xps__trailing-icon svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__trailing-icon svg,.xps__input:disabled~.xps__leading-icon svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__leading-icon svg{cursor:default}.xps__input:disabled~.xps__trailing-icon svg path,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__trailing-icon svg path,.xps__input:disabled~.xps__leading-icon svg path,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__leading-icon svg path{fill:var(--sg-primary-ramp-4)}.xps__label{color:var(--sg-primary-ramp-1, #313638);margin-bottom:4px}.xps__helper-text{margin-top:5px}.xps__leading-icon>*{position:absolute;top:0;bottom:0;left:.875rem;margin:auto;cursor:pointer}.xps__trailing-icon>*{position:absolute;top:0;right:.875rem;bottom:0;margin:auto;cursor:pointer}.xps-btnv2.btn-black.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.xps-btnv2.btn-white.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.xps-btnv2.btn-dark.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span{position:relative}.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:0}.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{width:0}.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:100%}.xps-btnv2.btn-playStore .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button .btn-play-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE2IiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTE2IDI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzcuMjgzOSA0Ljg4NjQ2QzM3LjQxMjggNC41NDI3NCAzNy40NzA3IDQuMTc2NDggMzcuNDU0MyAzLjgwOTc2QzM3LjQ1MDUgMy42NTU3NSAzNy40MzcxIDMuNTAyMTMgMzcuNDE0MyAzLjM0OTc2SDM0LjUwNDNWNC4wNjk3NkgzNi42ODQzQzM2LjY2NjkgNC41MjI3IDM2LjQ4OTggNC45NTQ4NiAzNi4xODQzIDUuMjg5NzZDMzUuOTAxOCA1LjU2MTQ0IDM1LjU1NjkgNS43NTk3NyAzNS4xOCA1Ljg2NzQyQzM0LjgwMzEgNS45NzUwNyAzNC40MDU2IDUuOTg4NzYgMzQuMDIyMSA1LjkwNzNDMzMuNjM4NyA1LjgyNTg0IDMzLjI4MTEgNS42NTE3IDMyLjk4MDUgNS40MDAxQzMyLjY3OTkgNS4xNDg1IDMyLjQ0NTUgNC44MjcxMSAzMi4yOTc4IDQuNDY0MDJDMzIuMTUwMSA0LjEwMDkyIDMyLjA5MzYgMy43MDcxOCAzMi4xMzMyIDMuMzE3MTlDMzIuMTcyOCAyLjkyNzIxIDMyLjMwNzMgMi41NTI4NyAzMi41MjUgMi4yMjY4OUMzMi43NDI3IDEuOTAwOSAzMy4wMzY5IDEuNjMzMiAzMy4zODIgMS40NDcxN0MzMy43MjcgMS4yNjExNSAzNC4xMTI0IDEuMTYyNDcgMzQuNTA0MyAxLjE1OTc2QzM0LjgxNDggMS4xNDQwNCAzNS4xMjQ3IDEuMjAwOTMgMzUuNDA5NCAxLjMyNTkxQzM1LjY5NDEgMS40NTA5IDM1Ljk0NTcgMS42NDA1MyAzNi4xNDQzIDEuODc5NzZMMzYuNjc0MyAxLjM0OTc2QzM2LjQxNjYgMS4wNTcyNCAzNi4wOTQ5IDAuODI3OTg5IDM1LjczNDMgMC42Nzk3NTlDMzUuMTYwNyAwLjQzNzAxIDM0LjUyODEgMC4zNjkxOTkgMzMuOTE2MSAwLjQ4NDg0N0MzMy4zMDQgMC42MDA0OTUgMzIuNzM5OCAwLjg5NDQ0MiAzMi4yOTQzIDEuMzI5NzZDMzEuNzExNiAxLjkyNTc5IDMxLjM4NTQgMi43MjYyMiAzMS4zODU0IDMuNTU5NzZDMzEuMzg1NCA0LjM5MzMgMzEuNzExNiA1LjE5MzczIDMyLjI5NDMgNS43ODk3NkMzMi41ODE1IDYuMDgyOTcgMzIuOTI1OSA2LjMxNDE0IDMzLjMwNiA2LjQ2ODk0QzMzLjY4NjEgNi42MjM3NSAzNC4wOTQgNi42OTg5IDM0LjUwNDMgNi42ODk3NkMzNC45MTIzIDYuNzA2MjIgMzUuMzE5MiA2LjYzNjM1IDM1LjY5ODMgNi40ODQ3QzM2LjA3NzQgNi4zMzMwNSAzNi40MjAyIDYuMTAzMDUgMzYuNzA0MyA1LjgwOTc2QzM2Ljk1NzggNS41NDQyNSAzNy4xNTUgNS4yMzAxOCAzNy4yODM5IDQuODg2NDZaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik0zOS4zMzQzIDEuMzA5NzZINDIuMDM0M1YwLjU2OTc2M0gzOC41NTQzVjYuNTY5NzZINDIuMDM0M1Y1LjgyOTc2SDM5LjMzNDNWMy45Mjk3Nkg0MS43OTQzVjMuMjA5NzZIMzkuMzM0M1YxLjMwOTc2WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNDUuMzE0MyA2LjU2OTc2SDQ0LjU0NDNWMS4zMDk3Nkg0Mi44NjQzVjAuNTY5NzYzSDQ3LjAzNDNWMS4zMDk3Nkg0NS4zMTQzVjYuNTY5NzZaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik00OS45NzQzIDAuNTY5NzYzVjYuNTY5NzZINTAuNzQ0M1YwLjU2OTc2M0g0OS45NzQzWiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNTQuMTY0MyA2LjU2OTc2SDUzLjM5NDNWMS4zMDk3Nkg1MS43MTQzVjAuNTY5NzYzSDU1LjgzNDNWMS4zMDk3Nkg1NC4xNjQzVjYuNTY5NzZaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNjIuNjM1MSA2LjQ2NDU3QzYzLjAxMjYgNi4zMDgxMiA2My4zNTU1IDYuMDc4ODEgNjMuNjQ0MyA1Ljc4OTc1QzYzLjkzNTIgNS40OTk2OCA2NC4xNjM0IDUuMTUyOTYgNjQuMzE0OCA0Ljc3MTA5QzY0LjQ2NjEgNC4zODkyMSA2NC41Mzc1IDMuOTgwMzIgNjQuNTI0MyAzLjU2OTc1QzY0LjUzMzQgMy4xNTk2OSA2NC40NjAyIDIuNzUxOTggNjQuMzA5IDIuMzcwNjhDNjQuMTU3OSAxLjk4OTM5IDYzLjkzMTkgMS42NDIyNCA2My42NDQzIDEuMzQ5NzVDNjMuMzU5MSAxLjA1NTk3IDYzLjAxNjggMC44MjM2NzcgNjIuNjM4NSAwLjY2NzE3NUM2Mi4yNjAxIDAuNTEwNjc0IDYxLjg1MzcgMC40MzMyNzggNjEuNDQ0MyAwLjQzOTc1NEM2MS4wMzQ0IDAuNDI5MDI0IDYwLjYyNjcgMC41MDQ0NzcgNjAuMjQ3NyAwLjY2MTIzMkM1OS44Njg4IDAuODE3OTg3IDU5LjUyNjkgMS4wNTI1NSA1OS4yNDQzIDEuMzQ5NzVDNTguNjc5IDEuOTUwNzEgNTguMzY0MyAyLjc0NDY5IDU4LjM2NDMgMy41Njk3NUM1OC4zNjQzIDQuMzk0ODIgNTguNjc5IDUuMTg4OCA1OS4yNDQzIDUuNzg5NzVDNTkuNTMzMiA2LjA3ODgxIDU5Ljg3NjEgNi4zMDgxMiA2MC4yNTM2IDYuNDY0NTdDNjAuNjMxMSA2LjYyMTAyIDYxLjAzNTcgNi43MDE1NSA2MS40NDQzIDYuNzAxNTVDNjEuODUzIDYuNzAxNTUgNjIuMjU3NiA2LjYyMTAyIDYyLjYzNTEgNi40NjQ1N1pNNjAuNTYxIDUuNzk0MDRDNjAuMjgxMiA1LjY3NzA0IDYwLjAyNzQgNS41MDU2MyA1OS44MTQzIDUuMjg5NzVDNTkuMzgyOCA0LjgyMDg4IDU5LjE0MzMgNC4yMDY5NiA1OS4xNDMzIDMuNTY5NzVDNTkuMTQzMyAyLjkzMjU1IDU5LjM4MjggMi4zMTg2MyA1OS44MTQzIDEuODQ5NzVDNjAuMDI3NCAxLjYzMzg4IDYwLjI4MTIgMS40NjI0NiA2MC41NjEgMS4zNDU0N0M2MC44NDA4IDEuMjI4NDggNjEuMTQxMSAxLjE2ODIzIDYxLjQ0NDMgMS4xNjgyM0M2MS43NDc2IDEuMTY4MjMgNjIuMDQ3OSAxLjIyODQ4IDYyLjMyNzcgMS4zNDU0N0M2Mi42MDc1IDEuNDYyNDYgNjIuODYxMyAxLjYzMzg4IDYzLjA3NDMgMS44NDk3NUM2My41MDU4IDIuMzE4NjMgNjMuNzQ1MyAyLjkzMjU1IDYzLjc0NTMgMy41Njk3NUM2My43NDUzIDQuMjA2OTYgNjMuNTA1OCA0LjgyMDg4IDYzLjA3NDMgNS4yODk3NUM2Mi44NjEzIDUuNTA1NjMgNjIuNjA3NSA1LjY3NzA0IDYyLjMyNzcgNS43OTQwNEM2Mi4wNDc5IDUuOTExMDMgNjEuNzQ3NiA1Ljk3MTI4IDYxLjQ0NDMgNS45NzEyOEM2MS4xNDExIDUuOTcxMjggNjAuODQwOCA1LjkxMTAzIDYwLjU2MSA1Ljc5NDA0WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNjUuNjE0MyA2LjU2OTc2VjAuNTY5NzYzSDY2LjU0NDNMNjkuNDY0MyA1LjIzOTc2VjAuNTY5NzYzSDcwLjIzNDNWNi41Njk3Nkg2OS40MzQzTDY2LjM4NDMgMS42Nzk3NlY2LjU2OTc2SDY1LjYxNDNaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTUuODA5MiAxNi4wNDMyQzU2LjUwODcgMTUuNTczNSA1Ny4zMzE3IDE1LjMyMTcgNTguMTc0MyAxNS4zMTk3QzU4LjczNjMgMTUuMzA5IDU5LjI5NDcgMTUuNDExNCA1OS44MTY0IDE1LjYyMDlDNjAuMzM4IDE1LjgzMDQgNjAuODEyMSAxNi4xNDI3IDYxLjIxMDUgMTYuNTM5M0M2MS42MDg5IDE2LjkzNTggNjEuOTIzNSAxNy40MDg1IDYyLjEzNTUgMTcuOTI5MUM2Mi4zNDc0IDE4LjQ0OTcgNjIuNDUyNCAxOS4wMDc3IDYyLjQ0NDMgMTkuNTY5N0M2Mi40NDYzIDIwLjQxMjMgNjIuMTk4MyAyMS4yMzY1IDYxLjczMTkgMjEuOTM4MkM2MS4yNjU0IDIyLjYzOTggNjAuNjAxNCAyMy4xODc0IDU5LjgyMzggMjMuNTExNkM1OS4wNDYxIDIzLjgzNTkgNTguMTg5OCAyMy45MjIzIDU3LjM2MyAyMy43NTk4QzU2LjUzNjMgMjMuNTk3NCA1NS43NzYzIDIzLjE5MzQgNTUuMTc5MSAyMi41OTkxQzU0LjU4MTkgMjIuMDA0NyA1NC4xNzQ0IDIxLjI0NjYgNTQuMDA4MSAyMC40MjA2QzUzLjg0MTggMTkuNTk0NyA1My45MjQxIDE4LjczNzkgNTQuMjQ0NyAxNy45NTg4QzU0LjU2NTMgMTcuMTc5NiA1NS4xMDk4IDE2LjUxMyA1NS44MDkyIDE2LjA0MzJaTTU2LjY5NTIgMjEuODA1MUM1Ny4xNDI1IDIyLjA2NTggNTcuNjU3OSAyMi4xODU5IDU4LjE3NDMgMjIuMTQ5N0M1OC41MDI2IDIyLjE0MjEgNTguODI2MSAyMi4wNjg5IDU5LjEyNTYgMjEuOTM0MkM1OS40MjUyIDIxLjc5OTYgNTkuNjk0NyAyMS42MDY0IDU5LjkxODQgMjEuMzY1OUM2MC4xNDIxIDIxLjEyNTUgNjAuMzE1NCAyMC44NDI3IDYwLjQyOCAyMC41MzQyQzYwLjU0MDYgMjAuMjI1NyA2MC41OTA0IDE5Ljg5NzggNjAuNTc0MyAxOS41Njk3QzYwLjU3MyAxOS4wNTIxIDYwLjQxNjEgMTguNTQ2NyA2MC4xMjM4IDE4LjExOTVDNTkuODMxNSAxNy42OTIyIDU5LjQxNzUgMTcuMzYyNyA1OC45MzU1IDE3LjE3MzhDNTguNDUzNSAxNi45ODUgNTcuOTI1OCAxNi45NDU1IDU3LjQyMTEgMTcuMDYwNUM1Ni45MTYzIDE3LjE3NTUgNTYuNDU3OCAxNy40Mzk3IDU2LjEwNTIgMTcuODE4OEM1NS43NTI3IDE4LjE5NzggNTUuNTIyMiAxOC42NzQyIDU1LjQ0NCAxOS4xODU5QzU1LjM2NTcgMTkuNjk3NiA1NS40NDMxIDIwLjIyMTEgNTUuNjY2MyAyMC42ODgyQzU1Ljg4OTUgMjEuMTU1MyA1Ni4yNDggMjEuNTQ0NSA1Ni42OTUyIDIxLjgwNTFaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDYuNDg5MiAxNi4wNDMyQzQ3LjE4ODcgMTUuNTczNSA0OC4wMTE3IDE1LjMyMTcgNDguODU0MyAxNS4zMTk3QzQ5LjQxNjMgMTUuMzA5IDQ5Ljk3NDcgMTUuNDExNCA1MC40OTY0IDE1LjYyMDlDNTEuMDE4IDE1LjgzMDQgNTEuNDkyMSAxNi4xNDI3IDUxLjg5MDUgMTYuNTM5M0M1Mi4yODg5IDE2LjkzNTggNTIuNjAzNSAxNy40MDg1IDUyLjgxNTUgMTcuOTI5MUM1My4wMjc0IDE4LjQ0OTcgNTMuMTMyNCAxOS4wMDc3IDUzLjEyNDMgMTkuNTY5N0M1My4xMjYzIDIwLjQxMjMgNTIuODc4MyAyMS4yMzY1IDUyLjQxMTkgMjEuOTM4MkM1MS45NDU0IDIyLjYzOTggNTEuMjgxNCAyMy4xODc0IDUwLjUwMzggMjMuNTExNkM0OS43MjYxIDIzLjgzNTkgNDguODY5OCAyMy45MjIzIDQ4LjA0MyAyMy43NTk4QzQ3LjIxNjMgMjMuNTk3NCA0Ni40NTYzIDIzLjE5MzQgNDUuODU5MSAyMi41OTkxQzQ1LjI2MTkgMjIuMDA0NyA0NC44NTQ0IDIxLjI0NjYgNDQuNjg4MSAyMC40MjA2QzQ0LjUyMTggMTkuNTk0NyA0NC42MDQxIDE4LjczNzkgNDQuOTI0NyAxNy45NTg4QzQ1LjI0NTMgMTcuMTc5NiA0NS43ODk4IDE2LjUxMyA0Ni40ODkyIDE2LjA0MzJaTTQ3LjM3NTIgMjEuODA1MUM0Ny44MjI1IDIyLjA2NTggNDguMzM3OSAyMi4xODU5IDQ4Ljg1NDMgMjIuMTQ5N0M0OS4xODI2IDIyLjE0MjEgNDkuNTA2MSAyMi4wNjg5IDQ5LjgwNTYgMjEuOTM0MkM1MC4xMDUyIDIxLjc5OTYgNTAuMzc0NyAyMS42MDY0IDUwLjU5ODQgMjEuMzY1OUM1MC44MjIxIDIxLjEyNTUgNTAuOTk1NCAyMC44NDI3IDUxLjEwOCAyMC41MzQyQzUxLjIyMDYgMjAuMjI1NyA1MS4yNzA0IDE5Ljg5NzggNTEuMjU0MyAxOS41Njk3QzUxLjI1MyAxOS4wNTIxIDUxLjA5NjEgMTguNTQ2NyA1MC44MDM4IDE4LjExOTVDNTAuNTExNSAxNy42OTIyIDUwLjA5NzUgMTcuMzYyNyA0OS42MTU1IDE3LjE3MzhDNDkuMTMzNSAxNi45ODUgNDguNjA1OCAxNi45NDU1IDQ4LjEwMTEgMTcuMDYwNUM0Ny41OTYzIDE3LjE3NTUgNDcuMTM3OCAxNy40Mzk3IDQ2Ljc4NTIgMTcuODE4OEM0Ni40MzI3IDE4LjE5NzggNDYuMjAyMiAxOC42NzQyIDQ2LjEyNCAxOS4xODU5QzQ2LjA0NTcgMTkuNjk3NiA0Ni4xMjMxIDIwLjIyMTEgNDYuMzQ2MyAyMC42ODgyQzQ2LjU2OTUgMjEuMTU1MyA0Ni45MjggMjEuNTQ0NSA0Ny4zNzUyIDIxLjgwNTFaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik0zNy43NzQzIDE4LjQyOTdWMTYuNjI5N0g0My44NTQzQzQzLjkxNzcgMTYuOTk5NiA0My45NDc5IDE3LjM3NDUgNDMuOTQ0MyAxNy43NDk3QzQzLjk5MzkgMTkuMzA4OSA0My40MzQ0IDIwLjgyNjIgNDIuMzg0MyAyMS45Nzk3QzQxLjc4OTggMjIuNTk1OCA0MS4wNzE3IDIzLjA3OTEgNDAuMjc3MiAyMy4zOTc5QzM5LjQ4MjcgMjMuNzE2NyAzOC42Mjk3IDIzLjg2MzkgMzcuNzc0MyAyMy44Mjk3QzM2Ljg4NTMgMjMuODY0MyAzNS45OTg0IDIzLjcxOTEgMzUuMTY2OSAyMy40MDI4QzM0LjMzNTQgMjMuMDg2NCAzMy41NzYyIDIyLjYwNTUgMzIuOTM1IDIxLjk4ODdDMzIuMjkzOCAyMS4zNzIgMzEuNzgzNyAyMC42MzIyIDMxLjQzNTMgMTkuODEzNUMzMS4wODY4IDE4Ljk5NDkgMzAuOTA3MiAxOC4xMTQ0IDMwLjkwNzIgMTcuMjI0N0MzMC45MDcyIDE2LjMzNTEgMzEuMDg2OCAxNS40NTQ1IDMxLjQzNTMgMTQuNjM1OUMzMS43ODM3IDEzLjgxNzMgMzIuMjkzOCAxMy4wNzc1IDMyLjkzNSAxMi40NjA4QzMzLjU3NjIgMTEuODQ0IDM0LjMzNTQgMTEuMzYzMSAzNS4xNjY5IDExLjA0NjdDMzUuOTk4NCAxMC43MzA0IDM2Ljg4NTMgMTAuNTg1MSAzNy43NzQzIDEwLjYxOTdDMzguNjEyNSAxMC42MDY1IDM5LjQ0NDkgMTAuNzYwNiA0MC4yMjI3IDExLjA3MzFDNDEuMDAwNiAxMS4zODU2IDQxLjcwODMgMTEuODUwMyA0Mi4zMDQzIDEyLjQzOTdMNDEuMDM0MyAxMy43MDk3QzQwLjE1MzIgMTIuODY1MSAzOC45NzQ3IDEyLjQwMTYgMzcuNzU0MyAxMi40MTk3QzM2LjQ4MTIgMTIuNDE5NyAzNS4yNjAzIDEyLjkyNTUgMzQuMzYwMiAxMy44MjU2QzMzLjQ2IDE0LjcyNTggMzIuOTU0MyAxNS45NDY3IDMyLjk1NDMgMTcuMjE5N0MzMi45NTQzIDE4LjQ5MjggMzMuNDYgMTkuNzEzNyAzNC4zNjAyIDIwLjYxMzlDMzUuMjYwMyAyMS41MTQgMzYuNDgxMiAyMi4wMTk3IDM3Ljc1NDMgMjIuMDE5N0MzOC4zNzI0IDIyLjA0NTcgMzguOTg5IDIxLjk0MTYgMzkuNTY0NCAyMS43MTQzQzQwLjEzOTcgMjEuNDg2OSA0MC42NjA5IDIxLjE0MTMgNDEuMDk0MyAyMC42OTk3QzQxLjY3NDEgMjAuMDc3NSA0Mi4wMjY1IDE5LjI3NzYgNDIuMDk0MyAxOC40Mjk3SDM3Ljc3NDNaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNODEuNjg1OCAxNi4xMDg2QzgyLjMzNTggMTYuNTkyNSA4Mi44MjM1IDE3LjI2MjUgODMuMDg0MyAxOC4wMjk3TDgzLjI5NDMgMTguNDY5N0w3Ny42MDQzIDIwLjgxOTdDNzcuNzc3NCAyMS4yMTc1IDc4LjA2NjggMjEuNTUzNSA3OC40MzQ1IDIxLjc4MzhDNzguODAyMSAyMi4wMTQgNzkuMjMwOSAyMi4xMjc2IDc5LjY2NDMgMjIuMTA5N0M4MC4wODQ0IDIyLjExMzggODAuNDk4MyAyMi4wMDggODAuODY0OSAyMS44MDI4QzgxLjIzMTUgMjEuNTk3NSA4MS41MzgxIDIxLjMgODEuNzU0MyAyMC45Mzk3TDgzLjIwNDMgMjEuOTM5N0M4Mi43MDEzIDIyLjcwMTYgODEuOTY1NCAyMy4yODAzIDgxLjEwNjUgMjMuNTg5NUM4MC4yNDc1IDIzLjg5ODYgNzkuMzExNiAyMy45MjE1IDc4LjQzODUgMjMuNjU0OUM3Ny41NjU1IDIzLjM4ODIgNzYuODAyMSAyMi44NDYzIDc2LjI2MjQgMjIuMTFDNzUuNzIyNyAyMS4zNzM3IDc1LjQzNTcgMjAuNDgyNiA3NS40NDQzIDE5LjU2OTdDNzUuNDEwMSAxOS4wMjM4IDc1LjQ4ODIgMTguNDc2NyA3NS42NzM5IDE3Ljk2MjFDNzUuODU5NSAxNy40NDc2IDc2LjE0ODggMTYuOTc2NiA3Ni41MjM3IDE2LjU3ODNDNzYuODk4NiAxNi4xOCA3Ny4zNTEyIDE1Ljg2MjggNzcuODUzNSAxNS42NDYzQzc4LjM1NTkgMTUuNDI5OCA3OC44OTczIDE1LjMxODcgNzkuNDQ0MyAxNS4zMTk3QzgwLjI1NDEgMTUuMzQ5NiA4MS4wMzU4IDE1LjYyNDcgODEuNjg1OCAxNi4xMDg2Wk03Ny40MDc2IDE4LjUzMzRDNzcuMzA1OSAxOC44Mjc2IDc3LjI2NCAxOS4xMzkxIDc3LjI4NDMgMTkuNDQ5N0w4MS4wODQzIDE3Ljg2OTdDODAuOTQxMiAxNy41ODA0IDgwLjcxNTkgMTcuMzM5NyA4MC40MzY2IDE3LjE3NzhDODAuMTU3MyAxNy4wMTU5IDc5LjgzNjUgMTYuOTQwMSA3OS41MTQzIDE2Ljk1OTdDNzkuMjAzMyAxNi45NzM3IDc4Ljg5ODMgMTcuMDQ5NiA3OC42MTcgMTcuMTgyOUM3OC4zMzU3IDE3LjMxNjMgNzguMDgzOSAxNy41MDQ0IDc3Ljg3NjIgMTcuNzM2M0M3Ny42Njg1IDE3Ljk2ODIgNzcuNTA5MiAxOC4yMzkxIDc3LjQwNzYgMTguNTMzNFoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTc0LjUzNDMgMjMuNTY5N0g3Mi42NjQzVjExLjA2OTdINzQuNTM0M1YyMy41Njk3WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTY5LjUzNDMgMTYuMjY5N0g2OS42MDQzVjE1LjU2OTdINzEuMzM0M1YyMy4xMzk3QzcxLjMzNDMgMjYuMjc5NyA2OS41MjQzIDI3LjU2OTcgNjcuMzM0MyAyNy41Njk3QzY2LjUyNDcgMjcuNTgwNiA2NS43MzA4IDI3LjM0NTUgNjUuMDU3NyAyNi44OTU2QzY0LjM4NDUgMjYuNDQ1NiA2My44NjM4IDI1LjgwMiA2My41NjQzIDI1LjA0OTdMNjUuMTg0MyAyNC4zNzk3QzY1LjM1MjcgMjQuODE2MiA2NS42NDY5IDI1LjE5MjcgNjYuMDI5NyAyNS40NjE2QzY2LjQxMjUgMjUuNzMwNCA2Ni44NjY2IDI1Ljg3OTUgNjcuMzM0MyAyNS44ODk3QzY4LjczNDMgMjUuODg5NyA2OS42MDQzIDI1LjAxOTcgNjkuNjA0MyAyMy4zODk3VjIyLjc3OTdINjkuNTM0M0M2OS4yNTc2IDIzLjEwMTEgNjguOTEzMyAyMy4zNTczIDY4LjUyNjEgMjMuNTMwMkM2OC4xMzg5IDIzLjcwMyA2Ny43MTgyIDIzLjc4ODIgNjcuMjk0MyAyMy43Nzk3QzY2LjIwMTUgMjMuNzI2OCA2NS4xNzA5IDIzLjI1NTMgNjQuNDE2MyAyMi40NjMyQzYzLjY2MTYgMjEuNjcxIDYzLjI0MDYgMjAuNjE4OCA2My4yNDA2IDE5LjUyNDdDNjMuMjQwNiAxOC40MzA2IDYzLjY2MTYgMTcuMzc4NSA2NC40MTYzIDE2LjU4NjNDNjUuMTcwOSAxNS43OTQyIDY2LjIwMTUgMTUuMzIyNyA2Ny4yOTQzIDE1LjI2OTdDNjcuNzE3NiAxNS4yNjUzIDY4LjEzNyAxNS4zNTI0IDY4LjUyMzYgMTUuNTI1QzY4LjkxMDIgMTUuNjk3NiA2OS4yNTQ5IDE1Ljk1MTYgNjkuNTM0MyAxNi4yNjk3Wk02NS43MzQ2IDIxLjM0MTRDNjYuMTg0MSAyMS44MTk4IDY2Ljc5OTEgMjIuMTA4OSA2Ny40NTQzIDIyLjE0OTdDNjcuNzc1OSAyMi4xMzc0IDY4LjA5MTcgMjIuMDU5OSA2OC4zODI1IDIxLjkyMkM2OC42NzMzIDIxLjc4NDEgNjguOTMzMSAyMS41ODg3IDY5LjE0NjIgMjEuMzQ3NUM2OS4zNTk0IDIxLjEwNjQgNjkuNTIxNCAyMC44MjQ1IDY5LjYyMjQgMjAuNTE4OUM2OS43MjM1IDIwLjIxMzMgNjkuNzYxNiAxOS44OTA0IDY5LjczNDMgMTkuNTY5N0M2OS43NTg3IDE5LjI1MDEgNjkuNzE4NiAxOC45Mjg5IDY5LjYxNjQgMTguNjI1MUM2OS41MTQxIDE4LjMyMTMgNjkuMzUxOCAxOC4wNDEyIDY5LjEzOTEgMTcuODAxNEM2OC45MjY0IDE3LjU2MTYgNjguNjY3NiAxNy4zNjcxIDY4LjM3ODEgMTcuMjI5NEM2OC4wODg3IDE3LjA5MTcgNjcuNzc0NSAxNy4wMTM2IDY3LjQ1NDMgMTYuOTk5N0M2Ni43OTkxIDE3LjA0MDYgNjYuMTg0MSAxNy4zMjk3IDY1LjczNDYgMTcuODA4MUM2NS4yODUxIDE4LjI4NjUgNjUuMDM0OCAxOC45MTgzIDY1LjAzNDggMTkuNTc0N0M2NS4wMzQ4IDIwLjIzMTIgNjUuMjg1MSAyMC44NjMgNjUuNzM0NiAyMS4zNDE0WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTg3LjM2NDMgMTEuMDY5N0g5MS44NDQzQzkyLjM3NzIgMTEuMDMxNSA5Mi45MTI0IDExLjEwMzQgOTMuNDE2MyAxMS4yODFDOTMuOTIwMiAxMS40NTg3IDk0LjM4MjIgMTEuNzM4MiA5NC43NzMzIDEyLjEwMjNDOTUuMTY0NCAxMi40NjYzIDk1LjQ3NjQgMTIuOTA3IDk1LjY4OTcgMTMuMzk2OUM5NS45MDI5IDEzLjg4NjggOTYuMDEzIDE0LjQxNTQgOTYuMDEzIDE0Ljk0OTdDOTYuMDEzIDE1LjQ4NDEgOTUuOTAyOSAxNi4wMTI3IDk1LjY4OTcgMTYuNTAyNkM5NS40NzY0IDE2Ljk5MjUgOTUuMTY0NCAxNy40MzMyIDk0Ljc3MzMgMTcuNzk3MkM5NC4zODIyIDE4LjE2MTMgOTMuOTIwMiAxOC40NDA4IDkzLjQxNjMgMTguNjE4NUM5Mi45MTI0IDE4Ljc5NjEgOTIuMzc3MiAxOC44NjggOTEuODQ0MyAxOC44Mjk3SDg5LjIzNDNWMjMuNTY5N0g4Ny4zNjQzVjExLjA2OTdaTTg5LjIzNDMgMTcuMDY5N0g5MS44NDQzTDkxLjg4NDMgMTcuMDg5N0M5Mi4xNjUzIDE3LjA4OTcgOTIuNDQzNiAxNy4wMzQ0IDkyLjcwMzIgMTYuOTI2OEM5Mi45NjI5IDE2LjgxOTMgOTMuMTk4OCAxNi42NjE3IDkzLjM5NzUgMTYuNDYzQzkzLjU5NjIgMTYuMjY0MiA5My43NTM4IDE2LjAyODMgOTMuODYxNCAxNS43Njg3QzkzLjk2ODkgMTUuNTA5MSA5NC4wMjQzIDE1LjIzMDggOTQuMDI0MyAxNC45NDk3Qzk0LjAyNDMgMTQuNjY4NyA5My45Njg5IDE0LjM5MDQgOTMuODYxNCAxNC4xMzA4QzkzLjc1MzggMTMuODcxMiA5My41OTYyIDEzLjYzNTMgOTMuMzk3NSAxMy40MzY1QzkzLjE5ODggMTMuMjM3OCA5Mi45NjI5IDEzLjA4MDIgOTIuNzAzMiAxMi45NzI2QzkyLjQ0MzYgMTIuODY1MSA5Mi4xNjUzIDEyLjgwOTcgOTEuODg0MyAxMi44MDk3SDg5LjIzNDNWMTcuMDY5N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDEuNDMzIDE1LjczNThDMTAyLjAyNSAxNS4zOTYzIDEwMi43MDMgMTUuMjM3OCAxMDMuMzg0IDE1LjI3OTdMMTAzLjQyNCAxNS4yOTk3QzEwNS41NTQgMTUuMjk5NyAxMDcuMjE0IDE2LjU2OTcgMTA3LjIxNCAxOC43NTk3VjIzLjU2OTdIMTA1LjQxNFYyMi41Njk3SDEwNS4zNTRDMTA1LjEwMSAyMi45NjU5IDEwNC43NDggMjMuMjg3NiAxMDQuMzI5IDIzLjUwMkMxMDMuOTExIDIzLjcxNjQgMTAzLjQ0NCAyMy44MTU3IDEwMi45NzQgMjMuNzg5N0MxMDIuNTg4IDIzLjgxOTYgMTAyLjIgMjMuNzcxNiAxMDEuODMzIDIzLjY0ODVDMTAxLjQ2NiAyMy41MjU1IDEwMS4xMjcgMjMuMzI5OSAxMDAuODM3IDIzLjA3MzRDMTAwLjU0NyAyMi44MTY4IDEwMC4zMTEgMjIuNTA0NiAxMDAuMTQ0IDIyLjE1NTNDOTkuOTc3MSAyMS44MDYgOTkuODgxOSAyMS40MjY2IDk5Ljg2NDMgMjEuMDM5N0M5OS44NjQzIDE5LjIxOTcgMTAxLjY4NCAxOC4yMTk3IDEwMy40NjQgMTguMjE5N0MxMDQuMTQ0IDE4LjIxODkgMTA0LjgxMyAxOC4zODM3IDEwNS40MTQgMTguNjk5N1YxOC41Nzk3QzEwNS4zOTEgMTguMzQxOSAxMDUuMzIgMTguMTExMiAxMDUuMjA2IDE3LjkwMUMxMDUuMDkyIDE3LjY5MDggMTA0LjkzOCAxNy41MDUzIDEwNC43NTIgMTcuMzU1NUMxMDQuNTY2IDE3LjIwNTYgMTA0LjM1MSAxNy4wOTQzIDEwNC4xMjIgMTcuMDI4MUMxMDMuODkyIDE2Ljk2MTggMTAzLjY1MiAxNi45NDIgMTAzLjQxNCAxNi45Njk3QzEwMy4wNzIgMTYuOTQwMSAxMDIuNzI4IDE3LjAxMDMgMTAyLjQyNSAxNy4xNzE4QzEwMi4xMjEgMTcuMzMzMyAxMDEuODcxIDE3LjU3OTIgMTAxLjcwNCAxNy44Nzk3TDEwMC4wNTQgMTcuMTg5N0MxMDAuMzYyIDE2LjU4MDcgMTAwLjg0MSAxNi4wNzUyIDEwMS40MzMgMTUuNzM1OFpNMTAxLjY5NCAyMS4wNjk3QzEwMS42OTQgMjEuODE5NyAxMDIuNTQ0IDIyLjEyOTcgMTAzLjE1NCAyMi4xMjk3TDEwMy4xOTQgMjIuMTQ5N0MxMDMuNzQxIDIyLjEzODkgMTA0LjI2NSAyMS45MzAyIDEwNC42NjkgMjEuNTYyNUMxMDUuMDc0IDIxLjE5NDcgMTA1LjMzMSAyMC42OTI4IDEwNS4zOTQgMjAuMTQ5N0MxMDQuODc1IDE5Ljg2MDEgMTA0LjI4OCAxOS43MTUxIDEwMy42OTQgMTkuNzI5N0MxMDIuNzU0IDE5LjcyOTcgMTAxLjY5NCAyMC4wNjk3IDEwMS42OTQgMjEuMDY5N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTExMS42MzQgMjAuOTg5N0wxMTMuNzc0IDE1LjU2OTdIMTE1Ljg1NEwxMTAuNzM0IDI3LjM1OTdIMTA4Ljc4NEwxMTAuNjg0IDIzLjE0OTdMMTA3LjM1NCAxNS41Njk3SDEwOS4zNTRMMTExLjU3NCAyMC45ODk3SDExMS42MzRaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik05OC44MzQzIDIzLjU2OTdIOTYuOTc0M1YxMS4wNjk3SDk4LjgzNDNWMjMuNTY5N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTAuNDc0MzAyIDEuMTA5NzdDMC4xNDQ3NzEgMS40OTkzOSAtMC4wMjMzNzA0IDIuMDAwMjMgMC4wMDQzMDA1MSAyLjUwOTc3VjI0LjYyOThDLTAuMDI5NzI1NSAyNS4xNDAxIDAuMTM5MTk1IDI1LjY0MzMgMC40NzQzMDIgMjYuMDI5OEwwLjU0NDMwMSAyNi4xMDk4TDEyLjkzNDMgMTMuNzE5OFYxMy40MTk4TDAuNTQ0MzAxIDEuMDM5NzZMMC40NzQzMDIgMS4xMDk3N1oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDM4Nl85NikiLz4KPHBhdGggZD0iTTE3LjAzNDMgMTcuODQ5OEwxMi45MzQzIDEzLjcxOThWMTMuNDE5OEwxNy4wMzQzIDkuMjg5NzZMMTcuMTI0MyA5LjM0OTc3TDIyLjAzNDMgMTIuMTI5OEMyMy40MzQzIDEyLjkxOTggMjMuNDM0MyAxNC4yMTk4IDIyLjAzNDMgMTUuMDE5OEwxNy4xNDQzIDE3Ljc5OThMMTcuMDM0MyAxNy44NDk4WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE0Mzg2Xzk2KSIvPgo8cGF0aCBkPSJNMTcuMTU0NCAxNy43ODk4TDEyLjkzNDQgMTMuNTY5OEwwLjQ3NDM2NSAyNi4wMjk4QzAuNzU2OTQgMjYuMjgxMyAxLjExODYzIDI2LjQyNiAxLjQ5NjcyIDI2LjQzODhDMS44NzQ4IDI2LjQ1MTYgMi4yNDU0NCAyNi4zMzE2IDIuNTQ0MzYgMjYuMDk5OEwxNy4xNTQ0IDE3Ljc4OThaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTQzODZfOTYpIi8+CjxwYXRoIGQ9Ik0xNy4xNTQ0IDkuMzQ5NzZMMi41NDQzNiAxLjA0OTc2QzIuMjQ3MzkgMC44MTQ2NzYgMS44NzcwNCAwLjY5MTgyIDEuNDk4NDQgMC43MDI3OTRDMS4xMTk4NCAwLjcxMzc2OCAwLjc1NzIyNSAwLjg1Nzg3MSAwLjQ3NDM2NSAxLjEwOTc2TDEyLjkzNDQgMTMuNTY5OEwxNy4xNTQ0IDkuMzQ5NzZaIiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTQzODZfOTYpIi8+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTE3LjAzNDQgMTcuNjk5OEwyLjU0NDM2IDI1Ljk0OThDMi4yNTYzMSAyNi4xNjcyIDEuOTA1MjUgMjYuMjg0OCAxLjU0NDM2IDI2LjI4NDhDMS4xODM0OCAyNi4yODQ4IDAuODMyNDIgMjYuMTY3MiAwLjU0NDM2NSAyNS45NDk4TDAuNDc0MzY1IDI2LjAxOThMMC41NDQzNjUgMjYuMDk5OEMwLjgzMjQyIDI2LjMxNzIgMS4xODM0OCAyNi40MzQ4IDEuNTQ0MzYgMjYuNDM0OEMxLjkwNTI1IDI2LjQzNDggMi4yNTYzMSAyNi4zMTcyIDIuNTQ0MzYgMjYuMDk5OEwxNy4xNTQ0IDE3Ljc4OThMMTcuMDM0NCAxNy42OTk4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBvcGFjaXR5PSIwLjEyIiBkPSJNMC40NzQzMDIgMjUuODg5OEMwLjE1MzA5NiAyNS40OTMxIC0wLjAwNDMxNjYxIDI0Ljk4ODcgMC4wMzQzMDE1IDI0LjQ3OThWMjQuNjI5OEMwLjAwMDI3NTQzNSAyNS4xNDAxIDAuMTY5MTk0IDI1LjY0MzMgMC41MDQzMDEgMjYuMDI5OEwwLjU3NDMwMiAyNS45NTk4TDAuNDc0MzAyIDI1Ljg4OThaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIG9wYWNpdHk9IjAuMTIiIGQ9Ik0yMi4wMzQzIDE0Ljg2OThMMTcuMDM0MyAxNy42OTk4TDE3LjEyNDMgMTcuNzg5OEwyMi4wMzQzIDE1LjAwOThDMjIuMzI0MSAxNC44ODcyIDIyLjU3NTYgMTQuNjg4OCAyMi43NjIxIDE0LjQzNTRDMjIuOTQ4NiAxNC4xODE5IDIzLjA2MzQgMTMuODgyOSAyMy4wOTQzIDEzLjU2OThDMjMuMDMxOCAxMy44NTQzIDIyLjkwMzMgMTQuMTIwMiAyMi43MTkyIDE0LjM0NkMyMi41MzUgMTQuNTcxOCAyMi4zMDA1IDE0Ljc1MTIgMjIuMDM0MyAxNC44Njk4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBvcGFjaXR5PSIwLjI1IiBkPSJNMi41NDQyNyAxLjE4OTc3TDIyLjAzNDMgMTIuMjY5OEMyMi4zMDA0IDEyLjM4ODMgMjIuNTM1IDEyLjU2NzcgMjIuNzE5MSAxMi43OTM1QzIyLjkwMzMgMTMuMDE5MyAyMy4wMzE4IDEzLjI4NTIgMjMuMDk0MyAxMy41Njk4QzIzLjA2MzQgMTMuMjU2NiAyMi45NDg2IDEyLjk1NzYgMjIuNzYyMSAxMi43MDQyQzIyLjU3NTUgMTIuNDUwOCAyMi4zMjQxIDEyLjI1MjMgMjIuMDM0MyAxMi4xMjk4TDIuNTQ0MjcgMS4wNDk3N0MxLjE1NDI3IDAuMjQ5NzcyIDAuMDA0MjcyNDYgMC45MDk3NzMgMC4wMDQyNzI0NiAyLjUwOTc3VjIuNjU5NzdDMC4wMzQyNzI1IDEuMDU5NzcgMS4xNTQyNyAwLjM5OTc3MyAyLjU0NDI3IDEuMTg5NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iMTEuODM0MyIgeTE9IjIuMjc5NzYiIHgyPSItNC45NDU3IiB5Mj0iMTkuMDU5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDBBMEZGIi8+CjxzdG9wIG9mZnNldD0iMC4wMSIgc3RvcC1jb2xvcj0iIzAwQTFGRiIvPgo8c3RvcCBvZmZzZXQ9IjAuMjYiIHN0b3AtY29sb3I9IiMwMEJFRkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjUxIiBzdG9wLWNvbG9yPSIjMDBEMkZGIi8+CjxzdG9wIG9mZnNldD0iMC43NiIgc3RvcC1jb2xvcj0iIzAwREZGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMEUzRkYiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iMjMuODY0MyIgeTE9IjEzLjU2OTgiIHgyPSItMC4zMjU2NzIiIHkyPSIxMy41Njk4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkUwMDAiLz4KPHN0b3Agb2Zmc2V0PSIwLjQxIiBzdG9wLWNvbG9yPSIjRkZCRDAwIi8+CjxzdG9wIG9mZnNldD0iMC43OCIgc3RvcC1jb2xvcj0iI0ZGQTUwMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjlDMDAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iMTQuODY0NCIgeTE9IjE1Ljg2OTgiIHgyPSItNy44OTU2NCIgeTI9IjM4LjYxOTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGM0E0NCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDMzExNjIiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iLTIuNjY1NjMiIHkxPSItNi4yNTAyNCIgeDI9IjcuNDk0MzciIHkyPSIzLjkwOTc2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMkEwNzEiLz4KPHN0b3Agb2Zmc2V0PSIwLjA3IiBzdG9wLWNvbG9yPSIjMkRBNzcxIi8+CjxzdG9wIG9mZnNldD0iMC40OCIgc3RvcC1jb2xvcj0iIzE1Q0Y3NCIvPgo8c3RvcCBvZmZzZXQ9IjAuOCIgc3RvcC1jb2xvcj0iIzA2RTc3NSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMEYwNzYiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K")}.sg-dark-theme .xps-btnv2.btn-playStore .btn-play-store-img,.sg-dark-theme .hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .sg-dark-theme .btn-playStore.hw-button .btn-play-store-img,.xps-btnv2.btn-playStore.sg-dark-theme .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.sg-dark-theme.hw-button .btn-play-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE2IiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTE2IDI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzcuMjgzOSA0LjQ1NjU2QzM3LjQxMjggNC4xMTI4NCAzNy40NzA3IDMuNzQ2NTggMzcuNDU0MyAzLjM3OTg2QzM3LjQ1MDUgMy4yMjU4NSAzNy40MzcxIDMuMDcyMjIgMzcuNDE0MyAyLjkxOTg2SDM0LjUwNDNWMy42Mzk4NkgzNi42ODQzQzM2LjY2NjkgNC4wOTI3OSAzNi40ODk4IDQuNTI0OTYgMzYuMTg0MyA0Ljg1OTg2QzM1LjkwMTggNS4xMzE1NCAzNS41NTY5IDUuMzI5ODcgMzUuMTggNS40Mzc1MkMzNC44MDMxIDUuNTQ1MTcgMzQuNDA1NiA1LjU1ODg2IDM0LjAyMjEgNS40Nzc0QzMzLjYzODcgNS4zOTU5MyAzMy4yODExIDUuMjIxNzkgMzIuOTgwNSA0Ljk3MDJDMzIuNjc5OSA0LjcxODYgMzIuNDQ1NSA0LjM5NzIxIDMyLjI5NzggNC4wMzQxMkMzMi4xNTAxIDMuNjcxMDIgMzIuMDkzNiAzLjI3NzI3IDMyLjEzMzIgMi44ODcyOUMzMi4xNzI4IDIuNDk3MzEgMzIuMzA3MyAyLjEyMjk3IDMyLjUyNSAxLjc5Njk4QzMyLjc0MjcgMS40NzEgMzMuMDM2OSAxLjIwMzMgMzMuMzgyIDEuMDE3MjdDMzMuNzI3IDAuODMxMjQ5IDM0LjExMjQgMC43MzI1NjkgMzQuNTA0MyAwLjcyOTg1N0MzNC44MTQ4IDAuNzE0MTM3IDM1LjEyNDcgMC43NzEwMjcgMzUuNDA5NCAwLjg5NjAxQzM1LjY5NDEgMS4wMjA5OSAzNS45NDU3IDEuMjEwNjMgMzYuMTQ0MyAxLjQ0OTg2TDM2LjY3NDMgMC45MTk4NThDMzYuNDE2NiAwLjYyNzM0MSAzNi4wOTQ5IDAuMzk4MDg4IDM1LjczNDMgMC4yNDk4NThDMzUuMTYwNyAwLjAwNzEwODk0IDM0LjUyODEgLTAuMDYwNzAxOSAzMy45MTYxIDAuMDU0OTQ1OUMzMy4zMDQgMC4xNzA1OTQgMzIuNzM5OCAwLjQ2NDU0MSAzMi4yOTQzIDAuODk5ODU3QzMxLjcxMTYgMS40OTU4OSAzMS4zODU0IDIuMjk2MzIgMzEuMzg1NCAzLjEyOTg2QzMxLjM4NTQgMy45NjM0IDMxLjcxMTYgNC43NjM4MiAzMi4yOTQzIDUuMzU5ODZDMzIuNTgxNSA1LjY1MzA3IDMyLjkyNTkgNS44ODQyNCAzMy4zMDYgNi4wMzkwNEMzMy42ODYxIDYuMTkzODUgMzQuMDk0IDYuMjY5IDM0LjUwNDMgNi4yNTk4NkMzNC45MTIzIDYuMjc2MzIgMzUuMzE5MiA2LjIwNjQ1IDM1LjY5ODMgNi4wNTQ4QzM2LjA3NzQgNS45MDMxNSAzNi40MjAyIDUuNjczMTUgMzYuNzA0MyA1LjM3OTg2QzM2Ljk1NzggNS4xMTQzNSAzNy4xNTUgNC44MDAyOCAzNy4yODM5IDQuNDU2NTZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzkuMzM0MyAwLjg3OTg2Mkg0Mi4wMzQzVjAuMTM5ODYySDM4LjU1NDNWNi4xMzk4Nkg0Mi4wMzQzVjUuMzk5ODZIMzkuMzM0M1YzLjQ5OTg2SDQxLjc5NDNWMi43Nzk4NkgzOS4zMzQzVjAuODc5ODYyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ1LjMxNDMgNi4xMzk4Nkg0NC41NDQzVjAuODc5ODYySDQyLjg2NDNWMC4xMzk4NjJINDcuMDM0M1YwLjg3OTg2Mkg0NS4zMTQzVjYuMTM5ODZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNDkuOTc0MyAwLjEzOTg2MlY2LjEzOTg2SDUwLjc0NDNWMC4xMzk4NjJINDkuOTc0M1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01NC4xNjQzIDYuMTM5ODZINTMuMzk0M1YwLjg3OTg2Mkg1MS43MTQzVjAuMTM5ODYySDU1LjgzNDNWMC44Nzk4NjJINTQuMTY0M1Y2LjEzOTg2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Mi42MzUxIDYuMDM0NjdDNjMuMDEyNiA1Ljg3ODIyIDYzLjM1NTUgNS42NDg5MSA2My42NDQzIDUuMzU5ODVDNjMuOTM1MiA1LjA2OTc4IDY0LjE2MzQgNC43MjMwNiA2NC4zMTQ4IDQuMzQxMTlDNjQuNDY2MSAzLjk1OTMxIDY0LjUzNzUgMy41NTA0MiA2NC41MjQzIDMuMTM5ODVDNjQuNTMzNCAyLjcyOTc5IDY0LjQ2MDIgMi4zMjIwOCA2NC4zMDkgMS45NDA3OEM2NC4xNTc5IDEuNTU5NDkgNjMuOTMxOSAxLjIxMjM0IDYzLjY0NDMgMC45MTk4NTNDNjMuMzU5MSAwLjYyNjA3IDYzLjAxNjggMC4zOTM3NzYgNjIuNjM4NSAwLjIzNzI3NEM2Mi4yNjAxIDAuMDgwNzcyOCA2MS44NTM3IDAuMDAzMzc3MTkgNjEuNDQ0MyAwLjAwOTg1MzM0QzYxLjAzNDQgLTAuMDAwODc3Mzc5IDYwLjYyNjcgMC4wNzQ1NzU1IDYwLjI0NzcgMC4yMzEzMzFDNTkuODY4OCAwLjM4ODA4NiA1OS41MjY5IDAuNjIyNjUyIDU5LjI0NDMgMC45MTk4NTNDNTguNjc5IDEuNTIwOCA1OC4zNjQzIDIuMzE0NzkgNTguMzY0MyAzLjEzOTg1QzU4LjM2NDMgMy45NjQ5MiA1OC42NzkgNC43NTg5IDU5LjI0NDMgNS4zNTk4NUM1OS41MzMyIDUuNjQ4OTEgNTkuODc2MSA1Ljg3ODIyIDYwLjI1MzYgNi4wMzQ2N0M2MC42MzExIDYuMTkxMTIgNjEuMDM1NyA2LjI3MTY1IDYxLjQ0NDMgNi4yNzE2NUM2MS44NTMgNi4yNzE2NSA2Mi4yNTc2IDYuMTkxMTIgNjIuNjM1MSA2LjAzNDY3Wk02MC41NjEgNS4zNjQxNEM2MC4yODEyIDUuMjQ3MTQgNjAuMDI3NCA1LjA3NTczIDU5LjgxNDMgNC44NTk4NUM1OS4zODI4IDQuMzkwOTggNTkuMTQzMyAzLjc3NzA1IDU5LjE0MzMgMy4xMzk4NUM1OS4xNDMzIDIuNTAyNjUgNTkuMzgyOCAxLjg4ODczIDU5LjgxNDMgMS40MTk4NUM2MC4wMjc0IDEuMjAzOTggNjAuMjgxMiAxLjAzMjU2IDYwLjU2MSAwLjkxNTU2OUM2MC44NDA4IDAuNzk4NTc1IDYxLjE0MTEgMC43MzgzMzEgNjEuNDQ0MyAwLjczODMzMUM2MS43NDc2IDAuNzM4MzMxIDYyLjA0NzkgMC43OTg1NzUgNjIuMzI3NyAwLjkxNTU2OUM2Mi42MDc1IDEuMDMyNTYgNjIuODYxMyAxLjIwMzk4IDYzLjA3NDMgMS40MTk4NUM2My41MDU4IDEuODg4NzMgNjMuNzQ1MyAyLjUwMjY1IDYzLjc0NTMgMy4xMzk4NUM2My43NDUzIDMuNzc3MDUgNjMuNTA1OCA0LjM5MDk4IDYzLjA3NDMgNC44NTk4NUM2Mi44NjEzIDUuMDc1NzMgNjIuNjA3NSA1LjI0NzE0IDYyLjMyNzcgNS4zNjQxNEM2Mi4wNDc5IDUuNDgxMTMgNjEuNzQ3NiA1LjU0MTM3IDYxLjQ0NDMgNS41NDEzN0M2MS4xNDExIDUuNTQxMzcgNjAuODQwOCA1LjQ4MTEzIDYwLjU2MSA1LjM2NDE0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTY1LjYxNDMgNi4xMzk4NlYwLjEzOTg2Mkg2Ni41NDQzTDY5LjQ2NDMgNC44MDk4NlYwLjEzOTg2Mkg3MC4yMzQzVjYuMTM5ODZINjkuNDM0M0w2Ni4zODQzIDEuMjQ5ODZWNi4xMzk4Nkg2NS42MTQzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01NS44MDkyIDE1LjYxMzNDNTYuNTA4NyAxNS4xNDM2IDU3LjMzMTcgMTQuODkxOCA1OC4xNzQzIDE0Ljg4OThDNTguNzM2MyAxNC44NzkxIDU5LjI5NDcgMTQuOTgxNSA1OS44MTY0IDE1LjE5MUM2MC4zMzggMTUuNDAwNSA2MC44MTIxIDE1LjcxMjggNjEuMjEwNSAxNi4xMDk0QzYxLjYwODkgMTYuNTA1OSA2MS45MjM1IDE2Ljk3ODYgNjIuMTM1NSAxNy40OTkyQzYyLjM0NzQgMTguMDE5OCA2Mi40NTI0IDE4LjU3NzggNjIuNDQ0MyAxOS4xMzk4QzYyLjQ0NjMgMTkuOTgyNCA2Mi4xOTgzIDIwLjgwNjYgNjEuNzMxOSAyMS41MDgzQzYxLjI2NTQgMjIuMjA5OSA2MC42MDE0IDIyLjc1NzUgNTkuODIzOCAyMy4wODE3QzU5LjA0NjEgMjMuNDA2IDU4LjE4OTggMjMuNDkyMyA1Ny4zNjMgMjMuMzI5OUM1Ni41MzYzIDIzLjE2NzUgNTUuNzc2MyAyMi43NjM1IDU1LjE3OTEgMjIuMTY5MkM1NC41ODE5IDIxLjU3NDggNTQuMTc0NCAyMC44MTY3IDU0LjAwODEgMTkuOTkwN0M1My44NDE4IDE5LjE2NDggNTMuOTI0MSAxOC4zMDggNTQuMjQ0NyAxNy41Mjg5QzU0LjU2NTMgMTYuNzQ5NyA1NS4xMDk4IDE2LjA4MzEgNTUuODA5MiAxNS42MTMzWk01Ni42OTUyIDIxLjM3NTJDNTcuMTQyNSAyMS42MzU5IDU3LjY1NzkgMjEuNzU2IDU4LjE3NDMgMjEuNzE5OEM1OC41MDI2IDIxLjcxMjIgNTguODI2MSAyMS42MzkgNTkuMTI1NiAyMS41MDQzQzU5LjQyNTIgMjEuMzY5NyA1OS42OTQ3IDIxLjE3NjUgNTkuOTE4NCAyMC45MzZDNjAuMTQyMSAyMC42OTU2IDYwLjMxNTQgMjAuNDEyOCA2MC40MjggMjAuMTA0M0M2MC41NDA2IDE5Ljc5NTggNjAuNTkwNCAxOS40Njc5IDYwLjU3NDMgMTkuMTM5OEM2MC41NzMgMTguNjIyMiA2MC40MTYxIDE4LjExNjggNjAuMTIzOCAxNy42ODk2QzU5LjgzMTUgMTcuMjYyMyA1OS40MTc1IDE2LjkzMjggNTguOTM1NSAxNi43NDM5QzU4LjQ1MzUgMTYuNTU1MSA1Ny45MjU4IDE2LjUxNTYgNTcuNDIxMSAxNi42MzA2QzU2LjkxNjMgMTYuNzQ1NiA1Ni40NTc4IDE3LjAwOTggNTYuMTA1MiAxNy4zODg5QzU1Ljc1MjcgMTcuNzY3OSA1NS41MjIyIDE4LjI0NDMgNTUuNDQ0IDE4Ljc1NkM1NS4zNjU3IDE5LjI2NzcgNTUuNDQzMSAxOS43OTEyIDU1LjY2NjMgMjAuMjU4M0M1NS44ODk1IDIwLjcyNTQgNTYuMjQ4IDIxLjExNDYgNTYuNjk1MiAyMS4zNzUyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ni40ODkyIDE1LjYxMzNDNDcuMTg4NyAxNS4xNDM2IDQ4LjAxMTcgMTQuODkxOCA0OC44NTQzIDE0Ljg4OThDNDkuNDE2MyAxNC44NzkxIDQ5Ljk3NDcgMTQuOTgxNSA1MC40OTY0IDE1LjE5MUM1MS4wMTggMTUuNDAwNSA1MS40OTIxIDE1LjcxMjggNTEuODkwNSAxNi4xMDk0QzUyLjI4ODkgMTYuNTA1OSA1Mi42MDM1IDE2Ljk3ODYgNTIuODE1NSAxNy40OTkyQzUzLjAyNzQgMTguMDE5OCA1My4xMzI0IDE4LjU3NzggNTMuMTI0MyAxOS4xMzk4QzUzLjEyNjMgMTkuOTgyNCA1Mi44NzgzIDIwLjgwNjYgNTIuNDExOSAyMS41MDgzQzUxLjk0NTQgMjIuMjA5OSA1MS4yODE0IDIyLjc1NzUgNTAuNTAzOCAyMy4wODE3QzQ5LjcyNjEgMjMuNDA2IDQ4Ljg2OTggMjMuNDkyMyA0OC4wNDMgMjMuMzI5OUM0Ny4yMTYzIDIzLjE2NzUgNDYuNDU2MyAyMi43NjM1IDQ1Ljg1OTEgMjIuMTY5MkM0NS4yNjE5IDIxLjU3NDggNDQuODU0NCAyMC44MTY3IDQ0LjY4ODEgMTkuOTkwN0M0NC41MjE4IDE5LjE2NDggNDQuNjA0MSAxOC4zMDggNDQuOTI0NyAxNy41Mjg5QzQ1LjI0NTMgMTYuNzQ5NyA0NS43ODk4IDE2LjA4MzEgNDYuNDg5MiAxNS42MTMzWk00Ny4zNzUyIDIxLjM3NTJDNDcuODIyNSAyMS42MzU5IDQ4LjMzNzkgMjEuNzU2IDQ4Ljg1NDMgMjEuNzE5OEM0OS4xODI2IDIxLjcxMjIgNDkuNTA2MSAyMS42MzkgNDkuODA1NiAyMS41MDQzQzUwLjEwNTIgMjEuMzY5NyA1MC4zNzQ3IDIxLjE3NjUgNTAuNTk4NCAyMC45MzZDNTAuODIyMSAyMC42OTU2IDUwLjk5NTQgMjAuNDEyOCA1MS4xMDggMjAuMTA0M0M1MS4yMjA2IDE5Ljc5NTggNTEuMjcwNCAxOS40Njc5IDUxLjI1NDMgMTkuMTM5OEM1MS4yNTMgMTguNjIyMiA1MS4wOTYxIDE4LjExNjggNTAuODAzOCAxNy42ODk2QzUwLjUxMTUgMTcuMjYyMyA1MC4wOTc1IDE2LjkzMjggNDkuNjE1NSAxNi43NDM5QzQ5LjEzMzUgMTYuNTU1MSA0OC42MDU4IDE2LjUxNTYgNDguMTAxMSAxNi42MzA2QzQ3LjU5NjMgMTYuNzQ1NiA0Ny4xMzc4IDE3LjAwOTggNDYuNzg1MiAxNy4zODg5QzQ2LjQzMjcgMTcuNzY3OSA0Ni4yMDIyIDE4LjI0NDMgNDYuMTI0IDE4Ljc1NkM0Ni4wNDU3IDE5LjI2NzcgNDYuMTIzMSAxOS43OTEyIDQ2LjM0NjMgMjAuMjU4M0M0Ni41Njk1IDIwLjcyNTQgNDYuOTI4IDIxLjExNDYgNDcuMzc1MiAyMS4zNzUyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM3Ljc3NDMgMTcuOTk5OFYxNi4xOTk4SDQzLjg1NDNDNDMuOTE3NyAxNi41Njk3IDQzLjk0NzkgMTYuOTQ0NiA0My45NDQzIDE3LjMxOThDNDMuOTkzOSAxOC44NzkgNDMuNDM0NCAyMC4zOTYzIDQyLjM4NDMgMjEuNTQ5OEM0MS43ODk4IDIyLjE2NTkgNDEuMDcxNyAyMi42NDkyIDQwLjI3NzIgMjIuOTY4QzM5LjQ4MjcgMjMuMjg2OCAzOC42Mjk3IDIzLjQzNCAzNy43NzQzIDIzLjM5OThDMzYuODg1MyAyMy40MzQ0IDM1Ljk5ODQgMjMuMjg5MiAzNS4xNjY5IDIyLjk3MjlDMzQuMzM1NCAyMi42NTY1IDMzLjU3NjIgMjIuMTc1NiAzMi45MzUgMjEuNTU4OEMzMi4yOTM4IDIwLjk0MjEgMzEuNzgzNyAyMC4yMDIzIDMxLjQzNTMgMTkuMzgzNkMzMS4wODY4IDE4LjU2NSAzMC45MDcyIDE3LjY4NDUgMzAuOTA3MiAxNi43OTQ4QzMwLjkwNzIgMTUuOTA1MiAzMS4wODY4IDE1LjAyNDYgMzEuNDM1MyAxNC4yMDZDMzEuNzgzNyAxMy4zODc0IDMyLjI5MzggMTIuNjQ3NiAzMi45MzUgMTIuMDMwOUMzMy41NzYyIDExLjQxNDEgMzQuMzM1NCAxMC45MzMyIDM1LjE2NjkgMTAuNjE2OEMzNS45OTg0IDEwLjMwMDUgMzYuODg1MyAxMC4xNTUyIDM3Ljc3NDMgMTAuMTg5OEMzOC42MTI1IDEwLjE3NjYgMzkuNDQ0OSAxMC4zMzA3IDQwLjIyMjcgMTAuNjQzMkM0MS4wMDA2IDEwLjk1NTcgNDEuNzA4MyAxMS40MjA0IDQyLjMwNDMgMTIuMDA5OEw0MS4wMzQzIDEzLjI3OThDNDAuMTUzMiAxMi40MzUyIDM4Ljk3NDcgMTEuOTcxNyAzNy43NTQzIDExLjk4OThDMzYuNDgxMiAxMS45ODk4IDM1LjI2MDMgMTIuNDk1NiAzNC4zNjAyIDEzLjM5NTdDMzMuNDYgMTQuMjk1OSAzMi45NTQzIDE1LjUxNjggMzIuOTU0MyAxNi43ODk4QzMyLjk1NDMgMTguMDYyOSAzMy40NiAxOS4yODM4IDM0LjM2MDIgMjAuMTg0QzM1LjI2MDMgMjEuMDg0MSAzNi40ODEyIDIxLjU4OTggMzcuNzU0MyAyMS41ODk4QzM4LjM3MjQgMjEuNjE1OCAzOC45ODkgMjEuNTExNyAzOS41NjQ0IDIxLjI4NDRDNDAuMTM5NyAyMS4wNTcgNDAuNjYwOSAyMC43MTE0IDQxLjA5NDMgMjAuMjY5OEM0MS42NzQxIDE5LjY0NzYgNDIuMDI2NSAxOC44NDc3IDQyLjA5NDMgMTcuOTk5OEgzNy43NzQzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MS42ODU4IDE1LjY3ODdDODIuMzM1OCAxNi4xNjI2IDgyLjgyMzUgMTYuODMyNiA4My4wODQzIDE3LjU5OThMODMuMjk0MyAxOC4wMzk4TDc3LjYwNDMgMjAuMzg5OEM3Ny43Nzc0IDIwLjc4NzYgNzguMDY2OCAyMS4xMjM2IDc4LjQzNDUgMjEuMzUzOUM3OC44MDIxIDIxLjU4NDEgNzkuMjMwOSAyMS42OTc3IDc5LjY2NDMgMjEuNjc5OEM4MC4wODQ0IDIxLjY4MzkgODAuNDk4MyAyMS41NzgxIDgwLjg2NDkgMjEuMzcyOUM4MS4yMzE1IDIxLjE2NzYgODEuNTM4MSAyMC44NzAxIDgxLjc1NDMgMjAuNTA5OEw4My4yMDQzIDIxLjUwOThDODIuNzAxMyAyMi4yNzE3IDgxLjk2NTQgMjIuODUwNCA4MS4xMDY1IDIzLjE1OTZDODAuMjQ3NSAyMy40Njg3IDc5LjMxMTYgMjMuNDkxNiA3OC40Mzg1IDIzLjIyNUM3Ny41NjU1IDIyLjk1ODMgNzYuODAyMSAyMi40MTY0IDc2LjI2MjQgMjEuNjgwMUM3NS43MjI3IDIwLjk0MzggNzUuNDM1NyAyMC4wNTI3IDc1LjQ0NDMgMTkuMTM5OEM3NS40MTAxIDE4LjU5MzkgNzUuNDg4MiAxOC4wNDY4IDc1LjY3MzkgMTcuNTMyMkM3NS44NTk1IDE3LjAxNzcgNzYuMTQ4OCAxNi41NDY3IDc2LjUyMzcgMTYuMTQ4NEM3Ni44OTg2IDE1Ljc1MDEgNzcuMzUxMiAxNS40MzI4IDc3Ljg1MzUgMTUuMjE2NEM3OC4zNTU5IDE0Ljk5OTkgNzguODk3MyAxNC44ODg4IDc5LjQ0NDMgMTQuODg5OEM4MC4yNTQxIDE0LjkxOTcgODEuMDM1OCAxNS4xOTQ4IDgxLjY4NTggMTUuNjc4N1pNNzcuNDA3NiAxOC4xMDM1Qzc3LjMwNTkgMTguMzk3NyA3Ny4yNjQgMTguNzA5MiA3Ny4yODQzIDE5LjAxOThMODEuMDg0MyAxNy40Mzk4QzgwLjk0MTIgMTcuMTUwNSA4MC43MTU5IDE2LjkwOTggODAuNDM2NiAxNi43NDc5QzgwLjE1NzMgMTYuNTg2IDc5LjgzNjUgMTYuNTEwMiA3OS41MTQzIDE2LjUyOThDNzkuMjAzMyAxNi41NDM4IDc4Ljg5ODMgMTYuNjE5NyA3OC42MTcgMTYuNzUzQzc4LjMzNTcgMTYuODg2NCA3OC4wODM5IDE3LjA3NDUgNzcuODc2MiAxNy4zMDY0Qzc3LjY2ODUgMTcuNTM4MyA3Ny41MDkyIDE3LjgwOTIgNzcuNDA3NiAxOC4xMDM1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTc0LjUzNDMgMjMuMTM5OEg3Mi42NjQzVjEwLjYzOThINzQuNTM0M1YyMy4xMzk4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02OS41MzQzIDE1LjgzOThINjkuNjA0M1YxNS4xMzk4SDcxLjMzNDNWMjIuNzA5OEM3MS4zMzQzIDI1Ljg0OTggNjkuNTI0MyAyNy4xMzk4IDY3LjMzNDMgMjcuMTM5OEM2Ni41MjQ3IDI3LjE1MDcgNjUuNzMwOCAyNi45MTU2IDY1LjA1NzcgMjYuNDY1N0M2NC4zODQ1IDI2LjAxNTcgNjMuODYzOCAyNS4zNzIxIDYzLjU2NDMgMjQuNjE5OEw2NS4xODQzIDIzLjk0OThDNjUuMzUyNyAyNC4zODYzIDY1LjY0NjkgMjQuNzYyOCA2Ni4wMjk3IDI1LjAzMTdDNjYuNDEyNSAyNS4zMDA1IDY2Ljg2NjYgMjUuNDQ5NiA2Ny4zMzQzIDI1LjQ1OThDNjguNzM0MyAyNS40NTk4IDY5LjYwNDMgMjQuNTg5OCA2OS42MDQzIDIyLjk1OThWMjIuMzQ5OEg2OS41MzQzQzY5LjI1NzYgMjIuNjcxMiA2OC45MTMzIDIyLjkyNzQgNjguNTI2MSAyMy4xMDAzQzY4LjEzODkgMjMuMjczMSA2Ny43MTgyIDIzLjM1ODMgNjcuMjk0MyAyMy4zNDk4QzY2LjIwMTUgMjMuMjk2OSA2NS4xNzA5IDIyLjgyNTQgNjQuNDE2MyAyMi4wMzMzQzYzLjY2MTYgMjEuMjQxMSA2My4yNDA2IDIwLjE4ODkgNjMuMjQwNiAxOS4wOTQ4QzYzLjI0MDYgMTguMDAwNyA2My42NjE2IDE2Ljk0ODYgNjQuNDE2MyAxNi4xNTY0QzY1LjE3MDkgMTUuMzY0MyA2Ni4yMDE1IDE0Ljg5MjggNjcuMjk0MyAxNC44Mzk4QzY3LjcxNzYgMTQuODM1NCA2OC4xMzcgMTQuOTIyNSA2OC41MjM2IDE1LjA5NTFDNjguOTEwMiAxNS4yNjc3IDY5LjI1NDkgMTUuNTIxNyA2OS41MzQzIDE1LjgzOThaTTY1LjczNDYgMjAuOTExNUM2Ni4xODQxIDIxLjM4OTkgNjYuNzk5MSAyMS42NzkgNjcuNDU0MyAyMS43MTk4QzY3Ljc3NTkgMjEuNzA3NSA2OC4wOTE3IDIxLjYzIDY4LjM4MjUgMjEuNDkyMUM2OC42NzMzIDIxLjM1NDIgNjguOTMzMSAyMS4xNTg4IDY5LjE0NjIgMjAuOTE3NkM2OS4zNTk0IDIwLjY3NjUgNjkuNTIxNCAyMC4zOTQ2IDY5LjYyMjQgMjAuMDg5QzY5LjcyMzUgMTkuNzgzNCA2OS43NjE2IDE5LjQ2MDUgNjkuNzM0MyAxOS4xMzk4QzY5Ljc1ODcgMTguODIwMiA2OS43MTg2IDE4LjQ5OSA2OS42MTY0IDE4LjE5NTJDNjkuNTE0MSAxNy44OTE0IDY5LjM1MTggMTcuNjExMyA2OS4xMzkxIDE3LjM3MTVDNjguOTI2NCAxNy4xMzE3IDY4LjY2NzYgMTYuOTM3MiA2OC4zNzgxIDE2Ljc5OTVDNjguMDg4NyAxNi42NjE4IDY3Ljc3NDUgMTYuNTgzNyA2Ny40NTQzIDE2LjU2OThDNjYuNzk5MSAxNi42MTA3IDY2LjE4NDEgMTYuODk5OCA2NS43MzQ2IDE3LjM3ODJDNjUuMjg1MSAxNy44NTY2IDY1LjAzNDggMTguNDg4NCA2NS4wMzQ4IDE5LjE0NDhDNjUuMDM0OCAxOS44MDEzIDY1LjI4NTEgMjAuNDMzMSA2NS43MzQ2IDIwLjkxMTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTg3LjM2NDMgMTAuNjM5OEg5MS44NDQzQzkyLjM3NzIgMTAuNjAxNiA5Mi45MTI0IDEwLjY3MzUgOTMuNDE2MyAxMC44NTExQzkzLjkyMDIgMTEuMDI4OCA5NC4zODIyIDExLjMwODMgOTQuNzczMyAxMS42NzI0Qzk1LjE2NDQgMTIuMDM2NCA5NS40NzY0IDEyLjQ3NzEgOTUuNjg5NyAxMi45NjdDOTUuOTAyOSAxMy40NTY5IDk2LjAxMyAxMy45ODU1IDk2LjAxMyAxNC41MTk4Qzk2LjAxMyAxNS4wNTQyIDk1LjkwMjkgMTUuNTgyOCA5NS42ODk3IDE2LjA3MjdDOTUuNDc2NCAxNi41NjI2IDk1LjE2NDQgMTcuMDAzMyA5NC43NzMzIDE3LjM2NzNDOTQuMzgyMiAxNy43MzE0IDkzLjkyMDIgMTguMDEwOSA5My40MTYzIDE4LjE4ODZDOTIuOTEyNCAxOC4zNjYyIDkyLjM3NzIgMTguNDM4MSA5MS44NDQzIDE4LjM5OThIODkuMjM0M1YyMy4xMzk4SDg3LjM2NDNWMTAuNjM5OFpNODkuMjM0MyAxNi42Mzk4SDkxLjg0NDNMOTEuODg0MyAxNi42NTk4QzkyLjE2NTMgMTYuNjU5OCA5Mi40NDM2IDE2LjYwNDUgOTIuNzAzMiAxNi40OTY5QzkyLjk2MjkgMTYuMzg5NCA5My4xOTg4IDE2LjIzMTggOTMuMzk3NSAxNi4wMzMxQzkzLjU5NjIgMTUuODM0MyA5My43NTM4IDE1LjU5ODQgOTMuODYxNCAxNS4zMzg4QzkzLjk2ODkgMTUuMDc5MiA5NC4wMjQzIDE0LjgwMDkgOTQuMDI0MyAxNC41MTk4Qzk0LjAyNDMgMTQuMjM4OCA5My45Njg5IDEzLjk2MDUgOTMuODYxNCAxMy43MDA5QzkzLjc1MzggMTMuNDQxMyA5My41OTYyIDEzLjIwNTQgOTMuMzk3NSAxMy4wMDY2QzkzLjE5ODggMTIuODA3OSA5Mi45NjI5IDEyLjY1MDMgOTIuNzAzMiAxMi41NDI3QzkyLjQ0MzYgMTIuNDM1MiA5Mi4xNjUzIDEyLjM3OTggOTEuODg0MyAxMi4zNzk4SDg5LjIzNDNWMTYuNjM5OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAxLjQzMyAxNS4zMDU5QzEwMi4wMjUgMTQuOTY2NCAxMDIuNzAzIDE0LjgwNzkgMTAzLjM4NCAxNC44NDk4TDEwMy40MjQgMTQuODY5OEMxMDUuNTU0IDE0Ljg2OTggMTA3LjIxNCAxNi4xMzk4IDEwNy4yMTQgMTguMzI5OFYyMy4xMzk4SDEwNS40MTRWMjIuMTM5OEgxMDUuMzU0QzEwNS4xMDEgMjIuNTM2IDEwNC43NDggMjIuODU3NyAxMDQuMzI5IDIzLjA3MjFDMTAzLjkxMSAyMy4yODY1IDEwMy40NDQgMjMuMzg1OCAxMDIuOTc0IDIzLjM1OThDMTAyLjU4OCAyMy4zODk3IDEwMi4yIDIzLjM0MTcgMTAxLjgzMyAyMy4yMTg2QzEwMS40NjYgMjMuMDk1NiAxMDEuMTI3IDIyLjkgMTAwLjgzNyAyMi42NDM1QzEwMC41NDcgMjIuMzg2OSAxMDAuMzExIDIyLjA3NDcgMTAwLjE0NCAyMS43MjU0Qzk5Ljk3NzEgMjEuMzc2IDk5Ljg4MTkgMjAuOTk2NyA5OS44NjQzIDIwLjYwOThDOTkuODY0MyAxOC43ODk4IDEwMS42ODQgMTcuNzg5OCAxMDMuNDY0IDE3Ljc4OThDMTA0LjE0NCAxNy43ODkgMTA0LjgxMyAxNy45NTM4IDEwNS40MTQgMTguMjY5OFYxOC4xNDk4QzEwNS4zOTEgMTcuOTEyIDEwNS4zMiAxNy42ODEzIDEwNS4yMDYgMTcuNDcxMUMxMDUuMDkyIDE3LjI2MDkgMTA0LjkzOCAxNy4wNzU0IDEwNC43NTIgMTYuOTI1NkMxMDQuNTY2IDE2Ljc3NTcgMTA0LjM1MSAxNi42NjQ0IDEwNC4xMjIgMTYuNTk4MkMxMDMuODkyIDE2LjUzMTkgMTAzLjY1MiAxNi41MTIxIDEwMy40MTQgMTYuNTM5OEMxMDMuMDcyIDE2LjUxMDIgMTAyLjcyOCAxNi41ODA0IDEwMi40MjUgMTYuNzQxOUMxMDIuMTIxIDE2LjkwMzQgMTAxLjg3MSAxNy4xNDkzIDEwMS43MDQgMTcuNDQ5OEwxMDAuMDU0IDE2Ljc1OThDMTAwLjM2MiAxNi4xNTA4IDEwMC44NDEgMTUuNjQ1MyAxMDEuNDMzIDE1LjMwNTlaTTEwMS42OTQgMjAuNjM5OEMxMDEuNjk0IDIxLjM4OTggMTAyLjU0NCAyMS42OTk4IDEwMy4xNTQgMjEuNjk5OEwxMDMuMTk0IDIxLjcxOThDMTAzLjc0MSAyMS43MDkgMTA0LjI2NSAyMS41MDAzIDEwNC42NjkgMjEuMTMyNkMxMDUuMDc0IDIwLjc2NDggMTA1LjMzMSAyMC4yNjI5IDEwNS4zOTQgMTkuNzE5OEMxMDQuODc1IDE5LjQzMDIgMTA0LjI4OCAxOS4yODUyIDEwMy42OTQgMTkuMjk5OEMxMDIuNzU0IDE5LjI5OTggMTAxLjY5NCAxOS42Mzk4IDEwMS42OTQgMjAuNjM5OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMTEuNjM0IDIwLjU1OThMMTEzLjc3NCAxNS4xMzk4SDExNS44NTRMMTEwLjczNCAyNi45Mjk4SDEwOC43ODRMMTEwLjY4NCAyMi43MTk4TDEwNy4zNTQgMTUuMTM5OEgxMDkuMzU0TDExMS41NzQgMjAuNTU5OEgxMTEuNjM0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTk4LjgzNDMgMjMuMTM5OEg5Ni45NzQzVjEwLjYzOThIOTguODM0M1YyMy4xMzk4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuNDc0MzAyIDAuNjc5ODY1QzAuMTQ0NzcxIDEuMDY5NDggLTAuMDIzMzcwNCAxLjU3MDMzIDAuMDA0MzAwNTEgMi4wNzk4NlYyNC4xOTk5Qy0wLjAyOTcyNTUgMjQuNzEwMiAwLjEzOTE5NSAyNS4yMTM0IDAuNDc0MzAyIDI1LjU5OTlMMC41NDQzMDEgMjUuNjc5OUwxMi45MzQzIDEzLjI4OTlWMTIuOTg5OUwwLjU0NDMwMSAwLjYwOTg2M0wwLjQ3NDMwMiAwLjY3OTg2NVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDM4Nl8xMzYpIi8+CjxwYXRoIGQ9Ik0xNy4wMzQzIDE3LjQxOTlMMTIuOTM0MyAxMy4yODk5VjEyLjk4OTlMMTcuMDM0MyA4Ljg1OTg2TDE3LjEyNDMgOC45MTk4NkwyMi4wMzQzIDExLjY5OTlDMjMuNDM0MyAxMi40ODk5IDIzLjQzNDMgMTMuNzg5OSAyMi4wMzQzIDE0LjU4OTlMMTcuMTQ0MyAxNy4zNjk5TDE3LjAzNDMgMTcuNDE5OVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xNDM4Nl8xMzYpIi8+CjxwYXRoIGQ9Ik0xNy4xNTQ0IDE3LjM1OTlMMTIuOTM0NCAxMy4xMzk5TDAuNDc0MzY1IDI1LjU5OTlDMC43NTY5NCAyNS44NTE0IDEuMTE4NjMgMjUuOTk2MSAxLjQ5NjcyIDI2LjAwODlDMS44NzQ4IDI2LjAyMTcgMi4yNDU0NCAyNS45MDE3IDIuNTQ0MzYgMjUuNjY5OUwxNy4xNTQ0IDE3LjM1OTlaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTQzODZfMTM2KSIvPgo8cGF0aCBkPSJNMTcuMTU0NCA4LjkxOTg2TDIuNTQ0MzYgMC42MTk4NjFDMi4yNDczOSAwLjM4NDc3NSAxLjg3NzA0IDAuMjYxOTE5IDEuNDk4NDQgMC4yNzI4OTNDMS4xMTk4NCAwLjI4Mzg2NyAwLjc1NzIyNSAwLjQyNzk3IDAuNDc0MzY1IDAuNjc5ODYyTDEyLjkzNDQgMTMuMTM5OUwxNy4xNTQ0IDguOTE5ODZaIiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTQzODZfMTM2KSIvPgo8cGF0aCBvcGFjaXR5PSIwLjIiIGQ9Ik0xNy4wMzQ0IDE3LjI2OTlMMi41NDQzNiAyNS41MTk5QzIuMjU2MzEgMjUuNzM3MyAxLjkwNTI1IDI1Ljg1NDkgMS41NDQzNiAyNS44NTQ5QzEuMTgzNDggMjUuODU0OSAwLjgzMjQyIDI1LjczNzMgMC41NDQzNjUgMjUuNTE5OUwwLjQ3NDM2NSAyNS41ODk5TDAuNTQ0MzY1IDI1LjY2OTlDMC44MzI0MiAyNS44ODczIDEuMTgzNDggMjYuMDA0OSAxLjU0NDM2IDI2LjAwNDlDMS45MDUyNSAyNi4wMDQ5IDIuMjU2MzEgMjUuODg3MyAyLjU0NDM2IDI1LjY2OTlMMTcuMTU0NCAxNy4zNTk5TDE3LjAzNDQgMTcuMjY5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIG9wYWNpdHk9IjAuMTIiIGQ9Ik0wLjQ3NDMwMiAyNS40NTk5QzAuMTUzMDk2IDI1LjA2MzIgLTAuMDA0MzE2NjEgMjQuNTU4OCAwLjAzNDMwMTUgMjQuMDQ5OVYyNC4xOTk5QzAuMDAwMjc1NDM1IDI0LjcxMDIgMC4xNjkxOTQgMjUuMjEzNCAwLjUwNDMwMSAyNS41OTk5TDAuNTc0MzAyIDI1LjUyOTlMMC40NzQzMDIgMjUuNDU5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIG9wYWNpdHk9IjAuMTIiIGQ9Ik0yMi4wMzQzIDE0LjQzOTlMMTcuMDM0MyAxNy4yNjk5TDE3LjEyNDMgMTcuMzU5OUwyMi4wMzQzIDE0LjU3OTlDMjIuMzI0MSAxNC40NTczIDIyLjU3NTYgMTQuMjU4OSAyMi43NjIxIDE0LjAwNTVDMjIuOTQ4NiAxMy43NTIgMjMuMDYzNCAxMy40NTMgMjMuMDk0MyAxMy4xMzk5QzIzLjAzMTggMTMuNDI0NCAyMi45MDMzIDEzLjY5MDMgMjIuNzE5MiAxMy45MTYxQzIyLjUzNSAxNC4xNDE5IDIyLjMwMDUgMTQuMzIxMyAyMi4wMzQzIDE0LjQzOTlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBvcGFjaXR5PSIwLjI1IiBkPSJNMi41NDQyNyAwLjc1OTg3MkwyMi4wMzQzIDExLjgzOTlDMjIuMzAwNCAxMS45NTg0IDIyLjUzNSAxMi4xMzc4IDIyLjcxOTEgMTIuMzYzNkMyMi45MDMzIDEyLjU4OTQgMjMuMDMxOCAxMi44NTUzIDIzLjA5NDMgMTMuMTM5OUMyMy4wNjM0IDEyLjgyNjcgMjIuOTQ4NiAxMi41Mjc3IDIyLjc2MjEgMTIuMjc0M0MyMi41NzU1IDEyLjAyMDkgMjIuMzI0MSAxMS44MjI0IDIyLjAzNDMgMTEuNjk5OUwyLjU0NDI3IDAuNjE5ODdDMS4xNTQyNyAtMC4xODAxMyAwLjAwNDI3MjQ2IDAuNDc5ODcyIDAuMDA0MjcyNDYgMi4wNzk4N1YyLjIyOTg3QzAuMDM0MjcyNSAwLjYyOTg3MSAxLjE1NDI3IC0wLjAzMDEyODIgMi41NDQyNyAwLjc1OTg3MloiIGZpbGw9IiMzMTM2MzgiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDM4Nl8xMzYiIHgxPSIxMS44MzQzIiB5MT0iMS44NDk4NiIgeDI9Ii00Ljk0NTciIHkyPSIxOC42Mjk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMEEwRkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjAxIiBzdG9wLWNvbG9yPSIjMDBBMUZGIi8+CjxzdG9wIG9mZnNldD0iMC4yNiIgc3RvcC1jb2xvcj0iIzAwQkVGRiIvPgo8c3RvcCBvZmZzZXQ9IjAuNTEiIHN0b3AtY29sb3I9IiMwMEQyRkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjc2IiBzdG9wLWNvbG9yPSIjMDBERkZGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwRTNGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTQzODZfMTM2IiB4MT0iMjMuODY0MyIgeTE9IjEzLjEzOTkiIHgyPSItMC4zMjU2NzIiIHkyPSIxMy4xMzk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkUwMDAiLz4KPHN0b3Agb2Zmc2V0PSIwLjQxIiBzdG9wLWNvbG9yPSIjRkZCRDAwIi8+CjxzdG9wIG9mZnNldD0iMC43OCIgc3RvcC1jb2xvcj0iI0ZGQTUwMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjlDMDAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE0Mzg2XzEzNiIgeDE9IjE0Ljg2NDQiIHkxPSIxNS40Mzk5IiB4Mj0iLTcuODk1NjQiIHkyPSIzOC4xODk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjNBNDQiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzMxMTYyIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xNDM4Nl8xMzYiIHgxPSItMi42NjU2MyIgeTE9Ii02LjY4MDE0IiB4Mj0iNy40OTQzNyIgeTI9IjMuNDc5ODYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzMyQTA3MSIvPgo8c3RvcCBvZmZzZXQ9IjAuMDciIHN0b3AtY29sb3I9IiMyREE3NzEiLz4KPHN0b3Agb2Zmc2V0PSIwLjQ4IiBzdG9wLWNvbG9yPSIjMTVDRjc0Ii8+CjxzdG9wIG9mZnNldD0iMC44IiBzdG9wLWNvbG9yPSIjMDZFNzc1Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwRjA3NiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=")}.xps-btnv2.btn-appStore .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button .btn-app-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgMTAxIDI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTIuNTgyMyAzLjgwNzc1QzEzLjQyODYgMi43OTQ2NyAxMy44NDU1IDEuNDkyNTMgMTMuNzQ0NSAwLjE3Nzg1NkMxMi40NTE2IDAuMzEzMjcxIDExLjI1NzMgMC45Mjk0NyAxMC4zOTk2IDEuOTAzNjhDOS45ODAyNiAyLjM3OTYgOS42NTkwOCAyLjkzMzI4IDkuNDU0NDMgMy41MzMwNkM5LjI0OTc4IDQuMTMyODQgOS4xNjU2OCA0Ljc2Njk3IDkuMjA2OTQgNS4zOTkxOEM5Ljg1MzYzIDUuNDA1ODEgMTAuNDkzNCA1LjI2NjA0IDExLjA3ODEgNC45OTAzOEMxMS42NjI3IDQuNzE0NzEgMTIuMTc3IDQuMzEwMzUgMTIuNTgyMyAzLjgwNzc1WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNMTUuNDMwOSAxMi4yMjAzQzE1LjQ0MjEgMTEuMzUyMyAxNS42NzMzIDEwLjUwMTMgMTYuMTAyOSA5Ljc0NjM4QzE2LjUzMjYgOC45OTE0NiAxNy4xNDY4IDguMzU3MTkgMTcuODg4MyA3LjkwMjU4QzE3LjQxNzIgNy4yMzE2OCAxNi43OTU4IDYuNjc5NTUgMTYuMDczMyA2LjI5MDA2QzE1LjM1MDggNS45MDA1NyAxNC41NDcyIDUuNjg0NDMgMTMuNzI2MyA1LjY1ODgyQzEyLjY1NTEgNS41NDY2OSAxMS42MDQgNS45NjI3MSAxMC43NDQ5IDYuMzAyN0MxMC4xOTk2IDYuNTE4NTQgOS43MzE2NCA2LjcwMzc0IDkuMzg1MTIgNi43MDM3NEM4Ljk5MDkzIDYuNzAzNzQgOC41MDk1NiA2LjUxMDkyIDcuOTcwMTggNi4yOTQ4OEM3LjI2NDkgNi4wMTIzOCA2LjQ2MDQ2IDUuNjkwMTcgNS42MjIxMiA1LjcwNzM3QzQuNjY1MTUgNS43MzgyIDMuNzMyNTEgNi4wMTU3IDIuOTE1MDcgNi41MTI4M0MyLjA5NzY0IDcuMDA5OTYgMS40MjMyNyA3LjcwOTc3IDAuOTU3Njg4IDguNTQ0MDdDLTEuMDU5MDcgMTIuMDI2MSAwLjQ0NTI1NCAxNy4xNDM1IDIuMzc3MTcgMTkuOTU4MUMzLjM0Mzc2IDIxLjMzNjMgNC40NzM0MSAyMi44NzU4IDUuOTUxNTYgMjIuODIxMkM2LjYyMjA5IDIyLjc5MzUgNy4wOTc4NyAyMi41OTM4IDcuNTg5MyAyMi4zODc2QzguMTU3OTggMjIuMTQ4OSA4Ljc0NzYxIDIxLjkwMTQgOS42ODQyMSAyMS45MDE0QzEwLjU2NzMgMjEuOTAxNCAxMS4xMzE3IDIyLjE0MTIgMTEuNjczMyAyMi4zNzEzQzEyLjE5MjUgMjIuNTkxOCAxMi42OTA4IDIyLjgwMzUgMTMuNDI5IDIyLjc4NjVDMTQuOTgxMSAyMi43NjE0IDE1Ljk1OSAyMS40MDIyIDE2Ljg5MTcgMjAuMDEwOUMxNy41ODYxIDE5LjAyODggMTguMTIwNiAxNy45NDM1IDE4LjQ3NTEgMTYuNzk1QzE3LjU3MzQgMTYuNDE0NyAxNi44MDM4IDE1Ljc3ODEgMTYuMjYyNSAxNC45NjQ2QzE1LjcyMTEgMTQuMTUxIDE1LjQzMTkgMTMuMTk2NiAxNS40MzA5IDEyLjIyMDNaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjguMDM3OCAxOS40NzA2SDMyLjc4NDVMMzMuOTIzNCAyMi44MjdIMzUuOTY4MkwzMS40NzIyIDEwLjQwOUgyOS4zODM0TDI0Ljg4NzQgMjIuODI3SDI2Ljg5NzlMMjguMDM3OCAxOS40NzA2Wk0zMi4yOTIgMTcuOTIxN0gyOC41Mjk0TDMwLjM4NTIgMTIuNDc0NUgzMC40MzcxTDMyLjI5MiAxNy45MjE3WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ1LjY3OCAxOC4zMDA3QzQ1LjY3OCAyMS4xMTQxIDQ0LjE2NzkgMjIuOTIxNyA0MS44ODkxIDIyLjkyMTdDNDEuMzExOCAyMi45NTE5IDQwLjczNzcgMjIuODE5MyA0MC4yMzI1IDIyLjUzOTFDMzkuNzI3MyAyMi4yNTkgMzkuMzExNCAyMS44NDI2IDM5LjAzMjUgMjEuMzM3N0gzOC45ODkzVjI1LjgyMjFIMzcuMTI1N1YxMy43NzMzSDM4LjkyOTZWMTUuMjc5MkgzOC45NjM5QzM5LjI1NTYgMTQuNzc2NyAzOS42Nzg2IDE0LjM2MjUgNDAuMTg3NiAxNC4wODA3QzQwLjY5NjcgMTMuNzk4OCA0MS4yNzI4IDEzLjY1OTkgNDEuODU0OCAxMy42Nzg2QzQ0LjE1OTEgMTMuNjc4NiA0NS42NzggMTUuNDk1IDQ1LjY3OCAxOC4zMDA3Wk00My43NjI1IDE4LjMwMDdDNDMuNzYyNSAxNi40Njc3IDQyLjgxMjYgMTUuMjYyNiA0MS4zNjMyIDE1LjI2MjZDMzkuOTM5MyAxNS4yNjI2IDM4Ljk4MTUgMTYuNDkzIDM4Ljk4MTUgMTguMzAwN0MzOC45ODE1IDIwLjEyNDkgMzkuOTM5MyAyMS4zNDY2IDQxLjM2MzIgMjEuMzQ2NkM0Mi44MTI2IDIxLjM0NjYgNDMuNzYyNSAyMC4xNTAzIDQzLjc2MjUgMTguMzAwN1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MS44ODE5IDIyLjkyMTdDNTQuMTYwNyAyMi45MjE3IDU1LjY3MTMgMjEuMTE0MSA1NS42NzEzIDE4LjMwMDdDNTUuNjcxMyAxNS40OTUgNTQuMTUxOSAxMy42Nzg2IDUxLjg0NzYgMTMuNjc4NkM1MS4yNjU2IDEzLjY1OTkgNTAuNjg5NSAxMy43OTg4IDUwLjE4MDQgMTQuMDgwN0M0OS42NzE0IDE0LjM2MjUgNDkuMjQ4NSAxNC43NzY3IDQ4Ljk1NjcgMTUuMjc5Mkg0OC45MjI0VjEzLjc3MzNINDcuMTE4NVYyNS44MjIxSDQ4Ljk4MjJWMjEuMzM3N0g0OS4wMjUzQzQ5LjMwNDIgMjEuODQyNiA0OS43MjAxIDIyLjI1OSA1MC4yMjUzIDIyLjUzOTFDNTAuNzMwNSAyMi44MTkzIDUxLjMwNDYgMjIuOTUxOSA1MS44ODE5IDIyLjkyMTdaTTUxLjM1NiAxNS4yNjI2QzUyLjgwNTQgMTUuMjYyNiA1My43NTUzIDE2LjQ2NzcgNTMuNzU1MyAxOC4zMDA3QzUzLjc1NTMgMjAuMTUwMyA1Mi44MDU0IDIxLjM0NjYgNTEuMzU2IDIxLjM0NjZDNDkuOTMyMSAyMS4zNDY2IDQ4Ljk3NDMgMjAuMTI0OSA0OC45NzQzIDE4LjMwMDdDNDguOTc0MyAxNi40OTMgNDkuOTMyMSAxNS4yNjI2IDUxLjM1NiAxNS4yNjI2WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNjIuMjc0OCAxOS4zNjcxQzYyLjQxMjggMjAuNTk4NSA2My42MTI1IDIxLjQwNzEgNjUuMjUxOCAyMS40MDcxQzY2LjgyMjYgMjEuNDA3MSA2Ny45NTI4IDIwLjU5ODUgNjcuOTUyOCAxOS40ODgxQzY3Ljk1MjggMTguNTI0MiA2Ny4yNzEyIDE3Ljk0NzEgNjUuNjU3MyAxNy41NTE2TDY0LjA0MzQgMTcuMTYzOUM2MS43NTY3IDE2LjYxMzEgNjAuNjk1MiAxNS41NDY3IDYwLjY5NTIgMTMuODE2MkM2MC42OTUyIDExLjY3MzYgNjIuNTY3NiAxMC4yMDIgNjUuMjI1NCAxMC4yMDJDNjcuODU3OCAxMC4yMDIgNjkuNjYxNyAxMS42NzM2IDY5LjcyMjQgMTMuODE2Mkg2Ny44NDExQzY3LjcyODUgMTIuNTc3IDY2LjcwMTIgMTEuODI4OSA2NS4xOTk5IDExLjgyODlDNjMuNjk4NyAxMS44Mjg5IDYyLjY3MTQgMTIuNTg1OCA2Mi42NzE0IDEzLjY4NzNDNjIuNjcxNCAxNC41NjUzIDYzLjMyNzUgMTUuMDgxOSA2NC45MzI2IDE1LjQ3NzNMNjYuMzA0NiAxNS44MTMzQzY4Ljg1OTYgMTYuNDE1OCA2OS45MjAyIDE3LjQzOTMgNjkuOTIwMiAxOS4yNTU2QzY5LjkyMDIgMjEuNTc4OSA2OC4wNjU0IDIzLjAzNCA2NS4xMTM3IDIzLjAzNEM2Mi4zNTIxIDIzLjAzNCA2MC40ODc1IDIxLjYxMzEgNjAuMzY3IDE5LjM2N0w2Mi4yNzQ4IDE5LjM2NzFaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik03My45NDQyIDEzLjc3MzNWMTEuNjMwN0g3Mi4wNzE3VjEzLjc3MzNINzAuNzUxNlYxNS4yNDVINzIuMDcxN1YyMC40MzQ0QzcyLjA3MTcgMjIuMTkwMyA3Mi43ODg2IDIyLjg3ODcgNzQuNjI2NyAyMi44Nzg3Qzc0Ljk3MzggMjIuODg1MiA3NS4zMjA2IDIyLjg1NjQgNzUuNjYxOCAyMi43OTI4VjIxLjMyOTlDNzUuNDU4NCAyMS4zNTUgNzUuMjUzOCAyMS4zNjk0IDc1LjA0ODggMjEuMzcyOUM3NC4yODk4IDIxLjM3MjkgNzMuOTQ0MiAyMS4wMTE2IDczLjk0NDIgMjAuMjM2MlYxNS4yNDVINzUuNjcwN1YxMy43NzMzSDczLjk0NDJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzYuNjY5NiAxOC4zMDA3Qzc2LjY2OTYgMTUuNDUyIDc4LjM1MiAxMy42NjIgODAuOTc1NiAxMy42NjJDODMuNjA3OSAxMy42NjIgODUuMjgyNSAxNS40NTIgODUuMjgyNSAxOC4zMDA3Qzg1LjI4MjUgMjEuMTU3MSA4My42MTY4IDIyLjkzOTMgODAuOTc1NiAyMi45MzkzQzc4LjMzNTQgMjIuOTM5MyA3Ni42Njk2IDIxLjE1NzEgNzYuNjY5NiAxOC4zMDA3Wk04My4zODM3IDE4LjMwMDdDODMuMzgzNyAxNi4zNDY2IDgyLjQ4NTYgMTUuMTkzMiA4MC45NzU2IDE1LjE5MzJDNzkuNDY1NSAxNS4xOTMyIDc4LjU2NzUgMTYuMzU1MyA3OC41Njc1IDE4LjMwMDdDNzguNTY3NSAyMC4yNjI2IDc5LjQ2NTUgMjEuNDA3MSA4MC45NzU2IDIxLjQwNzFDODIuNDg1NiAyMS40MDcxIDgzLjM4MzcgMjAuMjYyNiA4My4zODM3IDE4LjMwMDdaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik04OC41OTY1IDEzLjc3MzNIODYuODE5MUw4Ni44MTkgMjIuODI3SDg4LjY4MjdWMTcuNDU2OUM4OC42NTIgMTcuMTg4NCA4OC42OCAxNi45MTY1IDg4Ljc2NDYgMTYuNjU5OUM4OC44NDkzIDE2LjQwMzIgODguOTg4NyAxNi4xNjc4IDg5LjE3MzIgMTUuOTY5OUM4OS4zNTc3IDE1Ljc3MiA4OS41ODI5IDE1LjYxNjMgODkuODMzNCAxNS41MTM0QzkwLjA4NCAxNS40MTA1IDkwLjM1MzkgMTUuMzYyOSA5MC42MjQ2IDE1LjM3MzlDOTAuOTA4IDE1LjM2NTYgOTEuMTkwOCAxNS40MDM2IDkxLjQ2MiAxNS40ODYyVjEzLjc0NzlDOTEuMjUyNCAxMy43MDExIDkxLjAzODIgMTMuNjc3OCA5MC44MjM1IDEzLjY3ODZDOTAuMzI2NCAxMy42NTk2IDg5LjgzOCAxMy44MTE5IDg5LjQ0MDMgMTQuMTA5OEM4OS4wNDI2IDE0LjQwNzcgODguNzU5OSAxNC44MzMgODguNjM5NiAxNS4zMTQzSDg4LjU5NjVWMTMuNzczM1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDAuMDU0IDIwLjE2NzhDOTkuODAzNyAyMS44MTE0IDk4LjE5ODYgMjIuOTM5MyA5Ni4xNDUgMjIuOTM5M0M5My41MDM4IDIyLjkzOTMgOTEuODY0NCAyMS4xNzQ3IDkxLjg2NDQgMTguMzQzNkM5MS44NjQ0IDE1LjUwMzggOTMuNTEyNiAxMy42NjIgOTYuMDY2NiAxMy42NjJDOTguNTc4NSAxMy42NjIgMTAwLjE1OCAxNS4zODI3IDEwMC4xNTggMTguMTI3OFYxOC43NjQ1SDkzLjc0NTdWMTguODc2OEM5My43MTYxIDE5LjIxIDkzLjc1NzkgMTkuNTQ1NyA5My44Njg0IDE5Ljg2MTVDOTMuOTc4OSAyMC4xNzc0IDk0LjE1NTUgMjAuNDY2MSA5NC4zODY1IDIwLjcwODdDOTQuNjE3NSAyMC45NTEyIDk0Ljg5NzYgMjEuMTQyIDk1LjIwODIgMjEuMjY4M0M5NS41MTg4IDIxLjM5NDYgOTUuODUyOSAyMS40NTM2IDk2LjE4ODEgMjEuNDQxM0M5Ni42Mjg1IDIxLjQ4MjQgOTcuMDcwNCAyMS4zODA3IDk3LjQ0ODIgMjEuMTUxM0M5Ny44MjU5IDIwLjkyMTggOTguMTE5NCAyMC41NzY5IDk4LjI4NDggMjAuMTY3OEwxMDAuMDU0IDIwLjE2NzhaTTkzLjc1NDUgMTcuNDY1N0g5OC4yOTM2Qzk4LjMxMDMgMTcuMTY2MSA5OC4yNjQ3IDE2Ljg2NjMgOTguMTU5OCAxNi41ODUxQzk4LjA1NDggMTYuMzAzOSA5Ny44OTI3IDE2LjA0NzMgOTcuNjgzNiAxNS44MzE2Qzk3LjQ3NDUgMTUuNjE1OCA5Ny4yMjI5IDE1LjQ0NTUgOTYuOTQ0NiAxNS4zMzEyQzk2LjY2NjQgMTUuMjE3IDk2LjM2NzUgMTUuMTYxNCA5Ni4wNjY2IDE1LjE2NzhDOTUuNzYzMSAxNS4xNjYgOTUuNDYyMyAxNS4yMjQyIDk1LjE4MTUgMTUuMzM4OUM5NC45MDA3IDE1LjQ1MzcgOTQuNjQ1NCAxNS42MjI3IDk0LjQzMDQgMTUuODM2NEM5NC4yMTU1IDE2LjA1IDk0LjA0NTEgMTYuMzA0IDkzLjkyOTEgMTYuNTgzNkM5My44MTMgMTYuODYzMyA5My43NTM3IDE3LjE2MzEgOTMuNzU0NSAxNy40NjU3WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI4LjA4MDcgMS4zNDU5MUMyNy43MTU2IDEuMjA0NDggMjcuMzIzNSAxLjE0NTYyIDI2LjkzMjggMS4xNzM1OEgyNC43NzE1VjcuMTQwNDJIMjYuOTMyOEMyOC43MTUxIDcuMTQwNDIgMjkuNzQ4MyA2LjA0NDY3IDI5Ljc0ODMgNC4xMzg0MkMyOS43OTc2IDMuNzUwOSAyOS43NiAzLjM1NzMxIDI5LjYzODIgMi45ODYwNEMyOS41MTY1IDIuNjE0NzcgMjkuMzEzNiAyLjI3NTA3IDI5LjA0NDMgMS45OTE0NUMyOC43NzUgMS43MDc4MiAyOC40NDU4IDEuNDg3MzQgMjguMDgwNyAxLjM0NTkxWk0yNi44MjkgNi4yOTY1OEgyNS43MDA4VjIuMDE2NzlIMjYuODI5QzI3LjEwNjggMi4wMDE0MiAyNy4zODQ1IDIuMDQ3NSAyNy42NDIzIDIuMTUxNzRDMjcuOTAwMSAyLjI1NTk3IDI4LjEzMTYgMi40MTU3OCAyOC4zMjAyIDIuNjE5NzFDMjguNTA4OCAyLjgyMzY0IDI4LjY0OTggMy4wNjY2NCAyOC43MzMxIDMuMzMxMzFDMjguODE2NSAzLjU5NTk3IDI4Ljg0MDEgMy44NzU3NCAyOC44MDIzIDQuMTUwNThDMjguODQzMSA0LjQyNjUgMjguODIxNiA0LjcwODAyIDI4LjczOTUgNC45NzQ2NEMyOC42NTc0IDUuMjQxMjUgMjguNTE2OCA1LjQ4NjI2IDI4LjMyNzcgNS42OTE4M0MyOC4xMzg3IDUuODk3MzkgMjcuOTA2MSA2LjA1ODM0IDI3LjY0NjggNi4xNjI5NkMyNy4zODc2IDYuMjY3NTcgMjcuMTA4MiA2LjMxMzIyIDI2LjgyOSA2LjI5NjU4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMwLjc5ODEgNC44ODY5MkMzMC43Njk3IDQuNTkxIDMwLjgwMzcgNC4yOTI0MyAzMC44OTc4IDQuMDEwMzZDMzAuOTkxOSAzLjcyODI5IDMxLjE0NDEgMy40Njg5NSAzMS4zNDQ2IDMuMjQ4OTdDMzEuNTQ1MSAzLjAyODk5IDMxLjc4OTUgMi44NTMyMiAzMi4wNjIxIDIuNzMyOTRDMzIuMzM0NyAyLjYxMjY3IDMyLjYyOTUgMi41NTA1NCAzMi45Mjc2IDIuNTUwNTRDMzMuMjI1NyAyLjU1MDU0IDMzLjUyMDUgMi42MTI2NyAzMy43OTMxIDIuNzMyOTRDMzQuMDY1OCAyLjg1MzIyIDM0LjMxMDIgMy4wMjg5OSAzNC41MTA3IDMuMjQ4OTdDMzQuNzExMiAzLjQ2ODk1IDM0Ljg2MzMgMy43MjgyOSAzNC45NTc1IDQuMDEwMzZDMzUuMDUxNiA0LjI5MjQzIDM1LjA4NTUgNC41OTEgMzUuMDU3MSA0Ljg4NjkyQzM1LjA4NiA1LjE4MzE0IDM1LjA1MjUgNS40ODIxMiAzNC45NTg2IDUuNzY0NjVDMzQuODY0OCA2LjA0NzE3IDM0LjcxMjcgNi4zMDY5OSAzNC41MTIxIDYuNTI3NEMzNC4zMTE2IDYuNzQ3ODIgMzQuMDY3IDYuOTIzOTUgMzMuNzk0MSA3LjA0NDQ5QzMzLjUyMTIgNy4xNjUwMiAzMy4yMjYxIDcuMjI3MjkgMzIuOTI3NiA3LjIyNzI5QzMyLjYyOTIgNy4yMjcyOSAzMi4zMzQgNy4xNjUwMiAzMi4wNjExIDcuMDQ0NDlDMzEuNzg4MiA2LjkyMzk1IDMxLjU0MzYgNi43NDc4MiAzMS4zNDMxIDYuNTI3NEMzMS4xNDI1IDYuMzA2OTkgMzAuOTkwNCA2LjA0NzE3IDMwLjg5NjYgNS43NjQ2NUMzMC44MDI3IDUuNDgyMTIgMzAuNzY5MiA1LjE4MzE0IDMwLjc5ODEgNC44ODY5MlpNMzQuMTQwNSA0Ljg4NjkyQzM0LjE0MDUgMy45MTA4NSAzMy43MDA4IDMuMzQwMDUgMzIuOTI5MSAzLjM0MDA1QzMyLjE1NDUgMy4zNDAwNSAzMS43MTg3IDMuOTEwODUgMzEuNzE4NyA0Ljg4NjkzQzMxLjcxODcgNS44NzA4MiAzMi4xNTQ1IDYuNDM3MjIgMzIuOTI5MSA2LjQzNzIyQzMzLjcwMDggNi40MzcyMSAzNC4xNDA1IDUuODY2OSAzNC4xNDA1IDQuODg2OTJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik0zOS43OTQgNy4xNDAzM0g0MC43MTg1TDQxLjk1ODMgMi42Mzc0SDQxLjA2NzFMNDAuMjYyMSA2LjA3MzRINDAuMTkxNkwzOS4yNjMyIDIuNjM3NEgzOC40MDgzTDM3LjQ3OTkgNi4wNzM0SDM3LjQxMzNMMzYuNjA0NCAyLjYzNzRIMzUuNzAwNUwzNi45NDUyIDcuMTQwMzNIMzcuODYwOUwzOC43OTAyIDMuODIzOTJIMzguODYwN0wzOS43OTQgNy4xNDAzM1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTQzLjAwNTEgMi42Mzc0SDQzLjg2M1YzLjM1MjczSDQzLjkyOTZDNDQuMDQyNiAzLjA5NTgxIDQ0LjIzMzEgMi44ODA0MyA0NC40NzQ3IDIuNzM2NjNDNDQuNzE2MiAyLjU5MjgyIDQ0Ljk5NjcgMi41Mjc3NSA0NS4yNzcxIDIuNTUwNDhDNDUuNDk2OCAyLjUzNCA0NS43MTc1IDIuNTY3MDQgNDUuOTIyNiAyLjY0NzE0QzQ2LjEyNzggMi43MjcyMyA0Ni4zMTIzIDIuODUyMzQgNDYuNDYyNCAzLjAxMzE4QzQ2LjYxMjUgMy4xNzQwMiA0Ni43MjQ0IDMuMzY2NDggNDYuNzg5OCAzLjU3NjNDNDYuODU1MSAzLjc4NjEyIDQ2Ljg3MjMgNC4wMDc5MyA0Ni44NDAxIDQuMjI1MjhWNy4xNDAyOEg0NS45NDg5VjQuNDQ4NDRDNDUuOTQ4OSAzLjcyNDgxIDQ1LjYzMzYgMy4zNjQ5NCA0NC45NzQ1IDMuMzY0OTRDNDQuODI1MyAzLjM1ODAxIDQ0LjY3NjQgMy4zODMzMyA0NC41MzggMy40MzkxNkM0NC4zOTk1IDMuNDk0OTkgNDQuMjc0OCAzLjU4MDAxIDQ0LjE3MjQgMy42ODgzOUM0NC4wNyAzLjc5Njc4IDQzLjk5MjMgMy45MjU5NiA0My45NDQ3IDQuMDY3MUM0My44OTcgNC4yMDgyMyA0My44ODA1IDQuMzU3OTYgNDMuODk2MyA0LjUwNjA1VjcuMTQwMzNINDMuMDA1MUw0My4wMDUxIDIuNjM3NFoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTQ5LjE1MTMgMC44Nzk1NzhINDguMjYwMVY3LjE0MDMySDQ5LjE1MTNWMC44Nzk1NzhaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTAuMzkwMSA0Ljg4NjkyQzUwLjM2MTcgNC41OTA5OCA1MC4zOTU3IDQuMjkyNCA1MC40ODk4IDQuMDEwMzJDNTAuNTgzOSAzLjcyODIzIDUwLjczNjEgMy40Njg4OCA1MC45MzY3IDMuMjQ4OUM1MS4xMzcyIDMuMDI4OTEgNTEuMzgxNiAyLjg1MzE0IDUxLjY1NDIgMi43MzI4NkM1MS45MjY5IDIuNjEyNTkgNTIuMjIxNyAyLjU1MDQ2IDUyLjUxOTggMi41NTA0NkM1Mi44MTc5IDIuNTUwNDYgNTMuMTEyOCAyLjYxMjU5IDUzLjM4NTQgMi43MzI4NkM1My42NTggMi44NTMxNCA1My45MDI0IDMuMDI4OTEgNTQuMTAzIDMuMjQ4OUM1NC4zMDM1IDMuNDY4ODggNTQuNDU1NyAzLjcyODIzIDU0LjU0OTggNC4wMTAzMkM1NC42NDM5IDQuMjkyNCA1NC42Nzc5IDQuNTkwOTggNTQuNjQ5NiA0Ljg4NjkyQzU0LjY3ODQgNS4xODMxNSA1NC42NDQ5IDUuNDgyMTQgNTQuNTUxIDUuNzY0NjZDNTQuNDU3MSA2LjA0NzE4IDU0LjMwNSA2LjMwNyA1NC4xMDQ0IDYuNTI3NEM1My45MDM4IDYuNzQ3ODEgNTMuNjU5MiA2LjkyMzk0IDUzLjM4NjMgNy4wNDQ0N0M1My4xMTM0IDcuMTY1IDUyLjgxODMgNy4yMjcyNiA1Mi41MTk4IDcuMjI3MjZDNTIuMjIxMyA3LjIyNzI2IDUxLjkyNjIgNy4xNjUgNTEuNjUzMyA3LjA0NDQ3QzUxLjM4MDQgNi45MjM5NCA1MS4xMzU4IDYuNzQ3ODEgNTAuOTM1MiA2LjUyNzRDNTAuNzM0NiA2LjMwNyA1MC41ODI1IDYuMDQ3MTggNTAuNDg4NiA1Ljc2NDY2QzUwLjM5NDggNS40ODIxNCA1MC4zNjEyIDUuMTgzMTUgNTAuMzkwMSA0Ljg4NjkyWk01My43MzI0IDQuODg2OTJDNTMuNzMyNCAzLjkxMDg1IDUzLjI5MjcgMy4zNDAwNSA1Mi41MjEgMy4zNDAwNUM1MS43NDY0IDMuMzQwMDUgNTEuMzEwNiAzLjkxMDg1IDUxLjMxMDYgNC44ODY5M0M1MS4zMTA2IDUuODcwODIgNTEuNzQ2NCA2LjQzNzIyIDUyLjUyMSA2LjQzNzIyQzUzLjI5MjcgNi40MzcyMSA1My43MzI0IDUuODY2OSA1My43MzI0IDQuODg2OTJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTcuMjY3MiA0LjUyMjY2QzU2LjE5MjkgNC41ODkwNyA1NS41ODc3IDUuMDU2MzUgNTUuNTg3NyA1Ljg2NjlDNTUuNTg4NSA2LjA1Njk1IDU1LjYyOTIgNi4yNDQ3NCA1NS43MDcxIDYuNDE4MTVDNTUuNzg1MSA2LjU5MTU3IDU1Ljg5ODcgNi43NDY3NiA1Ni4wNDA1IDYuODczNzNDNTYuMTgyMyA3LjAwMDcgNTYuMzQ5MiA3LjA5NjYzIDU2LjUzMDUgNy4xNTUzMkM1Ni43MTE4IDcuMjE0MDIgNTYuOTAzNCA3LjIzNDE5IDU3LjA5MjkgNy4yMTQ1M0M1Ny4zNjE1IDcuMjI2OTEgNTcuNjI4NiA3LjE2Nzk5IDU3Ljg2NjkgNy4wNDM3OEM1OC4xMDUyIDYuOTE5NTcgNTguMzA2MSA2LjczNDUyIDU4LjQ0OTMgNi41MDc1M0g1OC41MTk4VjcuMTQwMzRINTkuMzc3NlY0LjA2MzY4QzU5LjM3NzYgMy4xMTI1IDU4LjczOTEgMi41NTA1IDU3LjYwNzEgMi41NTA1QzU2LjU4MjcgMi41NTA1IDU1Ljg1MzEgMy4wNDY1OSA1NS43NjIgMy44MjAwM0g1Ni42MjQ4QzU2LjcyMzcgMy41MDE2NyA1Ny4wNjg0IDMuMzE5NTQgNTcuNTY1OSAzLjMxOTU0QzU4LjE3NTEgMy4zMTk1NCA1OC40OTA0IDMuNTg4MDkgNTguNDkwNCA0LjA2MzY4VjQuNDUyMzVMNTcuMjY3MiA0LjUyMjY2Wk01OC40OTA0IDUuMTA1NjdWNS40ODIxM0M1OC40ODA3IDUuNjI0MTcgNTguNDQyNSA1Ljc2MjgzIDU4LjM3ODEgNS44ODk4NUM1OC4zMTM2IDYuMDE2ODcgNTguMjI0MSA2LjEyOTY1IDU4LjExNSA2LjIyMTQ5QzU4LjAwNTkgNi4zMTMzMyA1Ny44Nzk0IDYuMzgyMzUgNTcuNzQzIDYuNDI0NDRDNTcuNjA2NyA2LjQ2NjUzIDU3LjQ2MzIgNi40ODA4NCA1Ny4zMjExIDYuNDY2NUM1Ni44MzYzIDYuNDY2NSA1Ni40ODM4IDYuMjMwNjYgNTYuNDgzOCA1LjgyNTM5QzU2LjQ4MzggNS40Mjg0MiA1Ni43NjU4IDUuMjE3NDggNTcuMzg3NyA1LjE3NTk4TDU4LjQ5MDQgNS4xMDU2N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MC41NDg5IDQuODg2OTJDNjAuNTQ4OSAzLjQ2NDA3IDYxLjI4MjQgMi41NjI3IDYyLjQyMzMgMi41NjI3QzYyLjcwNTUgMi41NDk3MyA2Mi45ODU2IDIuNjE3MTMgNjMuMjMwOCAyLjc1NzAzQzYzLjQ3NiAyLjg5NjkyIDYzLjY3NjIgMy4xMDM1MyA2My44MDggMy4zNTI3SDYzLjg3NDZWMC44Nzk1NzhINjQuNzY1OFY3LjE0MDMySDYzLjkxMThWNi40Mjg4OUg2My44NDEzQzYzLjY5OTMgNi42NzYzOCA2My40OTIxIDYuODgwNDEgNjMuMjQyMiA3LjAxODlDNjIuOTkyMiA3LjE1NzM4IDYyLjcwOSA3LjIyNTAzIDYyLjQyMzMgNy4yMTQ1M0M2MS4yNzQ2IDcuMjE0NTggNjAuNTQ4OSA2LjMxMzE5IDYwLjU0ODkgNC44ODY5MlpNNjEuNDY5NSA0Ljg4NjkyQzYxLjQ2OTUgNS44NDIgNjEuOTIwOSA2LjQxNjcxIDYyLjY3NiA2LjQxNjcxQzYzLjQyNzEgNi40MTY3MSA2My44OTEzIDUuODMzNzEgNjMuODkxMyA0Ljg5MDgzQzYzLjg5MTMgMy45NTIzNSA2My40MjIyIDMuMzYxMDQgNjIuNjc2IDMuMzYxMDRDNjEuOTI1OCAzLjM2MTA0IDYxLjQ2OTUgMy45Mzk2NSA2MS40Njk1IDQuODg2OTJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNjguNTUyNSA0LjAxMDM2QzY4LjQ1ODQgNC4yOTI0MyA2OC40MjQ1IDQuNTkxIDY4LjQ1MjggNC44ODY5MkM2OC40MjM5IDUuMTgzMTQgNjguNDU3NSA1LjQ4MjEyIDY4LjU1MTMgNS43NjQ2NUM2OC42NDUyIDYuMDQ3MTcgNjguNzk3MyA2LjMwNjk5IDY4Ljk5NzggNi41Mjc0QzY5LjE5ODQgNi43NDc4MiA2OS40NDI5IDYuOTIzOTUgNjkuNzE1OCA3LjA0NDQ5QzY5Ljk4ODcgNy4xNjUwMiA3MC4yODM5IDcuMjI3MjkgNzAuNTgyMyA3LjIyNzI5QzcwLjg4MDggNy4yMjcyOSA3MS4xNzYgNy4xNjUwMiA3MS40NDg4IDcuMDQ0NDlDNzEuNzIxNyA2LjkyMzk1IDcxLjk2NjMgNi43NDc4MiA3Mi4xNjY5IDYuNTI3NEM3Mi4zNjc0IDYuMzA2OTkgNzIuNTE5NSA2LjA0NzE3IDcyLjYxMzQgNS43NjQ2NUM3Mi43MDcyIDUuNDgyMTIgNzIuNzQwOCA1LjE4MzE0IDcyLjcxMTggNC44ODY5MkM3Mi43NDAyIDQuNTkxIDcyLjcwNjMgNC4yOTI0MyA3Mi42MTIyIDQuMDEwMzZDNzIuNTE4MSAzLjcyODI5IDcyLjM2NTkgMy40Njg5NSA3Mi4xNjU0IDMuMjQ4OTdDNzEuOTY0OSAzLjAyODk5IDcxLjcyMDUgMi44NTMyMiA3MS40NDc5IDIuNzMyOTRDNzEuMTc1MyAyLjYxMjY3IDcwLjg4MDQgMi41NTA1NCA3MC41ODIzIDIuNTUwNTRDNzAuMjg0MiAyLjU1MDU0IDY5Ljk4OTQgMi42MTI2NyA2OS43MTY4IDIuNzMyOTRDNjkuNDQ0MiAyLjg1MzIyIDY5LjE5OTggMy4wMjg5OSA2OC45OTkzIDMuMjQ4OTdDNjguNzk4OCAzLjQ2ODk1IDY4LjY0NjYgMy43MjgyOSA2OC41NTI1IDQuMDEwMzZaTTcwLjU4MzggMy4zNDAwNUM3MS4zNTU1IDMuMzQwMDUgNzEuNzk1MiAzLjkxMDg1IDcxLjc5NTIgNC44ODY5MkM3MS43OTUyIDUuODY2OSA3MS4zNTU1IDYuNDM3MjEgNzAuNTgzOCA2LjQzNzIyQzY5LjgwOTIgNi40MzcyMiA2OS4zNzM0IDUuODcwODIgNjkuMzczNCA0Ljg4NjkzQzY5LjM3MzQgMy45MTA4NSA2OS44MDkyIDMuMzQwMDUgNzAuNTgzOCAzLjM0MDA1WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNzMuOTA3NiAyLjYzNzRINzQuNzY1NFYzLjM1MjczSDc0LjgzMkM3NC45NDUgMy4wOTU4MSA3NS4xMzU1IDIuODgwNDMgNzUuMzc3MSAyLjczNjYzQzc1LjYxODYgMi41OTI4MiA3NS44OTkyIDIuNTI3NzUgNzYuMTc5NiAyLjU1MDQ4Qzc2LjM5OTMgMi41MzQgNzYuNjE5OSAyLjU2NzA0IDc2LjgyNTEgMi42NDcxNEM3Ny4wMzAyIDIuNzI3MjMgNzcuMjE0NyAyLjg1MjM0IDc3LjM2NDggMy4wMTMxOEM3Ny41MTQ5IDMuMTc0MDIgNzcuNjI2OCAzLjM2NjQ4IDc3LjY5MjIgMy41NzYzQzc3Ljc1NzYgMy43ODYxMiA3Ny43NzQ4IDQuMDA3OTMgNzcuNzQyNSA0LjIyNTI4VjcuMTQwMjhINzYuODUxNFY0LjQ0ODQ0Qzc2Ljg1MTQgMy43MjQ4MSA3Ni41MzYgMy4zNjQ5NCA3NS44NzcgMy4zNjQ5NEM3NS43Mjc4IDMuMzU4MDEgNzUuNTc4OSAzLjM4MzMzIDc1LjQ0MDQgMy40MzkxNkM3NS4zMDIgMy40OTQ5OSA3NS4xNzczIDMuNTgwMDEgNzUuMDc0OSAzLjY4ODM5Qzc0Ljk3MjUgMy43OTY3OCA3NC44OTQ4IDMuOTI1OTYgNzQuODQ3MSA0LjA2NzFDNzQuNzk5NCA0LjIwODIzIDc0Ljc4MjkgNC4zNTc5NiA3NC43OTg3IDQuNTA2MDVWNy4xNDAzM0g3My45MDc2VjIuNjM3NFoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTgyLjc3ODEgMi42NTc5MVYxLjUxNjMxSDgxLjg4NlYyLjY1Nzg3SDgxLjE2OTFWMy40MDY0MUg4MS44ODZWNS45NDk0MUM4MS44ODYgNi44MTc1NyA4Mi4yODA2IDcuMTY1MjMgODMuMjcxNyA3LjE2NTIzQzgzLjQzNDIgNy4xNjM1NiA4My41OTY0IDcuMTQ4MzcgODMuNzU2NCA3LjExOTgyVjYuMzc5NTlDODMuNjQzNyA2LjM5Mjg5IDgzLjUzMDIgNi4zOTk3MyA4My40MTY2IDYuNDAwMUM4Mi45NzMgNi40MDAxIDgyLjc3ODEgNi4xOTM1NiA4Mi43NzgxIDUuNzIxODhWMy40MDY0NUg4My43NTY0VjIuNjU3OTFIODIuNzc4MVoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTg0Ljk3MzcgMC44Nzk1NzhIODUuODU3VjMuMzYxMDNIODUuOTI3NUM4Ni4wNDYgMy4xMDE3MSA4Ni4yNDE4IDIuODg1MTIgODYuNDg4MiAyLjc0MDc3Qzg2LjczNDYgMi41OTY0MiA4Ny4wMTk2IDIuNTMxMzQgODcuMzA0NCAyLjU1NDM5Qzg3LjUyMyAyLjU0MjUzIDg3Ljc0MTUgMi41Nzg5MiA4Ny45NDQzIDIuNjYwOTZDODguMTQ3MiAyLjc0MyA4OC4zMjk0IDIuODY4NjcgODguNDc3OSAzLjAyOTAxQzg4LjYyNjQgMy4xODkzNSA4OC43Mzc3IDMuMzgwNCA4OC44MDM2IDMuNTg4NTRDODguODY5NiAzLjc5NjY3IDg4Ljg4ODcgNC4wMTY3NiA4OC44NTk1IDQuMjMzMVY3LjE0MDMzSDg3Ljk2NzVWNC40NTIzM0M4Ny45Njc1IDMuNzMzMDkgODcuNjMxNSAzLjM2ODgzIDg3LjAwMTkgMy4zNjg4M0M4Ni44NDg3IDMuMzU2MyA4Ni42OTQ3IDMuMzc3MyA4Ni41NTA1IDMuNDMwMzVDODYuNDA2MyAzLjQ4MzQxIDg2LjI3NTUgMy41NjcyMyA4Ni4xNjcyIDMuNjc1OTdDODYuMDU4OSAzLjc4NDcxIDg1Ljk3NTcgMy45MTU3MyA4NS45MjM1IDQuMDU5ODdDODUuODcxMyA0LjIwNCA4NS44NTEzIDQuMzU3NzggODUuODY0OSA0LjUxMDQzVjcuMTQwMzFIODQuOTczN0w4NC45NzM3IDAuODc5NTc4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkzLjMxNDcgNi45MzAxOEM5My42NzI0IDYuNjkyMDMgOTMuOTM0NyA2LjMzNjA1IDk0LjA1NTggNS45MjQ1MUw5My4xOTc5IDUuOTI0NDhDOTMuMDkzMyA2LjExMTQ2IDkyLjkzNTMgNi4yNjMyMSA5Mi43NDQgNi4zNjA0MUM5Mi41NTI3IDYuNDU3NjIgOTIuMzM2OCA2LjQ5NTkgOTIuMTIzNiA2LjQ3MDM4QzkxLjk1NzMgNi40NzIyMiA5MS43OTI1IDYuNDM5MzkgOTEuNjM5NyA2LjM3Mzk5QzkxLjQ4NjggNi4zMDg1OSA5MS4zNDk0IDYuMjEyMDcgOTEuMjM2MiA2LjA5MDYyQzkxLjEyMyA1Ljk2OTE2IDkxLjAzNjQgNS44MjU0NSA5MC45ODIyIDUuNjY4N0M5MC45Mjc5IDUuNTExOTUgOTAuOTA3MSA1LjM0NTYyIDkwLjkyMSA1LjE4MDM4VjUuMTMwNThIOTQuMTA5NlY0LjgyMDQ5Qzk0LjEwOTYgMy40MDY0OSA5My4zNTE3IDIuNTUwNDkgOTIuMDk1MiAyLjU1MDQ5QzkxLjc5NjkgMi41NDc5NSA5MS41MDE0IDIuNjA5MzYgOTEuMjI5IDIuNzMwNTdDOTAuOTU2NSAyLjg1MTc4IDkwLjcxMzMgMy4wMjk5NSA5MC41MTU5IDMuMjUzMDJDOTAuMzE4NSAzLjQ3NjEgOTAuMTcxNCAzLjczODg3IDkwLjA4NDcgNC4wMjM1NEM4OS45OTggNC4zMDgyMSA4OS45NzM2IDQuNjA4MTQgOTAuMDEzMiA0LjkwMzAzQzg5Ljk3MjUgNS4xOTcwMSA4OS45OTY1IDUuNDk2MjkgOTAuMDgzNCA1Ljc4MDEyQzkwLjE3MDMgNi4wNjM5NCA5MC4zMTgyIDYuMzI1NSA5MC41MTY2IDYuNTQ2NjNDOTAuNzE1MSA2Ljc2Nzc3IDkwLjk1OTQgNi45NDMxOSA5MS4yMzI3IDcuMDYwNzJDOTEuNTA2IDcuMTc4MjUgOTEuODAxNiA3LjIzNTA3IDkyLjA5OTEgNy4yMjcyNEM5Mi41MjY3IDcuMjczNDggOTIuOTU3IDcuMTY4MzMgOTMuMzE0NyA2LjkzMDE4Wk05My4yMDE4IDQuNDczMzRIOTAuOTIxQzkwLjkxOSA0LjMxOTY0IDkwLjk0NzkgNC4xNjcxIDkxLjAwNTkgNC4wMjQ3QzkxLjA2NCAzLjg4MjMxIDkxLjE1IDMuNzUyOTQgOTEuMjU5IDMuNjQ0MjNDOTEuMzY4IDMuNTM1NTEgOTEuNDk3NyAzLjQ0OTY1IDkxLjY0MDQgMy4zOTE3MUM5MS43ODMyIDMuMzMzNzYgOTEuOTM2MiAzLjMwNDkxIDkyLjA5MDMgMy4zMDY4NEM5Mi4yNDIyIDMuMzAzMzYgOTIuMzkzMiAzLjMzMTYyIDkyLjUzMzUgMy4zODk4QzkyLjY3MzggMy40NDc5NyA5Mi44MDA0IDMuNTM0NzggOTIuOTA1MSAzLjY0NDY0QzkzLjAwOTggMy43NTQ0OSA5My4wOTAyIDMuODg0OTcgOTMuMTQxMyA0LjAyNzY5QzkzLjE5MjQgNC4xNzA0MSA5My4yMTMgNC4zMjIyMSA5My4yMDE4IDQuNDczMzRaIiBmaWxsPSIjMzEzNjM4Ii8+Cjwvc3ZnPgo=")}.sg-dark-theme .xps-btnv2.btn-appStore .btn-app-store-img,.sg-dark-theme .hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .sg-dark-theme .btn-appStore.hw-button .btn-app-store-img,.xps-btnv2.btn-appStore.sg-dark-theme .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.sg-dark-theme.hw-button .btn-app-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMTAxIDI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTIuNTgyMyA0LjM3Nzg1QzEzLjQyODYgMy4zNjQ3NyAxMy44NDU1IDIuMDYyNjMgMTMuNzQ0NSAwLjc0Nzk1NUMxMi40NTE2IDAuODgzMzcgMTEuMjU3MyAxLjQ5OTU3IDEwLjM5OTYgMi40NzM3N0M5Ljk4MDI2IDIuOTQ5NyA5LjY1OTA4IDMuNTAzMzggOS40NTQ0MyA0LjEwMzE2QzkuMjQ5NzggNC43MDI5NCA5LjE2NTY4IDUuMzM3MDYgOS4yMDY5NCA1Ljk2OTI4QzkuODUzNjMgNS45NzU5MSAxMC40OTM0IDUuODM2MTQgMTEuMDc4MSA1LjU2MDQ4QzExLjY2MjcgNS4yODQ4MSAxMi4xNzcgNC44ODA0NSAxMi41ODIzIDQuMzc3ODVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTUuNDMwOSAxMi43OTA0QzE1LjQ0MjEgMTEuOTIyNCAxNS42NzMzIDExLjA3MTQgMTYuMTAyOSAxMC4zMTY1QzE2LjUzMjYgOS41NjE1NiAxNy4xNDY4IDguOTI3MjkgMTcuODg4MyA4LjQ3MjY4QzE3LjQxNzIgNy44MDE3OCAxNi43OTU4IDcuMjQ5NjUgMTYuMDczMyA2Ljg2MDE2QzE1LjM1MDggNi40NzA2NiAxNC41NDcyIDYuMjU0NTMgMTMuNzI2MyA2LjIyODkyQzEyLjY1NTEgNi4xMTY3OSAxMS42MDQgNi41MzI4IDEwLjc0NDkgNi44NzI4QzEwLjE5OTYgNy4wODg2MyA5LjczMTY0IDcuMjczODQgOS4zODUxMiA3LjI3Mzg0QzguOTkwOTMgNy4yNzM4NCA4LjUwOTU2IDcuMDgxMDIgNy45NzAxOCA2Ljg2NDk4QzcuMjY0OSA2LjU4MjQ4IDYuNDYwNDYgNi4yNjAyNyA1LjYyMjEyIDYuMjc3NDZDNC42NjUxNSA2LjMwODMgMy43MzI1MSA2LjU4NTggMi45MTUwNyA3LjA4MjkzQzIuMDk3NjQgNy41ODAwNiAxLjQyMzI3IDguMjc5ODcgMC45NTc2ODggOS4xMTQxN0MtMS4wNTkwNyAxMi41OTYyIDAuNDQ1MjU0IDE3LjcxMzYgMi4zNzcxNyAyMC41MjgyQzMuMzQzNzYgMjEuOTA2NCA0LjQ3MzQxIDIzLjQ0NTkgNS45NTE1NiAyMy4zOTEzQzYuNjIyMDkgMjMuMzYzNiA3LjA5Nzg3IDIzLjE2MzkgNy41ODkzIDIyLjk1NzdDOC4xNTc5OCAyMi43MTkgOC43NDc2MSAyMi40NzE1IDkuNjg0MjEgMjIuNDcxNUMxMC41NjczIDIyLjQ3MTUgMTEuMTMxNyAyMi43MTEzIDExLjY3MzMgMjIuOTQxNEMxMi4xOTI1IDIzLjE2MTkgMTIuNjkwOCAyMy4zNzM2IDEzLjQyOSAyMy4zNTY2QzE0Ljk4MTEgMjMuMzMxNSAxNS45NTkgMjEuOTcyMyAxNi44OTE3IDIwLjU4MUMxNy41ODYxIDE5LjU5ODkgMTguMTIwNiAxOC41MTM2IDE4LjQ3NTEgMTcuMzY1MUMxNy41NzM0IDE2Ljk4NDggMTYuODAzOCAxNi4zNDgyIDE2LjI2MjUgMTUuNTM0NkMxNS43MjExIDE0LjcyMTEgMTUuNDMxOSAxMy43NjY3IDE1LjQzMDkgMTIuNzkwNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjguMDM3OCAyMC4wNDA3SDMyLjc4NDVMMzMuOTIzNCAyMy4zOTcxSDM1Ljk2ODJMMzEuNDcyMiAxMC45NzkxSDI5LjM4MzRMMjQuODg3NCAyMy4zOTcxSDI2Ljg5NzlMMjguMDM3OCAyMC4wNDA3Wk0zMi4yOTIgMTguNDkxOEgyOC41Mjk0TDMwLjM4NTIgMTMuMDQ0NkgzMC40MzcxTDMyLjI5MiAxOC40OTE4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS42NzggMTguODcwOEM0NS42NzggMjEuNjg0MiA0NC4xNjc5IDIzLjQ5MTggNDEuODg5MSAyMy40OTE4QzQxLjMxMTggMjMuNTIyIDQwLjczNzcgMjMuMzg5NCA0MC4yMzI1IDIzLjEwOTJDMzkuNzI3MyAyMi44MjkxIDM5LjMxMTQgMjIuNDEyNyAzOS4wMzI1IDIxLjkwNzhIMzguOTg5M1YyNi4zOTIySDM3LjEyNTdWMTQuMzQzNEgzOC45Mjk2VjE1Ljg0OTNIMzguOTYzOUMzOS4yNTU2IDE1LjM0NjggMzkuNjc4NiAxNC45MzI2IDQwLjE4NzYgMTQuNjUwOEM0MC42OTY3IDE0LjM2ODkgNDEuMjcyOCAxNC4yMyA0MS44NTQ4IDE0LjI0ODdDNDQuMTU5MSAxNC4yNDg3IDQ1LjY3OCAxNi4wNjUxIDQ1LjY3OCAxOC44NzA4Wk00My43NjI1IDE4Ljg3MDhDNDMuNzYyNSAxNy4wMzc4IDQyLjgxMjYgMTUuODMyNyA0MS4zNjMyIDE1LjgzMjdDMzkuOTM5MyAxNS44MzI3IDM4Ljk4MTUgMTcuMDYzMSAzOC45ODE1IDE4Ljg3MDhDMzguOTgxNSAyMC42OTUgMzkuOTM5MyAyMS45MTY3IDQxLjM2MzIgMjEuOTE2N0M0Mi44MTI2IDIxLjkxNjcgNDMuNzYyNSAyMC43MjA0IDQzLjc2MjUgMTguODcwOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTEuODgxOSAyMy40OTE4QzU0LjE2MDcgMjMuNDkxOCA1NS42NzEzIDIxLjY4NDIgNTUuNjcxMyAxOC44NzA4QzU1LjY3MTMgMTYuMDY1MSA1NC4xNTE5IDE0LjI0ODcgNTEuODQ3NiAxNC4yNDg3QzUxLjI2NTYgMTQuMjMgNTAuNjg5NSAxNC4zNjg5IDUwLjE4MDQgMTQuNjUwOEM0OS42NzE0IDE0LjkzMjYgNDkuMjQ4NSAxNS4zNDY4IDQ4Ljk1NjcgMTUuODQ5M0g0OC45MjI0VjE0LjM0MzRINDcuMTE4NVYyNi4zOTIySDQ4Ljk4MjJWMjEuOTA3OEg0OS4wMjUzQzQ5LjMwNDIgMjIuNDEyNyA0OS43MjAxIDIyLjgyOTEgNTAuMjI1MyAyMy4xMDkyQzUwLjczMDUgMjMuMzg5NCA1MS4zMDQ2IDIzLjUyMiA1MS44ODE5IDIzLjQ5MThaTTUxLjM1NiAxNS44MzI3QzUyLjgwNTQgMTUuODMyNyA1My43NTUzIDE3LjAzNzggNTMuNzU1MyAxOC44NzA4QzUzLjc1NTMgMjAuNzIwNCA1Mi44MDU0IDIxLjkxNjcgNTEuMzU2IDIxLjkxNjdDNDkuOTMyMSAyMS45MTY3IDQ4Ljk3NDMgMjAuNjk1IDQ4Ljk3NDMgMTguODcwOEM0OC45NzQzIDE3LjA2MzEgNDkuOTMyMSAxNS44MzI3IDUxLjM1NiAxNS44MzI3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYyLjI3NDggMTkuOTM3MkM2Mi40MTI4IDIxLjE2ODYgNjMuNjEyNSAyMS45NzcyIDY1LjI1MTggMjEuOTc3MkM2Ni44MjI2IDIxLjk3NzIgNjcuOTUyOCAyMS4xNjg2IDY3Ljk1MjggMjAuMDU4MkM2Ny45NTI4IDE5LjA5NDMgNjcuMjcxMiAxOC41MTcyIDY1LjY1NzMgMTguMTIxN0w2NC4wNDM0IDE3LjczNEM2MS43NTY3IDE3LjE4MzIgNjAuNjk1MiAxNi4xMTY4IDYwLjY5NTIgMTQuMzg2M0M2MC42OTUyIDEyLjI0MzcgNjIuNTY3NiAxMC43NzIxIDY1LjIyNTQgMTAuNzcyMUM2Ny44NTc4IDEwLjc3MjEgNjkuNjYxNyAxMi4yNDM3IDY5LjcyMjQgMTQuMzg2M0g2Ny44NDExQzY3LjcyODUgMTMuMTQ3MSA2Ni43MDEyIDEyLjM5OSA2NS4xOTk5IDEyLjM5OUM2My42OTg3IDEyLjM5OSA2Mi42NzE0IDEzLjE1NTkgNjIuNjcxNCAxNC4yNTc0QzYyLjY3MTQgMTUuMTM1NCA2My4zMjc1IDE1LjY1MiA2NC45MzI2IDE2LjA0NzRMNjYuMzA0NiAxNi4zODM0QzY4Ljg1OTYgMTYuOTg1OSA2OS45MjAyIDE4LjAwOTQgNjkuOTIwMiAxOS44MjU3QzY5LjkyMDIgMjIuMTQ5IDY4LjA2NTQgMjMuNjA0MSA2NS4xMTM3IDIzLjYwNDFDNjIuMzUyMSAyMy42MDQxIDYwLjQ4NzUgMjIuMTgzMiA2MC4zNjcgMTkuOTM3MUw2Mi4yNzQ4IDE5LjkzNzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzMuOTQ0MiAxNC4zNDM0VjEyLjIwMDhINzIuMDcxN1YxNC4zNDM0SDcwLjc1MTZWMTUuODE1MUg3Mi4wNzE3VjIxLjAwNDVDNzIuMDcxNyAyMi43NjA0IDcyLjc4ODYgMjMuNDQ4OCA3NC42MjY3IDIzLjQ0ODhDNzQuOTczOCAyMy40NTUzIDc1LjMyMDYgMjMuNDI2NSA3NS42NjE4IDIzLjM2MjlWMjEuOUM3NS40NTg0IDIxLjkyNTEgNzUuMjUzOCAyMS45Mzk1IDc1LjA0ODggMjEuOTQzQzc0LjI4OTggMjEuOTQzIDczLjk0NDIgMjEuNTgxNyA3My45NDQyIDIwLjgwNjNWMTUuODE1MUg3NS42NzA3VjE0LjM0MzRINzMuOTQ0MloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzYuNjY5NiAxOC44NzA4Qzc2LjY2OTYgMTYuMDIyMSA3OC4zNTIgMTQuMjMyMSA4MC45NzU2IDE0LjIzMjFDODMuNjA3OSAxNC4yMzIxIDg1LjI4MjUgMTYuMDIyMSA4NS4yODI1IDE4Ljg3MDhDODUuMjgyNSAyMS43MjcyIDgzLjYxNjggMjMuNTA5NCA4MC45NzU2IDIzLjUwOTRDNzguMzM1NCAyMy41MDk0IDc2LjY2OTYgMjEuNzI3MiA3Ni42Njk2IDE4Ljg3MDhaTTgzLjM4MzcgMTguODcwOEM4My4zODM3IDE2LjkxNjcgODIuNDg1NiAxNS43NjMzIDgwLjk3NTYgMTUuNzYzM0M3OS40NjU1IDE1Ljc2MzMgNzguNTY3NSAxNi45MjU0IDc4LjU2NzUgMTguODcwOEM3OC41Njc1IDIwLjgzMjcgNzkuNDY1NSAyMS45NzcyIDgwLjk3NTYgMjEuOTc3MkM4Mi40ODU2IDIxLjk3NzIgODMuMzgzNyAyMC44MzI3IDgzLjM4MzcgMTguODcwOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04OC41OTY1IDE0LjM0MzRIODYuODE5MUw4Ni44MTkgMjMuMzk3MUg4OC42ODI3VjE4LjAyN0M4OC42NTIgMTcuNzU4NSA4OC42OCAxNy40ODY2IDg4Ljc2NDYgMTcuMjI5OUM4OC44NDkzIDE2Ljk3MzMgODguOTg4NyAxNi43Mzc5IDg5LjE3MzIgMTYuNTRDODkuMzU3NyAxNi4zNDIxIDg5LjU4MjkgMTYuMTg2NCA4OS44MzM0IDE2LjA4MzVDOTAuMDg0IDE1Ljk4MDYgOTAuMzUzOSAxNS45MzMgOTAuNjI0NiAxNS45NDRDOTAuOTA4IDE1LjkzNTcgOTEuMTkwOCAxNS45NzM3IDkxLjQ2MiAxNi4wNTYzVjE0LjMxOEM5MS4yNTI0IDE0LjI3MTIgOTEuMDM4MiAxNC4yNDc5IDkwLjgyMzUgMTQuMjQ4N0M5MC4zMjY0IDE0LjIyOTcgODkuODM4IDE0LjM4MiA4OS40NDAzIDE0LjY3OTlDODkuMDQyNiAxNC45Nzc4IDg4Ljc1OTkgMTUuNDAzMSA4OC42Mzk2IDE1Ljg4NDRIODguNTk2NVYxNC4zNDM0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDAuMDU0IDIwLjczNzlDOTkuODAzNyAyMi4zODE1IDk4LjE5ODYgMjMuNTA5NCA5Ni4xNDUgMjMuNTA5NEM5My41MDM4IDIzLjUwOTQgOTEuODY0NCAyMS43NDQ4IDkxLjg2NDQgMTguOTEzN0M5MS44NjQ0IDE2LjA3MzkgOTMuNTEyNiAxNC4yMzIxIDk2LjA2NjYgMTQuMjMyMUM5OC41Nzg1IDE0LjIzMjEgMTAwLjE1OCAxNS45NTI4IDEwMC4xNTggMTguNjk3OVYxOS4zMzQ2SDkzLjc0NTdWMTkuNDQ2OUM5My43MTYxIDE5Ljc4MDEgOTMuNzU3OSAyMC4xMTU4IDkzLjg2ODQgMjAuNDMxNkM5My45Nzg5IDIwLjc0NzUgOTQuMTU1NSAyMS4wMzYyIDk0LjM4NjUgMjEuMjc4OEM5NC42MTc1IDIxLjUyMTMgOTQuODk3NiAyMS43MTIxIDk1LjIwODIgMjEuODM4NEM5NS41MTg4IDIxLjk2NDcgOTUuODUyOSAyMi4wMjM3IDk2LjE4ODEgMjIuMDExNEM5Ni42Mjg1IDIyLjA1MjUgOTcuMDcwNCAyMS45NTA4IDk3LjQ0ODIgMjEuNzIxNEM5Ny44MjU5IDIxLjQ5MTkgOTguMTE5NCAyMS4xNDcgOTguMjg0OCAyMC43Mzc5TDEwMC4wNTQgMjAuNzM3OVpNOTMuNzU0NSAxOC4wMzU4SDk4LjI5MzZDOTguMzEwMyAxNy43MzYyIDk4LjI2NDcgMTcuNDM2NCA5OC4xNTk4IDE3LjE1NTJDOTguMDU0OCAxNi44NzQgOTcuODkyNyAxNi42MTc0IDk3LjY4MzYgMTYuNDAxN0M5Ny40NzQ1IDE2LjE4NTkgOTcuMjIyOSAxNi4wMTU2IDk2Ljk0NDYgMTUuOTAxM0M5Ni42NjY0IDE1Ljc4NzEgOTYuMzY3NSAxNS43MzE1IDk2LjA2NjYgMTUuNzM3OUM5NS43NjMxIDE1LjczNjEgOTUuNDYyMyAxNS43OTQzIDk1LjE4MTUgMTUuOTA5Qzk0LjkwMDcgMTYuMDIzOCA5NC42NDU0IDE2LjE5MjggOTQuNDMwNCAxNi40MDY1Qzk0LjIxNTUgMTYuNjIwMSA5NC4wNDUxIDE2Ljg3NDEgOTMuOTI5MSAxNy4xNTM3QzkzLjgxMyAxNy40MzM0IDkzLjc1MzcgMTcuNzMzMiA5My43NTQ1IDE4LjAzNThaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI4LjA4MDcgMS45MTYwMUMyNy43MTU2IDEuNzc0NTggMjcuMzIzNSAxLjcxNTcyIDI2LjkzMjggMS43NDM2OEgyNC43NzE1VjcuNzEwNTJIMjYuOTMyOEMyOC43MTUxIDcuNzEwNTIgMjkuNzQ4MyA2LjYxNDc3IDI5Ljc0ODMgNC43MDg1MkMyOS43OTc2IDQuMzIxIDI5Ljc2IDMuOTI3NDEgMjkuNjM4MiAzLjU1NjE0QzI5LjUxNjUgMy4xODQ4NyAyOS4zMTM2IDIuODQ1MTcgMjkuMDQ0MyAyLjU2MTU1QzI4Ljc3NSAyLjI3NzkyIDI4LjQ0NTggMi4wNTc0NCAyOC4wODA3IDEuOTE2MDFaTTI2LjgyOSA2Ljg2NjY4SDI1LjcwMDhWMi41ODY4OUgyNi44MjlDMjcuMTA2OCAyLjU3MTUxIDI3LjM4NDUgMi42MTc2IDI3LjY0MjMgMi43MjE4M0MyNy45MDAxIDIuODI2MDcgMjguMTMxNiAyLjk4NTg4IDI4LjMyMDIgMy4xODk4MUMyOC41MDg4IDMuMzkzNzQgMjguNjQ5OCAzLjYzNjc0IDI4LjczMzEgMy45MDE0MUMyOC44MTY1IDQuMTY2MDcgMjguODQwMSA0LjQ0NTg0IDI4LjgwMjMgNC43MjA2OEMyOC44NDMxIDQuOTk2NiAyOC44MjE2IDUuMjc4MTIgMjguNzM5NSA1LjU0NDczQzI4LjY1NzQgNS44MTEzNSAyOC41MTY4IDYuMDU2MzYgMjguMzI3NyA2LjI2MTkzQzI4LjEzODcgNi40Njc0OSAyNy45MDYxIDYuNjI4NDQgMjcuNjQ2OCA2LjczMzA2QzI3LjM4NzYgNi44Mzc2NyAyNy4xMDgyIDYuODgzMzIgMjYuODI5IDYuODY2NjhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMwLjc5ODEgNS40NTcwMkMzMC43Njk3IDUuMTYxMSAzMC44MDM3IDQuODYyNTMgMzAuODk3OCA0LjU4MDQ2QzMwLjk5MTkgNC4yOTgzOSAzMS4xNDQxIDQuMDM5MDUgMzEuMzQ0NiAzLjgxOTA3QzMxLjU0NTEgMy41OTkwOSAzMS43ODk1IDMuNDIzMzIgMzIuMDYyMSAzLjMwMzA0QzMyLjMzNDcgMy4xODI3NyAzMi42Mjk1IDMuMTIwNjQgMzIuOTI3NiAzLjEyMDY0QzMzLjIyNTcgMy4xMjA2NCAzMy41MjA1IDMuMTgyNzcgMzMuNzkzMSAzLjMwMzA0QzM0LjA2NTggMy40MjMzMiAzNC4zMTAyIDMuNTk5MDkgMzQuNTEwNyAzLjgxOTA3QzM0LjcxMTIgNC4wMzkwNSAzNC44NjMzIDQuMjk4MzkgMzQuOTU3NSA0LjU4MDQ2QzM1LjA1MTYgNC44NjI1MyAzNS4wODU1IDUuMTYxMSAzNS4wNTcxIDUuNDU3MDJDMzUuMDg2IDUuNzUzMjQgMzUuMDUyNSA2LjA1MjIyIDM0Ljk1ODYgNi4zMzQ3NEMzNC44NjQ4IDYuNjE3MjcgMzQuNzEyNyA2Ljg3NzA5IDM0LjUxMjEgNy4wOTc1QzM0LjMxMTYgNy4zMTc5MiAzNC4wNjcgNy40OTQwNSAzMy43OTQxIDcuNjE0NTlDMzMuNTIxMiA3LjczNTEyIDMzLjIyNjEgNy43OTczOSAzMi45Mjc2IDcuNzk3MzlDMzIuNjI5MiA3Ljc5NzM5IDMyLjMzNCA3LjczNTEyIDMyLjA2MTEgNy42MTQ1OUMzMS43ODgyIDcuNDk0MDUgMzEuNTQzNiA3LjMxNzkyIDMxLjM0MzEgNy4wOTc1QzMxLjE0MjUgNi44NzcwOSAzMC45OTA0IDYuNjE3MjcgMzAuODk2NiA2LjMzNDc0QzMwLjgwMjcgNi4wNTIyMiAzMC43NjkyIDUuNzUzMjQgMzAuNzk4MSA1LjQ1NzAyWk0zNC4xNDA1IDUuNDU3MDJDMzQuMTQwNSA0LjQ4MDk1IDMzLjcwMDggMy45MTAxNSAzMi45MjkxIDMuOTEwMTVDMzIuMTU0NSAzLjkxMDE1IDMxLjcxODcgNC40ODA5NSAzMS43MTg3IDUuNDU3MDNDMzEuNzE4NyA2LjQ0MDkyIDMyLjE1NDUgNy4wMDczMiAzMi45MjkxIDcuMDA3MzJDMzMuNzAwOCA3LjAwNzMxIDM0LjE0MDUgNi40MzcgMzQuMTQwNSA1LjQ1NzAyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM5Ljc5NCA3LjcxMDQzSDQwLjcxODVMNDEuOTU4MyAzLjIwNzVINDEuMDY3MUw0MC4yNjIxIDYuNjQzNUg0MC4xOTE2TDM5LjI2MzIgMy4yMDc1SDM4LjQwODNMMzcuNDc5OSA2LjY0MzVIMzcuNDEzM0wzNi42MDQ0IDMuMjA3NUgzNS43MDA1TDM2Ljk0NTIgNy43MTA0M0gzNy44NjA5TDM4Ljc5MDIgNC4zOTQwMkgzOC44NjA3TDM5Ljc5NCA3LjcxMDQzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQzLjAwNTEgMy4yMDc1SDQzLjg2M1YzLjkyMjgzSDQzLjkyOTZDNDQuMDQyNiAzLjY2NTkxIDQ0LjIzMzEgMy40NTA1MyA0NC40NzQ3IDMuMzA2NzNDNDQuNzE2MiAzLjE2MjkyIDQ0Ljk5NjcgMy4wOTc4NSA0NS4yNzcxIDMuMTIwNThDNDUuNDk2OCAzLjEwNDEgNDUuNzE3NSAzLjEzNzE0IDQ1LjkyMjYgMy4yMTcyM0M0Ni4xMjc4IDMuMjk3MzMgNDYuMzEyMyAzLjQyMjQ0IDQ2LjQ2MjQgMy41ODMyOEM0Ni42MTI1IDMuNzQ0MTIgNDYuNzI0NCAzLjkzNjU4IDQ2Ljc4OTggNC4xNDY0QzQ2Ljg1NTEgNC4zNTYyMiA0Ni44NzIzIDQuNTc4MDIgNDYuODQwMSA0Ljc5NTM4VjcuNzEwMzhINDUuOTQ4OVY1LjAxODU0QzQ1Ljk0ODkgNC4yOTQ5MSA0NS42MzM2IDMuOTM1MDQgNDQuOTc0NSAzLjkzNTA0QzQ0LjgyNTMgMy45MjgxMSA0NC42NzY0IDMuOTUzNDMgNDQuNTM4IDQuMDA5MjZDNDQuMzk5NSA0LjA2NTA5IDQ0LjI3NDggNC4xNTAxMSA0NC4xNzI0IDQuMjU4NDlDNDQuMDcgNC4zNjY4OCA0My45OTIzIDQuNDk2MDYgNDMuOTQ0NyA0LjYzNzE5QzQzLjg5NyA0Ljc3ODMyIDQzLjg4MDUgNC45MjgwNiA0My44OTYzIDUuMDc2MTVWNy43MTA0M0g0My4wMDUxTDQzLjAwNTEgMy4yMDc1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ5LjE1MTMgMS40NDk2OEg0OC4yNjAxVjcuNzEwNDJINDkuMTUxM1YxLjQ0OTY4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MC4zOTAxIDUuNDU3MDJDNTAuMzYxNyA1LjE2MTA4IDUwLjM5NTcgNC44NjI0OSA1MC40ODk4IDQuNTgwNDFDNTAuNTgzOSA0LjI5ODMzIDUwLjczNjEgNC4wMzg5OCA1MC45MzY3IDMuODE5QzUxLjEzNzIgMy41OTkwMSA1MS4zODE2IDMuNDIzMjQgNTEuNjU0MiAzLjMwMjk2QzUxLjkyNjkgMy4xODI2OSA1Mi4yMjE3IDMuMTIwNTUgNTIuNTE5OCAzLjEyMDU1QzUyLjgxNzkgMy4xMjA1NSA1My4xMTI4IDMuMTgyNjkgNTMuMzg1NCAzLjMwMjk2QzUzLjY1OCAzLjQyMzI0IDUzLjkwMjQgMy41OTkwMSA1NC4xMDMgMy44MTlDNTQuMzAzNSA0LjAzODk4IDU0LjQ1NTcgNC4yOTgzMyA1NC41NDk4IDQuNTgwNDFDNTQuNjQzOSA0Ljg2MjQ5IDU0LjY3NzkgNS4xNjEwOCA1NC42NDk2IDUuNDU3MDJDNTQuNjc4NCA1Ljc1MzI1IDU0LjY0NDkgNi4wNTIyNCA1NC41NTEgNi4zMzQ3NkM1NC40NTcxIDYuNjE3MjggNTQuMzA1IDYuODc3MSA1NC4xMDQ0IDcuMDk3NUM1My45MDM4IDcuMzE3OTEgNTMuNjU5MiA3LjQ5NDA0IDUzLjM4NjMgNy42MTQ1N0M1My4xMTM0IDcuNzM1MSA1Mi44MTgzIDcuNzk3MzYgNTIuNTE5OCA3Ljc5NzM2QzUyLjIyMTMgNy43OTczNiA1MS45MjYyIDcuNzM1MSA1MS42NTMzIDcuNjE0NTdDNTEuMzgwNCA3LjQ5NDA0IDUxLjEzNTggNy4zMTc5MSA1MC45MzUyIDcuMDk3NUM1MC43MzQ2IDYuODc3MSA1MC41ODI1IDYuNjE3MjggNTAuNDg4NiA2LjMzNDc2QzUwLjM5NDggNi4wNTIyNCA1MC4zNjEyIDUuNzUzMjUgNTAuMzkwMSA1LjQ1NzAyWk01My43MzI0IDUuNDU3MDJDNTMuNzMyNCA0LjQ4MDk1IDUzLjI5MjcgMy45MTAxNSA1Mi41MjEgMy45MTAxNUM1MS43NDY0IDMuOTEwMTUgNTEuMzEwNiA0LjQ4MDk1IDUxLjMxMDYgNS40NTcwM0M1MS4zMTA2IDYuNDQwOTIgNTEuNzQ2NCA3LjAwNzMyIDUyLjUyMSA3LjAwNzMyQzUzLjI5MjcgNy4wMDczMSA1My43MzI0IDYuNDM3IDUzLjczMjQgNS40NTcwMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTcuMjY3MiA1LjA5Mjc2QzU2LjE5MjkgNS4xNTkxNyA1NS41ODc3IDUuNjI2NDUgNTUuNTg3NyA2LjQzN0M1NS41ODg1IDYuNjI3MDUgNTUuNjI5MiA2LjgxNDgzIDU1LjcwNzEgNi45ODgyNUM1NS43ODUxIDcuMTYxNjYgNTUuODk4NyA3LjMxNjg2IDU2LjA0MDUgNy40NDM4M0M1Ni4xODIzIDcuNTcwOCA1Ni4zNDkyIDcuNjY2NzIgNTYuNTMwNSA3LjcyNTQyQzU2LjcxMTggNy43ODQxMiA1Ni45MDM0IDcuODA0MjkgNTcuMDkyOSA3Ljc4NDYzQzU3LjM2MTUgNy43OTcwMSA1Ny42Mjg2IDcuNzM4MDkgNTcuODY2OSA3LjYxMzg4QzU4LjEwNTIgNy40ODk2NyA1OC4zMDYxIDcuMzA0NjIgNTguNDQ5MyA3LjA3NzYzSDU4LjUxOThWNy43MTA0NEg1OS4zNzc2VjQuNjMzNzhDNTkuMzc3NiAzLjY4MjYgNTguNzM5MSAzLjEyMDYgNTcuNjA3MSAzLjEyMDZDNTYuNTgyNyAzLjEyMDYgNTUuODUzMSAzLjYxNjY5IDU1Ljc2MiA0LjM5MDEzSDU2LjYyNDhDNTYuNzIzNyA0LjA3MTc3IDU3LjA2ODQgMy44ODk2NCA1Ny41NjU5IDMuODg5NjRDNTguMTc1MSAzLjg4OTY0IDU4LjQ5MDQgNC4xNTgxOSA1OC40OTA0IDQuNjMzNzhWNS4wMjI0NUw1Ny4yNjcyIDUuMDkyNzZaTTU4LjQ5MDQgNS42NzU3N1Y2LjA1MjIzQzU4LjQ4MDcgNi4xOTQyNyA1OC40NDI1IDYuMzMyOTMgNTguMzc4MSA2LjQ1OTk1QzU4LjMxMzYgNi41ODY5NiA1OC4yMjQxIDYuNjk5NzUgNTguMTE1IDYuNzkxNTlDNTguMDA1OSA2Ljg4MzQzIDU3Ljg3OTQgNi45NTI0NSA1Ny43NDMgNi45OTQ1NEM1Ny42MDY3IDcuMDM2NjMgNTcuNDYzMiA3LjA1MDkzIDU3LjMyMTEgNy4wMzY2QzU2LjgzNjMgNy4wMzY2IDU2LjQ4MzggNi44MDA3NiA1Ni40ODM4IDYuMzk1NDlDNTYuNDgzOCA1Ljk5ODUyIDU2Ljc2NTggNS43ODc1OCA1Ny4zODc3IDUuNzQ2MDhMNTguNDkwNCA1LjY3NTc3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MC41NDg5IDUuNDU3MDJDNjAuNTQ4OSA0LjAzNDE3IDYxLjI4MjQgMy4xMzI4IDYyLjQyMzMgMy4xMzI4QzYyLjcwNTUgMy4xMTk4MyA2Mi45ODU2IDMuMTg3MjMgNjMuMjMwOCAzLjMyNzEzQzYzLjQ3NiAzLjQ2NzAyIDYzLjY3NjIgMy42NzM2MyA2My44MDggMy45MjI4SDYzLjg3NDZWMS40NDk2OEg2NC43NjU4VjcuNzEwNDJINjMuOTExOFY2Ljk5ODk5SDYzLjg0MTNDNjMuNjk5MyA3LjI0NjQ4IDYzLjQ5MjEgNy40NTA1MSA2My4yNDIyIDcuNTg4OTlDNjIuOTkyMiA3LjcyNzQ4IDYyLjcwOSA3Ljc5NTEzIDYyLjQyMzMgNy43ODQ2M0M2MS4yNzQ2IDcuNzg0NjggNjAuNTQ4OSA2Ljg4MzI5IDYwLjU0ODkgNS40NTcwMlpNNjEuNDY5NSA1LjQ1NzAyQzYxLjQ2OTUgNi40MTIxIDYxLjkyMDkgNi45ODY4MSA2Mi42NzYgNi45ODY4MUM2My40MjcxIDYuOTg2ODEgNjMuODkxMyA2LjQwMzgxIDYzLjg5MTMgNS40NjA5M0M2My44OTEzIDQuNTIyNDUgNjMuNDIyMiAzLjkzMTE0IDYyLjY3NiAzLjkzMTE0QzYxLjkyNTggMy45MzExNCA2MS40Njk1IDQuNTA5NzUgNjEuNDY5NSA1LjQ1NzAyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02OC41NTI1IDQuNTgwNDZDNjguNDU4NCA0Ljg2MjUzIDY4LjQyNDUgNS4xNjExIDY4LjQ1MjggNS40NTcwMkM2OC40MjM5IDUuNzUzMjQgNjguNDU3NSA2LjA1MjIyIDY4LjU1MTMgNi4zMzQ3NEM2OC42NDUyIDYuNjE3MjcgNjguNzk3MyA2Ljg3NzA5IDY4Ljk5NzggNy4wOTc1QzY5LjE5ODQgNy4zMTc5MiA2OS40NDI5IDcuNDk0MDUgNjkuNzE1OCA3LjYxNDU5QzY5Ljk4ODcgNy43MzUxMiA3MC4yODM5IDcuNzk3MzkgNzAuNTgyMyA3Ljc5NzM5QzcwLjg4MDggNy43OTczOSA3MS4xNzYgNy43MzUxMiA3MS40NDg4IDcuNjE0NTlDNzEuNzIxNyA3LjQ5NDA1IDcxLjk2NjMgNy4zMTc5MiA3Mi4xNjY5IDcuMDk3NUM3Mi4zNjc0IDYuODc3MDkgNzIuNTE5NSA2LjYxNzI3IDcyLjYxMzQgNi4zMzQ3NEM3Mi43MDcyIDYuMDUyMjIgNzIuNzQwOCA1Ljc1MzI0IDcyLjcxMTggNS40NTcwMkM3Mi43NDAyIDUuMTYxMSA3Mi43MDYzIDQuODYyNTMgNzIuNjEyMiA0LjU4MDQ2QzcyLjUxODEgNC4yOTgzOSA3Mi4zNjU5IDQuMDM5MDUgNzIuMTY1NCAzLjgxOTA3QzcxLjk2NDkgMy41OTkwOSA3MS43MjA1IDMuNDIzMzIgNzEuNDQ3OSAzLjMwMzA0QzcxLjE3NTMgMy4xODI3NyA3MC44ODA0IDMuMTIwNjQgNzAuNTgyMyAzLjEyMDY0QzcwLjI4NDIgMy4xMjA2NCA2OS45ODk0IDMuMTgyNzcgNjkuNzE2OCAzLjMwMzA0QzY5LjQ0NDIgMy40MjMzMiA2OS4xOTk4IDMuNTk5MDkgNjguOTk5MyAzLjgxOTA3QzY4Ljc5ODggNC4wMzkwNSA2OC42NDY2IDQuMjk4MzkgNjguNTUyNSA0LjU4MDQ2Wk03MC41ODM4IDMuOTEwMTVDNzEuMzU1NSAzLjkxMDE1IDcxLjc5NTIgNC40ODA5NSA3MS43OTUyIDUuNDU3MDJDNzEuNzk1MiA2LjQzNyA3MS4zNTU1IDcuMDA3MzEgNzAuNTgzOCA3LjAwNzMyQzY5LjgwOTIgNy4wMDczMiA2OS4zNzM0IDYuNDQwOTIgNjkuMzczNCA1LjQ1NzAzQzY5LjM3MzQgNC40ODA5NSA2OS44MDkyIDMuOTEwMTUgNzAuNTgzOCAzLjkxMDE1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTczLjkwNzYgMy4yMDc1SDc0Ljc2NTRWMy45MjI4M0g3NC44MzJDNzQuOTQ1IDMuNjY1OTEgNzUuMTM1NSAzLjQ1MDUzIDc1LjM3NzEgMy4zMDY3M0M3NS42MTg2IDMuMTYyOTIgNzUuODk5MiAzLjA5Nzg1IDc2LjE3OTYgMy4xMjA1OEM3Ni4zOTkzIDMuMTA0MSA3Ni42MTk5IDMuMTM3MTQgNzYuODI1MSAzLjIxNzIzQzc3LjAzMDIgMy4yOTczMyA3Ny4yMTQ3IDMuNDIyNDQgNzcuMzY0OCAzLjU4MzI4Qzc3LjUxNDkgMy43NDQxMiA3Ny42MjY4IDMuOTM2NTggNzcuNjkyMiA0LjE0NjRDNzcuNzU3NiA0LjM1NjIyIDc3Ljc3NDggNC41NzgwMiA3Ny43NDI1IDQuNzk1MzhWNy43MTAzOEg3Ni44NTE0VjUuMDE4NTRDNzYuODUxNCA0LjI5NDkxIDc2LjUzNiAzLjkzNTA0IDc1Ljg3NyAzLjkzNTA0Qzc1LjcyNzggMy45MjgxMSA3NS41Nzg5IDMuOTUzNDMgNzUuNDQwNCA0LjAwOTI2Qzc1LjMwMiA0LjA2NTA5IDc1LjE3NzMgNC4xNTAxMSA3NS4wNzQ5IDQuMjU4NDlDNzQuOTcyNSA0LjM2Njg4IDc0Ljg5NDggNC40OTYwNiA3NC44NDcxIDQuNjM3MTlDNzQuNzk5NCA0Ljc3ODMyIDc0Ljc4MjkgNC45MjgwNiA3NC43OTg3IDUuMDc2MTVWNy43MTA0M0g3My45MDc2VjMuMjA3NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Mi43NzgxIDMuMjI4MDFWMi4wODY0MUg4MS44ODZWMy4yMjc5N0g4MS4xNjkxVjMuOTc2NTFIODEuODg2VjYuNTE5NTFDODEuODg2IDcuMzg3NjcgODIuMjgwNiA3LjczNTMzIDgzLjI3MTcgNy43MzUzM0M4My40MzQyIDcuNzMzNjYgODMuNTk2NCA3LjcxODQ3IDgzLjc1NjQgNy42ODk5MlY2Ljk0OTY5QzgzLjY0MzcgNi45NjI5OSA4My41MzAyIDYuOTY5ODMgODMuNDE2NiA2Ljk3MDJDODIuOTczIDYuOTcwMiA4Mi43NzgxIDYuNzYzNjYgODIuNzc4MSA2LjI5MTk4VjMuOTc2NTVIODMuNzU2NFYzLjIyODAxSDgyLjc3ODFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNODQuOTczNyAxLjQ0OTY4SDg1Ljg1N1YzLjkzMTEzSDg1LjkyNzVDODYuMDQ2IDMuNjcxODEgODYuMjQxOCAzLjQ1NTIxIDg2LjQ4ODIgMy4zMTA4N0M4Ni43MzQ2IDMuMTY2NTIgODcuMDE5NiAzLjEwMTQ0IDg3LjMwNDQgMy4xMjQ0OUM4Ny41MjMgMy4xMTI2MyA4Ny43NDE1IDMuMTQ5MDIgODcuOTQ0MyAzLjIzMTA2Qzg4LjE0NzIgMy4zMTMxIDg4LjMyOTQgMy40Mzg3NyA4OC40Nzc5IDMuNTk5MTFDODguNjI2NCAzLjc1OTQ1IDg4LjczNzcgMy45NTA1IDg4LjgwMzYgNC4xNTg2M0M4OC44Njk2IDQuMzY2NzcgODguODg4NyA0LjU4Njg2IDg4Ljg1OTUgNC44MDMyVjcuNzEwNDNIODcuOTY3NVY1LjAyMjQzQzg3Ljk2NzUgNC4zMDMxOSA4Ny42MzE1IDMuOTM4OTMgODcuMDAxOSAzLjkzODkzQzg2Ljg0ODcgMy45MjY0IDg2LjY5NDcgMy45NDc0IDg2LjU1MDUgNC4wMDA0NUM4Ni40MDYzIDQuMDUzNSA4Ni4yNzU1IDQuMTM3MzMgODYuMTY3MiA0LjI0NjA3Qzg2LjA1ODkgNC4zNTQ4MSA4NS45NzU3IDQuNDg1ODMgODUuOTIzNSA0LjYyOTk3Qzg1Ljg3MTMgNC43NzQxIDg1Ljg1MTMgNC45Mjc4OCA4NS44NjQ5IDUuMDgwNTNWNy43MTA0MUg4NC45NzM3TDg0Ljk3MzcgMS40NDk2OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTMuMzE0NyA3LjUwMDI4QzkzLjY3MjQgNy4yNjIxMyA5My45MzQ3IDYuOTA2MTUgOTQuMDU1OCA2LjQ5NDYxTDkzLjE5NzkgNi40OTQ1OEM5My4wOTMzIDYuNjgxNTYgOTIuOTM1MyA2LjgzMzMgOTIuNzQ0IDYuOTMwNTFDOTIuNTUyNyA3LjAyNzcyIDkyLjMzNjggNy4wNjYgOTIuMTIzNiA3LjA0MDQ4QzkxLjk1NzMgNy4wNDIzMiA5MS43OTI1IDcuMDA5NDkgOTEuNjM5NyA2Ljk0NDA5QzkxLjQ4NjggNi44Nzg2OSA5MS4zNDk0IDYuNzgyMTcgOTEuMjM2MiA2LjY2MDcyQzkxLjEyMyA2LjUzOTI2IDkxLjAzNjQgNi4zOTU1NSA5MC45ODIyIDYuMjM4OEM5MC45Mjc5IDYuMDgyMDUgOTAuOTA3MSA1LjkxNTcyIDkwLjkyMSA1Ljc1MDQ4VjUuNzAwNjhIOTQuMTA5NlY1LjM5MDU5Qzk0LjEwOTYgMy45NzY1OSA5My4zNTE3IDMuMTIwNTkgOTIuMDk1MiAzLjEyMDU5QzkxLjc5NjkgMy4xMTgwNSA5MS41MDE0IDMuMTc5NDYgOTEuMjI5IDMuMzAwNjdDOTAuOTU2NSAzLjQyMTg4IDkwLjcxMzMgMy42MDAwNSA5MC41MTU5IDMuODIzMTJDOTAuMzE4NSA0LjA0NjIgOTAuMTcxNCA0LjMwODk2IDkwLjA4NDcgNC41OTM2NEM4OS45OTggNC44NzgzMSA4OS45NzM2IDUuMTc4MjQgOTAuMDEzMiA1LjQ3MzEzQzg5Ljk3MjUgNS43NjcxMSA4OS45OTY1IDYuMDY2MzkgOTAuMDgzNCA2LjM1MDIxQzkwLjE3MDMgNi42MzQwNCA5MC4zMTgyIDYuODk1NTkgOTAuNTE2NiA3LjExNjczQzkwLjcxNTEgNy4zMzc4NyA5MC45NTk0IDcuNTEzMjkgOTEuMjMyNyA3LjYzMDgyQzkxLjUwNiA3Ljc0ODM1IDkxLjgwMTYgNy44MDUxNyA5Mi4wOTkxIDcuNzk3MzRDOTIuNTI2NyA3Ljg0MzU4IDkyLjk1NyA3LjczODQzIDkzLjMxNDcgNy41MDAyOFpNOTMuMjAxOCA1LjA0MzQ0SDkwLjkyMUM5MC45MTkgNC44ODk3NCA5MC45NDc5IDQuNzM3MiA5MS4wMDU5IDQuNTk0OEM5MS4wNjQgNC40NTI0MSA5MS4xNSA0LjMyMzA0IDkxLjI1OSA0LjIxNDMzQzkxLjM2OCA0LjEwNTYxIDkxLjQ5NzcgNC4wMTk3NSA5MS42NDA0IDMuOTYxODFDOTEuNzgzMiAzLjkwMzg2IDkxLjkzNjIgMy44NzUwMSA5Mi4wOTAzIDMuODc2OTRDOTIuMjQyMiAzLjg3MzQ2IDkyLjM5MzIgMy45MDE3MiA5Mi41MzM1IDMuOTU5OUM5Mi42NzM4IDQuMDE4MDcgOTIuODAwNCA0LjEwNDg4IDkyLjkwNTEgNC4yMTQ3NEM5My4wMDk4IDQuMzI0NTkgOTMuMDkwMiA0LjQ1NTA3IDkzLjE0MTMgNC41OTc3OUM5My4xOTI0IDQuNzQwNTEgOTMuMjEzIDQuODkyMzEgOTMuMjAxOCA1LjA0MzQ0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.xps-btnv2,.hw-payment-form__content .hw-form-transfer-methods .hw-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,-webkit-transform 100ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,-webkit-transform 100ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,transform 100ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,transform 100ms ease-in-out,-webkit-transform 100ms ease-in-out;border-radius:var(--xps-btnv2-border-radius, 1000px);white-space:nowrap;text-shadow:none;text-align:center;overflow:hidden;text-overflow:ellipsis;gap:8px;cursor:pointer;will-change:background-color;text-decoration:none;width:var(--xps-btn-width-sm, auto);padding:0;margin:0;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:normal;overflow-wrap:anywhere}.xps-btnv2.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .btn-sm.hw-button{height:var(--xps-btn-height-sm, 40px);padding:var(--xps-btn-spacing-sm-y, 8px) var(--xps-btn-spacing-sm-x, 20px)}.xps-btnv2.xps-smbtnV2-left-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-smbtnV2-left-icon.hw-button{padding-left:calc(var(--xps-btn-spacing-sm-x, 20px) - 4px)}.xps-btnv2.xps-smbtnV2-right-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-smbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-sm-x, 20px) - 4px)}[dir=rtl] .xps-btnv2.xps-smbtnV2-right-icon,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-smbtnV2-right-icon.hw-button,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-smbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-sm-x, 20px) - 4px)}.xps-btnv2.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .hw-button{height:var(--xps-btn-height-lg, 48px);padding:var(--xps-btn-spacing-lg-y, 12px) var(--xps-btn-spacing-lg-x, 32px)}.xps-btnv2.xps-lgbtnV2-left-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-left-icon.hw-button{padding-left:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}[dir=rtl] .xps-btnv2.xps-lgbtnV2-left-icon,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-left-icon.hw-button,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-lgbtnV2-left-icon.hw-button{padding-left:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}.xps-btnv2.xps-lgbtnV2-right-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}[dir=rtl] .xps-btnv2.xps-lgbtnV2-right-icon,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-right-icon.hw-button,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-lgbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}.xps-btnv2.btn-fullWidth,.hw-payment-form__content .hw-form-transfer-methods .btn-fullWidth.hw-button{height:var(--xps-btn-height-fw, 48px);padding:var(--xps-btn-spacing-fw-y, 12px) var(--xps-btn-spacing-fw-x, 32px);width:100%}.xps-btnv2.btn-icon-align-right,.hw-payment-form__content .hw-form-transfer-methods .btn-icon-align-right.hw-button{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xps-btnv2.btn-dark,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button,.xps-btnv2.btn-brandbg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .hw-button{background-color:var(--sg-secondary-brand-bg);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-dark:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:hover,.xps-btnv2.btn-brandbg:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .hw-button:hover{background-color:var(--sg-secondary-brand-bg-1_80)}}.xps-btnv2.btn-dark:active,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:active,.xps-btnv2.btn-brandbg:active,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .hw-button:active{background-color:var(--sg-secondary-brand-bg-1_60);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:disabled,.xps-btnv2.btn-dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-dark[disabled].hw-button,.xps-btnv2.btn-brandbg:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-button:disabled,.xps-btnv2.btn-brandbg[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2[disabled].hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg[disabled].hw-button,.hw-payment-form__content .hw-form-transfer-methods [disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:focus-visible,.xps-btnv2.btn-brandbg:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-dark.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-outlined.hw-button,.xps-btnv2.btn-brandbg.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-outlined.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-outlined.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-brand-bg);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-brand-bg)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-dark.btn-fill-outlined:hover,.xps-btnv2.btn-brandbg.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:hover{background-color:var(--sg-secondary-brand-bg-1_10)}}.xps-btnv2.btn-dark.btn-fill-outlined:active,.xps-btnv2.btn-brandbg.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:active{background-color:var(--sg-secondary-brand-bg-1_20);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-dark.btn-fill-outlined:disabled,.xps-btnv2.btn-dark.btn-fill-outlined[disabled],.xps-btnv2.btn-brandbg.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-brandbg.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-dark.btn-fill-outlined:focus-visible,.xps-btnv2.btn-brandbg.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-dark.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-secondary-brand-bg)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-secondary-brand-bg)}.xps-btnv2.btn-accent,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button{background-color:var(--sg-brand-accent-1);color:var(--sg-persistent-white)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-accent:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:hover{background-color:var(--sg-brand-accent-1_80)}}.xps-btnv2.btn-accent:active,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:active{background-color:var(--sg-brand-accent-1_60);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-accent:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:disabled,.xps-btnv2.btn-accent[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-accent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-accent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-accent.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-brand-accent-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-brand-accent-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-accent.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:hover{background-color:var(--sg-brand-accent-1_10)}}.xps-btnv2.btn-accent.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:active{background-color:var(--sg-brand-accent-1_20);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-accent.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-accent.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-accent.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-accent.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-brand-accent-1)}.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-brand-accent-1)}.xps-btnv2.btn-white,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button{background-color:var(--sg-primary-brand-bg);color:var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-white:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:hover{background-color:var(--sg-secondary-ramp-2)}}.xps-btnv2.btn-white:active,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-white:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:disabled,.xps-btnv2.btn-white[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-white[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-white:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-white.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-brand-bg);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-brand-bg)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-white.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:hover{background-color:var(--sg-secondary-ramp-6)}}.xps-btnv2.btn-white.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:active{background-color:var(--sg-secondary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-white.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-white.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-white.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-white.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-primary-brand-bg)}.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-primary-brand-bg)}.xps-btnv2.btn-black,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button,.xps-btnv2.btn-primary,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-black:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:hover,.xps-btnv2.btn-primary:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:hover{background-color:var(--sg-primary-ramp-2)}}.xps-btnv2.btn-black:active,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:active,.xps-btnv2.btn-primary:active,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:active{background-color:var(--sg-primary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-black:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:disabled,.xps-btnv2.btn-black[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-black[disabled].hw-button,.xps-btnv2.btn-primary:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:disabled,.xps-btnv2.btn-primary[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-primary[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-black:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:focus-visible,.xps-btnv2.btn-primary:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-black.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button,.xps-btnv2.btn-primary.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-black.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:hover,.xps-btnv2.btn-primary.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:hover{background-color:var(--sg-primary-ramp-6)}}.xps-btnv2.btn-black.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:active,.xps-btnv2.btn-primary.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-black.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-black.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined[disabled].hw-button,.xps-btnv2.btn-primary.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-primary.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-black.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:focus-visible,.xps-btnv2.btn-primary.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-black.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-primary-ramp-1)}.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-primary-ramp-1)}.xps-btnv2.btn-attention,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button{background-color:var(--sg-attention-cta);color:var(--sg-persistent-white)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-attention:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:hover{background-color:var(--sg-attention-cta-1_80)}}.xps-btnv2.btn-attention:active,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:active{background-color:var(--sg-attention-cta-1_60);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-attention:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:disabled,.xps-btnv2.btn-attention[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-attention[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-attention:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-shape-brick,.hw-payment-form__content .hw-form-transfer-methods .btn-shape-brick.hw-button{border-radius:var(--xps-btnv2-brick-border-radius, 4px)}.xps-btnv2.btn-playStore,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button,.xps-btnv2.btn-appStore,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button{background-color:var(--sg-page-color);color:var(--sg-page-color);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1);border-radius:var(--xps-btnv2-download-border-radius, 6px);padding:0 8px}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-playStore:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:hover,.xps-btnv2.btn-appStore:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:hover{background-color:var(--sg-page-color)}}.xps-btnv2.btn-playStore:active,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:active,.xps-btnv2.btn-appStore:active,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:active{background-color:var(--sg-page-color);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-playStore:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:disabled,.xps-btnv2.btn-playStore[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-playStore[disabled].hw-button,.xps-btnv2.btn-appStore:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:disabled,.xps-btnv2.btn-appStore[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-appStore[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-playStore:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:focus-visible,.xps-btnv2.btn-appStore:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-playStore .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button .btn-play-store-img{width:116px;height:27px}.xps-btnv2.btn-appStore .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button .btn-app-store-img{width:100px;height:26px}.xps-btnv2.xps-btnv2-icon-only,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2-icon-only.hw-button{height:auto;border:none;padding:0}.xps-btnv2.xps-btn-scroll-to-element,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button{--xps-btn-height-lg: 64px;--xps-btn-spacing-lg-x: 16px;--xps-btn-spacing-lg-y: 8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xps-btnv2.xps-btn-scroll-to-element span,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button span{font-weight:400}.xps-btnv2.xps-btn-scroll-to-element svg,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button svg{background-color:var(--sg-secondary-ramp-7);padding:10px;border-radius:4px}.xps-btnv2.xps-btn-scroll-to-element:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button:hover{background-color:var(--sg-secondary-ramp-6)}.xps-btnv2.btn-dark.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-white.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-black.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before{width:100%}.xps-btnv2.xps-carousel-arrow,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-radius: var(--xps-carousel-navigator-border-radius, 50%);padding:0}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btn-width-sm: 40px;--xps-btn-height-lg: 40px}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btn-width-sm: 32px;--xps-btn-height-sm: 32px}.xps-btnv2.xps-carousel-arrow.light,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button,.xps-btnv2.xps-carousel-arrow.outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.light:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:hover,.xps-btnv2.xps-carousel-arrow.outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.light:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:active,.xps-btnv2.xps-carousel-arrow.outlined:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.light:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:focus-visible,.xps-btnv2.xps-carousel-arrow.outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.dark,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.dark:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.dark:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.solid,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.solid:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:hover{background-color:var(--sg-primary-ramp-1)}}.xps-btnv2.xps-carousel-arrow.solid:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:active{background-color:var(--sg-primary-ramp-1);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.solid:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-main-grey);color:var(--sg-secondary-ramp-4)}.xps-btnv2.xps-carousel-arrow.semitransparent,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button{background-color:var(--sg-primary-ramp-4);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.semitransparent:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:hover{background-color:var(--sg-primary-ramp-4)}}.xps-btnv2.xps-carousel-arrow.semitransparent:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.semitransparent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.mixed,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.mixed:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:hover{background-color:var(--sg-secondary-ramp-3)}}.xps-btnv2.xps-carousel-arrow.mixed:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.mixed:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-secondary-ramp-4);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btnv2-border-width: 2px}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-width: 1px}.xps-btnv2.xps-carousel-arrow:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button:focus-visible{--xps-btnv2-focus-offset: 3px}[dir=rtl] .xps-btnv2.xps-carousel-arrow svg,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button svg,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-carousel-arrow.hw-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-carousel-group-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.xps-left-arrow~.xps-right-arrow{margin-left:12px}.xps-slider-pagination,.xps-carousel-wrapper .splide__pagination{background:var(--sg-primary-ramp-5);padding:8px !important;border-radius:100px;margin-left:auto !important;margin-right:auto !important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px;bottom:20px !important}@media(min-width: 768px){.xps-slider-pagination,.xps-carousel-wrapper .splide__pagination{bottom:40px !important}}.xps-slider-pagination li,.xps-carousel-wrapper .splide__pagination li{line-height:0 !important}.xps-slider-pagination li .splide__pagination__page,.xps-carousel-wrapper .splide__pagination li .splide__pagination__page{background:var(--sg-primary-ramp-6);opacity:1;margin:0}.xps-slider-pagination li .splide__pagination__page:focus-visible,.xps-carousel-wrapper .splide__pagination li .splide__pagination__page:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) dashed 2px}.xps-slider-pagination li .splide__pagination__page.is-active,.xps-carousel-wrapper .splide__pagination li .splide__pagination__page.is-active{-webkit-transform:none;transform:none;background:var(--sg-primary-ramp-1)}.xps-carousel-wrapper{position:relative;overflow:hidden}.xps-carousel-wrapper .d-none{display:none !important}.xps-carousel-wrapper .v-hidden{visibility:hidden !important}.xps-carousel-wrapper.fluid-peek{padding:0 40px}@media(min-width: 375px)and (max-width: 768px){.xps-carousel-wrapper.fluid-peek{padding:0 0 0 20px}}@media(min-width: 768px)and (max-width: 1440px){.xps-carousel-wrapper.fluid-peek{padding:0 0 0 40px}}.xps-carousel-wrapper .splide{visibility:visible;direction:ltr}@media(min-width: 992px){.xps-carousel-wrapper .splide.item-center .splide__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.xps-carousel-wrapper .splide__slide{overflow:hidden}.xps-carousel-wrapper .splide__custom_arrows{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:50%;margin-top:-20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.xps-carousel-wrapper .splide__custom_arrows_next_viewall_container{z-index:1;position:relative}.xps-carousel-wrapper .splide__custom_arrows_next_viewall_container .splide__custom_arrows_next{position:absolute;right:0}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow{opacity:1;height:40px;width:40px;border-radius:0;-ms-flex-align:center;-webkit-box-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-decoration:none;padding:0;z-index:1}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall{width:auto;padding:0 16px 0 0;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall span,.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall svg{margin:0 0 0 8px}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall.hide-view-all{-webkit-transform:translateX(100%);transform:translateX(100%)}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow--circle{border-radius:50%}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_alway{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_alway .splide__custom_arrow{visibility:visible}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_onhover .splide__custom_arrow{visibility:hidden}.xps-carousel-wrapper .splide__pagination{bottom:inherit;position:inherit;margin-top:10px !important;margin-bottom:10px !important}.xps-carousel-wrapper:hover .splide__custom_arrows.show_arrows_onhover .splide__custom_arrow{visibility:visible}.xps-carousel-wrapper-header-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}@media(min-width: 768px){.xps-carousel-wrapper-header-section{margin-bottom:40px}}.xps-carousel-wrapper-header-section .xps-card-tile{max-width:785px}@media(min-width: 768px){.xps-carousel-wrapper-header-section .xps-card-tile{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%}}@media(min-width: 1440px){.xps-carousel-wrapper-header-section .xps-card-tile{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:785px}}.xps-carousel-wrapper-header-section .xps-carousel-top-button-container{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.xps-carousel-wrapper-header-section .xps-carousel-top-button-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-carousel-wrapper-header-section .xps-carousel-top-button-container button{padding:0 !important;width:40px;height:40px;border-radius:var(--xps-carousel-navigator-border-radius, 0)}.xps-carousel-wrapper-header-section h4{margin:0}.xps-carousel-wrapper-header-section--without-arrows{margin-bottom:24px}@media(min-width: 768px){.xps-carousel-wrapper-header-section--without-arrows{margin-bottom:40px}}.xps-btnv2.btn-dark.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-white.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-black.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before{width:100%}.xps-btnv2.xps-carousel-arrow,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-radius: var(--xps-carousel-navigator-border-radius, 50%);padding:0}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btn-width-sm: 40px;--xps-btn-height-lg: 40px}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btn-width-sm: 32px;--xps-btn-height-sm: 32px}.xps-btnv2.xps-carousel-arrow.light,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button,.xps-btnv2.xps-carousel-arrow.outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.light:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:hover,.xps-btnv2.xps-carousel-arrow.outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.light:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:active,.xps-btnv2.xps-carousel-arrow.outlined:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.light:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:focus-visible,.xps-btnv2.xps-carousel-arrow.outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.dark,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.dark:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.dark:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.solid,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.solid:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:hover{background-color:var(--sg-primary-ramp-1)}}.xps-btnv2.xps-carousel-arrow.solid:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:active{background-color:var(--sg-primary-ramp-1);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.solid:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-main-grey);color:var(--sg-secondary-ramp-4)}.xps-btnv2.xps-carousel-arrow.semitransparent,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button{background-color:var(--sg-primary-ramp-4);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.semitransparent:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:hover{background-color:var(--sg-primary-ramp-4)}}.xps-btnv2.xps-carousel-arrow.semitransparent:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.semitransparent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.mixed,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.mixed:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:hover{background-color:var(--sg-secondary-ramp-3)}}.xps-btnv2.xps-carousel-arrow.mixed:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.mixed:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-secondary-ramp-4);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btnv2-border-width: 2px}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-width: 1px}.xps-btnv2.xps-carousel-arrow:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button:focus-visible{--xps-btnv2-focus-offset: 3px}[dir=rtl] .xps-btnv2.xps-carousel-arrow svg,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button svg,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-carousel-arrow.hw-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-carousel-group-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.xps-left-arrow~.xps-right-arrow{margin-left:12px}.xps-carousel-v2-wrapper{position:relative;overflow:hidden;margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px;background-color:var(--carousel-bg-color, transparent)}.xps-carousel-v2-wrapper .xps-carousel-v2-slides{padding:0 0 0 20px !important}@media(min-width: 768px){.xps-carousel-v2-wrapper .xps-carousel-v2-slides{padding:0 0 0 40px !important}}@media(min-width: 1441px){.xps-carousel-v2-wrapper .xps-carousel-v2-slides{padding:0 40px !important}}.xps-carousel-v2-wrapper .xps-carousel-v2-align-left .splide__track .splide__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xps-carousel-v2-wrapper .xps-carousel-v2-align-center .splide__track .splide__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-carousel-v2-wrapper .xps-carousel-v2-align-right .splide__track .splide__list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xps-carousel-v2-wrapper .xps-carousel-v2-padding{padding:20px}@media(min-width: 768px){.xps-carousel-v2-wrapper .xps-carousel-v2-padding{padding:40px}}.xps-carousel-v2-wrapper .xps-carousel-v2-fluid-peek{padding:0 40px}@media(min-width: 375px)and (max-width: 768px){.xps-carousel-v2-wrapper .xps-carousel-v2-fluid-peek{padding:0 0 0 20px}}@media(min-width: 768px)and (max-width: 1440px){.xps-carousel-v2-wrapper .xps-carousel-v2-fluid-peek{padding:0 0 0 40px}}.xps-carousel-v2-wrapper .xps-carousel-v2-col{padding-right:0}.xps-carousel-v2-wrapper .splide{visibility:visible;direction:ltr}.xps-carousel-v2-wrapper .splide__slide{overflow:hidden}.xps-carousel-v2-wrapper .splide__slide:last-child{margin-right:0 !important}.xps-carousel-v2-wrapper .splide__pagination{background:var(--sg-primary-ramp-5);padding:8px !important;border-radius:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px;bottom:0;position:inherit;margin:10px auto !important}.xps-carousel-v2-wrapper .splide__pagination li{line-height:0 !important}.xps-carousel-v2-wrapper .splide__pagination li .splide__pagination__page{background:var(--sg-primary-ramp-6);opacity:1;margin:0}.xps-carousel-v2-wrapper .splide__pagination li .splide__pagination__page:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) dashed 2px}.xps-carousel-v2-wrapper .splide__pagination li .splide__pagination__page.is-active{-webkit-transform:none;transform:none;background:var(--sg-primary-ramp-1)}.xps-carousel-v2-arrows-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-item-align:end;align-self:end}.xps-carousel-v2-top-button-container{display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:12px}@media(min-width: 768px){.xps-carousel-v2-top-button-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-carousel-v2-top-button-container .xps-left-arrow~.xps-right-arrow{margin-left:unset}.xps-vp{display:block;position:relative;width:100%;overflow:hidden}.xps-vp .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.xps-vp-only-play-icon{width:60px;height:60px !important}@media(min-width: 768px){.xps-vp-only-play-icon{width:80px;height:80px !important}}body.ReactModal__Body--open{overflow:hidden !important}.xps-video-modal{position:relative}.xps-video-modal-overlay{position:fixed;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;inset:0;background:var(--xps-overlay-background-color, rgba(10, 10, 10, 0.87))}.xps-video-modal-overlay-close-button{--sg-focus-color: var(--sg-persistent-white, #fff);--xps-btnv2-borderless: var(--sg-persistent-white, #fff) !important;height:1.5rem;width:1.5rem;border:0;z-index:99999;position:absolute;top:0;right:0;cursor:pointer;color:#fff}.xps-video-modal-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:90%;height:80%;padding:24px;outline:none;max-width:1440px;position:relative}@media(min-width: 768px){.xps-video-modal-content{width:80%;padding:40px}}.xps-video-modal-background-image-contaner img{position:relative !important;width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}.xps-video-modal-background-image-contaner.nextjs-image-container span:first-child{position:relative !important;display:block !important}.xps-video-modal-background-image-contaner.nextjs-image-container img{position:relative !important;width:100% !important;height:100% !important}.xps-video-modal-play-icon{position:absolute;top:50%;left:50%;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;border:0;-webkit-transform:translate(-30px, -30px);transform:translate(-30px, -30px);cursor:pointer;background-color:var(--sg-persistent-white);border-radius:1000px}@media(min-width: 768px){.xps-video-modal-play-icon{width:80px;height:80px;-webkit-transform:translate(-40px, -40px);transform:translate(-40px, -40px)}}.xps-video-modal__fa-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:9999}.xps-video-modal__fa-icon--white{color:var(--sg-secondary-ramp-1, #FFFFFF)}.xps-video-modal__fa-icon--dark{color:var(--sg-primary-ramp-1, #313638)}.xps-vp,.xps-video-modal{overflow:hidden}.xps-vp .react-player__preview,.xps-vp .xps-video-modal-background-image-contaner img,.xps-video-modal .react-player__preview,.xps-video-modal .xps-video-modal-background-image-contaner img{-webkit-transition:250ms ease-in-out;transition:250ms ease-in-out}.xps-vp .react-player__preview button,.xps-vp .xps-video-modal-background-image-contaner img button,.xps-video-modal .react-player__preview button,.xps-video-modal .xps-video-modal-background-image-contaner img button{-webkit-transition:250ms ease-in-out;transition:250ms ease-in-out}.xps-vp:hover .react-player__preview,.xps-vp:hover .xps-video-modal-background-image-contaner img,.xps-video-modal:hover .react-player__preview,.xps-video-modal:hover .xps-video-modal-background-image-contaner img{-webkit-transform:scale(1.08);transform:scale(1.08)}.xps-vp:hover .react-player__preview button,.xps-vp:hover .xps-video-modal-background-image-contaner img button,.xps-video-modal:hover .react-player__preview button,.xps-video-modal:hover .xps-video-modal-background-image-contaner img button{-webkit-transform:scale(0.92);transform:scale(0.92)}.xps-vp-hover-wrapper{width:100%;height:100%}.xps-vp-hover-wrapper video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.xps-vp-play-in-modal{width:100%}.xps-vp-play-in-modal video{height:unset !important}.xps-hero-banner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.xps-hero-banner-container .xps-herobanner-pre-title,.xps-hero-banner-container .xps-herobanner-content-container{text-align:var(--xps-herobanner-text-align, left)}.xps-hero-banner-container .xps-herobanner-background-container{height:calc(100vh - var(--xps-herobanner-margin-bottom, 80px))}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image{position:absolute;left:0;top:0;height:100%;width:100%}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video video,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video img,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image video,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video .xps-vp,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image .xps-vp{height:100% !important}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video .aspect-ratio,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image .aspect-ratio{height:100%}.xps-hero-banner-container .xps-herobanner-content-grid{z-index:1;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container{color:var(--xps-herobanner-font-color, var(--sg-primary-ramp-1));padding:64px 20px;z-index:1;-webkit-box-sizing:content-box;box-sizing:content-box}@media(min-width: 768px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container{padding:64px 0}}@media(min-width: 992px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container{padding:72px 0}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-pre-title,.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-feature-text{margin:0 0 16px 0}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-header{margin:0 0 24px 0}@media(min-width: 768px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-header{margin:0 0 40px 0}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-sub-title{margin:0 0 32px 0}@media(min-width: 992px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-sub-title{margin:0 0 40px 0}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .herobanner-content-button-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:8px}@media(min-width: 768px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .herobanner-content-button-container{gap:16px}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .herobanner-content-button-container--hide{display:none}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-card-tile{color:var(--xps-herobanner-font-color, var(--sg-primary-ramp-1))}.xps-hero-banner-container.justify-content-start .xps-herobanner-content-container{padding:64px 20px}@media(min-width: 768px){.xps-hero-banner-container.justify-content-start .xps-herobanner-content-container{padding:64px 40px}}@media(min-width: 992px){.xps-hero-banner-container.justify-content-start .xps-herobanner-content-container{padding:72px 80px}}.xps-hero-banner-container__image-btn-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 768px){.xps-hero-banner-container__image-btn-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-hero-banner-container__image-btn-link{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.xps-hero-banner-container__image-btn{-o-object-fit:none;object-fit:none}.xps-herobanner-content-container--primary{height:100vh;min-height:512px}.xps-herobanner-content-container--secondary{height:550px}.xps-herobanner-content-container--tertiary{height:80vh;min-height:512px}.xps-plp-hero{position:relative}@media(min-width: 992px){.xps-plp-hero{background:-webkit-gradient(linear, left top, left bottom, color-stop(51.56%, rgba(240, 240, 240, 0)), to(#f0f0f0)),var(--sg-secondary-ramp-1, #fff);background:linear-gradient(180deg, rgba(240, 240, 240, 0) 51.56%, #f0f0f0 100%),var(--sg-secondary-ramp-1, #fff);display:-webkit-box;display:-ms-flexbox;display:flex;height:550px}}.xps-plp-hero__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(max-width: 991px){.xps-plp-hero__wrapper{padding:0}}@media(min-width: 992px){.xps-plp-hero__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-plp-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}@media(min-width: 768px){.xps-plp-hero__content{padding:40px}}@media(min-width: 992px){.xps-plp-hero__content{padding:unset}}.xps-plp-hero__image-wrapper{padding:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(51.56%, rgba(240, 240, 240, 0)), to(#f0f0f0)),var(--sg-secondary-ramp-1, #fff);background:linear-gradient(180deg, rgba(240, 240, 240, 0) 51.56%, #f0f0f0 100%),var(--sg-secondary-ramp-1, #fff)}@media(min-width: 992px){.xps-plp-hero__image-wrapper{position:absolute;right:0;bottom:0;height:100%;background:none;overflow:hidden}}.xps-plp-hero__image{width:auto !important;min-height:100%}@media(min-width: 992px){.product-hero-card__image{padding-right:40px}}.product-hero-card__children{display:grid;grid-template-columns:1fr;gap:20px;padding:24px 0}@media(min-width: 768px){.product-hero-card__children{grid-template-columns:1fr 1fr}}.product-hero-card__sticky-header{position:sticky;top:0;z-index:1}@media(max-width: 992px){.product-hero-card .xps-card-tile__children{display:none}}.pdp--v2 .pdp-buystack{--pdp-buystack-spacing-sides: 20px;max-width:1440px;margin:auto;padding:24px var(--pdp-buystack-spacing-sides) 0}@media(min-width: 768px){.pdp--v2 .pdp-buystack{--pdp-buystack-spacing-sides: 40px}}@media(min-width: 992px){.pdp--v2 .pdp-buystack{display:grid;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-template-columns:7fr 5fr;grid-template-rows:auto 1fr;grid-template-areas:"hero heading" "hero content"}}.pdp--v2 .pdp-buystack .pdp-buystack__heading{grid-area:heading;margin-bottom:24px}.pdp--v2 .pdp-buystack .pdp-buystack__hero{grid-area:hero;margin-bottom:32px}@media(min-width: 992px){.pdp--v2 .pdp-buystack .pdp-buystack__hero{margin-right:40px;margin-bottom:0}}@media(min-width: 992px){.pdp--v2 .pdp-buystack .pdp-buystack__hero .pdp-buystack__hero-inner{position:sticky;top:40px}}.pdp--v2 .pdp-buystack .pdp-buystack__content{grid-area:content;margin-bottom:20px}.pdp--v2 .pdp-buystack .pdp-buystack__content>div:has(div){padding:24px 0;border-top:1px solid var(--sg-primary-ramp-5)}.pdp-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1)}.pdp-heading--ratings{margin-bottom:20px}.pdp-heading .category-plp-link{min-height:16px}.pdp-heading--title{overflow-wrap:anywhere;margin:4px 0}.pdp-heading--label{margin-bottom:20px}.pdp-heading--productPrice{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.pdp-heading--productPrice .pdp-price-strinkthrough{text-decoration:line-through;color:var(--sg-primary-ramp-3)}.pdp-heading .xps-offer-callout{margin:0}.pdp-buystack__hero .xps-thumbnail-carousel-main{aspect-ratio:1/1}.pdp-buystack__hero .xps-thumbnail-carousel-main .splide__slide{margin-bottom:10px}.pdp-buystack__hero .xps-thumbnail-carousel-main .splide__slide .xps-vp .react-player__preview{background-size:contain !important;background-repeat:no-repeat;background-color:var(--sg-page-color)}.pdp-buystack__hero .xps-thumbnail-carousel-thumbnails .splide__slide{margin-bottom:16px !important}.pdp-atc-controls{--xps-swatchpicker-size: 40px;--xps-swatch-picker-border-width: 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.pdp-atc-controls .pdp-atc-controls__heading{letter-spacing:1px;color:var(--sg-primary-ramp-1, #313638)}.pdp-atc-controls__color{color:var(--sg-primary-ramp-1, #313638)}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button{width:100%}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button .xps-button-v2-desktop{display:none}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button{width:auto}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button .xps-button-v2-mobile{display:none}}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-right-section{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px}}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section{display:none}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:40px}}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-left-section{display:none}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-left-section{display:-webkit-box;display:-ms-flexbox;display:flex}}.pdp-web-options-selector{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.pdp-web-options-selector .weboptions-container{background:var(--sg-secondary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px;border:1px solid var(--sg-primary-ramp-5)}.pdp-web-options-selector .weboptions-container:hover:not(.variant-selected){background:var(--sg-primary-ramp-6)}.pdp-web-options-selector .weboptions-container.variant-selected{background:var(--sg-primary-brand-bg)}.pdp-web-options-selector .weboptions-container .weboptions-items{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;gap:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;text-align:left;border:unset;background-color:unset}.pdp-web-options-selector .weboptions-container .weboptions-items .weboptions__underlabel{margin-top:8px}.pdp-web-options-selector .weboptions-container .weboptions-items input{pointer-events:none}.pdp-web-options-selector .weboptions-container .weboptions__form{padding-top:16px;border-top:1px solid var(--sg-primary-ramp-5)}.pdp-web-options-selector .weboptions-container .weboptions__form .xps-dropdown__label,.pdp-web-options-selector .weboptions-container .weboptions__form .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .pdp-web-options-selector .weboptions-container .weboptions__form .hw-form-group::before,.pdp-web-options-selector .weboptions-container .weboptions__form .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .pdp-web-options-selector .weboptions-container .weboptions__form .hw-label{margin-bottom:8px}.pdp-atc-controls__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 0px 16px 0px;gap:16px}.pdp-atc-controls__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px}.pdp-atc-controls__button{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.pdp-v2-line-item .xps-pdplineitem{padding:24px;background-color:var(--sg-primary-accent-1, #E1E2EF);border-radius:8px}.pdp-v2-line-item .xps-pdplineitem .xps-pdplineitem__content{color:var(--sg-primary-ramp-1);gap:16px}.pdp-included-with-purchase{color:var(--sg-primary-ramp-1)}.pdp-included-with-purchase .pdp-included-with-purchase__offer{margin:24px auto}.pdp-included-with-purchase .pdp-included-with-purchase__offer:last-child{margin-bottom:0px}.pdp-v2-support .accordionV2 .xps-support-doc-container{padding:8px 0 32px 0}.pdp-v2-support .accordionV2 .xps-support-doc-container .xps-support-doc-item-link{background:var(--sg-primary-brand-bg, #F5F5F5)}.pdp-v2-product-specification .accordionV2 .xps-product-spec-container{padding:8px 0 32px 0}.pdp-v2-product-specification .accordionV2 .xps-product-spec-container .xps-product-specifications{padding:40px 0}.pdp-v2-product-specification .accordionV2 .xps-product-spec-container .xps-product-specifications .xps-ps-feature-section{margin:0 0 40px 0}.atc--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media(min-width: 992px){.atc--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px}}.atc--container .atc--img{-o-object-fit:contain;object-fit:contain}@media(min-width: 992px){.atc--container .atc--img{width:40%}}.atc--container .atc-swatch--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 992px){.atc--container .atc-swatch--container{width:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}}.atc--container .atc-swatch--container .atc-swatch__color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-color-swatch-active{border:none}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container img{outline:2px solid var(--sg-primary-ramp-1, #313638);padding:1px}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .btn-brandbg:hover,.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .hw-payment-form__content .hw-form-transfer-methods .hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .hw-button:hover{background-color:rgba(0,0,0,0)}.atc--container .atc--footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.atc--container .bof.line-item .body-container>.content-wrapper{grid-template-columns:auto}.xps-modal--atc-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0px 20px;height:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #0A0A0A);gap:20px;border-bottom:1px solid var(--sg-alert-main-success, #007a31);background-color:var(--sg-alert-bg-success, #e2efe7)}.xps-modal--atc-header .xps-alert,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-modal--atc-header .hw-global-errors-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.xps-modal--atc-header .xps-alert .icon-wrapper,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-modal--atc-header .hw-global-errors-error .icon-wrapper{font-size:25px}.xps-modal--atc-header .xps-alert .icon-wrapper svg,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-modal--atc-header .hw-global-errors-error .icon-wrapper svg{margin-right:0px}@media(min-width: 768px){.xps-modal--atc-header{padding:0px 40px}}.xps-modal--atc-header button{padding:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xps-modal--atc-header button.xps-modal-close.xps-btnv2.btn-primary.btn-fill-borderless,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-modal--atc-header button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button{color:var(--sg-primary-ramp-1, #313638)}.xps-modal--body{min-height:480px}.xps-modal--atc{position:relative !important}.xps-modal-overlay--atc{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.pdp-related-products .xps-plp-product-cards{margin:0;padding-bottom:40px}.pdp-related-products .xps-plp-product-cards .xps-carousel-wrapper-header-section{padding:40px 0;margin-bottom:0px}.pdp-related-products .xps-plp-product-cards .xps-product-card-hover .xps-product-card-hover-content-section{margin-top:8px;gap:8px}.pdp-related-products .xps-plp-product-cards .xps-product-card-hover .xps-product-card-hover-content-section .xps-product-card-hover-content-title-section{padding-top:4px;padding-bottom:8px}.pdp-related-products .xps-plp-product-cards .xps-carousel-wrapper{padding:0}.pdp-v2-support-reviews-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}@media(min-width: 768px){.pdp-v2-support-reviews-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.pdp-v2-support-reviews-title__divider{display:none}@media(min-width: 768px){.pdp-v2-support-reviews-title__divider{display:block}}.pdp--v2 .accordionV2{border-bottom:1px solid var(--sg-primary-ramp-5)}.pdp--v2 .accordionV2 .accordion__header{padding:16px 8px 16px 0;cursor:pointer}.pdp--v2 .accordionV2 .accordion__header svg{font-size:16px}.pdp--v2 .accordionV2 .xps-support-doc-container{padding:8px 0 32px 0}.pdp--v2 .accordionV2 .xps-support-doc-container .xps-support-doc-item-link{background:var(--sg-primary-brand-bg, #F5F5F5)}.pdp-related-accessories .xps-accessories-widget{padding-bottom:40px}.pdp-related-accessories .xps-accessories-widget .xps-carousel-wrapper-header-section{padding:40px 0;margin-bottom:0px}.pdp-related-accessories .xps-accessories-widget .xps-product-card-hover .xps-product-card-hover-content-section{margin-top:8px;gap:8px}.pdp-related-accessories .xps-accessories-widget .xps-product-card-hover .xps-product-card-hover-content-section .xps-product-card-hover-content-title-section{padding-top:4px;padding-bottom:8px}.pdp-related-accessories .xps-accessories-widget .xps-carousel-wrapper{padding:0}.notifyme--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media(min-width: 992px){.notifyme--container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.notifyme--container .notifyme--img{-o-object-fit:contain;object-fit:contain;-ms-flex-preferred-size:40%;flex-basis:40%}@media(min-width: 992px){.notifyme--container .notifyme--img{width:40%}}.notifyme--container .notifyme-swatch--container{-ms-flex-preferred-size:60%;flex-basis:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.notifyme--container .notifyme-swatch--container .notifyme-block-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding-bottom:16px}.notifyme--container .notifyme-swatch--container .notifyme-block-header .notifyme-swatch__color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px}.notifyme--container .notifyme-swatch--container .notifyme-block-header .notifyme-swatch__color .xps-swatchpicker-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:4px}.notifyme--container .notifyme-swatch--container .notifyme--form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.notifyme--container .notifyme-swatch--container .notifyme--form .xps__label{margin-bottom:8px}.xps-modal-overlay-notify-me{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;z-index:999 !important}.xps-modal-overlay-notify-me .xps-modal-notify-me{position:relative !important}.pdp-v2-instructions .pdp-v2-instructions__content{background-color:var(--sg-primary-accent-1, #E1E2EF);padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;border-radius:8px}.pdp-v2-instructions .pdp-v2-instructions__content .pdp-v2-instructions__title{margin-bottom:16px}.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem{max-width:476px;border-radius:8px}.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem .xps-pdplineitem__content{display:unset}.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem .xps-pdplineitem__content .xps-pdplineitem__title{padding-bottom:8px}@media(min-width: 992px){.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem .xps-pdplineitem__content .xps-pdplineitem__description{padding-right:36px}}.pdp--v2 #klarna-placement::part(osm-container),.pdp--v2 #klarna-placement *::part(osm-container){border:0;padding:0;padding-top:8px;color:var(---color-ramp-primary-ramp-1, #313638);text-align:left;font-family:"Helvetica Neue";font-size:14px;font-style:normal;font-weight:400;line-height:20px}.subscription-options-selector{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.subscription-options-selector .subscription-container{background:var(--sg-secondary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px;border:1px solid var(--sg-primary-ramp-5);border-radius:4px}.subscription-options-selector .subscription-container:hover:not(.variant-selected){background:var(--sg-primary-ramp-6)}.subscription-options-selector .subscription-container.variant-selected{background:var(--sg-primary-brand-bg);border-color:var(--sg-primary-ramp-1)}.subscription-options-selector .subscription-container .subscription-items{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;gap:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;text-align:left;border:unset;background-color:unset}.subscription-options-selector .subscription-container .subscription-items .subscription__underlabel{margin-top:8px}.subscription-options-selector .subscription-container .subscription-items input{pointer-events:none}.subscription-options-selector .subscription-container .subscription-items .xps-text{color:var(--sg-primary-ramp-1, #313638)}.subscription-options-selector .subscription-container .subscription_form_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid var(--sg-primary-ramp-6)}.subscription-options-selector .subscription-container .subscription_form_container .subscription__form{padding-top:16px;width:100%}.subscription-options-selector .subscription-container .subscription_form_container .subscription__form .xps-dropdown__label,.subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-form-group::before,.subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-label{margin-bottom:8px;font-size:12px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:1px;text-transform:uppercase}@media(min-width: 768px){.subscription-options-selector .subscription-container .subscription_form_container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px}}.pdp-usually-purchased-with{color:var(--sg-primary-ramp-1)}.pdp-usually-purchased-with .bof-config{--bof-line-item-image-size-desktop: 120px;--bof-line-item-image-size-mobile: 120px;--bof-line-item-control-gap: 6px;--bof-line-item-gap: 24px}.pdp-usually-purchased-with .bof.line-item{margin-top:0}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer{margin:24px auto}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer .line-item .head-container img{border:1px solid var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));border-radius:4px}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer:last-child{margin-bottom:0px}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer .pdp-usually-purchased-with__offer-button{margin-top:8px}.xps-modal-overlay.xps-upsell-product-modal__overlay{z-index:998}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal.invisible{visibility:hidden}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack{padding:0;grid-template-columns:400px auto;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__heading{margin-bottom:0}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__hero{margin-right:0}@media(min-width: 992px){.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__hero .pdp-buystack__hero-inner{position:relative;top:0}}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack-description{margin-top:20px}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__content>div:has(div){border-top:0 none}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .xps-thumbnail-carousel .xps-thumbnail-carousel-main{border:0 none}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .xps-thumbnail-carousel .xps-thumbnail-carousel-thumbnails{display:none}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp-atc-controls__actions{padding:0}.xps-pdp-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:20px}@media(min-width: 768px){.xps-pdp-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px;padding:40px}}@media(min-width: 992px){.xps-pdp-container{gap:60px}}.xps-pdp-product-info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;--xps-swtchpicker-size: 32px}.xps-pdp-product-info-container-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 768px){.xps-pdp-product-info-container-content{gap:24px;padding-top:24px}}@media(min-width: 992px){.xps-pdp-product-info-container-content{padding-top:40px}}.xps-pdp-product-info-container-content .xps-pdp-selected-color-text{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:10px 0;color:var(--xps-pdp-variant-color, rgba(49, 54, 56, 0.68))}@media(min-width: 768px){.xps-pdp-product-info-container-content .xps-pdp-selected-color-text{padding:0}}.xps-pdp-product-info-container-content .xps-pdp-selected-model-sku{color:var(--sg-primary-ramp-3)}.xps-pdp-product-info-container-content .xps-pdp-price-label-original{color:var(--sg-alert-main-grey);text-decoration:line-through;margin-right:5px}.xps-pdp-product-info-container .xps-klarna-placement-container{margin-top:40px}@media(min-width: 768px){.xps-pdp-product-info-container .xps-klarna-placement-container{margin-top:32px}}.xps-pdp-product-info-container *{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.xps-pdp-product-info-container-add-to-card{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-top:32px}@media(min-width: 768px){.xps-pdp-product-info-container-add-to-card{margin-top:32px;gap:8px}}@media(min-width: 992px){.xps-pdp-product-info-container-add-to-card{margin-top:40px}}.xps-pdp-product-info-container-add-to-card button{width:100% !important}.xps-pdp-product-info-container-add-to-card .xps-pdp-add-to-cart-button{width:auto !important}.xps-pdp-product-info-container-add-to-card .xps-quantity-counter-container{min-width:135px}.xps-pdp-product-info-container-add-to-card .xps-pdp-sold-out-badge span{color:var(--xps-pdp-sold-out-badge-text-color, rgba(10, 10, 10, 0.38))}.xps-add-cart{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.xps-add-cart--image-container{background-color:var(--sg-alert-bg-grey, #f5f5f5)}.xps-add-cart .xps-add-cart--color-swatch{margin-top:8px}.xps-add-cart .xps-add-cart--color-swatch-img{height:42px;width:42px;overflow:hidden;border:1px solid #fff;border-radius:50%;outline:1px solid;outline-color:var(--xps-swatch-picker-active-border-color, hsla(0, 0%, 4%, 0.68))}.xps-add-cart .xps-add-cart--color-swatch-img img{border:1px solid !important;border-color:var(--xps-swatch-picker-border-color, rgba(10, 10, 10, 0.12)) !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;border-radius:50%}.xps-add-to-cart-modal{max-width:688px}.dt-variant-viewer{display:block;width:100%;max-width:100%;overflow:hidden}.dt-variant-viewer .viewer-container{display:block;width:100%;aspect-ratio:1/1;overflow:hidden}.dt-variant-viewer .viewer-container .viewer-wrapper{display:block;position:relative;width:100%;height:100%}.dt-variant-viewer .viewer-container .viewer-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.dt-variant-viewer .viewer-container .video-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.dt-variant-viewer .variant-assets-wrapper{display:block;width:100%;overflow:hidden;overflow-x:auto;padding:.5rem 0;margin-top:30px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar{height:5px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar-thumb{background-color:#e2e2e2;outline:1px solid #e2e2e2}.dt-variant-viewer .variant-assets-wrapper .assets-list{display:block;text-align:center;white-space:nowrap}.dt-variant-viewer .variant-assets-wrapper .assets-list>li{display:inline-block;position:relative;width:auto;margin-left:0;margin-right:0;border:unset !important;opacity:.5;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:first-child{margin-left:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:last-child{margin-right:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:not(:first-child){margin-left:15px}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{position:relative;width:var(--dt-variant-viewer-tile-size-mobile, 70px);height:var(--dt-variant-viewer-tile-size-mobile, 70px);overflow:hidden;font-size:0;vertical-align:text-bottom;border:1px solid #d0d0d0}@media(min-width: 768px){.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{width:var(--dt-variant-viewer-tile-size-desktop, 70px);height:var(--dt-variant-viewer-tile-size-desktop, 70px)}}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset.video:after{content:"";display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.974.026C7.191.026 0 7.217 0 16c0 8.835 7.191 15.974 15.974 15.974 8.835 0 15.974-7.191 15.974-15.974C31.999 7.217 24.808.026 15.974.026zm0 30.972C7.756 30.998 1.027 24.269 1.027 16c0-8.218 6.729-14.947 14.947-14.947 8.27 0 14.947 6.729 14.947 14.947.051 8.27-6.677 14.998-14.947 14.998z'/%3E%3Cpath d='M21.47 16.103l-7.602-5.291a.605.605 0 00-.514-.051.54.54 0 00-.257.462v10.581c0 .205.103.36.257.462.051.051.154.051.257.051s.205-.051.308-.103l7.551-5.239a.467.467 0 00.205-.411c0-.205-.051-.36-.205-.462zm-7.345 4.725v-8.629l6.164 4.315-6.164 4.315z'/%3E%3C/svg%3E");background-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.3);background-repeat:no-repeat;border:0 none;outline:0 none;border-radius:50%;cursor:pointer;position:absolute;width:60%;height:60%;top:20%;left:20%}.dt-variant-viewer .variant-assets-wrapper .assets-list>li img.thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active,.dt-variant-viewer .variant-assets-wrapper .assets-list>li:hover{opacity:1}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;content:""}.offer-widget{--global-padding: 20px;--top-padding-sticky: 20px;--header-height: 80px;--footer-height: 80px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1)}@supports(min-height: 100dvh){.offer-widget{min-height:100dvh}}.offer-widget .offer-widget__header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;z-index:2;position:fixed;top:0;height:var(--header-height);width:100%}.offer-widget .offer-widget__body{-webkit-box-flex:1;-ms-flex:1;flex:1;z-index:1;padding-top:calc(var(--global-padding) + var(--header-height));padding-left:var(--global-padding);padding-right:var(--global-padding);padding-bottom:var(--global-padding)}@media(min-width: 768px){.offer-widget .offer-widget__body{--global-padding: 40px}}@media(min-width: 992px){.offer-widget .offer-widget__body{padding-top:calc(var(--global-padding) - var(--top-padding-sticky))}}.offer-widget .offer-widget__body .ow-primary-offer__hero-outer{position:relative}@media(min-width: 992px){.offer-widget .offer-widget__body .ow-primary-offer__hero-outer .ow-primary-offer__hero-sticky{padding-top:var(--top-padding-sticky);position:sticky;top:0}}.offer-widget .offer-widget__body .ow-primary-offer__details{margin-bottom:20px}@media(min-width: 992px){.offer-widget .offer-widget__body .ow-primary-offer__details{padding-top:var(--top-padding-sticky);margin-bottom:40px}}.offer-widget .offer-widget__footer{height:var(--footer-height);background-color:var(--sg-page-color)}@media(min-width: 992px){.offer-widget .offer-widget__body--with-no-primary-offer{margin-top:var(--header-height)}}.offer-widget .ow-primary-offer--v2 .ow-primary-offer__hero-outer{margin-bottom:20px}@media(min-width: 992px){.offer-widget .ow-primary-offer--v2 .ow-primary-offer__hero-outer{margin-bottom:0;padding-right:40px}}.offer-widget .ow-spacer-xs{margin-bottom:8px}.offer-widget .ow-spacer-s{margin-bottom:16px}.offer-widget .ow-spacer-sm{margin-bottom:20px}.offer-widget .ow-spacer-md{margin-bottom:20px}@media(min-width: 768px){.offer-widget .ow-spacer-md{margin-bottom:40px}}.offer-widget .xps-tag--bg-success{background-color:var(--sg-attention-cta) !important}.offer-widget--modal__overlay{position:fixed;inset:0;z-index:999}.offer-widget--modal__overlay .ReactModal__Content{inset:0 !important;padding:0 !important;border:none !important;border-radius:0 !important;overflow-y:auto;max-height:100vh}@supports(max-height: 100dvh){.offer-widget--modal__overlay .ReactModal__Content{max-height:100dvh}}.xps-offer-callout{color:var(--sg-alert-main-error);margin:8px 0}.offer-widget .offer-widget__header{background:var(--sg-page-color, #FFF)}.offer-widget .offer-widget__header .grid-container,.offer-widget .offer-widget__header .row{height:100%}.offer-widget .offer-widget__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.offer-widget .ow-primary-offer__hero-sticky{margin-bottom:20px}@media(min-width: 992px){.offer-widget .ow-primary-offer__hero-sticky{margin-bottom:0px}}.offer-widget .ow-primary-offer__hero-content{margin-bottom:32px;margin-top:16px}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-callout{margin-bottom:24px}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-content-features{list-style:none}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-content-features li{margin-top:8px}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-content-features li .xps-icon-with-text{display:grid;grid-template-columns:24px 1fr;gap:8px;text-align:left}@media(min-width: 992px){.offer-widget .ow-primary-offer__hero-content--mobile{display:none}}.offer-widget .ow-primary-offer__hero-content--desktop{margin-top:24px;display:none}@media(min-width: 992px){.offer-widget .ow-primary-offer__hero-content--desktop{display:block;margin-bottom:0}}.offer-widget .ow-primary-offer__heading .ow-primary-offer__heading-subheading{margin-top:16px;padding-bottom:32px}.offer-widget .ow-primary-offer-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.offer-widget .ow-primary-offer__footer-callout{margin-top:32px}.offer-widget .ow-primary-offer__footer-action{margin:32px 0}.offer-widget .ow-standard-offer{height:100%}.offer-widget .ow-standard-offers__divider{padding-bottom:24px}.offer-widget .ow-standard-offers__heading{padding-bottom:24px}.offer-widget .ow-primary-offer__buystack .ow-primary-offer__buystack__setup-later{margin-top:32px}.offer-widget .ow-alert.ow-alert--mobile{margin-bottom:20px}@media(min-width: 992px){.offer-widget .ow-alert.ow-alert--mobile{display:none}}.offer-widget .ow-alert.ow-alert--desktop{display:none}@media(min-width: 992px){.offer-widget .ow-alert.ow-alert--desktop{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px}}.offer-widget .ow-alert.ow-alert--v2{color:var(--xps-icon-with-text-color)}.offer-widget .ow-alert.ow-alert--v2 .xps-icon-with-text__title{color:inherit}.offer-widget .ow-alert.ow-alert--v2 .xps-icon-with-text svg{color:inherit}.offer-widget .ow-alert.ow-alert--v2 .xps-icon-with-text svg path{fill:currentColor}.offer-widget .ow-alert.ow-alert--v2.ow-alert--mobile{margin-bottom:20px}@media(min-width: 768px){.offer-widget .ow-alert.ow-alert--v2.ow-alert--mobile{display:none}}.offer-widget .ow-alert.ow-alert--v2.ow-alert--desktop{display:none}@media(min-width: 768px){.offer-widget .ow-alert.ow-alert--v2.ow-alert--desktop{display:unset;margin-bottom:0}}.offer-widget .ow-image-grid{container:imagegrid;container-type:inline-size}.offer-widget .ow-image-grid .ow-image-grid__inner{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);gap:20px;padding:20px;border-radius:16px;border:1px solid var(--sg-primary-ramp-5)}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item{overflow:hidden}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(1){grid-column:1;grid-row:2}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(2){grid-column:1/3;grid-row:1;justify-self:center;max-width:50%}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(3){grid-column:2;grid-row:2}@container imagegrid (width > 540px){.offer-widget .ow-image-grid .ow-image-grid__inner{grid-template-columns:repeat(3, 1fr);grid-template-rows:auto}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(1){grid-column:auto;grid-row:auto}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(2){grid-column:auto;grid-row:auto;justify-self:auto;max-width:none}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(3){grid-column:auto;grid-row:auto}}.offer-widget .ow-features--2col{grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}.offer-widget .ow-features{display:grid;list-style:none;gap:0 20px}.offer-widget .ow-features .xps-icon-with-text__title{color:var(--xps-icon-with-text-color) !important;text-align:left}.align-items-start li>div{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.offer-widget .ow-options{width:100%;display:grid;gap:20px;grid-template-columns:1fr;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media(min-width: 768px){.offer-widget .ow-options{grid-template-columns:repeat(2, 1fr)}}.offer-widget .ow-options .ow-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;border-radius:16px;border:1px solid var(--sg-primary-ramp-5);min-height:270px;-webkit-transition:border-color .2s,background-color .2s;transition:border-color .2s,background-color .2s}.offer-widget .ow-options .ow-option:hover{border-color:var(--sg-primary-ramp-1);background-color:var(--sg-secondary-ramp-6)}.offer-widget .ow-options .ow-option:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;border-radius:8px}.offer-widget .ow-options .ow-option .ow-option-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.offer-widget .ow-options .ow-option .ow-option-tags{min-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:var(--ow-spacer-sm, 16px)}.offer-widget .ow-options .ow-option .ow-option-tags .xps-tag--bg-success{padding:2px 8px}.offer-widget .ow-options .ow-option .ow-option-button{margin-top:auto;width:100%}.offer-widget .ow-options .ow-option .ow-option-button button{height:unset;min-height:48px}.offer-widget .ow-options .ow-option .ow-option-button button span{font-size:14px}.offer-widget .ow-coffee-buystack-container{background-color:var(--sg-primary-brand-bg);border-radius:16px;border:1px solid var(--sg-primary-ramp-5)}.offer-widget .ow-coffee-buystack-container .ow-coffee-buystack__router{padding:40px}.offer-widget .ow-coffee-buystack-container .ow-coffee-buystack__options{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}.offer-widget .ow-coffee-buystack-container .ow-coffee-buystack__options button{border-radius:16px}.option-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.option-group .option-group__options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}.option-group.keyboard-focused .option-group__options{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;border-radius:8px}.option-group .option-group__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding:16px 0;border:1px solid var(--sg-primary-ramp-1);border-left:0;border-radius:0;cursor:pointer;-webkit-transition:background .2s,color .2s,border .2s,-webkit-box-shadow .2s;transition:background .2s,color .2s,border .2s,-webkit-box-shadow .2s;transition:background .2s,color .2s,border .2s,box-shadow .2s;transition:background .2s,color .2s,border .2s,box-shadow .2s,-webkit-box-shadow .2s;outline:none}.option-group .option-group__option:hover{-webkit-box-shadow:inset 0 0 0 1px var(--sg-primary-ramp-1);box-shadow:inset 0 0 0 1px var(--sg-primary-ramp-1)}.option-group .option-group__option .option-group__option-label{padding:0 4px}.option-group .option-group__option:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-left:1px solid var(--sg-primary-ramp-1)}.option-group .option-group__option:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.option-group .option-group__option.selected{background:var(--sg-primary-ramp-1);color:var(--sg-page-color);border-color:var(--sg-primary-ramp-1)}.option-group .option-group__option:disabled{opacity:.5;cursor:not-allowed}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:8px}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__callout{color:var(--sg-persistent-white);display:inline-block;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__title{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@container buystack (min-width: 640px){.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__title{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__callout{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.xps-buystack-v2 .xps-buystack-options-v2{--xps-buystack-options-dropdown-spacing: 16px;--xps-buystack-options-element-spacing: 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-buystack-v2 .xps-buystack-options-v2>div{padding:var(--xps-buystack-options-element-spacing) 0}.xps-buystack-v2 .xps-buystack-options-v2>div:first-of-type{padding-top:0}.xps-buystack-v2 .xps-buystack-options-v2>div:last-of-type{padding-bottom:0}.xps-buystack-v2 .xps-buystack-options-v2>button{margin-top:var(--xps-buystack-options-element-spacing)}.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--xps-buystack-options-dropdown-spacing);padding:16px 0 28px 0}.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>*{width:100%}@container buystack (width > 640px){.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>*{width:calc((100% - var(--xps-buystack-options-dropdown-spacing))/2)}}.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .xps-dropdown__label,.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-form-group::before,.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-label{font-size:12px;font-weight:bold;letter-spacing:1px;text-transform:uppercase}.xps-buystack-v2 .xps-buystack-options__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-buystack-v2{container:buystack;container-type:inline-size}.xps-buystack-v2 .ow-spacer-sm{margin-bottom:28px !important}.xps-buystack-v2 .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.xps-buystack-v2 .rc-collapse:last-child{margin-bottom:unset}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item{border-radius:16px;border:1px solid var(--sg-primary-ramp-5);margin-bottom:16px;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item:hover{background-color:var(--sg-primary-ramp-6)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item:last-child{margin-bottom:unset}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item:hover{background-color:var(--sg-primary-brand-bg, #F5F5F5)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active{background-color:var(--sg-primary-accent-1);padding:40px 20px}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header{padding:0 0 28px}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header{padding:40px 24px;margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content{color:unset;overflow:unset;padding:0;background-color:unset;-webkit-transition:height 300ms ease,opacity 0ms ease;transition:height 300ms ease,opacity 0ms ease}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.xps-pdp-navigation-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:var(--xps-pdp-nav-bar-height, 80px);position:var(--xps-pdp-navbar-position, fixed);left:0;bottom:calc(-1*var(--xps-pdp-nav-bar-height, 80px));-webkit-transition:all .4s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all .4s cubic-bezier(0.165, 0.84, 0.44, 1);border-top:1px solid var(--sg-primary-ramp-6);z-index:6;background:var(--sg-primary-brand-bg, #F8F4F0)}@media(min-width: 992px){.xps-pdp-navigation-container{top:calc(-1*var(--xps-pdp-nav-bar-height, 80px));border-bottom:1px solid var(--sg-primary-ramp-6)}}.xps-pdp-navigation-container-max-width{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1440px;margin:auto;padding:0 20px}@media(min-width: 768px){.xps-pdp-navigation-container-max-width{padding:0 40px}}.xps-pdp-navigation-container .xps-pdp-nav-left-section{display:none}@media(min-width: 992px){.xps-pdp-navigation-container .xps-pdp-nav-left-section{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:0;gap:32px;margin:0}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a{text-decoration:none;background:rgba(0,0,0,0);color:var(--sg-primary-ramp-1, #0A0A0A)}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a p{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a p::after{content:attr(data-label);content:attr(data-label)/"";height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;font-weight:600}@media speech{.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a p::after{display:none}}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a.active p{color:var(--sg-primary-ramp-1);font-weight:600}.xps-pdp-navigation-container .xps-pdp-nav-right-section{display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--xps-pdp-nav-bar-height, 80px);width:100%;gap:12px}@media(min-width: 992px){.xps-pdp-navigation-container .xps-pdp-nav-right-section{width:auto}}.xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section .xps-pdp-price-label-text{margin:0}.xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section .xps-pdp-price-label-original{color:var(--sg-alert-main-grey);text-decoration:line-through;margin-right:5px}.xps-pdp-navigation-container.show-nav{bottom:0}@media(min-width: 992px){.xps-pdp-navigation-container.show-nav{top:0}}.xps-pdp-navigation-container.hide-nav{bottom:calc(-1*var(--xps-pdp-nav-bar-height, 80px))}@media(min-width: 992px){.xps-pdp-navigation-container.hide-nav{top:calc(-1*var(--xps-pdp-nav-bar-height, 80px))}}.xps-lineitem--reset .line-item,.xps-warranty .line-item{margin-top:0 !important}.xps-lineitem--reset .line-item .main-wrapper,.xps-warranty .line-item .main-wrapper{gap:24px}@media(min-width: 768px){.xps-lineitem--reset .line-item .main-wrapper,.xps-warranty .line-item .main-wrapper{overflow:visible !important}}.xps-lineitem--reset .line-item .content-wrapper,.xps-warranty .line-item .content-wrapper{padding:0 !important;grid-template-columns:unset !important}.xps-lineitem--reset .line-item .control-group,.xps-warranty .line-item .control-group{width:100% !important;margin-bottom:16px;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;gap:8px}@media(min-width: 768px){.xps-lineitem--reset .line-item .control-group,.xps-warranty .line-item .control-group{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}}.xps-lineitem--reset .line-item .control-group .line-item-control,.xps-warranty .line-item .control-group .line-item-control{margin:0 !important}.xps-lineitem--reset .line-item .control-group .xps-btnv2.btn-black,.xps-lineitem--reset .line-item .control-group .hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-lineitem--reset .line-item .control-group .btn-black.hw-button,.xps-warranty .line-item .control-group .xps-btnv2.btn-black,.xps-warranty .line-item .control-group .hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-warranty .line-item .control-group .btn-black.hw-button{border:1px solid var(--sg-primary-ramp-1) !important}.xps-warranty{--bof-line-item-control-gap: 8px}.xps-warranty .attr-container{margin-bottom:8px}.xps-warranty .head-container{--bof-line-item-image-size-mobile: 120px;background-color:var(--sg-primary-ramp-7);border-radius:4px;height:120px}@media(min-width: 768px){.xps-warranty .head-container{--bof-line-item-image-size-desktop: 120px }}.warranty-faq .warranty-faq__btn{padding:0px !important}.xps-toggle-switch-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.xps-toggle-switch-container p{margin:0}.xps-toggle-switch-container .xps-toggle-switch{position:relative;display:inline-block;width:56px;height:24px}@media(min-width: 768px){.xps-toggle-switch-container .xps-toggle-switch{width:72px;height:32px}}.xps-toggle-switch-container .xps-toggle-switch input{opacity:0}.xps-toggle-switch-container .xps-toggle-switch input:checked+.slider{background-color:var(--xps-toggle-switch-slider-checked-background, #5A494C)}.xps-toggle-switch-container .xps-toggle-switch input:checked+.slider::before{-webkit-transform:translateX(32px);transform:translateX(32px)}@media(min-width: 768px){.xps-toggle-switch-container .xps-toggle-switch input:checked+.slider::before{-webkit-transform:translateX(38px);transform:translateX(38px)}}.xps-toggle-switch-container .xps-toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--xps-toggle-switch-slider-background, rgba(10, 10, 10, 0.38));-webkit-transition:.4s;transition:.4s;border-radius:30px}.xps-toggle-switch-container .xps-toggle-switch .slider::before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:var(--xps-toggle-switch-slider-indicator-color, #fff);-webkit-transition:.4s;transition:.4s;border-radius:50%}@media(min-width: 768px){.xps-toggle-switch-container .xps-toggle-switch .slider::before{height:26px;width:26px;left:4px;bottom:3px}}.xps-text--richtext p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:48px;line-height:56px}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}.xps-text-h1{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:40px;line-height:56px}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}.xps-text-h2{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:32px;line-height:48px}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:28px;line-height:40px}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:32px;line-height:48px}}.xps-text-h4{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}.xps-text-h4-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}.xps-text-h5-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}.xps-text-h6{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:18px;line-height:22px}.xps-text-h6-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:18px;line-height:22px}.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{font-size:18px;line-height:28px}}.xps-text-p1-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.phone-input-container input.phone-input,.phone-input-container,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.auth.create-account .create-account-checkout--email .xps__input,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:14px;line-height:20px}.xps-text-p3-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.auth.create-account .create-account-checkout--email .xps-text{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:14px;line-height:20px}.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:12px;line-height:16px}.xps-text-p4-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:16px}.xps-text-caps-label{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:24px;letter-spacing:1px;text-transform:uppercase}.xps-text-cart-count{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:8px;line-height:100%;letter-spacing:-0.5px}.xps-text a{display:inline-block;text-decoration:none;border-bottom:1px solid;color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}.no-underline a{border-bottom:0}.xps-default-tooltip{padding:12px !important;max-width:242px !important;opacity:1 !important;border-radius:4px !important;font-size:12px !important}.xps-compare-tile-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;position:relative;background:var(--xps-compare-tile-background, #EFE7DD)}@media(min-width: 768px){.xps-compare-tile-container{padding:32px 40px}}@media(min-width: 992px){.xps-compare-tile-container{padding:40px}}.xps-compare-tile-container button,.xps-compare-tile-container p{padding:0;margin:0}.xps-compare-tile-container .xps-compare-tile-header-section{display:-webkit-box;display:-ms-flexbox;display:flex}.xps-compare-tile-container .xps-compare-tile-header-section button{padding:0;height:24px}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-compare-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media(min-width: 992px){.xps-compare-tile-container .xps-compare-tile-compare-button{position:absolute;bottom:40px;right:40px}}.xps-compare-tile-container .xps-compare-tile-compare-button .xps-btnv2,.xps-compare-tile-container .xps-compare-tile-compare-button .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-compare-tile-container .xps-compare-tile-compare-button .hw-button{width:100%}.xps-compare-tile-container .xps-compare-tile-product-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-top:24px;margin-bottom:32px}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-product-section{gap:20px;margin-top:32px;margin-bottom:40px}}@media(min-width: 992px){.xps-compare-tile-container .xps-compare-tile-product-section{margin-top:40px;margin-bottom:0}}.xps-compare-tile-container .xps-compare-tile-product-section .xps-product-card-hover-content-section{margin-top:8px}.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-product{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:33%}@media(min-width: 992px){.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-product{max-width:210px}}.xps-compare-tile-container .xps-compare-tile-product-section .xps-product-card-hover-media-section .xps-compare-section{top:8px;right:8px}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-product-section .xps-product-card-hover-media-section .xps-compare-section{top:16px;right:16px}}.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-select-imge-placeholder{border:1px solid rgba(10,10,10,.38);aspect-ratio:1/1;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-select-imge-placeholder p{color:rgba(10,10,10,.68);padding:0 16px;text-align:center}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-select-imge-placeholder p{padding:0 40px}}.xps-modal{background:var(--sg-page-color, rgb(255, 255, 255));position:fixed;top:0;width:100%;height:100vh}@media(min-width: 992px){.xps-modal{position:relative;top:unset;width:75vw;max-width:1080px;max-height:80vh;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.xps-modal__header-wrapper{border-bottom:1px solid var(--sg-primary-ramp-6);position:sticky;top:0;z-index:100}.xps-modal--header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0px 20px;min-height:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #0A0A0A);gap:20px;background-color:var(--sg-primary-brand-bg, rgb(245, 245, 245))}@media(min-width: 768px){.xps-modal--header{padding:0px 40px}}.xps-modal--header button{padding:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xps-modal--header button.xps-modal-close.xps-btnv2.btn-primary.btn-fill-borderless,.xps-modal--header .hw-payment-form__content .hw-form-transfer-methods button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-modal--header button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button{color:var(--sg-primary-ramp-1, #313638)}.xps-modal--body{--xps-row-gap: 20px;padding:20px;background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1, #0A0A0A);max-height:calc(100vh - 169px);overflow:auto}@media(min-width: 768px){.xps-modal--body{padding:40px}}@media(min-width: 992px){.xps-modal--body{height:100%}}.xps-modal--footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:24px;padding:20px;background-color:var(--sg-page-color, #F8F4F0);border-top:1px solid var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));width:100%;position:absolute;bottom:0}@media(min-width: 768px){.xps-modal--footer{padding:20px 40px}}@media(min-width: 992px){.xps-modal--footer{position:relative}}@media(max-width: 767px){.xps-modal.xps-modal-mobile-slide-down{position:absolute;top:-50%;-webkit-animation-name:slidedown;animation-name:slidedown;-webkit-animation-duration:250ms;animation-duration:250ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}}.xps-modal.xps-modal--fullscreen{width:100%;height:100%;max-width:100%;max-height:100%;overflow:auto}.xps-modal.xps-modal--fullscreen .xps-modal--body{width:100%;max-height:100%;max-width:1360px;margin:0 auto;overflow:unset}.xps-modal.xps-modal--fullscreen .xps-modal--header{background-color:var(--sg-page-color);max-width:1360px;width:100%;margin:auto}@-webkit-keyframes slidedown{from{top:-50%}to{top:0%}}@keyframes slidedown{from{top:-50%}to{top:0%}}.xps-modal-overlay{position:fixed;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;inset:0;background:var(--sg-persistent-overlay-5, rgba(0, 0, 0, 0.5))}.gs-tray{font-family:var(--gs-font-primary);position:relative;background:var(--sg-primary-ramp-1, #313638);margin:auto;padding:15px 20px 0}@media(min-width: 768px){.gs-tray{padding:19px 0;background:var(--sg-secondary-ramp-1, #fff)}}.gs-tray .gs-tray-header{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:var(--gs-max-width, 1920px);margin:auto;grid-template-columns:16fr 1fr}@media(min-width: 768px){.gs-tray .gs-tray-header{grid-template-columns:1fr 3fr 1fr}}.gs-tray .gs-panel{display:grid;grid-template-columns:1fr;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding:35px 0;max-width:var(--gs-max-width, 1920px)}@media(min-width: 768px){.gs-tray .gs-panel{grid-template-columns:.5fr 1.5fr 1fr;gap:20px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding:0 40px;margin:0 auto}}@media(min-width: 768px)and (max-width: 992px){.gs-tray .gs-panel{grid-template-columns:1fr}}.gs-tray .gs-panel .gs-column{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--sg-secondary-ramp-5)}.gs-tray .gs-panel .gs-column:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}@media(min-width: 768px){.gs-tray .gs-panel .gs-column{margin-bottom:unset;padding-bottom:unset;border-bottom:unset}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;gap:20px;min-height:400px}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col>span{display:contents}}.gs-tray .gs-panel .gs-column .gs-col-link{display:block;margin-top:20px;color:var(--sg-secondary-ramp-1);text-decoration:underline}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-col-link{color:var(--sg-primary-ramp-1)}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-secondary-col{min-height:400px}}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card{margin-bottom:20px}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card:nth-of-type(1n + 4){display:none}.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-primary-ramp-1)}}.gs-tray .run-search__form{display:grid;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;grid-column:span 2;margin-top:25px}@media(min-width: 768px){.gs-tray .run-search__form{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;grid-column:unset;margin-top:unset}}.gs-tray .run-search__form .run-search__input{background-color:var(--sg-secondary-ramp-1);border:0 !important;border-radius:10px !important;padding-top:8px !important;padding-bottom:8px !important;padding-left:50px !important}@media(min-width: 768px){.gs-tray .run-search__form .run-search__input{background-color:var(--sg-primary-ramp-7)}}.gs-tray .search-icon__svg path{--search-color: #717578}.gs-tray .gs-close-btn{margin-left:auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 768px){.gs-tray .gs-close-btn{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:40px}}.gs-tray .gs-close-btn button{display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(0,0,0,0);border:0;cursor:pointer}.gs-tray .gs-close-btn button path{--h-color: var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-close-btn button path{--h-color: var(--sg-primary-ramp-1)}}.gs-tray .xps-separator{display:none}@media(min-width: 768px){.gs-tray .xps-separator{display:unset}}.gs-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.gs-header{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:40px}}@media(min-width: 768px)and (max-width: 992px){.gs-header{padding-left:30px}}.gs-header svg{width:62px;margin-left:20px}@media(min-width: 768px){.gs-header svg{width:unset;margin-left:unset}}.gs-header path{--h-color: #fff;fill:var(--h-color, #fff)}@media(min-width: 768px){.gs-header path{--h-color: #421540;fill:var(--h-color, #421540)}}.gs-header .logo{padding:0 !important}@media(min-width: 768px){.gs-header .logo{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}}.gs-tray-title{color:var(--sg-secondary-ramp-2);margin-bottom:25px}@media(min-width: 768px){.gs-tray-title{color:var(--sg-primary-ramp-2);margin-bottom:30px}}.gs-text-list{list-style:none}.gs-text-list li{font-size:.75rem;line-height:normal;text-transform:capitalize;color:var(--sg-primary-ramp-1, #313638);margin-bottom:20px}.gs-text-list li:last-child{margin-bottom:0}.gs-text-list li a{--h-color: var(--sg-secondary-ramp-1, #fff)}@media(min-width: 768px){.gs-text-list li a{--h-color: var(--sg-primary-ramp-1, #313638)}}.gs-result{margin-bottom:30px}.gs-result .gs-result-title{margin:35px 20px 20px}@media(min-width: 768px){.gs-result .gs-result-title{text-align:center;margin:50px auto 20px}}.gs-result .gs-result-tabs{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.gs-result .gs-result-tabs{margin-bottom:60px}}.gs-result .gs-result-filters{margin-bottom:30px}.gs-result .gs-filter-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;margin-bottom:15px}.gs-result .gs-filter-tabs>button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs>button:last-child{margin-left:unset;-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:last-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-left:auto;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs .active{border:1px var(--sg-primary-ramp-1) solid}.gs-result .gs-filter-tabs .xps-button svg{all:unset}.gs-result .gs-filter-tabs .gs-filter-swipe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:-0.875rem;overflow:hidden;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.gs-result .gs-filter-tabs .gs-filter-swipe::-webkit-scrollbar{display:none}.gs-result .gs-filter-tabs .gs-filter-swipe>button{color:var(--sg-primary-ramp-1, #313638)}@media(max-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe>button:last-child{margin-right:.875rem}}.gs-result .gs-filter-tabs .gs-filter-swipe>button:focus{outline-offset:-1px}@media(min-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-right:unset}}.gs-result .gs-filter-tabs .filter-active-enabled{border:1px solid var(--sg-primary-ramp-1, #313638)}.gs-result .gs-result-product-grid{padding-top:15px}.gs-result .gs-result-product-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px 10px}@media(min-width: 768px){.gs-result .gs-result-product-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:30px 20px}}.gs-result .gs-result-inspo-grid{padding-top:15px}.gs-result .gs-result-inspo-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:50px 20px}}@media(min-width: 1200px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(4, 1fr);gap:50px 20px}}.gs-result .gs-result-text{margin:30px 0 10px;text-align:center}.gs-result .gs-result-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gs-result .gs-result-pagination button{--xps-btn-primary-color: #313638;font-weight:bold;font-size:1rem}.gs-result .gs-no-result-product{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px 10px}@media(min-width: 768px){.gs-result .gs-no-result-product{grid-template-columns:repeat(3, 1fr);gap:20px}}.gs-result .gs-no-result-product>div:nth-of-type(1n + 4){display:none}.gs-result .gs-no-result-inspo{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-no-result-inspo{grid-template-columns:repeat(4, 1fr);gap:20px}}.gs-result .gs-no-result-inspo>div:nth-of-type(1n + 5){display:none}.gs-result .gs-no-result-title{margin-bottom:20px}.xps-tag{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:var(--xps-alert-border-radius, 0.25rem)}.xps-tag--bg-none{background-color:rgba(0,0,0,0)}.xps-tag--bg-primary{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}.xps-tag--bg-secondary{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1)}.xps-tag--bg-persistent-black{background-color:var(--sg-persistent-black);color:var(--sg-persistent-white)}.xps-tag--bg-persistent-white{background-color:var(--sg-persistent-white);color:var(--sg-persistent-black)}.xps-tag--bg-accent{background-color:var(--sg-brand-accent-1);color:var(--sg-persistent-white)}.xps-tag--bg-success{background-color:var(--sg-alert-main-success);color:var(--sg-persistent-white)}.xps-tag--bg-error{background-color:var(--sg-alert-main-error);color:var(--sg-persistent-white)}.xps-tag--bg-brand-variation{background-color:var(--sg-brand-variation);color:var(--sg-persistent-white)}.xps-tag--bg-white-accent{background-color:var(--sg-persistent-white);color:var(--sg-brand-accent-1)}.xps-tag--bg-attention-cta{background-color:var(--sg-attention-cta);color:var(--sg-persistent-white)}.xps-tag--text-primary{color:var(--sg-primary-ramp-1)}.xps-tag--text-secondary{color:var(--sg-secondary-ramp-1)}.xps-tag--text-persistent-black{color:var(--sg-persistent-black)}.xps-tag--text-persistent-white{color:var(--sg-persistent-white)}.xps-tag--text-accent{color:var(--sg-brand-accent-1)}.xps-tag--text-success{color:var(--sg-alert-main-success)}.xps-tag--text-error{color:var(--sg-alert-main-error)}.xps-tag--text-brand-variation{color:var(--sg-brand-variation)}.xps-tag--text-white-accent{color:var(--sg-brand-accent-1)}.xps-tag--text-attention-cta{color:var(--sg-attention-cta)}.xps-tag--padding{padding:0 8px}.xps-tag--icon svg{padding-left:3px}.xps-tag--icon .xps-tag--padding{padding-right:6px}.xps-tag a,.xps-tag span{text-decoration:none;color:inherit}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.phone-input-container input.phone-input,.phone-input-container,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.auth.create-account .create-account-checkout--email .xps__input,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.phone-input-container input.phone-input,.phone-input-container,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.auth.create-account .create-account-checkout--email .xps__input,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.auth.create-account .create-account-checkout--email .xps-text{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.auth.create-account .create-account-checkout--email .xps-text{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.auth.sign-in{color:var(--sg-primary-ramp-1)}.auth.sign-in .sign-in__options{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0 28px}.auth.sign-in .sign-in__options .sign-in--link{margin-left:4px;padding:0;height:unset}.auth.sign-in .sign-in__error{margin-bottom:28px}.auth.sign-in .sign-in__inputs .sign-in--password{margin-top:40px}.auth.sign-in .sign-in--forgot-password{margin:8px 0 0;padding:0;height:unset}.auth.sign-in .sign-in__button-wrapper .sign-in--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.sign-in .sign-in__button-wrapper .sign-in--button{width:auto}}.auth.sign-in .sign-in--social{margin-top:40px}.auth.create-account{color:var(--sg-primary-ramp-1)}.auth.create-account .create-account__sign-in{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0 28px 0}.auth.create-account .create-account__sign-in .create-account--link{margin-left:4px;padding:0;height:unset}.auth.create-account .create-account__error{margin-bottom:28px}.auth.create-account .create-account__body .create-account--pb{display:grid}.auth.create-account .create-account__body .create-account--pb>div{padding-bottom:40px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.auth.create-account .create-account__body .create-account--pb>div:last-child{padding-bottom:0}.auth.create-account .create-account__footer{margin-top:40px}.auth.create-account .create-account__footer .create-account__button-wrapper .create-account--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.create-account .create-account__footer .create-account__button-wrapper .create-account--button{width:auto}}.auth.create-account .create-account-checkout__title{margin-top:24px}.auth.create-account .create-account-checkout__subtitle{margin:40px 0 24px}.auth.create-account .create-account-checkout__list{display:grid;gap:8px;margin-bottom:40px}.auth.create-account .create-account-checkout__list>div{display:grid;grid-template-columns:auto 1fr;gap:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.auth.create-account .create-account-checkout__list>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.auth.create-account .create-account-checkout__list>div svg{margin-top:3px}.auth.create-account .create-account-checkout--email{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.auth.create-account .create-account-checkout--email .xps__input,.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input{border:0;padding:0}.auth.create-account .create-account-checkout .create-account--social{margin-top:40px}.auth.guest-checkout{color:var(--sg-primary-ramp-1)}.auth.guest-checkout .guest-checkout__head{margin:0 0 28px 0}.auth.guest-checkout .guest-checkout__account{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:8px}.auth.guest-checkout .guest-checkout__account .guest-checkout--link{margin-left:4px;padding:0;height:unset}.auth.guest-checkout .guest-checkout__error{margin-bottom:28px}.auth.guest-checkout .guest-checkout__body .guest-checkout--required{margin-bottom:40px}.auth.guest-checkout .guest-checkout__body .guest-checkout--pb>div{padding-bottom:40px}.auth.guest-checkout .guest-checkout__footer .guest-checkout--unsubscribe{color:var(--sg-primary-ramp-3)}.auth.guest-checkout .guest-checkout__footer .guest-checkout--unsubscribe a{color:var(--sg-primary-ramp-3)}.auth.guest-checkout .guest-checkout__footer .guest-checkout__button-wrapper .guest-checkout--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.guest-checkout .guest-checkout__footer .guest-checkout__button-wrapper .guest-checkout--button{width:auto}}.auth.social-login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--sg-primary-ramp-1);margin-top:40px}@media(max-width: 767px){.auth.social-login{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}}.auth.social-login .social-login__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;margin-top:16px}.auth.social-login .social-login__wrapper>*{margin-right:16px;padding:0;height:unset}.auth.social-login .social-login__wrapper>*:last-child{margin-right:0}.auth.auth-forgot-password{color:var(--sg-primary-ramp-1)}.auth.auth-forgot-password .auth-forgot-password--subtitle{margin-top:8px}.auth.auth-forgot-password .auth-forgot-password__body{margin-top:28px}.auth.auth-forgot-password .auth-forgot-password__error{margin-top:28px}.auth.auth-forgot-password .auth-forgot-password__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer{-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button,.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{width:100%;margin-top:40px;display:block}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button,.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{width:auto;margin-right:8px}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button:last-child,.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button:last-child{margin-right:0}}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.auth.auth-forgot-password-submitted{color:var(--sg-primary-ramp-1)}.auth.auth-forgot-password-submitted .auth-forgot-password-submitted--subtitle{margin-top:8px}.auth.auth-forgot-password-submitted .auth-forgot-password-submitted__footer .auth-forgot-password-submitted--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.auth-forgot-password-submitted .auth-forgot-password-submitted__footer .auth-forgot-password-submitted--button{width:auto}}.auth.password-requisite{color:var(--sg-primary-ramp-4);margin:16px 0 0}.auth.password-requisite p{margin-bottom:8px}.auth.password-requisite p:last-child{margin-bottom:0}.auth.password-requisite .password-requisite__valid{color:var(--sg-alert-main-success)}.auth.password-requisite .password-requisite__invalid{color:var(--sg-alert-main-error)}.auth.password-requisite .xps-password-prerequisite-line-items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.auth.opt-in-checkbox .opt-in-checkbox__wrapper{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper a{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper .opt-in-checkbox--only-text{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper .opt-in-checkbox--only-text a{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper .xps-newsletter-checkbox{margin:24px 0 16px}.auth.signed-in-detail{color:var(--sg-primary-ramp-1)}.auth.signed-in-detail .signed-in-detail__title{margin-top:24px}.auth.signed-in-detail .signed-in-detail__subtitle{margin:40px 0 24px}.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email{padding:0 0 24px}.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input{border:0;padding:0}.auth.signed-in-detail .signed-in-detail__error{margin-bottom:28px}.auth.signed-in-detail .signed-in-detail__textfeilds{display:grid;gap:24px 20px}@media(min-width: 768px){.auth.signed-in-detail .signed-in-detail__textfeilds{grid-template-columns:repeat(2, 1fr)}}.auth.signed-in-detail .signed-in-detail__footer .signed-in-detail__button-wrapper .signed-in-detail--button{margin-top:40px;width:100%}@media(min-width: 768px){.auth.signed-in-detail .signed-in-detail__footer .signed-in-detail__button-wrapper .signed-in-detail--button{width:auto}}.auth.signed-in-detail .signed-in-detail--social{margin-top:40px}.xps-auth-email-notification .xps-auth-email-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-auth-email-notification .xps-auth-resend-email{padding:0;height:auto}.xps-auth-success-notification .xps-auth-email-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.auth-v2 .auth.social-login{margin-top:0}.auth-v2 .xps-email-readonly{display:-webkit-box;display:-ms-flexbox;display:flex}.auth-v2 .xps-email-readonly-block{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-partner-tag{display:inline-block;color:var(--sg-primary-ramp-1)}.xps-partner-tag-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:var(--xps-partner-tag-space);padding:.5rem .75rem .5rem var(--xps-partner-tag-left-padding);border-radius:100px;overflow-wrap:anywhere}.xps-partner-tag-box.interaction:hover{background-color:var(--sg-secondary-ramp-3)}.xps-partner-tag-box.interaction:active{background-color:var(--sg-secondary-ramp-1)}.xps-partner-tag-box .xps-partner-tag-title{margin:auto 0px}.xps-partner-tag-box.selected{background-color:var(--sg-secondary-ramp-1)}.xps-partner-tag-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:50%;background-color:var(--sg-secondary-accent-4);overflow:hidden;border:none;-webkit-box-flex:0;-ms-flex:none;flex:none}.xps-partner-tag-avatar-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.xps-partner-tag-avatar-size--24{width:1.5rem;height:1.5rem}.xps-partner-tag-avatar-size--32{width:2rem;height:2rem}.xps-partner-tag-avatar-size--40{width:2.5rem;height:2.5rem}.xps-partner-tag-avatar-size--48{width:3rem;height:3rem}.xps-partner-tag-avatar-size--56{width:3.5rem;height:3.5rem}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__modal-body-container-input-wrapper input,.xps-search-bar__input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.phone-input-container input.phone-input,.phone-input-container,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.phone-input-container input.phone-input,.phone-input-container,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.iti{position:relative;display:inline-block;direction:ltr}[dir=rtl] .iti{direction:ltr}.iti *{-webkit-box-sizing:border-box;box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=text],.iti input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px;direction:ltr}[dir=rtl] .iti__flag-container{direction:ltr}.iti__selected-flag{z-index:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid rgba(0,0,0,0);border-right:3px solid rgba(0,0,0,0);border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;padding:0;margin:0 0 0 -1px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media(max-width: 500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;outline:none;direction:ltr}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__flag-box,.iti__country-name{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,0)}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05);direction:ltr}[dir=rtl] .iti--separate-dial-code .iti__selected-flag{direction:ltr}.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:6px}[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-right:0;margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-size:5762px 15px}}.iti__flag.iti__ac{height:10px;background-position:0px 0px}.iti__flag.iti__ad{height:14px;background-position:-22px 0px}.iti__flag.iti__ae{height:10px;background-position:-44px 0px}.iti__flag.iti__af{height:14px;background-position:-66px 0px}.iti__flag.iti__ag{height:14px;background-position:-88px 0px}.iti__flag.iti__ai{height:10px;background-position:-110px 0px}.iti__flag.iti__al{height:15px;background-position:-132px 0px}.iti__flag.iti__am{height:10px;background-position:-154px 0px}.iti__flag.iti__ao{height:14px;background-position:-176px 0px}.iti__flag.iti__aq{height:14px;background-position:-198px 0px}.iti__flag.iti__ar{height:13px;background-position:-220px 0px}.iti__flag.iti__as{height:10px;background-position:-242px 0px}.iti__flag.iti__at{height:14px;background-position:-264px 0px}.iti__flag.iti__au{height:10px;background-position:-286px 0px}.iti__flag.iti__aw{height:14px;background-position:-308px 0px}.iti__flag.iti__ax{height:13px;background-position:-330px 0px}.iti__flag.iti__az{height:10px;background-position:-352px 0px}.iti__flag.iti__ba{height:10px;background-position:-374px 0px}.iti__flag.iti__bb{height:14px;background-position:-396px 0px}.iti__flag.iti__bd{height:12px;background-position:-418px 0px}.iti__flag.iti__be{height:15px;background-position:-440px 0px}.iti__flag.iti__bf{height:14px;background-position:-460px 0px}.iti__flag.iti__bg{height:12px;background-position:-482px 0px}.iti__flag.iti__bh{height:12px;background-position:-504px 0px}.iti__flag.iti__bi{height:12px;background-position:-526px 0px}.iti__flag.iti__bj{height:14px;background-position:-548px 0px}.iti__flag.iti__bl{height:14px;background-position:-570px 0px}.iti__flag.iti__bm{height:10px;background-position:-592px 0px}.iti__flag.iti__bn{height:10px;background-position:-614px 0px}.iti__flag.iti__bo{height:14px;background-position:-636px 0px}.iti__flag.iti__bq{height:14px;background-position:-658px 0px}.iti__flag.iti__br{height:14px;background-position:-680px 0px}.iti__flag.iti__bs{height:10px;background-position:-702px 0px}.iti__flag.iti__bt{height:14px;background-position:-724px 0px}.iti__flag.iti__bv{height:15px;background-position:-746px 0px}.iti__flag.iti__bw{height:14px;background-position:-768px 0px}.iti__flag.iti__by{height:10px;background-position:-790px 0px}.iti__flag.iti__bz{height:12px;background-position:-812px 0px}.iti__flag.iti__ca{height:10px;background-position:-834px 0px}.iti__flag.iti__cc{height:10px;background-position:-856px 0px}.iti__flag.iti__cd{height:15px;background-position:-878px 0px}.iti__flag.iti__cf{height:14px;background-position:-900px 0px}.iti__flag.iti__cg{height:14px;background-position:-922px 0px}.iti__flag.iti__ch{height:15px;background-position:-944px 0px}.iti__flag.iti__ci{height:14px;background-position:-961px 0px}.iti__flag.iti__ck{height:10px;background-position:-983px 0px}.iti__flag.iti__cl{height:14px;background-position:-1005px 0px}.iti__flag.iti__cm{height:14px;background-position:-1027px 0px}.iti__flag.iti__cn{height:14px;background-position:-1049px 0px}.iti__flag.iti__co{height:14px;background-position:-1071px 0px}.iti__flag.iti__cp{height:14px;background-position:-1093px 0px}.iti__flag.iti__cq{height:12px;background-position:-1115px 0px}.iti__flag.iti__cr{height:12px;background-position:-1137px 0px}.iti__flag.iti__cu{height:10px;background-position:-1159px 0px}.iti__flag.iti__cv{height:12px;background-position:-1181px 0px}.iti__flag.iti__cw{height:14px;background-position:-1203px 0px}.iti__flag.iti__cx{height:10px;background-position:-1225px 0px}.iti__flag.iti__cy{height:14px;background-position:-1247px 0px}.iti__flag.iti__cz{height:14px;background-position:-1269px 0px}.iti__flag.iti__de{height:12px;background-position:-1291px 0px}.iti__flag.iti__dg{height:10px;background-position:-1313px 0px}.iti__flag.iti__dj{height:14px;background-position:-1335px 0px}.iti__flag.iti__dk{height:15px;background-position:-1357px 0px}.iti__flag.iti__dm{height:10px;background-position:-1379px 0px}.iti__flag.iti__do{height:14px;background-position:-1401px 0px}.iti__flag.iti__dz{height:14px;background-position:-1423px 0px}.iti__flag.iti__ea{height:14px;background-position:-1445px 0px}.iti__flag.iti__ec{height:14px;background-position:-1467px 0px}.iti__flag.iti__ee{height:13px;background-position:-1489px 0px}.iti__flag.iti__eg{height:14px;background-position:-1511px 0px}.iti__flag.iti__eh{height:10px;background-position:-1533px 0px}.iti__flag.iti__er{height:10px;background-position:-1555px 0px}.iti__flag.iti__es{height:14px;background-position:-1577px 0px}.iti__flag.iti__et{height:10px;background-position:-1599px 0px}.iti__flag.iti__eu{height:14px;background-position:-1621px 0px}.iti__flag.iti__ez{height:14px;background-position:-1643px 0px}.iti__flag.iti__fi{height:12px;background-position:-1665px 0px}.iti__flag.iti__fj{height:10px;background-position:-1687px 0px}.iti__flag.iti__fk{height:10px;background-position:-1709px 0px}.iti__flag.iti__fm{height:11px;background-position:-1731px 0px}.iti__flag.iti__fo{height:15px;background-position:-1753px 0px}.iti__flag.iti__fr{height:14px;background-position:-1775px 0px}.iti__flag.iti__fx{height:14px;background-position:-1797px 0px}.iti__flag.iti__ga{height:15px;background-position:-1819px 0px}.iti__flag.iti__gb{height:10px;background-position:-1841px 0px}.iti__flag.iti__gd{height:12px;background-position:-1863px 0px}.iti__flag.iti__ge{height:14px;background-position:-1885px 0px}.iti__flag.iti__gf{height:14px;background-position:-1907px 0px}.iti__flag.iti__gg{height:14px;background-position:-1929px 0px}.iti__flag.iti__gh{height:14px;background-position:-1951px 0px}.iti__flag.iti__gi{height:10px;background-position:-1973px 0px}.iti__flag.iti__gl{height:14px;background-position:-1995px 0px}.iti__flag.iti__gm{height:14px;background-position:-2017px 0px}.iti__flag.iti__gn{height:14px;background-position:-2039px 0px}.iti__flag.iti__gp{height:14px;background-position:-2061px 0px}.iti__flag.iti__gq{height:14px;background-position:-2083px 0px}.iti__flag.iti__gr{height:14px;background-position:-2105px 0px}.iti__flag.iti__gs{height:10px;background-position:-2127px 0px}.iti__flag.iti__gt{height:13px;background-position:-2149px 0px}.iti__flag.iti__gu{height:11px;background-position:-2171px 0px}.iti__flag.iti__gw{height:10px;background-position:-2193px 0px}.iti__flag.iti__gy{height:12px;background-position:-2215px 0px}.iti__flag.iti__hk{height:14px;background-position:-2237px 0px}.iti__flag.iti__hm{height:10px;background-position:-2259px 0px}.iti__flag.iti__hn{height:10px;background-position:-2281px 0px}.iti__flag.iti__hr{height:10px;background-position:-2303px 0px}.iti__flag.iti__ht{height:12px;background-position:-2325px 0px}.iti__flag.iti__hu{height:10px;background-position:-2347px 0px}.iti__flag.iti__ic{height:14px;background-position:-2369px 0px}.iti__flag.iti__id{height:14px;background-position:-2391px 0px}.iti__flag.iti__ie{height:10px;background-position:-2413px 0px}.iti__flag.iti__il{height:15px;background-position:-2435px 0px}.iti__flag.iti__im{height:10px;background-position:-2457px 0px}.iti__flag.iti__in{height:14px;background-position:-2479px 0px}.iti__flag.iti__io{height:10px;background-position:-2501px 0px}.iti__flag.iti__iq{height:14px;background-position:-2523px 0px}.iti__flag.iti__ir{height:12px;background-position:-2545px 0px}.iti__flag.iti__is{height:15px;background-position:-2567px 0px}.iti__flag.iti__it{height:14px;background-position:-2589px 0px}.iti__flag.iti__je{height:12px;background-position:-2611px 0px}.iti__flag.iti__jm{height:10px;background-position:-2633px 0px}.iti__flag.iti__jo{height:10px;background-position:-2655px 0px}.iti__flag.iti__jp{height:14px;background-position:-2677px 0px}.iti__flag.iti__ke{height:14px;background-position:-2699px 0px}.iti__flag.iti__kg{height:12px;background-position:-2721px 0px}.iti__flag.iti__kh{height:13px;background-position:-2743px 0px}.iti__flag.iti__ki{height:10px;background-position:-2765px 0px}.iti__flag.iti__km{height:12px;background-position:-2787px 0px}.iti__flag.iti__kn{height:14px;background-position:-2809px 0px}.iti__flag.iti__kp{height:10px;background-position:-2831px 0px}.iti__flag.iti__kr{height:14px;background-position:-2853px 0px}.iti__flag.iti__kw{height:10px;background-position:-2875px 0px}.iti__flag.iti__ky{height:10px;background-position:-2897px 0px}.iti__flag.iti__kz{height:10px;background-position:-2919px 0px}.iti__flag.iti__la{height:14px;background-position:-2941px 0px}.iti__flag.iti__lb{height:14px;background-position:-2963px 0px}.iti__flag.iti__lc{height:10px;background-position:-2985px 0px}.iti__flag.iti__li{height:12px;background-position:-3007px 0px}.iti__flag.iti__lk{height:10px;background-position:-3029px 0px}.iti__flag.iti__lr{height:11px;background-position:-3051px 0px}.iti__flag.iti__ls{height:14px;background-position:-3073px 0px}.iti__flag.iti__lt{height:12px;background-position:-3095px 0px}.iti__flag.iti__lu{height:12px;background-position:-3117px 0px}.iti__flag.iti__lv{height:10px;background-position:-3139px 0px}.iti__flag.iti__ly{height:10px;background-position:-3161px 0px}.iti__flag.iti__ma{height:14px;background-position:-3183px 0px}.iti__flag.iti__mc{height:15px;background-position:-3205px 0px}.iti__flag.iti__md{height:10px;background-position:-3226px 0px}.iti__flag.iti__me{height:10px;background-position:-3248px 0px}.iti__flag.iti__mf{height:14px;background-position:-3270px 0px}.iti__flag.iti__mg{height:14px;background-position:-3292px 0px}.iti__flag.iti__mh{height:11px;background-position:-3314px 0px}.iti__flag.iti__mk{height:10px;background-position:-3336px 0px}.iti__flag.iti__ml{height:14px;background-position:-3358px 0px}.iti__flag.iti__mm{height:14px;background-position:-3380px 0px}.iti__flag.iti__mn{height:10px;background-position:-3402px 0px}.iti__flag.iti__mo{height:14px;background-position:-3424px 0px}.iti__flag.iti__mp{height:10px;background-position:-3446px 0px}.iti__flag.iti__mq{height:14px;background-position:-3468px 0px}.iti__flag.iti__mr{height:14px;background-position:-3490px 0px}.iti__flag.iti__ms{height:10px;background-position:-3512px 0px}.iti__flag.iti__mt{height:14px;background-position:-3534px 0px}.iti__flag.iti__mu{height:14px;background-position:-3556px 0px}.iti__flag.iti__mv{height:14px;background-position:-3578px 0px}.iti__flag.iti__mw{height:14px;background-position:-3600px 0px}.iti__flag.iti__mx{height:12px;background-position:-3622px 0px}.iti__flag.iti__my{height:10px;background-position:-3644px 0px}.iti__flag.iti__mz{height:14px;background-position:-3666px 0px}.iti__flag.iti__na{height:14px;background-position:-3688px 0px}.iti__flag.iti__nc{height:10px;background-position:-3710px 0px}.iti__flag.iti__ne{height:15px;background-position:-3732px 0px}.iti__flag.iti__nf{height:10px;background-position:-3752px 0px}.iti__flag.iti__ng{height:10px;background-position:-3774px 0px}.iti__flag.iti__ni{height:12px;background-position:-3796px 0px}.iti__flag.iti__nl{height:14px;background-position:-3818px 0px}.iti__flag.iti__no{height:15px;background-position:-3840px 0px}.iti__flag.iti__np{height:15px;background-position:-3862px 0px}.iti__flag.iti__nr{height:10px;background-position:-3877px 0px}.iti__flag.iti__nu{height:10px;background-position:-3899px 0px}.iti__flag.iti__nz{height:10px;background-position:-3921px 0px}.iti__flag.iti__om{height:10px;background-position:-3943px 0px}.iti__flag.iti__pa{height:14px;background-position:-3965px 0px}.iti__flag.iti__pe{height:14px;background-position:-3987px 0px}.iti__flag.iti__pf{height:14px;background-position:-4009px 0px}.iti__flag.iti__pg{height:15px;background-position:-4031px 0px}.iti__flag.iti__ph{height:10px;background-position:-4053px 0px}.iti__flag.iti__pk{height:14px;background-position:-4075px 0px}.iti__flag.iti__pl{height:13px;background-position:-4097px 0px}.iti__flag.iti__pm{height:14px;background-position:-4119px 0px}.iti__flag.iti__pn{height:10px;background-position:-4141px 0px}.iti__flag.iti__pr{height:14px;background-position:-4163px 0px}.iti__flag.iti__ps{height:10px;background-position:-4185px 0px}.iti__flag.iti__pt{height:14px;background-position:-4207px 0px}.iti__flag.iti__pw{height:13px;background-position:-4229px 0px}.iti__flag.iti__py{height:11px;background-position:-4251px 0px}.iti__flag.iti__qa{height:8px;background-position:-4273px 0px}.iti__flag.iti__re{height:14px;background-position:-4295px 0px}.iti__flag.iti__ro{height:14px;background-position:-4317px 0px}.iti__flag.iti__rs{height:14px;background-position:-4339px 0px}.iti__flag.iti__ru{height:14px;background-position:-4361px 0px}.iti__flag.iti__rw{height:14px;background-position:-4383px 0px}.iti__flag.iti__sa{height:14px;background-position:-4405px 0px}.iti__flag.iti__sb{height:10px;background-position:-4427px 0px}.iti__flag.iti__sc{height:10px;background-position:-4449px 0px}.iti__flag.iti__sd{height:10px;background-position:-4471px 0px}.iti__flag.iti__se{height:13px;background-position:-4493px 0px}.iti__flag.iti__sg{height:14px;background-position:-4515px 0px}.iti__flag.iti__sh{height:10px;background-position:-4537px 0px}.iti__flag.iti__si{height:10px;background-position:-4559px 0px}.iti__flag.iti__sj{height:15px;background-position:-4581px 0px}.iti__flag.iti__sk{height:14px;background-position:-4603px 0px}.iti__flag.iti__sl{height:14px;background-position:-4625px 0px}.iti__flag.iti__sm{height:15px;background-position:-4647px 0px}.iti__flag.iti__sn{height:14px;background-position:-4669px 0px}.iti__flag.iti__so{height:14px;background-position:-4691px 0px}.iti__flag.iti__sr{height:14px;background-position:-4713px 0px}.iti__flag.iti__ss{height:10px;background-position:-4735px 0px}.iti__flag.iti__st{height:10px;background-position:-4757px 0px}.iti__flag.iti__su{height:10px;background-position:-4779px 0px}.iti__flag.iti__sv{height:12px;background-position:-4801px 0px}.iti__flag.iti__sx{height:14px;background-position:-4823px 0px}.iti__flag.iti__sy{height:14px;background-position:-4845px 0px}.iti__flag.iti__sz{height:14px;background-position:-4867px 0px}.iti__flag.iti__ta{height:10px;background-position:-4889px 0px}.iti__flag.iti__tc{height:10px;background-position:-4911px 0px}.iti__flag.iti__td{height:14px;background-position:-4933px 0px}.iti__flag.iti__tf{height:14px;background-position:-4955px 0px}.iti__flag.iti__tg{height:13px;background-position:-4977px 0px}.iti__flag.iti__th{height:14px;background-position:-4999px 0px}.iti__flag.iti__tj{height:10px;background-position:-5021px 0px}.iti__flag.iti__tk{height:10px;background-position:-5043px 0px}.iti__flag.iti__tl{height:10px;background-position:-5065px 0px}.iti__flag.iti__tm{height:14px;background-position:-5087px 0px}.iti__flag.iti__tn{height:14px;background-position:-5109px 0px}.iti__flag.iti__to{height:10px;background-position:-5131px 0px}.iti__flag.iti__tr{height:14px;background-position:-5153px 0px}.iti__flag.iti__tt{height:12px;background-position:-5175px 0px}.iti__flag.iti__tv{height:10px;background-position:-5197px 0px}.iti__flag.iti__tw{height:14px;background-position:-5219px 0px}.iti__flag.iti__tz{height:14px;background-position:-5241px 0px}.iti__flag.iti__ua{height:14px;background-position:-5263px 0px}.iti__flag.iti__ug{height:14px;background-position:-5285px 0px}.iti__flag.iti__uk{height:10px;background-position:-5307px 0px}.iti__flag.iti__um{height:11px;background-position:-5329px 0px}.iti__flag.iti__un{height:14px;background-position:-5351px 0px}.iti__flag.iti__us{height:11px;background-position:-5373px 0px}.iti__flag.iti__uy{height:14px;background-position:-5395px 0px}.iti__flag.iti__uz{height:10px;background-position:-5417px 0px}.iti__flag.iti__va{height:15px;background-position:-5439px 0px}.iti__flag.iti__vc{height:14px;background-position:-5456px 0px}.iti__flag.iti__ve{height:14px;background-position:-5478px 0px}.iti__flag.iti__vg{height:10px;background-position:-5500px 0px}.iti__flag.iti__vi{height:14px;background-position:-5522px 0px}.iti__flag.iti__vn{height:14px;background-position:-5544px 0px}.iti__flag.iti__vu{height:12px;background-position:-5566px 0px}.iti__flag.iti__wf{height:14px;background-position:-5588px 0px}.iti__flag.iti__ws{height:10px;background-position:-5610px 0px}.iti__flag.iti__xk{height:15px;background-position:-5632px 0px}.iti__flag.iti__ye{height:14px;background-position:-5654px 0px}.iti__flag.iti__yt{height:14px;background-position:-5676px 0px}.iti__flag.iti__za{height:14px;background-position:-5698px 0px}.iti__flag.iti__zm{height:14px;background-position:-5720px 0px}.iti__flag.iti__zw{height:10px;background-position:-5742px 0px}.iti__flag{height:15px;-webkit-box-shadow:0px 0px 1px 0px #888;box-shadow:0px 0px 1px 0px #888;background-image:url("../assets/img/flags.png");background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-image:url("../assets/img/flags@2x.png")}}.iti__flag.iti__np{background-color:rgba(0,0,0,0)}.phone-input-container{display:block;width:100%}.phone-input-container input.phone-input{height:48px;direction:ltr}[dir=rtl] .phone-input-container input.phone-input{direction:ltr}.xps-snackbar{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.5rem 1rem;min-width:20.3125rem;min-height:3.5rem;border-radius:4px;-webkit-box-shadow:0 0 1.25rem 0 rgba(0,0,0,.4);box-shadow:0 0 1.25rem 0 rgba(0,0,0,.4);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;visibility:hidden;opacity:0}.xps-snackbar.theme-light{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1)}.xps-snackbar.theme-dark{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}.xps-snackbar.show{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.xps-snackbar.top-right{top:1.5rem;right:1.5rem}.xps-snackbar.top-left{top:1.5rem;left:1.5rem}.xps-snackbar.top-center{top:1.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.xps-snackbar.bottom-right{bottom:1.5rem;right:1.5rem}.xps-snackbar.bottom-left{bottom:1.5rem;left:1.5rem}.xps-snackbar.bottom-center{bottom:1.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.xps-snackbar-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-snackbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;padding-left:1rem}.xps-collection-carousel{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--xps-collection-carousel-bg-color)}.xps-collection-carousel .image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.xps-collection-carousel .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--xps-collection-carousel-bg-color)));background:linear-gradient(180deg, transparent 0%, var(--xps-collection-carousel-bg-color) 100%)}.xps-collection-carousel .carousel-container{width:100%;margin-top:-28.125%;color:var(--sg-secondary-ramp-1);z-index:1;padding:40px 0}.xps-dropdown__label,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label{display:block;margin-bottom:5px;color:var(--sg-primary-ramp-1, #313638)}.xps-dropdown__label--sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{width:100%;min-width:200px;height:var(--xps-dropdown-height, 48px);padding:0 25px 0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjIxODc1IDcuNTMxMjVMMS4yMTg3NSAxLjUzMTI1QzAuOTA2MjUgMS4yNSAwLjkwNjI1IDAuNzgxMjUgMS4yMTg3NSAwLjQ2ODc1QzEuNSAwLjE4NzUgMS45Njg3NSAwLjE4NzUgMi4yODEyNSAwLjQ2ODc1TDcuNzUgNS45Njg3NUwxMy4yMTg4IDAuNUMxMy41IDAuMTg3NSAxMy45Njg4IDAuMTg3NSAxNC4yODEyIDAuNUMxNC41NjI1IDAuNzgxMjUgMTQuNTYyNSAxLjI1IDE0LjI4MTIgMS41MzEyNUw4LjI1IDcuNTMxMjVDNy45Njg3NSA3Ljg0Mzc1IDcuNSA3Ljg0Mzc1IDcuMjE4NzUgNy41MzEyNVoiIGZpbGw9IiMzMTM2MzgiLz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:10px 7px;background-position:center right 10px;border:1px solid var(--sg-primary-ramp-1, #313638);background-color:var(--sg-secondary-ramp-1, #fff);color:var(--sg-primary-ramp-1, #313638);border-radius:var(--xps-dropdown-border-radius, 4px);-webkit-transition:border-color 100ms ease 0s;transition:border-color 100ms ease 0s;cursor:pointer}.xps-dropdown__select .xps-dropdown__option-placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select .xps-dropdown__option-placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date .xps-dropdown__option-placeholder{display:none}@media(min-width: 768px){.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{min-width:220px}}.xps-dropdown__select--error,.xps-dropdown__select--error:focus,.xps-dropdown__select--error:focus-visible{border:var(--sg-alert-main-error, #ca0813) solid 1px;outline:none}.xps-dropdown__select:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date:disabled{background-color:var(--sg-primary-ramp-4);pointer-events:none}.xps-slider-pagination,.xps-carousel-wrapper .splide__pagination{background:var(--sg-primary-ramp-5);padding:8px !important;border-radius:100px;margin-left:auto !important;margin-right:auto !important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px;bottom:20px !important}@media(min-width: 768px){.xps-slider-pagination,.xps-carousel-wrapper .splide__pagination{bottom:40px !important}}.xps-slider-pagination li,.xps-carousel-wrapper .splide__pagination li{line-height:0 !important}.xps-slider-pagination li .splide__pagination__page,.xps-carousel-wrapper .splide__pagination li .splide__pagination__page{background:var(--sg-primary-ramp-6);opacity:1;margin:0}.xps-slider-pagination li .splide__pagination__page:focus-visible,.xps-carousel-wrapper .splide__pagination li .splide__pagination__page:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) dashed 2px}.xps-slider-pagination li .splide__pagination__page.is-active,.xps-carousel-wrapper .splide__pagination li .splide__pagination__page.is-active{-webkit-transform:none;transform:none;background:var(--sg-primary-ramp-1)}.xps-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--bgcolor-color)}.xps-slider--quote{padding:20px;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media(min-width: 768px){.xps-slider--quote{padding:40px}}.xps-slider--quote .splide{z-index:99;width:100%;direction:ltr}@media(min-width: 768px){.xps-slider--quote .splide{width:calc(100% - 80px);max-width:1280px}}.xps-slider--quote .splide .splide__list .splide__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:80px 0}@media(min-width: 992px){.xps-slider--quote .splide .splide__list .splide__slide{padding:100px 0}}.xps-slider .xps-slider-controls{position:absolute;z-index:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-slider .xps-slider-controls .xps-slider-controls-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:85rem;width:100%;margin:0}@media(min-width: 768px){.xps-slider .xps-slider-controls .xps-slider-controls-wrapper{margin:0 2.5rem}}.xps-slider .xps-slider-controls .xps-slider-arrows{display:none;width:100%}@media(min-width: 768px){.xps-slider .xps-slider-controls .xps-slider-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.xps-slider .xps-slider-controls .xps-slider-progress-bar{position:absolute;top:50%;width:100%;height:2px;overflow:hidden;border-radius:10px;padding:0 1.25rem}@media(min-width: 768px){.xps-slider .xps-slider-controls .xps-slider-progress-bar{padding:0 3.75rem}}.xps-slider .xps-slider-controls .xps-slider-progress-bar .xps-slider-progress-bar-container{position:relative;width:100%;height:100%}.xps-slider .xps-slider-controls .xps-slider-progress-bar .xps-slider-progress-bar__line{position:absolute;width:100%;height:100%;background-color:var(--sg-primary-ramp-4)}.xps-slider .xps-slider-controls .xps-slider-progress-bar .xps-slider-progress-bar__indicator{position:absolute;height:100%;background-color:var(--sg-primary-ramp-1);-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps-slider .xps-slider-controls-top{top:50%;left:50%;margin-top:-20px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.xps-slider .xps-slider-controls-bottom{bottom:0;padding-top:2.5rem;padding-bottom:2.5rem}@media(min-width: 768px){.xps-slider .xps-slider-controls-bottom{padding-top:2.5rem;padding-bottom:3.75rem}}@media(min-width: 992px){.xps-slider .xps-slider-controls-bottom{padding-top:5rem;padding-bottom:5rem}}.xps-slider-pagination--outside{bottom:-40px !important}.xps-slider .splide{direction:ltr}.xps-slider-story-book-slide{padding-bottom:5.125rem}@media(min-width: 768px){.xps-slider-story-book-slide{padding-bottom:8.25rem}}@media(min-width: 992px){.xps-slider-story-book-slide{padding-bottom:12rem}}.xps-slider-story-book-slide .xps-slide-show-card-content-container{padding-bottom:0}.xps-text-card{text-align:var(--xps-textcard-text-align);background-color:var(--xps-textcard-bg-color);color:var(--xps-textcard-text-color)}.xps-text-card-title{margin:0px 0px 16px 0px}.xps-text-card-desc{margin:0px 0px 16px 0px}.xps-text-card-desc p{margin:0px}.xps-text-card-custname{margin:0px 0px 16px 0px}.xps-text-card-custname p{margin:0px}.xps-text-card-show-more{overflow:hidden;margin-bottom:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--webkit-line-clamp-count);line-clamp:var(--webkit-line-clamp-count)}.xps-progress-bar .xps-progress-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__container{position:relative;width:var(--bar-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__fill{position:absolute;top:0;left:0;height:100%;border-radius:10px;-webkit-transition:width 400ms ease;transition:width 400ms ease;width:calc(var(--progress)*1%);background-color:var(--filled-color)}.xps-progress-bar__milestone{position:absolute;top:-4px;left:var(--milestone-progress);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(var(--bar-height) + 8px);height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--sg-secondary-ramp-1, #fff);outline:4px solid var(--sg-secondary-ramp-1, #fff)}.xps-progress-bar__milestone--reached{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407)}.xps-progress-bar__checkmark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps-progress-bar__button{padding:4px}.xps_reward_bar__container{width:var(--bar-width);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__empty_bar{position:relative;width:var(--bar-individual-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin-right:5px}.xps_reward_bar--filled_bar{background-color:var(--filled-color)}.xps_reward_bar__milestone{min-width:calc(var(--bar-height) + 8px);min-height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);background-color:rgba(0,0,0,0);margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps_reward_bar--milestone_filled{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407);-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__milestone_icon{color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps_reward_bar__leftover{position:absolute;top:0;left:0;bottom:0;right:var(--leftover-width);border-radius:5px;background-color:var(--sg-brand-accent-1, #f38407)}.mediaslideshow,div[class^=mediaslideshow]{overflow:hidden}.mediaslideshow .xps-slider,div[class^=mediaslideshow] .xps-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1440px;margin:auto}.mediaslideshow .xps-slider .xps-slider-container,div[class^=mediaslideshow] .xps-slider .xps-slider-container{margin:0 auto;width:100%;overflow:visible}.mediaslideshow .xps-slider .xps-progress-bar-wrapper,div[class^=mediaslideshow] .xps-slider .xps-progress-bar-wrapper{margin-top:40px}@media(min-width: 992px){.mediaslideshow .xps-slider .xps-progress-bar-wrapper,div[class^=mediaslideshow] .xps-slider .xps-progress-bar-wrapper{margin-top:80px}}.mediaslideshow .xps-slider .xps-carousel-wrapper,.mediaslideshow .xps-slider .splide__track,div[class^=mediaslideshow] .xps-slider .xps-carousel-wrapper,div[class^=mediaslideshow] .xps-slider .splide__track{overflow:visible}.aspect-ratio{--xps-aspect-ratio-image-border-radius: 4px;position:relative;width:100%;height:auto;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.aspect-ratio--1-1{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){.aspect-ratio--1-1{padding-bottom:100%}}.aspect-ratio--1-1.aspect-ratio--portrait{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){.aspect-ratio--1-1.aspect-ratio--portrait{padding-bottom:100%}}.aspect-ratio--2-1{aspect-ratio:2/1}@supports not (aspect-ratio: 1/1){.aspect-ratio--2-1{padding-bottom:50%}}.aspect-ratio--2-1.aspect-ratio--portrait{aspect-ratio:1/2}@supports not (aspect-ratio: 1/1){.aspect-ratio--2-1.aspect-ratio--portrait{padding-bottom:200%}}.aspect-ratio--3-2{aspect-ratio:3/2}@supports not (aspect-ratio: 1/1){.aspect-ratio--3-2{padding-bottom:66.6666666667%}}.aspect-ratio--3-2.aspect-ratio--portrait{aspect-ratio:2/3}@supports not (aspect-ratio: 1/1){.aspect-ratio--3-2.aspect-ratio--portrait{padding-bottom:150%}}.aspect-ratio--4-3{aspect-ratio:4/3}@supports not (aspect-ratio: 1/1){.aspect-ratio--4-3{padding-bottom:75%}}.aspect-ratio--4-3.aspect-ratio--portrait{aspect-ratio:3/4}@supports not (aspect-ratio: 1/1){.aspect-ratio--4-3.aspect-ratio--portrait{padding-bottom:133.3333333333%}}.aspect-ratio--5-4{aspect-ratio:5/4}@supports not (aspect-ratio: 1/1){.aspect-ratio--5-4{padding-bottom:80%}}.aspect-ratio--5-4.aspect-ratio--portrait{aspect-ratio:4/5}@supports not (aspect-ratio: 1/1){.aspect-ratio--5-4.aspect-ratio--portrait{padding-bottom:125%}}.aspect-ratio--16-9{aspect-ratio:16/9}@supports not (aspect-ratio: 1/1){.aspect-ratio--16-9{padding-bottom:56.25%}}.aspect-ratio--16-9.aspect-ratio--portrait{aspect-ratio:9/16}@supports not (aspect-ratio: 1/1){.aspect-ratio--16-9.aspect-ratio--portrait{padding-bottom:177.7777777778%}}.aspect-ratio--rounded{border-radius:var(--xps-aspect-ratio-image-border-radius, 4px)}.aspect-ratio--bg-color{background-color:var(--sg-primary-ramp-7)}.aspect-ratio>*{height:100%;width:100%;max-height:100%;max-width:100%}.aspect-ratio--absolute>*{position:absolute;top:0;bottom:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.aspect-ratio--objectfit-contain>*{-o-object-fit:contain;object-fit:contain}.xps-card-carousel{overflow:hidden}.xps-card-carousel .splide__track{overflow:visible}@media only screen and (min-width: 1440px){.xps-card-carousel .splide__track{overflow:hidden}}.xps-card-carousel .xps-carousel-wrapper{overflow:visible}@media only screen and (min-width: 1440px){.xps-card-carousel .xps-carousel-wrapper{overflow:hidden}}.xps-recipe-card-aspect{display:block}.xps-recipe-card-aspect .xps-recipe-card{position:relative;width:100%;height:100%}.xps-recipe-card-aspect .xps-recipe-card span{min-height:100%}.xps-recipe-card-aspect .xps-recipe-card:hover .recipe-card__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__overlay{position:absolute;top:0px;width:100%;height:100%;border-radius:4px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(99.9%, rgba(0, 0, 0, 0.6)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 99.9%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;gap:8px}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-bottom:16px}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__title{margin-top:auto;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;-ms-hyphens:auto;hyphens:auto;color:var(--sg-persistent-white);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}@media(min-width: 576px){.xps-recipe-card-aspect .xps-recipe-card .recipe-card__title{-webkit-line-clamp:4}}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__footer{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.xps-recipe-card-clickable:hover{cursor:pointer}.xps-slide-show-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;height:100%}.xps-slide-show-card-background-image-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.xps-slide-show-card-background-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.xps-slide-show-card-background-image-container .background-image-blur{position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);background-color:rgba(0,0,0,.12)}.xps-slide-show-card-content-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2.5rem 0;z-index:1}@media(min-width: 768px){.xps-slide-show-card-content-container{padding:3.75rem 0}}@media(min-width: 992px){.xps-slide-show-card-content-container{padding:5rem 0}}.xps-slide-show-card-content-container .xps-slide-show-card-content-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-image-container{-ms-flex-preferred-size:50%;flex-basis:50%}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-image-container img{position:absolute;top:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;height:100%}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-image-container img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-typography{-ms-flex-preferred-size:41.666667%;flex-basis:41.666667%;margin-top:1rem}@media(min-width: 992px){.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-typography{margin-top:0}}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-typography .xps-card-tile-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media(min-width: 992px){.xps-slide-show-card-content-container .xps-slide-show-card-content-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--xps-slide-show-card-content-details-direction);flex-direction:var(--xps-slide-show-card-content-details-direction)}}.xps-splitteaser{padding:20px 0}@media(min-width: 768px){.xps-splitteaser{padding:40px 0}}.xps-splitteaser>.teaser>.xps-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-sizing:border-box;box-sizing:border-box;gap:20px}@media(min-width: 768px){.xps-splitteaser>.teaser>.xps-teaser{gap:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:end}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.right .xps-teaser--media{padding-left:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.right.width-50 .xps-card-tile{width:90%}.xps-splitteaser>.teaser>.xps-teaser.right.width-50 .xps-teaser__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.xps-splitteaser>.teaser>.xps-teaser.left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.left .xps-teaser--media{padding-right:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.left.width-50 .xps-card-tile{width:80%}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser>div:nth-child(1){width:var(--xps-split-left-ratio, 50%)}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser>div:nth-child(2){width:var(--xps-split-right-ratio, 50%)}}.xps-splitteaser>.teaser>.xps-teaser .xps-teaser--media{border-radius:var(--xps-teaser-media-border-radius, 0px);overflow:hidden;width:100%}.xps-splitteaser>.teaser>.xps-teaser .gray-shade{cursor:pointer}.xps-splitteaser.xps-splitteaser-secondary{background-color:var(--xps-split-secondary-background-color);padding:0;border-radius:16px}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser{gap:0}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser--media{border-radius:16px 16px 0 0 !important}@media(min-width: 992px){.xps-splitteaser.xps-splitteaser-secondary .xps-teaser--media{border-radius:16px 0 0 16px !important}}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser__content{padding:20px}@media(min-width: 992px){.xps-splitteaser.xps-splitteaser-secondary .xps-teaser__content{padding:0 40px 40px 0}}.xps-card-tile{--transition-time: 300ms;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:16px;background:var(--xps-cardTile-bg-color, transparent);color:var(--xps-cardTile-text-color, var(--sg-primary-ramp-1));text-decoration:none}.xps-card-tile--bg-padding{padding:var(--xps-cardTile-padding, 24px);border-radius:var(--xps-cardTile-bg-rounded-corner, 8px);background-color:var(--xps-cardTile-bg-color, var(--sg-primary-brand-bg));height:100%}.xps-card-tile.xps-card-tile-content-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.xps-card-tile.xps-card-tile-content-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.xps-card-tile.xps-card-tile-content-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}.xps-card-tile-title{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;overflow-wrap:anywhere}.xps-card-tile-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:16px}.xps-card-tile-description p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.xps-card-tile-line-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.xps-card-tile-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;padding-top:8px;max-width:100%}.xps-card-tile-button-wrapper .xps-btnv2 .xps-text,.xps-card-tile-button-wrapper .hw-payment-form__content .hw-form-transfer-methods .hw-button .xps-text,.hw-payment-form__content .hw-form-transfer-methods .xps-card-tile-button-wrapper .hw-button .xps-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xps-card-tile-button-wrapper--justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-card-tile-image{margin-bottom:8px;-ms-flex-preferred-size:fit-content;flex-basis:fit-content}.xps-card-tile[href]:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-card-tile[href] img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-card-tile[href] .xps-card-tile-button-wrapper{display:none}.xps-card-tile__children{width:100%}.xps-card-tile--order-top{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.xps-card-tile--order-bottom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xps-card-tile--guide-card{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:var(--xps-card-tile-padding-top, 0) 50px var(--xps-card-tile-padding-bottom, 0)}.xps-card-tile--guide-card .xps-card-tile-subTitle{opacity:.38}.xps-card-tile-content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-card-tile-content__inner .right-side{margin-top:.5rem}@media(min-width: 768px){.xps-card-tile-content__inner .right-side{margin-top:0;margin-left:1.5rem}}@media(min-width: 768px){.xps-card-tile-content__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-search-bar{color:var(--sg-primary-ramp-1);position:relative;max-width:41.875rem;width:100%;height:60px;padding:0 1.25rem}@media(min-width: 768px){.xps-search-bar{padding:0}}.xps-search-bar__input{background-color:var(--xps-search-bar-background-color);border-radius:2.5rem;width:100%;height:60px}.xps-search-bar__input-wrapper{padding:1rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;height:100%}.xps-search-bar__input-wrapper .clear-icon{color:var(--sg-primary-ramp-4);cursor:pointer}.xps-search-bar__input-wrapper input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:none}.xps-search-bar__input-wrapper input:focus{outline:none}.xps-search-bar__result-drawer{background-color:rgba(0,0,0,0);position:absolute;top:100%;left:0;width:100%;z-index:1;display:none;padding:0 1.25rem}@media(min-width: 768px){.xps-search-bar__result-drawer{padding:0}}.xps-search-bar__result-drawer-inner{background-color:var(--xps-search-bar-background-color);border:2px solid var(--sg-primary-ramp-5);border-top:none;border-radius:0 0 16px 16px}.xps-search-bar__result-drawer-inner-separator{padding:0 1.5rem}.xps-search-bar.open-result-drawer .xps-search-bar__input{border:2px solid var(--sg-primary-ramp-5);border-bottom:none;border-radius:8px 8px 0 0}.xps-search-bar.open-result-drawer .xps-search-bar__result-drawer{display:block}.xps-search-bar__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--sg-secondary-ramp-1, #FFF);z-index:1000}.xps-search-bar__modal{width:100vw;height:100vh}.xps-search-bar__modal-header{padding:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:2px solid var(--sg-primary-ramp-5, #EDECEA)}.xps-search-bar__modal-header .close-icon{cursor:pointer}.xps-search-bar__modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.xps-search-bar__modal-body-container{padding:1.25rem 1.25rem 0}.xps-search-bar__modal-body-container-input{background-color:var(--sg-primary-brand-bg, #EDECEA);border-radius:2.5rem;width:100%;height:60px}.xps-search-bar__modal-body-container-input-wrapper{padding:1rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;height:100%}.xps-search-bar__modal-body-container-input-wrapper input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:none}.xps-search-bar__modal-body-container-input-wrapper input:focus{outline:none}.xps-search-bar-stories-result-container{padding:0 1.25rem}@media(min-width: 768px){.xps-search-bar-stories-result-container{padding:1rem 1.5rem}}.xps-search-tray{padding:16px 24px 24px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px}.xps-search-tray-search-terms{gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-search-item{--xps-search-item-size: 72px;max-width:622px;width:100%;height:var(--xps-search-item-size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.xps-search-item-image-block{-webkit-box-flex:0;-ms-flex:0 0 var(--xps-search-item-size);flex:0 0 var(--xps-search-item-size)}.xps-search-item-content-block{margin:auto 0}.xps-search-item-content-block-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow-wrap:break-word;-ms-hyphens:auto;hyphens:auto;overflow:hidden}@media(max-width: 375px){.tabSection .splide__slide{width:216px !important}}@media(max-width: 768px){.tabSection{padding:20px 0px}.custom-tabs{margin:0px 20px}.tabSection__title-desc{padding:0px 20px}}@media(min-width: 768px){.tabSection{padding:40px 0}.custom-tabs{margin-right:0px}}@media(max-width: 1440px){.author_feature_details{row-gap:40px}}@media(min-width: 1440px){.author_feature_details{row-gap:80px}}@media(max-width: 992px){.author_feature_details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.author_feature_details .author_feature_card{width:100%}}@media(min-width: 992px){.author_feature_scrollbar{padding-bottom:80px}.author_feature_details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.author_feature_details .author_feature_card{width:76%}.author_feature_details .tabsection-container{width:calc((100% - 60px)/4);padding:0px}}@media(min-width: 375px)and (max-width: 768px){.tabSection .splide__slide{width:calc(216px + .66581*(100vw - 375px)) !important}}@media(min-width: 768px)and (max-width: 992px){.tabSection .splide__slide{width:calc(209px + .3318*(100vw - 767px)) !important}}@media(min-width: 992px)and (max-width: 1440px){.tabSection .splide__slide{width:calc((100% - 40px)/3) !important}}@media(min-width: 1440px){.tabSection .splide__slide{width:325px !important}}.tabSection-container{background-color:var(--tabsection-bg, var(--sg-primary-brand-bg))}.tabSection-container.no-bg{background-color:rgba(0,0,0,0)}.tabSection .tabSection-wrapper{max-width:1360px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px;-webkit-box-align:var(--tabsection-align-items, center);-ms-flex-align:var(--tabsection-align-items, center);align-items:var(--tabsection-align-items, center)}.tabSection .tabSection-wrapper .scrollable-tabs-container{background:var(--sg-primary-ramp-6);border-radius:100px;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.tabSection .tabSection-wrapper .scrollable-tabs-container .overflow{direction:ltr;position:absolute;left:0;right:auto;height:48px;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to right, var(--tabsection-bg) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .overflow{direction:ltr;left:0;right:auto;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to right, var(--tabsection-bg) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .left-arrow,.tabSection .tabSection-wrapper .scrollable-tabs-container .right-arrow{height:100%;width:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;z-index:2}.tabSection .tabSection-wrapper .scrollable-tabs-container .right-arrow{direction:ltr;padding-right:8px;padding-left:25px;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to left, var(--sg-primary-ramp-6) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .right-arrow{direction:ltr;padding-right:8px;padding-left:25px;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to left, var(--sg-primary-ramp-6) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .left-arrow{direction:ltr;padding-left:8px;padding-right:25px;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to right, var(--sg-primary-ramp-6) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .left-arrow{direction:ltr;padding-left:8px;padding-right:25px;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to right, var(--sg-primary-ramp-6) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .right-overflow{direction:ltr;position:absolute;right:0;left:auto;height:48px;z-index:3;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to left, var(--tabsection-bg) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .right-overflow{direction:ltr;right:0;left:auto;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to left, var(--tabsection-bg) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .hide{display:none}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:100px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;-webkit-transition:background-color 300ms ease-in-out,color 300ms ease-in-out,padding 300ms ease-in-out;transition:background-color 300ms ease-in-out,color 300ms ease-in-out,padding 300ms ease-in-out}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag button{height:40px !important;padding:8px 20px !important;border-radius:1000px !important}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag button span::before{border-bottom:0 !important}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag button:hover{background-color:var(--sg-primary-ramp-6) !important}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag:hover{cursor:pointer}.tabSection .tabSection-wrapper .scrollable-tabs-container .active{background:var(--sg-primary-ramp-1);color:var(--sg-primary-ramp-1);padding:8px 12px}.tabSection .tabSection-wrapper .scrollable-tabs-container .left_icon,.tabSection .tabSection-wrapper .scrollable-tabs-container .right_icon{display:none;cursor:pointer;color:var(--sg-primary-ramp-1);pointer-events:auto}@media(min-width: 768px){.tabSection .tabSection-wrapper .scrollable-tabs-container .left_icon,.tabSection .tabSection-wrapper .scrollable-tabs-container .right_icon{display:-webkit-box;display:-ms-flexbox;display:flex}}.tabSection .tabSection-wrapper .scrollable-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px;border-radius:100px;margin:0;list-style:none;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}@media(max-width: 992px){.tabSection .tabSection-wrapper .scrollable-tabs{gap:4px}}@media(min-width: 992px){.tabSection .tabSection-wrapper .scrollable-tabs{gap:16px}}.tabSection .tabSection-wrapper .scrollable-tabs::-webkit-scrollbar{display:none}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag{background-color:var(--sg-secondary-ramp-1)}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag.interaction:hover{background-color:var(--sg-secondary-ramp-1)}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag button{background-color:var(--sg-primary-ramp-1) !important;color:var(--sg-secondary-ramp-1) !important}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag button:hover{background-color:var(--sg-primary-ramp-1) !important}.tabSection .custom-panels{width:100%}.tabSection .custom-panels:not(:has(.xps-carousel-wrapper)) .tabsection-container{padding:0}.xps-swatchpicker-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--xps-swatchpicker-gap, 8px);width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.xps-swatchpicker-container .xps-swatchpicker-btn-container{height:var(--xps-swatchpicker-size, 20px);width:var(--xps-swatchpicker-size, 20px);border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,0)}.xps-swatchpicker-container .xps-swatchpicker-btn-container img{border-radius:50%;padding:2px;border:var(--xps-swatch-picker-border-width, 1px) solid;border-color:var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));-webkit-box-sizing:border-box !important;box-sizing:border-box !important;height:var(--xps-swatchpicker-size, 24px) !important;width:var(--xps-swatchpicker-size, 24px) !important}.xps-swatchpicker-container .xps-swatchpicker-btn-container button,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static{background:rgba(0,0,0,0);height:100%;width:100%;border-radius:50%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-swatchpicker-container .xps-swatchpicker-btn-container button img,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static img{border:none;border-color:rgba(0,0,0,0)}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active{outline:var(--xps-swatch-picker-border-width, 1px) solid;outline-color:var(--sg-primary-ramp-1);outline-offset:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active:focus,.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active:focus-visible,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active:focus,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active:hover,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active:hover{outline:var(--xps-swatch-picker-border-width, 2px) solid;outline-color:var(--sg-primary-ramp-1, rgba(10, 10, 10, 0.68))}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active img,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active img{height:var(--xps-swatchpicker-size, 24px) !important;width:var(--xps-swatchpicker-size, 24px) !important}.xps-swatchpicker-container .xps-swatchpicker-btn-container button:hover{background-color:rgba(0,0,0,0);outline:var(--xps-swatch-picker-border-width, 2px) solid;outline-color:var(--sg-primary-ramp-3, rgba(49, 54, 56, 0.68));-webkit-transition:outline 100ms ease-in-out;transition:outline 100ms ease-in-out}.xps-product-card-hover{margin-left:1px}.xps-product-card-hover-media-section{aspect-ratio:1/1;background-color:var(--sg-primary-ramp-7);border-radius:var(--xps-img-border-radius, 4px);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;overflow:hidden}.xps-product-card-hover-media-section .xps-vp{aspect-ratio:1/1}.xps-product-card-hover-media-section .xps-vp video{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.xps-product-card-hover-media-section img{-o-object-fit:contain !important;object-fit:contain !important}.xps-product-card-hover-media-section .xps-product-card-hover-badge{position:absolute;height:32px;background:var(--sg-brand-accent-1);border-radius:4px;top:16px;left:16px;padding:8px 16px;color:var(--xps-pc-badge-text-color, #fff);z-index:1}.xps-product-card-hover-media-section .xps-compare-section{position:absolute;top:24px;right:24px;z-index:2}.xps-product-card-hover-media-section .xps-product-card-hover-media-on-hover{display:none}.xps-product-card-hover-media-section:hover{cursor:pointer}.xps-product-card-hover-media-section:hover .xps-product-card-hover-media-on-hover{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute}.xps-product-card-hover-media-section .xps-product-card-image-zoom-onhover{overflow:hidden}.xps-product-card-hover-media-section .xps-product-card-image-zoom-onhover img{-webkit-transition:var(--xps-product-card-zoom-animation, transform 250ms ease-in-out);transition:var(--xps-product-card-zoom-animation, transform 250ms ease-in-out)}.xps-product-card-hover-media-section .xps-product-card-image-zoom-onhover:hover img{-webkit-transform:var(--xps-product-card-zoom, scale(1.08));transform:var(--xps-product-card-zoom, scale(1.08))}.xps-product-card-hover-media-section .xps-product-card-rollover-container{display:-webkit-box;display:-ms-flexbox;display:flex}.xps-product-card-hover-media-section .xps-product-card-rollover-container>*{aspect-ratio:1/1;overflow:unset !important;-webkit-transition:var(--xps-product-card-rollover-transition, 0.3s ease-in-out);transition:var(--xps-product-card-rollover-transition, 0.3s ease-in-out);-webkit-transition-property:opacity;transition-property:opacity}.xps-product-card-hover-media-section .xps-product-card-rollover-container>*:first-child{opacity:1 !important}.xps-product-card-hover-media-section .xps-product-card-rollover-container>*:last-child{opacity:0 !important;margin-left:-100% !important}.xps-product-card-hover-media-section .xps-product-card-rollover-container:hover>*:first-child{opacity:0 !important}.xps-product-card-hover-media-section .xps-product-card-rollover-container:hover>*:last-child{opacity:1 !important}.xps-product-card-hover-content-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:16px}.xps-product-card-hover-content-title-section{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--sg-primary-ramp-1);gap:8px}.xps-product-card-hover-content-description-section{margin-top:8px;color:var(--sg-primary-ramp-2)}.xps-product-card-hover-content-award-text-section{color:var(--sg-brand-accent-1)}.xps-product-card-hover-content-product-label-section{margin-top:8px}.xps-product-card-hover-content-sku{color:var(--sg-primary-ramp-1);margin-top:4px}.xps-product-card-hover-content-strike-through{text-decoration:line-through;color:var(--sg-primary-ramp-1)}.xps-product-card-hover-content-price-section{display:none;color:var(--sg-primary-ramp-1)}@media(min-width: 992px){.xps-product-card-hover-content-price-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}}.xps-product-card-hover-content-price-section.xps-tablet-price-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:8px;gap:8px}@media(min-width: 992px){.xps-product-card-hover-content-price-section.xps-tablet-price-section{display:none}}.xps-product-card-hover-content-swatch-picker-container{margin-top:16px;width:90%}.xps-circle-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:var(--circle-card-align-items, "center");-ms-flex-align:var(--circle-card-align-items, "center");align-items:var(--circle-card-align-items, "center");-webkit-box-pack:var(--circle-card-justify-content, "center");-ms-flex-pack:var(--circle-card-justify-content, "center");justify-content:var(--circle-card-justify-content, "center");text-align:center;gap:8px}@media(min-width: 768px){.xps-circle-card{gap:16px}}.xps-circle-card--text-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.xps-circle-card--text-right .xps-circle-card__body{max-width:unset}.xps-circle-card--text-top{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.xps-circle-card--text-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-circle-card--text-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.xps-circle-card--text-left .xps-circle-card__body{max-width:unset}.xps-circle-card__header{border-radius:50%}.xps-circle-card__header a:focus{outline-offset:-1px;border-radius:50% !important}.xps-circle-card__header img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xps-circle-card--header-size-24{max-width:24px}.xps-circle-card--header-size-32{max-width:32px}.xps-circle-card--header-size-40{max-width:40px}.xps-circle-card--header-size-48{max-width:48px}.xps-circle-card--header-size-56{max-width:56px}.xps-circle-card--header-size-80{max-width:80px}.xps-circle-card--header-size-115{max-width:115px}.xps-circle-card--header-size-210{max-width:210px}.xps-circle-card__body{max-width:var(--max-width, 210px);word-break:break-word}.xps-circle-card--title{color:var(--sg-primary-ramp-1, #313638)}.xps-circle-card--description{color:var(--sg-primary-ramp-3)}.xps-circle-card .xps-btnv2,.xps-circle-card .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-circle-card .hw-button{height:auto;padding:0;gap:0;border:0}.xps-circle-card .xps-btnv2:hover,.xps-circle-card .hw-payment-form__content .hw-form-transfer-methods .hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-circle-card .hw-button:hover,.xps-circle-card .xps-btnv2:active,.xps-circle-card .hw-payment-form__content .hw-form-transfer-methods .hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .xps-circle-card .hw-button:active{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-icon-with-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:center;gap:8px}.xps-icon-with-text__title{color:var(--sg-primary-ramp-1, #313638)}.xps-pill-tray{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;padding:40px 40px 0;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.xps-pill-tray::-webkit-scrollbar{display:none}@media(max-width: 576px){.xps-pill-tray{padding:20px 20px 0}}.xps-pill-tray .xps-pillbtnV2{-ms-flex-negative:0;flex-shrink:0}.xps-spacer{width:100%}.xps-spacer__line{margin:var(--spacer-margins);background-color:var(--spacer-color);border:0;border-radius:var(--spacer-border-radius)}.xps-spacer__xs{height:8px}@media(min-width: 992px){.xps-spacer__xs{height:16px}}.xps-spacer__sm{height:12px}@media(min-width: 992px){.xps-spacer__sm{height:24px}}.xps-spacer__md{height:20px}@media(min-width: 992px){.xps-spacer__md{height:40px}}.xps-spacer__lg{height:40px}@media(min-width: 992px){.xps-spacer__lg{height:80px}}.xps-spacer__xl{height:80px}@media(min-width: 992px){.xps-spacer__xl{height:100px}}.xps-btnv2.btn-dark.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-white.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-black.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before{width:100%}.xps-btnv2.xps-carousel-arrow,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-radius: var(--xps-carousel-navigator-border-radius, 50%);padding:0}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btn-width-sm: 40px;--xps-btn-height-lg: 40px}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btn-width-sm: 32px;--xps-btn-height-sm: 32px}.xps-btnv2.xps-carousel-arrow.light,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button,.xps-btnv2.xps-carousel-arrow.outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.light:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:hover,.xps-btnv2.xps-carousel-arrow.outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.light:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:active,.xps-btnv2.xps-carousel-arrow.outlined:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.light:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:focus-visible,.xps-btnv2.xps-carousel-arrow.outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.dark,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.dark:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.dark:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.solid,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.solid:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:hover{background-color:var(--sg-primary-ramp-1)}}.xps-btnv2.xps-carousel-arrow.solid:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:active{background-color:var(--sg-primary-ramp-1);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.solid:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-main-grey);color:var(--sg-secondary-ramp-4)}.xps-btnv2.xps-carousel-arrow.semitransparent,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button{background-color:var(--sg-primary-ramp-4);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.semitransparent:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:hover{background-color:var(--sg-primary-ramp-4)}}.xps-btnv2.xps-carousel-arrow.semitransparent:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.semitransparent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.mixed,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.mixed:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:hover{background-color:var(--sg-secondary-ramp-3)}}.xps-btnv2.xps-carousel-arrow.mixed:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.mixed:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-secondary-ramp-4);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btnv2-border-width: 2px}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-width: 1px}.xps-btnv2.xps-carousel-arrow:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button:focus-visible{--xps-btnv2-focus-offset: 3px}[dir=rtl] .xps-btnv2.xps-carousel-arrow svg,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button svg,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-carousel-arrow.hw-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-carousel-group-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.xps-left-arrow~.xps-right-arrow{margin-left:12px}.sf-newsletter .sf-newsletter__email-input{position:relative;width:100%;margin-bottom:16px;padding:12px;padding:16px;color:var(--gf-secondary-color, #ffffff);font-size:14px;font-family:var(--gf-font-family, "Helvetica-Neue");background:rgba(0,0,0,0);border:1px solid var(--gf-input-border-color, #585858);border-radius:8px;outline:none}.sf-newsletter .sf-newsletter__email-input:-webkit-autofill,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:hover,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:focus,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:active{background:rgba(0,0,0,0)}.sf-newsletter .sf-newsletter__email-input--error{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter__email-input:focus,.sf-newsletter .sf-newsletter__email-input:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.sf-newsletter .sf-newsletter__title{margin:0 0 20px}.sf-newsletter .sf-newsletter__info{display:-webkit-box;display:-ms-flexbox;display:flex}.sf-newsletter .sf-newsletter__info label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check{width:14px;height:16px;margin:0;font-family:var(--gf-font-family, "Helvetica-Neue");background:rgba(0,0,0,0);border:1px solid var(--gf-tertiary-color);border-radius:2px;outline:0}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check::after{position:relative;display:block;width:14px;height:14px;background-color:var(--gf-primary-color, #221f20);background-repeat:no-repeat;background-position:center;border:1px solid var(--gf-tertiary-color, #e2e2e2);border-radius:2px;content:""}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:hover::after,.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:focus::after{border-width:2px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:checked::after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.349609 4.05L1.14961 3.3C2.09961 3.75 2.64961 4.1 3.69961 4.85C5.64961 2.6 6.94961 1.5 9.34961 0L9.59961 0.6C7.59961 2.35 6.14961 4.25 4.04961 8C2.79961 6.5 1.94961 5.5 0.349609 4.05Z' fill='white'/%3E%3C/svg%3E%0A")}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check--error{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check--error::after{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter-sign-up--btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:16px 0}.sf-newsletter .sf-newsletter-sign-up--btn button{width:116px;height:100%;padding:16px;color:var(--gf-secondary-color, #ffffff);background:rgba(0,0,0,0);border:1px solid var(--gf-secondary-color, #ffffff);border-radius:var(--gf-button-border-radius, 50px);cursor:pointer}.sf-newsletter .sf-newsletter-sign-up--btn button:disabled{color:var(--gf-disabled-color, #717578);border:1px solid var(--gf-disabled-color, #717578);cursor:default;pointer-events:none}.sf-newsletter .sf-newsletter-sign-up--btn button:hover:not(:disabled),.sf-newsletter .sf-newsletter-sign-up--btn button:focus:not(:disabled){--margin: -1px;border-width:1px}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px;color:#ffa3a3}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon{display:inline-block;min-width:16px;height:16px;margin-right:8px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.582 0 0 3.582 0 8C0 12.418 3.582 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0ZM7.33333 3.33333H8.66667V10H7.33333V3.33333ZM8 12.8333C7.54 12.8333 7.16667 12.46 7.16667 12C7.16667 11.54 7.54 11.1667 8 11.1667C8.46 11.1667 8.83333 11.54 8.83333 12C8.83333 12.46 8.46 12.8333 8 12.8333Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;content:""}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon{padding-right:4px}.sf-newsletter__info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;color:var(--gf-disabled-color);font-size:12px;line-height:16px}.sf-newsletter__info-text a{color:var(--gf-disabled-color)}.copyright-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:32px 0}.copyright-footer__label{color:var(--sg-secondary-ramp-2, #c0c0c0)}.country-list{padding:0px 32px 20px;list-style-type:none}.country-list .country-list-heading{padding:8px 0px 16px}.country-list .country-item{padding:20px 0px}.country-list .country-item .xps-btnv2,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button{--xps-btn-height-lg: 24px;--xps-btnv2-border-width: 0px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.country-list .country-item .xps-btnv2:active,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button:active{-webkit-transform:none;transform:none}.country-list .country-item .xps-btnv2 .country-item-row,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.country-list .country-item .xps-btnv2 .country-item-row .country-flag,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-flag,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-flag{cursor:pointer;width:24px;height:24px}.country-list .country-item .xps-btnv2 .country-item-row .country-label,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-label,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-label{border-bottom:1px solid rgba(0,0,0,0)}.country-list .country-item .xps-btnv2 .country-item-row .country-label:hover,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-label:hover,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-label:hover{border-bottom:1px solid var(--sg-primary-ramp-1)}.country-list .country-item .xps-btnv2 .country-item-right-icon,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-right-icon,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-right-icon{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.language-list{position:fixed;top:86px;padding-bottom:20px;list-style-type:none;background:var(--sg-secondary-ramp-1);width:100%;height:100vh;z-index:1001}.language-list .language-menu{position:absolute;width:100%}.language-list .language-menu .language-country-item{padding:0px 32px}.language-list .language-menu .language-country-item .country-item-right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:72px;padding-top:20px;padding-bottom:28px}.language-list .language-menu .language-country-item .country-item-right-icon .language-faChevronLeft{height:24px;width:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.language-list .language-menu .language-country-item .country-item-right-icon .language-faChevronLeft svg{color:var(--sg-primary-ramp-1)}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row{margin:0px auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row .country-flag{width:24px;height:24px;margin:auto}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row .country-btn{padding:0px}.language-list .language-menu .xps-drawer-horizontal-divider{height:2px;color:var(--sh-dark-ramp-5)}.language-list .language-menu .xps-languageInfo{padding:0px 32px}.language-list .language-menu .xps-languageInfo .languageInfo-label{padding:16px 0px}.language-list .language-menu .xps-languageInfo .language-label-list{padding:16px 0px}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button{--xps-btn-height-lg: 24px;--xps-btnv2-border-width: 0px;border-bottom:1px solid rgba(0,0,0,0)}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2:hover,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button:hover{border-bottom:1px solid var(--sg-primary-ramp-1)}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2 span,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button span,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button span{font-weight:400}.footer-config{--gf-primary-color: #221f20;--gf-secondary-color: #ffffff;--gf-tertiary-color: #e2e2e2;--gf-disabled-color: #717578;--gf-border-color: #302d2c;--gf-input-border-color: #585858;--gf-font-family: "Helvetica-Neue,sans-serif";--gf-focus-outline: var(--gf-secondary-color, #ffffff) dotted 1px;--gf-focus-outline-offset: 2px;--gf-transition-speed-250: 250ms;--gf-transition-speed-500: 500ms;--gf-transition-easing: ease-in-out;--footer-secured-min-height: 80px}.footer{color:var(--gf-secondary-color, #ffffff);background-color:var(--gf-primary-color, #221f20)}.footer.xps-disable-country-change #footer-region__btn{pointer-events:none}.footer .footer-inner{max-width:1410px;margin:auto;padding:0 16px}@media(min-width: 768px){.footer .footer-inner{padding:0 20px}}.footer .footer-inner .footer-action{padding:var(--gf-footer-action-padding, 32px) 0;border-bottom:var(--gf-border-bottom-width, 1px) solid var(--gf-border-color)}.footer .footer-inner .footer-action .footer-action__list{display:grid;grid-template-rows:auto;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px;margin-bottom:0;padding:0}@media(min-width: 768px){.footer .footer-inner .footer-action .footer-action__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;gap:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:hover{text-decoration:underline}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn:focus{outline:var(--gf-focus-outline);outline-offset:var(--gf-focus-outline-offset)}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__img{width:20px;height:17px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__label{margin-left:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link-img{height:20px;margin-right:12px}@media(min-width: 576px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:28px}}@media(min-width: 992px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:32px}}@media(min-width: 768px){.footer .footer-inner .footer-body{display:grid;grid-template-columns:1fr 2fr;gap:70px}}@media(min-width: 992px){.footer .footer-inner .footer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer .footer-inner .footer-body .footer-body__social{position:relative;padding:32px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__social{max-width:450px;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__social{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__social .social-share{margin-top:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:0;list-style:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item{margin-right:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item:last-child{margin-right:0}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--gf-secondary-color)}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:hover,.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:focus{outline:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link .social-share__list-item-img{cursor:pointer;width:32px;height:32px;border-radius:50%;-webkit-transition:background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter;transition:background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter;transition:filter,background-color var(--gf-transition-speed-250) var(--gf-transition-easing);transition:filter,background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter}.footer .footer-inner .footer-body .footer-body__social .xps-footer-copyright-text{display:none}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links{display:grid;grid-template-columns:1fr 1fr;gap:130px}}.footer .footer-inner .footer-body .footer-body__links .list{padding:20px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list{padding:32px 0;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__links .list{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:0;margin:0;padding:0;overflow:hidden;list-style:none;visibility:hidden;-webkit-transition:visibility var(--gf-transition-speed-500),padding var(--gf-transition-speed-500),max-height var(--gf-transition-speed-500);transition:visibility var(--gf-transition-speed-500),padding var(--gf-transition-speed-500),max-height var(--gf-transition-speed-500)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:unset !important;margin-left:0;overflow:unset;visibility:visible !important}}.footer .footer-inner .footer-body .footer-body__links .list .list__list.accordion__copy--open{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item{padding-top:18px;margin:0}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a:hover{-webkit-text-decoration:var(--gf-footer-list-item-underline, underline);text-decoration:var(--gf-footer-list-item-underline, underline)}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link{color:var(--gf-secondary-color);cursor:pointer}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link:hover{-webkit-text-decoration:var(--gf-footer-list-item-link-underline, underline);text-decoration:var(--gf-footer-list-item-link-underline, underline)}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{display:block;position:relative;background-color:rgba(0,0,0,0);width:100%;text-align:left;color:var(--gf-secondary-color);border:none;padding:0;margin:0;cursor:pointer;-webkit-transition:var(--gf-transition-speed-250) var(--gf-transition-easing);transition:var(--gf-transition-speed-250) var(--gf-transition-easing)}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger .faChevronDown-show{display:none}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:disabled{cursor:default}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{position:absolute;top:calc(50% - 5px);right:0;display:inline-block;width:18px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjUgMS41MDNsLTcgNy03LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") no-repeat;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform var(--gf-transition-speed-500);transition:-webkit-transform var(--gf-transition-speed-500);transition:transform var(--gf-transition-speed-500);transition:transform var(--gf-transition-speed-500), -webkit-transform var(--gf-transition-speed-500);content:""}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{background:none}}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:focus{border:1px dotted var(--gf-secondary-color);border-style:dotted}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger[aria-expanded=true]::after{top:2px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer .footer-inner .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}@media(min-width: 768px){.footer .footer-inner .footer-bottom{padding:20px 40px}}.footer .footer-inner .footer-bottom a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer .footer-inner .footer-bottom img{cursor:pointer}.footer .footer-inner .footer-bottom .footer-bottom__rights{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--gf-tertiary-color);margin:0}.footer .footer-inner .footer-bottom .footer-bottom__rights a{display:contents}.footer .footer-inner .footer-bottom .footer-bottom__rights.footer-content--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer.secured{display:block}.footer.secured .footer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--footer-secured-min-height, 80px);height:auto;padding-top:1rem;padding-bottom:1rem}@media(min-width: 768px){.footer.secured .footer-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer.secured .footer-inner .footer-body{display:none}.footer.secured .footer-inner .footer-action,.footer.secured .footer-inner .footer-bottom{display:block;margin:0 0 1rem 0;padding:0}@media(min-width: 768px){.footer.secured .footer-inner .footer-action,.footer.secured .footer-inner .footer-bottom{margin:0}}.footer.secured .footer-inner .footer-action{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;border:0 none}.footer.secured .footer-inner .footer-action .footer-action__list{margin:0;padding:0;justify-items:center}@media(min-width: 768px){.footer.secured .footer-inner .footer-action .footer-action__list{justify-items:unset}}.footer.secured .footer-inner .footer-bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.xps-productcard-skeleton-image{aspect-ratio:1/1}.xps-productcard-skeleton-image .skeleton-loader-wrapper{aspect-ratio:1/1}.xps-productcard-skeleton-image .skeleton-loader-wrapper .loading-skeleton{height:100%}.xps-productcard-skeleton-desc{margin-top:16px}.xps-productcard-skeleton-desc .skeleton-loader-wrapper{aspect-ratio:unset !important}.xps-productcard-skeleton-desc .skeleton-loader-wrapper .loading-skeleton{height:100%}.xps-productcard-skeleton-desc-rowgap{margin-top:8px}.xps-productcard-skeleton-desc-swatch{margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.xps-productcard-skeleton-desc-swatch .loading-skeleton{height:20px !important;width:20px !important;border-radius:50%}.xps-filter-bar-options .loading-skeleton{height:40px}.xps-plp-product-cards{margin:0 -5px;min-width:100%}@media(min-width: 768px){.xps-plp-product-cards{margin:0 -10px}}.xps-plp__load-more{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xps-plp__load-more-button-container{padding-bottom:16px;margin-top:24px}.xps-plp__load-more-text{color:var(--sg-primary-ramp-3)}.xps-plp__load-more-container{margin-top:12px !important}@media(min-width: 768px){.xps-plp__load-more-container{margin-top:20px !important}}.xps-plp-filter-panel-button-container{padding-top:20px}.xps-plp-filter-panel-button-container-filter-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}@media(min-width: 768px){.xps-plp-filter-panel-button-container{margin-bottom:12px}}.xps-plp-filter-panel-result-text{padding:12px 0 8px 0}@media(min-width: 768px){.xps-plp-filter-panel-result-text{padding:12px 0 0px 0}}.xps-plp-filter-horizontal-divider{margin:0px 16px;border:none;background-color:var(--sg-primary-ramp-6);height:1px}.xps-plp-quick-filters{display:none}@media(min-width: 992px){.xps-plp-quick-filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}}.xps-plp-hierarchical-menu{list-style:none}.xps-plp-hierarchical-menu-padding{padding-left:20px}.xps-plp-hierarchical-menu .hidden{display:none !important}.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button{padding-left:16px}.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .xps-text-p2-bold,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-more-details,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-input__label,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-btn,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .hw-button,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .xps-text-p2-bold,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-more-details,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-input__label,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-btn,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .xps-text-p2-bold,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-more-details,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-input__label,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support__action-link,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-btn,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .hw-button{font-weight:normal;border:none !important}.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .xps-text-p2-bold,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-more-details,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-input__label,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-btn,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .hw-button,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .xps-text-p2-bold,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-more-details,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-input__label,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-btn,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .xps-text-p2-bold,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-more-details,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-input__label,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support__action-link,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-btn,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .hw-button{font-weight:700}.xps-plp-product-cards-row-padding{padding-top:40px}.xps-support-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--xps-support-gap, 16px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center;background-color:var(--xps-support-bg-color, var(--sg-primary-ramp-7, #f5f5f5));color:var(--sg-primary-ramp-1);border-radius:var(--xps-support-brd-radius, 8px);padding:48px 40px;height:100%}.xps-support-card--image-size-24{width:24px;height:24px}.xps-support-card--image-size-32{width:32px;height:32px}.xps-support-card--image-size-40{width:40px;height:40px}.xps-support-card--image-size-48{width:48px;height:48px}.xps-support-card--image-size-56{width:56px;height:56px}.xps-support-card-link{text-decoration:none}.xps-drawer-config{--drawer-breakpoint: $screen-lg;--drawer-scrollbar-foreground: rgba(49, 54, 56, 50%);--drawer-scrollbar-background: #fcfcfc;--drawer-border-radius: 8px;--drawer-scrollbar-border-width: 3px}.xps-drawer{display:block;position:fixed;height:100vh;width:100%;z-index:1000;top:0;left:0}.xps-drawer span.desk-only{display:none}@media(min-width: 992px){.xps-drawer span.desk-only{display:inline-block}}.xps-drawer span.mob-only{display:inline-block}@media(min-width: 992px){.xps-drawer span.mob-only{display:none}}.xps-drawer>.backdrop{display:block;position:absolute;background-color:rgba(0,0,0,.45);top:0;left:0;right:0;bottom:0}.xps-drawer-container{display:block;position:fixed;z-index:1001;background:var(--sg-secondary-ramp-1, white);top:0;right:0;padding:0;margin-top:0;height:100vh;width:100vw;will-change:transform,visibility,display,opacity,width;-webkit-transform:translateY(100%);transform:translateY(100%);color:var(--sg-primary-ramp-1)}@media(min-width: 992px){.xps-drawer-container{height:100vh;width:375px;margin-top:unset;border-radius:unset;-webkit-transform:translateX(375px);transform:translateX(375px)}}.xps-drawer-container .xps-drawer-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:78px;padding:0 2rem}.xps-drawer-container .xps-drawer-header .xps-drawer-modal-close-btn{background-color:rgba(0,0,0,0);border:0;outline:0;cursor:pointer;padding:0 8px;color:var(--sg-primary-ramp-1)}.xps-drawer-container .xps-drawer-horizontal-divider{border:none;background-color:var(--sg-primary-ramp-5);height:2px}.xps-drawer-container .xps-spacer{height:auto}.xps-drawer-container .xps-drawer-body{position:relative;display:block;overflow-y:auto;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 80px)}.xps-drawer-container .xps-drawer-body::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}@media(min-width: 992px){.xps-drawer-container .xps-drawer-body{height:calc(100% - 80px)}}@media(min-width: 992px){.xps-drawer .xps-drawer-container,.xps-drawer .xps-drawer-body{scrollbar-width:thin;scrollbar-color:var(--drawer-scrollbar-foreground, black) var(--drawer-scrollbar-background, white);scrollbar-gutter:auto}.xps-drawer .xps-drawer-container::-webkit-scrollbar,.xps-drawer .xps-drawer-body::-webkit-scrollbar{width:var(--drawer-border-radius, 8px)}.xps-drawer .xps-drawer-container::-webkit-scrollbar-track,.xps-drawer .xps-drawer-body::-webkit-scrollbar-track{background:var(--drawer-scrollbar-background, white)}.xps-drawer .xps-drawer-container::-webkit-scrollbar-thumb,.xps-drawer .xps-drawer-body::-webkit-scrollbar-thumb{background-color:var(--drawer-scrollbar-foreground, black);border-color:var(--drawer-scrollbar-background, white);border-style:solid;border-width:var(--drawer-scrollbar-border-width, 3px);border-radius:var(--drawer-border-radius, 8px)}}.xps-drawer .backdrop,.xps-drawer .xps-drawer-container{will-change:visibility,display,opacity}.xps-drawer.show{display:block}.xps-drawer.show .backdrop{display:block;visibility:visible;opacity:1}.xps-drawer.show .xps-drawer-container{display:block;visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media(min-width: 992px){.xps-drawer.show .xps-drawer-container{-webkit-box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);-webkit-transform:translateX(0);transform:translateX(0)}}.xps-drawer.hidden{display:none}.xps-drawer.hidden .backdrop{display:none;visibility:hidden;opacity:0}.xps-drawer.hidden .xps-drawer-container{display:none;visibility:hidden;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 992px){.xps-drawer.hidden .xps-drawer-container{-webkit-transform:translateX(0);transform:translateX(0)}}.xps-drawer.in .backdrop{-webkit-animation-name:transition-in;animation-name:transition-in;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}.xps-drawer.in .xps-drawer-container{-webkit-animation-name:transition-in,xps-drawer-container-in-mobile;animation-name:transition-in,xps-drawer-container-in-mobile;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 992px){.xps-drawer.in .xps-drawer-container{-webkit-animation-name:transition-in,xps-drawer-container-in;animation-name:transition-in,xps-drawer-container-in}[dir=rtl] .xps-drawer.in .xps-drawer-container{-webkit-animation-name:transition-in,xps-drawer-container-in-rtl;animation-name:transition-in,xps-drawer-container-in-rtl}}.xps-drawer.out .backdrop{-webkit-animation-name:transition-out;animation-name:transition-out;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}.xps-drawer.out .xps-drawer-container{-webkit-animation-name:transition-out,xps-drawer-container-out-mobile;animation-name:transition-out,xps-drawer-container-out-mobile;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 992px){.xps-drawer.out .xps-drawer-container{-webkit-animation-name:transition-out,xps-drawer-container-out;animation-name:transition-out,xps-drawer-container-out}[dir=rtl] .xps-drawer.out .xps-drawer-container{-webkit-animation-name:transition-out,xps-drawer-container-out-rtl;animation-name:transition-out,xps-drawer-container-out-rtl}}@-webkit-keyframes transition-in{0%{display:block;visibility:visible;opacity:0}100%{opacity:1}}@keyframes transition-in{0%{display:block;visibility:visible;opacity:0}100%{opacity:1}}@-webkit-keyframes xps-drawer-container-in{0%{-webkit-transform:translateX(375px);transform:translateX(375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes xps-drawer-container-in{0%{-webkit-transform:translateX(375px);transform:translateX(375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes xps-drawer-container-in-rtl{0%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes xps-drawer-container-in-rtl{0%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes xps-drawer-container-in-mobile{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes xps-drawer-container-in-mobile{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes transition-out{0%{display:block;visibility:visible;opacity:1}99%{display:block;visibility:visible;opacity:.1}100%{display:none;visibility:hidden;opacity:0}}@keyframes transition-out{0%{display:block;visibility:visible;opacity:1}99%{display:block;visibility:visible;opacity:.1}100%{display:none;visibility:hidden;opacity:0}}@-webkit-keyframes xps-drawer-container-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(375px);transform:translateX(375px)}}@keyframes xps-drawer-container-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(375px);transform:translateX(375px)}}@-webkit-keyframes xps-drawer-container-out-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}}@keyframes xps-drawer-container-out-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}}@-webkit-keyframes xps-drawer-container-out-mobile{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes xps-drawer-container-out-mobile{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.xps-animate-layout{--xps-animate-layout-border: 1px solid #e5e5e5;--xps-animate-layout-border-radius: 8px;--xps-animate-layout-duration: 0.3s;--xps-animate-layout-easing: cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;border:var(--xps-animate-layout-border);border-radius:var(--xps-animate-layout-border-radius);-webkit-transition:height var(--xps-animate-layout-duration) var(--xps-animate-layout-easing);transition:height var(--xps-animate-layout-duration) var(--xps-animate-layout-easing)}.xps-animate-layout .xps-animate-layout__content{position:absolute;top:0;left:0;width:100%}.xps-collapsible-contet-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.xps-collapsible-contet-block .xps-animate-layout{--xps-animate-layout-border: none;width:100%}.xps-collapsible-contet-block-second-child{overflow:hidden}.xps-collapsible-contet-block-second-child-padding{padding-top:32px}.xps-collapsible-contet-block-second-child-display{display:none}.xps-quantity-counter-container{--xps-btn-spacing-lg-x: 16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid;border-color:var(--xps-counter-border-color, rgba(10, 10, 10, 0.38));border-radius:var(--xps-counter-border-radius, 30px);height:48px;width:125px;padding:0px 15px}.xps-quantity-counter-container input{width:65px;padding-left:10px;padding-right:10px;border:none;text-align:center;outline:none}.xps-quantity-counter-container input:focus,.xps-quantity-counter-container input:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.xps-quantity-counter-container input[type=number]::-webkit-inner-spin-button,.xps-quantity-counter-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.xps-quantity-counter-container button{-webkit-transition:opacity .25s ease-in-out,color .25s ease-in-out;transition:opacity .25s ease-in-out,color .25s ease-in-out;padding-left:10px;padding-right:10px}.xps-quantity-counter-container button:disabled{color:var(--sg-primary-ramp-4) !important}.filter-config{--filter-breakpoint: $breakpoint-md;--filter-white: #fff;--filter-green: #4c8314;--filter-purple: #421540;--filter-red: #e61f02;--filter-black: #313638;--filter-grey: #d0d0d0;--filter-grey-1: #e2e2e2;--filter-grey-2: #f2f2f2;--filter-grey-3: #717578;--filter-scrollbar-foreground: rgba(49, 54, 56, 50%);--filter-scrollbar-background: #fcfcfc;--filter-backdrop-bg-color: rgba(0, 0, 0, 0.1);--filter-border-radius: 8px;--filter-scrollbar-border-width: 3px;--filter-primary-font: "Helvetica-Neue";--filter-font-sm: 0.875rem;--filter-line-hight-sm: 1rem;--filter-font-weight-normal: 400;--filter-font-weight-bold: 700}.filter-btn-reset,.filter-sidenav-panel-comp .menu-comp .menu-btn,.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;background-color:rgba(0,0,0,0);border:0;outline:0;cursor:pointer}.filter-btn-reset:focus-visible,.filter-sidenav-panel-comp .menu-comp .menu-btn:focus-visible,.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn:focus-visible{outline:1px var(--filter-black) dotted}.xps-button{position:relative;font-family:var(--xps-btn-font-family);vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;border-radius:var(--xps-btn-border-radius, 0.5rem);white-space:nowrap;text-shadow:none;text-align:center;cursor:pointer}.xps-button.btn-xs{padding:var(--xps-btn-spacing-xxxs, 3px) var(--xps-btn-spacing-xs, 10px)}.xps-button.btn-sm{padding:var(--xps-btn-spacing-xxs, 5px) var(--xps-btn-spacing-xl, 40px)}.xps-button.btn-md{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-xxl, 50px)}.xps-button.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-button.hw-button{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-x3l, 110px)}.xps-button.btn-pill{border-radius:.25rem;border:1px var(--xps-btn-border-secondary) solid;background:rgba(0,0,0,0)}.xps-button.btn-link{font-family:var(--xps-btn-font-family);font-size:14px;line-height:1.5;text-decoration:none !important}.xps-button svg,.xps-button .page-loader-spinner{width:2.6rem;height:2.6rem;left:50%;top:50%;margin-left:-1.3rem;margin-top:-1.3rem}.xps-button svg>circle,.xps-button svg>.path,.xps-button .page-loader-spinner>circle,.xps-button .page-loader-spinner>.path{stroke:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-default{color:var(--xps-btn-default-text-color, #7a7d7e);background-color:var(--xps-btn-default-color, #dfdfdf);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-default-text-color, #7a7d7e)}.xps-button.btn-default::before,.xps-button.btn-default::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-default:hover{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default:hover::before,.xps-button.btn-default:hover::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-default.active{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default.active::before,.xps-button.btn-default.active::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-default::before,.xps-button.btn-default::after{background-color:var(--xps-btn-default-text-color, #7a7d7e);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-primary::before,.xps-button.btn-primary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary:hover::before,.xps-button.btn-primary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary.active::before,.xps-button.btn-primary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary::before,.xps-button.btn-primary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline:hover::before,.xps-button.btn-primaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline.active::before,.xps-button.btn-primaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-success-color, #4c8314);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary:hover::before,.xps-button.btn-secondary:hover::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary.active::before,.xps-button.btn-secondary.active::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline{color:var(--xps-btn-success-color, #4c8314);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-success-color, #4c8314)}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondaryOutline:hover{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline:hover::before,.xps-button.btn-secondaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondaryOutline.active{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline.active::before,.xps-button.btn-secondaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary:hover::before,.xps-button.btn-tertiary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary.active::before,.xps-button.btn-tertiary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline:hover::before,.xps-button.btn-tertiaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline.active::before,.xps-button.btn-tertiaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled,.xps-button.disabled{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-disabled-color, #8f949a);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff);pointer-events:none}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button:disabled:hover,.xps-button.disabled:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled:hover::before,.xps-button:disabled:hover::after,.xps-button.disabled:hover::before,.xps-button.disabled:hover::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button:disabled.active,.xps-button.disabled.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled.active::before,.xps-button:disabled.active::after,.xps-button.disabled.active::before,.xps-button.disabled.active::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-icon-compare::before{content:"";margin-right:7.7px;-webkit-transition:background-color 250ms ease-in-out;transition:background-color 250ms ease-in-out;position:relative;top:.25rem}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.filter-sidenav-panel-comp{display:block;position:fixed;height:100vh;width:100%;z-index:1000;top:0;left:0}.filter-sidenav-panel-comp span.desk-only{display:none}@media(min-width: 768px){.filter-sidenav-panel-comp span.desk-only{display:inline-block}}.filter-sidenav-panel-comp span.mob-only{display:inline-block}@media(min-width: 768px){.filter-sidenav-panel-comp span.mob-only{display:none}}.filter-sidenav-panel-comp>.backdrop{display:block;position:absolute;background-color:rgba(0,0,0,.45);top:0;left:0;right:0;bottom:0}.filter-sidenav-panel-comp .filter-container{display:block;position:fixed;z-index:1001;background:#fff;top:0;right:0;width:0vw;padding:0;margin-top:0px;height:100vh}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container{margin-top:unset;height:100vh;border-radius:unset}}.filter-sidenav-panel-comp .filter-container .filter-header{height:80px;padding:20px 32px}.filter-sidenav-panel-comp .filter-container .filter-horizontal-divider{border:none;background-color:var(--sg-primary-ramp-6);height:1px}.filter-sidenav-panel-comp .filter-container .filter-body{padding-left:16px;padding-right:16px}.filter-sidenav-panel-comp .filter-container .filter-actions{padding-left:32px;padding-right:32px}.filter-sidenav-panel-comp .filter-container .filter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filter-sidenav-panel-comp .filter-container .filter-header .filter-panel-title{margin-bottom:0;color:var(--sg-primary-ramp-1)}.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn .faXmark{margin-right:-42px}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn{height:-38px}}.filter-sidenav-panel-comp .filter-container .filter-body{position:relative;display:block;overflow-y:auto;margin:0;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 220px)}.filter-sidenav-panel-comp .filter-container .filter-body::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container .filter-body{height:calc(100% - 220px)}}.filter-sidenav-panel-comp .filter-container .filter-body>.menu-comp{margin:0}.filter-sidenav-panel-comp .filter-container .filter-body>.menu-comp:last-child{border-bottom:none}.filter-sidenav-panel-comp .filter-container .filter-actions{position:sticky;bottom:0;left:0;right:0;padding-top:20px;padding-bottom:8px;width:100%;background-color:var(--filter-white, #fff);display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-auto-flow:row;gap:16px;z-index:999}.filter-sidenav-panel-comp .filter-container .filter-actions .filter-btn,.filter-sidenav-panel-comp .filter-container .filter-actions .filter-clear-btn{margin:0 auto;display:block;padding:5px 10px;height:44px;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.filter-sidenav-panel-comp .filter-container .filter-actions .filter-clear-btn{--xps-btn-primary-color: #313638;margin-top:0;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;font-weight:700}.filter-sidenav-panel-comp .filter-container .filter-actions .filter-clear-btn span{font-weight:inherit}.filter-sidenav-panel-comp .menu-comp{list-style-type:none}.filter-sidenav-panel-comp .menu-comp li{height:100%}.filter-sidenav-panel-comp .menu-comp .menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:20px 16px;color:var(--sg-primary-ramp-1)}.filter-sidenav-panel-comp .menu-comp .menu-btn .menu-down-arrow{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .2s ease;transition:all .2s ease}.filter-sidenav-panel-comp .menu-comp .menu-btn.open .menu-down-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.filter-sidenav-panel-comp .menu-comp .menu-btn:focus{outline-offset:-1px}.filter-sidenav-panel-comp .menu-comp .menu-filtered-values{display:block;margin-top:-12px;padding:0px 16px;color:var(--sg-primary-ramp-3);margin-bottom:20px}.filter-sidenav-panel-comp .menu-comp .menu-content{display:none;min-height:196px;height:auto}.filter-sidenav-panel-comp .menu-comp .menu-content.active{display:block;position:relative;padding-bottom:16px}.filter-sidenav-panel-comp .menu-comp .menu-content.active .menu-comp{width:100%;height:100%;background:var(--filter-white)}.filter-sidenav-panel-comp .menu-comp .menu-content a.menu-item-comp{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:16px;margin:4px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:var(--filter-border-radius, 8px)}.filter-sidenav-panel-comp .menu-comp .menu-content>.menu-comp{margin-left:1rem}.filter-sidenav-panel-comp .menu-comp .menu-item-comp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper{display:block;position:relative;width:24px;height:24px;margin-right:10px;padding:1px;border:1px solid #d0d0d0;border-radius:50%}.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper .icon{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper .icon.rounded,.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper .icon.icon-rounded{border-radius:50%}.filter-sidenav-panel-comp .menu-comp .menu-item-comp>label .xps-text{line-height:22px;padding-right:25px}.filter-sidenav-panel-comp .menu-comp .menu-item-comp.active~ul.menu-comp>li>.menu-btn{display:none}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked),.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked){position:absolute;min-width:100%;min-height:48px}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:16px;margin:4px 0px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:var(--filter-border-radius, 8px)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label{background-color:var(--sg-primary-brand-bg)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label .text-selected,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label .text-selected{font-weight:700}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label{background-color:var(--sg-page-color)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label:before,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:before{content:"";position:absolute;right:15px;width:24px;height:24px;border:2px solid var(--sg-primary-ramp-1);border-radius:100%;background:var(--sg-page-color)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:before{border:2px solid var(--sg-primary-ramp-1)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label:after,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:after{content:"";width:12px;height:12px;background:var(--sg-primary-ramp-1);position:absolute;top:22px;right:21px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:before,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;right:15px;width:22px;height:22px;border:2px solid var(--filter-black, #313638);border-radius:4px;background:var(--filter-white, #fff)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:before{border:1px solid var(--filter-grey-3, #717578)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:after,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:after{content:"";position:absolute;top:20px;right:23px;width:6px;height:12px;border:solid var(--filter-green, #4c8314);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .1s ease;transition:all .1s ease}[dir=rtl] .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:after,[dir=rtl] .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:after{-webkit-transform:scaleX(-1) rotate(-45deg);transform:scaleX(-1) rotate(-45deg)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:after{opacity:0}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:after{opacity:1}.filter-sidenav-panel-comp .menu-comp .menu-item-comp a{display:block;padding-left:5px;padding-right:10px;width:100%;cursor:pointer}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container,.filter-sidenav-panel-comp .filter-body{scrollbar-width:thin;scrollbar-color:var(--filter-scrollbar-foreground, black) var(--filter-scrollbar-background, white);scrollbar-gutter:auto}.filter-sidenav-panel-comp .filter-container::-webkit-scrollbar,.filter-sidenav-panel-comp .filter-body::-webkit-scrollbar{width:var(--filter-scrollbar-width, 8px)}.filter-sidenav-panel-comp .filter-container::-webkit-scrollbar-track,.filter-sidenav-panel-comp .filter-body::-webkit-scrollbar-track{background:var(--filter-scrollbar-background, white)}.filter-sidenav-panel-comp .filter-container::-webkit-scrollbar-thumb,.filter-sidenav-panel-comp .filter-body::-webkit-scrollbar-thumb{background-color:var(--filter-scrollbar-foreground, black);border-color:var(--filter-scrollbar-background, white);border-style:solid;border-width:var(--filter-scrollbar-border-width, 3px);border-radius:var(--filter-border-radius, 8px)}}@keyframes transition-in{0%{display:block;visibility:visible;opacity:0}100%{opacity:1}}@-webkit-keyframes filter-container-in{0%{-webkit-transform:translateX(375px);transform:translateX(375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes filter-container-in{0%{-webkit-transform:translateX(375px);transform:translateX(375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes filter-container-in-rtl{0%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes filter-container-in-rtl{0%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes filter-container-in-mobile{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes filter-container-in-mobile{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes transition-out{0%{display:block;visibility:visible;opacity:1}99%{display:block;visibility:visible;opacity:.1}100%{display:none;visibility:hidden;opacity:0}}@-webkit-keyframes filter-container-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(375px);transform:translateX(375px)}}@keyframes filter-container-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(375px);transform:translateX(375px)}}@-webkit-keyframes filter-container-out-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}}@keyframes filter-container-out-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}}@-webkit-keyframes filter-container-out-mobile{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes filter-container-out-mobile{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.filter-sidenav-panel-comp .backdrop,.filter-sidenav-panel-comp .filter-container{will-change:visibility,display,opacity}.filter-sidenav-panel-comp .filter-container{will-change:transform,visibility,display,opacity,width;width:100vw;-webkit-transform:translateY(100%);transform:translateY(100%)}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container{width:375px;-webkit-transform:translateX(375px);transform:translateX(375px)}}.filter-sidenav-panel-comp.show{display:block}.filter-sidenav-panel-comp.show .backdrop,.filter-sidenav-panel-comp.show .filter-container{display:block;visibility:visible;opacity:1}.filter-sidenav-panel-comp.show .filter-container{-webkit-transform:translateY(0);transform:translateY(0)}@media(min-width: 768px){.filter-sidenav-panel-comp.show .filter-container{-webkit-box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);-webkit-transform:translateX(0);transform:translateX(0)}}.filter-sidenav-panel-comp.in .backdrop{-webkit-animation-name:transition-in;animation-name:transition-in;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}.filter-sidenav-panel-comp.in .filter-container{-webkit-animation-name:transition-in,filter-container-in-mobile;animation-name:transition-in,filter-container-in-mobile;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 768px){.filter-sidenav-panel-comp.in .filter-container{-webkit-animation-name:transition-in,filter-container-in;animation-name:transition-in,filter-container-in}[dir=rtl] .filter-sidenav-panel-comp.in .filter-container{-webkit-animation-name:transition-in,filter-container-in-rtl;animation-name:transition-in,filter-container-in-rtl}}.filter-sidenav-panel-comp.out .backdrop{-webkit-animation-name:transition-out;animation-name:transition-out;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}.filter-sidenav-panel-comp.out .filter-container{-webkit-animation-name:transition-out,filter-container-out-mobile;animation-name:transition-out,filter-container-out-mobile;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 768px){.filter-sidenav-panel-comp.out .filter-container{-webkit-animation-name:transition-out,filter-container-out;animation-name:transition-out,filter-container-out}[dir=rtl] .filter-sidenav-panel-comp.out .filter-container{-webkit-animation-name:transition-out,filter-container-out-rtl;animation-name:transition-out,filter-container-out-rtl}}.filter-sidenav-panel-comp.hidden{display:none}.filter-sidenav-panel-comp.hidden .backdrop,.filter-sidenav-panel-comp.hidden .filter-container{display:none;visibility:hidden;opacity:0}.filter-sidenav-panel-comp.hidden .filter-container{-webkit-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 768px){.filter-sidenav-panel-comp.hidden .filter-container{-webkit-transform:translateX(0);transform:translateX(0)}}.hierarchical-menu{position:relative;display:block}.hierarchical-menu .menu-content.active a.menu-item-comp.active{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.875rem;line-height:1.625rem;border:0 none;padding-left:0;padding-top:0;padding-bottom:0;margin-bottom:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:0}.hierarchical-menu .menu-content.active a.menu-item-comp.active .menu-item-link{font-weight:700}.hierarchical-menu .menu-content.active a.menu-item-comp.active:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12' width='12' height='12'%3E%3Cpath fill='%23313638' d='M8.7,2.7c0.4-0.4,0.4-1,0-1.4C8.5,1.1,8.3,1,8,1C7.8,1,7.5,1.1,7.3,1.3c0,0-4,4-4.1,4c-0.4,0.4-0.4,1,0,1.4l4,4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L5.4,6L8.7,2.7' /%3E%3C/svg%3E");width:20px;height:1.625rem}.hierarchical-menu .menu-content.active a.menu-item-comp.active.hidden{display:none}.hierarchical-menu .menu-content.active a.menu-item-comp.active:focus{outline-offset:-1px}.range-slider-menu{display:block}.range-slider-menu .range-slider-container{display:block;padding:.5rem 1rem}.range-slider-menu .range-slider-container .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}.range-slider-menu .range-slider-container .input-wrapper .xps-component__input{font-size:1rem;font-weight:700}.range-slider-menu .range-slider-container .range-wrapper{display:block}.filter-clear-refinements{display:inline-block}.filter-clear-refinements .filter-clear-all{text-decoration:underline;background:rgba(0,0,0,0);border:0 none;cursor:pointer}.filter-current-refinements{display:inline;position:relative}.filter-current-refinements .pill{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:5px 10px;margin:0 10px 10px 0;background-color:var(--filter-grey-2, #f2f2f2);font-family:var(--filter-primary-font, "Helvetica-Neue");font-size:var(--filter-font-sm, 14px);line-height:var(--filter-line-hight-sm, 16px);font-weight:var(--filter-font-weight-normal, 400);color:var(--filter-black, #313638);border-radius:var(--filter-border-radius, 8px)}.filter-current-refinements .pill svg{width:8px;height:8px}.xps-pill-buttons-group{display:-webkit-box;display:-ms-flexbox;display:flex;row-gap:16px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;padding:8px 16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.xps-filter-bar{padding:40px}.xps-filter-bar-options{padding-top:1.5rem;padding-bottom:1.5rem}.xps-filter-bar-options [class*=col-]{padding-left:0;padding-right:0}.xps-filter-bar-options-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}@media(max-width: 576px){.xps-filter-bar-options-left .xps-btnv2:not(:first-child),.xps-filter-bar-options-left .hw-payment-form__content .hw-form-transfer-methods .hw-button:not(:first-child),.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-options-left .hw-button:not(:first-child){display:none}}.xps-filter-bar-options-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width: 768px){.xps-filter-bar-options-right .xps-btnv2:not(:first-child),.xps-filter-bar-options-right .hw-payment-form__content .hw-form-transfer-methods .hw-button:not(:first-child),.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-options-right .hw-button:not(:first-child){display:none}}.xps-filter-bar-filtered-options{padding-bottom:1.5rem;padding-left:0;padding-right:0;row-gap:16px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.xps-filter-bar-filtered-options .xps-filter-bar-filtered-options-clear-all-filter.xps-btnv2,.xps-filter-bar-filtered-options .hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-filtered-options-clear-all-filter.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-filtered-options .xps-filter-bar-filtered-options-clear-all-filter.hw-button{margin-left:8px}.xps-filter-bar-result-text .xps-btnv2.btn-sm,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .btn-sm.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .btn-sm.hw-button{--xps-btn-height-sm: 25px}.xps-filter-bar-result-text .xps-btnv2.btn-lg,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .xps-btnv2.hw-button,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .btn-lg.hw-button,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .hw-button{--xps-btn-height-lg: 25px}.xps-filter-bar-result-text .searchResultText{padding-left:4px}.xps-filter-bar-result-text .searchResultText:not(:last-child){padding-right:4px}@media(max-width: 375px){.xps-filter-bar{padding:20px}}.xps-pc-config{--plp-white: #fff;--plp-black: #313638;--plp-gray: rgba(49, 54, 56, 0.58);--plp-light-gray: #e2e2e2;--plp-light-gray-1: #717578}.xps-pc{position:relative;background-color:var(--plp-white);padding:20px;border:1px var(--plp-light-gray) solid;text-align:center;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;height:100%}.xps-pc:hover{border:1px var(--plp-black) solid}.xps-pc:hover .xps-pc-img{position:relative;-webkit-transform:scale(1.08);transform:scale(1.08)}.xps-pc .xps-pc-promo-badge{position:absolute;top:15px;left:15px;z-index:9;display:inline-block;padding:3px 15px;color:var(--plp-white);text-transform:uppercase;background-color:var(--plp-black);border-radius:3px}@media(max-width: 768px){.xps-pc .xps-pc-promo-badge .xps-pc-promo-text{font-size:.875rem}}.xps-pc .xps-pc-img{max-width:375px;max-height:375px;margin:auto;-webkit-transition:-webkit-transform 250ms ease-in-out;transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out;transition:transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out}.xps-pc .xps-pc-img img{width:100%;height:100%}.xps-pc .xps-pc-price-wrapper{margin:15px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px}@media(min-width: 768px){.xps-pc .xps-pc-price-wrapper{margin:20px 0 15px;gap:8px}}.xps-pc .xps-pc-price-wrapper .xps-pc-price{margin:0;color:var(--plp-black)}@media(max-width: 768px){.xps-pc .xps-pc-price-wrapper .xps-pc-price{font-size:.875rem}}.xps-pc .xps-pc-price-wrapper .xps-pc-price.xps-pc-line-through{text-decoration:line-through;font-weight:normal;color:var(--plp-light-gray-1)}.xps-pc .xps-pc-product-name{font-size:16px;line-height:24px;color:var(--plp-black);margin:0;z-index:1}@media(min-width: 768px){.xps-pc .xps-pc-product-name{font-size:18px;line-height:26px}}.xps-pc .xps-pc-description{color:var(--plp-gray);display:none}@media(min-width: 768px){.xps-pc .xps-pc-description{display:block;margin:0}}.xps-pc .xps-pc-swatches{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}@media(min-width: 768px){.xps-pc .xps-pc-swatches{position:absolute;top:15px;right:15px;display:unset;margin-top:unset}}.xps-pc a{display:grid;text-decoration:none}.xps-pc .xps-pc-rating{margin-top:15px}@media(min-width: 768px){.xps-pc .xps-pc-rating{margin-top:20px}}.xps-pc .xps-pc-rating .bv_main_container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-st-pc{padding:0 0 20px;display:grid;grid-template-columns:auto 1fr;gap:15px}@media(min-width: 768px){.xps-st-pc{padding:0}}.xps-st-pc:last-child{padding:0}.xps-st-pc .xps-st-pc-lt{width:100%;height:100%}.xps-st-pc .xps-st-pc-lt img{width:100%;height:100%;max-width:120px;max-height:120px;aspect-ratio:1/1;display:block;border-radius:8px}@media(min-width: 768px){.xps-st-pc .xps-st-pc-lt img{border-radius:unset}}.xps-st-pc .xps-st-pc-rt a{text-decoration:none;color:inherit}.xps-st-pc .xps-st-pc-rt .xps-st-pc-promo-badge{display:inline-block;padding:2px 8px;color:var(--plp-black);background-color:var(--plp-white);text-transform:uppercase;border-radius:3px}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-promo-badge{color:var(--plp-white);background-color:var(--plp-black)}}.xps-st-pc .xps-st-pc-rt .xps-st-pc-product-name{margin:0 0 7px;color:var(--plp-white);display:block}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-product-name{color:var(--plp-black);margin:7px 0}}.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:7px}.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price{margin:0;color:var(--plp-white);font-weight:700}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price{color:var(--plp-black)}}.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price.xps-st-pc-line-through{text-decoration:line-through;color:var(--plp-white);font-weight:400}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price.xps-st-pc-line-through{color:var(--plp-light-gray-1)}}.xps-pc-swatch-picker.vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;list-style:none;margin:0;padding:0;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(min-width: 768px){.xps-pc-swatch-picker.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.xps-pc-swatch-picker.vertical .vs-color-lists{height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.xps-pc-swatch-picker.vertical .vs-colors{position:relative;overflow:hidden;border:0;background:rgba(0,0,0,0);width:20px;height:20px;border-radius:50%;padding:0;margin:0}.xps-pc-swatch-picker.vertical .vs-more .vs-more-btn{border:0;background:rgba(0,0,0,0);cursor:pointer}.xps-pc-swatch-picker.vertical .vs-more .vs-more-btn .vs-more-text{text-transform:uppercase;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;font-size:11px}.xps-pc-swatch-picker.vertical.vs-mobile .vs-colors{width:16px;height:16px}.xps-pct2{height:100%;width:100%;border-radius:1pc;-webkit-transition:border .25s ease-in-out;transition:border .25s ease-in-out;padding:48px 0 64px 0;overflow:auto}@media(min-width: 992px){.xps-pct2{overflow:unset}}.xps-pct2-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding-bottom:24px;position:relative}.xps-pct2-row>div{min-width:300px}@media(min-width: 992px){.xps-pct2-row>div{min-width:334px}}.xps-pct2-sticky-title{position:sticky;z-index:998;top:0;background:var(--sg-secondary-ramp-1)}.xps-pct2-sticky-title-sections{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:16px;background:var(--sg-secondary-ramp-1)}.xps-pct2-sticky-title .xps-pct2--product-summary-title{display:none}@media(min-width: 992px){.xps-pct2-sticky-title .xps-pct2--product-summary-title{display:block}}@media(min-width: 768px){.xps-pct2{padding:65px 0 81px 0}}@media(min-width: 992px){.xps-pct2{padding:72px 0 88px 0}}.xps-pct2 p.xps-pct2--product-summary-title{margin-bottom:16px}.xps-pct2--product-summary{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:40px}@media(min-width: 992px){.xps-pct2--product-summary-title{display:none}}.xps-pct2--product-summary-image{width:100%;margin-bottom:18px;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out;-o-object-fit:contain;object-fit:contain;background-color:var(--sg-alert-bg-grey)}.xps-pct2--product-summary-swatch-picker-container{--xps-swtchpicker-size: 20px;margin-top:0;min-height:20px}.xps-pct2--product-summary-price{margin-top:18px}.xps-pct2--product-summary-add-to-cart-button{margin-top:20px}.xps-pct2--product-summary-view{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px;padding:0 !important;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto !important}.xps-pct2--product-summary-view svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.xps-pct2--product-specification{color:var(--sg-primary-ramp-1)}.xps-pct2--product-specification .xps-pct2--with-icons img{width:32px;height:32px;margin-right:16px}.xps-pct2--product-specification-item{padding:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid var(--sg-primary-ramp-6)}.xps-pct2--product-specification-item .xps-pct2--specification-content-description ul{line-height:24px}.xps-pct2--product-specification-item .xps-pct2--specification-content-description ul li{margin-bottom:4px}.xps-pct2--product-specification-item .xps-pct2--specification-content-description ul li:last-child{margin:0}.xps-pct2--product-specification .xps-pct2--with-icons .xps-pct2--specification-content-description{-webkit-line-clamp:3}.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-sm, 1);-moz-column-count:var(--xps-ps-column-count-sm, 1);column-count:var(--xps-ps-column-count-sm, 1);color:var(--xps-ps-font-color, #313638)}@media(min-width: 768px){.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-md, 2);-moz-column-count:var(--xps-ps-column-count-md, 2);column-count:var(--xps-ps-column-count-md, 2)}}@media(min-width: 992px){.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-lg, 3);-moz-column-count:var(--xps-ps-column-count-lg, 3);column-count:var(--xps-ps-column-count-lg, 3)}}@media(min-width: 1200px){.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-xl, 3);-moz-column-count:var(--xps-ps-column-count-xl, 3);column-count:var(--xps-ps-column-count-xl, 3)}}.xps-product-spec-container .xps-ps-showmore{color:var(--sg-primary-ramp-1);text-decoration:underline;cursor:pointer;display:unset;margin-top:28px}@media(min-width: 768px){.xps-product-spec-container .xps-ps-showmore{display:none}}.xps-product-spec-container .xps-ps-showmore h6{margin:0}.xps-ps-feature-section{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;margin:20px 0}.xps-ps-feature-section-icon{height:48px;width:48px;border-radius:50%;background-color:var(--xps-ps-icon-background-color, transparent);-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:16px}.xps-ps-feature-section-icon img{height:100%;width:100%}.xps-ps-feature-section-content{width:100%}.xps-ps-feature-section-content-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-ps-feature-section-content-title p{margin:0}.xps-ps-feature-section-content-description{margin-top:8px}.xps-ps-feature-section-content-description ul{margin:0;list-style:none}.xps-ps-feature-section-content-description ul li{position:relative;padding-left:8px;line-height:24px}.xps-ps-feature-section-content-description ul li::before{position:absolute;content:"•";left:0;top:-1px}.xps-teaser__promo-tile{--promo-height: 514px;--promo-width: 325px;--promo-action-link-width: 180px;--promo-action-link-border-width: 2px;--promo-action-link-border-radius: 50px;--promo-primary-color: #313638;--promo-secondary-color: #fff;position:relative;z-index:10;width:var(--promo-width);height:var(--promo-height);color:var(--promo-primary-color)}.xps-teaser__promo-tile--white-theme{--promo-primary-color: #fff;--promo-secondary-color: #313638}.xps-teaser__promo-tile .xps-teaser__image{position:absolute;width:100%;height:100%}.xps-teaser__promo-tile .xps-teaser__image .xps-image{height:100%}.xps-teaser__promo-tile .xps-teaser__image .xps-image__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xps-teaser__promo-tile .xps-teaser__content{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;width:85%;height:100%;margin:auto;text-align:center}@media(min-width: 992px){.xps-teaser__promo-tile .xps-teaser__content{max-width:335px}}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-top{top:0%;padding-top:40px}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title-logo{width:10rem;height:3rem;margin:0 auto 15px}@media(min-width: 992px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title-logo{width:14rem;height:4rem;margin:0 auto 10px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title{margin-bottom:15px;font-size:28px;line-height:36px}@media(min-width: 768px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title{font-size:32px;line-height:44px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__description{margin-bottom:5px}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__description .xps-teaser__description-inner{margin:0}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;margin-bottom:30px}@media(min-width: 768px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container{margin-bottom:40px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{width:var(--promo-action-link-width);padding:10px 0;color:var(--promo-primary-color);font-size:16px;text-decoration:none;background-color:rgba(0,0,0,0);border:var(--promo-action-link-border-width) solid var(--promo-primary-color);border-radius:var(--promo-action-link-border-radius)}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link:hover{width:calc(var(--promo-action-link-border-width) + 1px + var(--promo-action-link-width));margin:-1px;border-width:calc(var(--promo-action-link-border-width) + 1px)}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link:focus{color:var(--promo-secondary-color);background-color:var(--promo-primary-color);outline-color:var(--promo-primary-color);-webkit-transition:color 250ms ease-in-out,background-color 250ms ease-in-out;transition:color 250ms ease-in-out,background-color 250ms ease-in-out}.xps-support-doc-container .xps-support-doc-title{margin-bottom:24px}.xps-support-doc-container .xps-support-doc-title h5{margin:0}.xps-support-doc-container .xps-support-doc-title.xps-support-doc-title-align-center{text-align:center}.xps-support-doc-container .xps-support-doc-row{margin-left:-10px;margin-right:-10px;margin-top:-5px}@media(min-width: 768px){.xps-support-doc-container .xps-support-doc-row{margin-top:-10px}}@media(min-width: 992px){.xps-support-doc-container .xps-support-doc-row{margin-top:0px}}.xps-support-doc-container .xps-support-doc-item{min-height:210px;padding:5px}@media(min-width: 768px){.xps-support-doc-container .xps-support-doc-item{padding:10px}}@media(min-width: 992px){.xps-support-doc-container .xps-support-doc-item{padding:0 10px;max-width:20%}}.xps-support-doc-container .xps-support-doc-item-link{background-color:var(--xps-sd-tile-bg-color, #F8F4F0);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:var(--xps-sd-tile-border-radius, 8px);text-decoration:none;color:var(--xps-sd-tile-text-color, #313638);padding:0 32px;text-align:center}.xps-support-doc-container .xps-support-doc-item-link:hover{background-color:var(--xps-sd-tile-bg-hover-color, #EFE7DD)}.xps-support-doc-container .xps-support-doc-item-link img{height:48px !important;width:48px !important;-o-object-fit:contain;object-fit:contain}.xps-support-doc-container .xps-support-doc-item-link p{margin:0;margin-top:16px}.bof-config{--bof-line-item-image-size-desktop: 148px;--bof-line-item-image-size-mobile: 80px;--bof-line-item-child-image-size-desktop: 112px;--bof-line-item-child-image-size-mobile: 80px;--bof-line-item-gap: 40px;--bof-line-item-gap-sm: 1.5rem;--bof-line-item-separator-height: 1px;--bof-line-item-separator-color: rgba(49, 54, 56, 0.26);--bof-line-item-body-gap: 0px;--bof-line-item-control-gap: 12px;--bof-line-item-attribute-gap: 4px;--bof-line-item-attribute-group-gap: 12px;--bof-line-item-head-body-gap: 1.75rem;--bof-line-item-body-action-gap: 0.625rem;--bof-line-item-table-border-color: rgba(49, 54, 56, 0.26);--bof-round-icon-border-color: #e2e2e2;--bof-line-item-control-flex-direction-mobile: column}.bof-config.summary{--bof-line-item-image-size-desktop: 80px;--bof-line-item-head-body-gap: 1rem;--bof-line-item-body-action-gap: 1rem;--bof-line-item-gap: 12px;--bof-line-item-separator-height: 0}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.productRegistration__form--serialno .xps-component__input,.productRegistration__text .xps-component__input,.xps-datepicker .dialog-sheet,.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.order-summary__applied-promo .order-summary__remove-promo span,.auth.sign-in .sign-in--forgot-password span{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.cmp-purchase__root .__react_component_tooltip,.xps-default-tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.accordionV2{width:100%}.accordionV2--solo{background-color:var(--accordion-bg-color);padding:8px 24px;border-radius:var(--accordion-border-radius, 4px)}.accordionV2--solo .accordionV2__header{padding:16px 0}.accordionV2--solo .expanded{padding:8px 0 16px}.accordionV2__header{width:100%;border:none;background:none;text-align:left;cursor:pointer}.accordionV2__header.non-clickable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.accordionV2__header:focus{outline:unset}.accordionV2__header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:2px}.accordionV2__content{--content-height: 100%;display:none;height:100%;max-height:0;overflow:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.accordionV2__content.expanded{max-height:var(--content-height);opacity:1;display:inherit}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__header *{color:var(--sg-primary-ramp-1) !important;margin:unset}.accordion__header svg{pointer-events:none}.bof.line-item{display:block;min-width:0;margin-top:var(--bof-line-item-gap, 40px)}@media(min-width: 767.9px){.bof.line-item .hide-desktop{display:none !important}}@media(max-width: 767.8px){.bof.line-item .hide-mobile{display:none !important}}.bof.line-item~.bof.line-item{margin-top:var(--bof-line-item-gap, 40px)}.bof.line-item~.bof.line-item:before{content:"";display:block;width:100%;height:var(--bof-line-item-separator-height);background-color:var(--bof-line-item-separator-color);margin-bottom:var(--bof-line-item-gap, 40px)}.bof.line-item>.main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;height:auto;width:auto;max-width:100%;min-width:0}.bof.line-item>.main-wrapper~.child-wrapper{display:block;margin-top:var(--bof-line-item-gap, 40px);width:auto;min-width:0;max-width:100%}@media(min-width: 768px){.bof.line-item>.main-wrapper~.child-wrapper .child-wrapper{margin-left:var(--bof-line-item-image-size-desktop)}}@media(min-width: 768px){.bof.line-item>.main-wrapper~.child-wrapper{margin-left:var(--bof-line-item-image-size-desktop);padding-left:var(--bof-line-item-head-body-gap, 1.75rem)}.bof.line-item>.main-wrapper~.child-wrapper .child-wrapper{padding-left:0}}.bof.line-item>.main-wrapper~.child-wrapper .bof.line-item~.bof.line-item:before{display:none;height:0}.bof.line-item>.main-wrapper~.child-wrapper>p:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h1:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h2:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h3:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h4:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h5:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h6:first-child{margin-bottom:var(--bof-line-item-gap, 40px)}.bof.line-item .head-container{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;width:var(--bof-line-item-image-size-mobile)}@media(min-width: 768px){.bof.line-item .head-container{width:var(--bof-line-item-image-size-desktop)}}.bof.line-item .head-container img{display:block;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:var(--bof-line-item-image-size-mobile)}@media(min-width: 768px){.bof.line-item .head-container img{max-height:var(--bof-line-item-image-size-desktop)}}.bof.line-item .child-wrapper .head-container{width:var(--bof-line-item-child-image-size-mobile)}@media(min-width: 768px){.bof.line-item .child-wrapper .head-container{width:var(--bof-line-item-child-image-size-desktop)}}.bof.line-item .child-wrapper .bof.line-item:after{margin-top:0px;background-color:unset}.bof.line-item .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--bof-line-item-control-gap, 12px);width:100%}.bof.line-item .body-container>.content-wrapper{padding:0 16px}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper{padding:0 40px 0 28px}}.bof.line-item .body-container>.content-wrapper.no-wrap{grid-template-columns:auto minmax(75px, auto)}.bof.line-item .body-container>.content-wrapper.no-image{padding:0}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper{grid-template-columns:auto minmax(75px, auto)}}.bof.line-item .body-container>.content-wrapper .content,.bof.line-item .body-container>.content-wrapper .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bof.line-item .body-container>.content-wrapper .content .promo-item-attr{color:var(--breville-alerts-alert-success, #007A31)}.bof.line-item .body-container>.content-wrapper .info .item-attr{margin:0}.bof.line-item .body-container>.content-wrapper .info .promo-item-attr{color:var(--breville-alerts-alert-success, #007A31)}.bof.line-item .body-container>.content-wrapper .content{gap:var(--bof-line-item-control-gap, 12px);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bof.line-item .body-container>.content-wrapper .content .content-grid{display:block}.bof.line-item .body-container>.content-wrapper .content .title-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .content .title-price-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.bof.line-item .body-container>.content-wrapper .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-secondary-brand-bg, #313638);width:100%}.bof.line-item .body-container>.content-wrapper .price-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.bof.line-item .body-container>.content-wrapper .info-btn{display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;width:auto;height:auto;margin-left:.5rem;margin-right:.5rem;margin-top:.25rem;padding:0}.bof.line-item .body-container>.content-wrapper .info-btn svg{width:22px;height:22px}.bof.line-item .body-container>.content-wrapper .attr-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.bof.line-item .body-container>.content-wrapper .attr-container .attr-group:last-of-type{margin-bottom:0}.bof.line-item .body-container>.content-wrapper .attr-container .attr-group~.attr-group{margin-top:var(--bof-line-item-attribute-group-gap, 12px)}.bof.line-item .body-container>.content-wrapper .controls-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.bof.line-item .body-container>.content-wrapper .controls-container .control-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--bof-line-item-control-flex-direction-mobile, "column");flex-direction:var(--bof-line-item-control-flex-direction-mobile, "column");gap:var(--bof-line-item-control-gap, 12px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:var(--bof-line-item-control-gap, 12px)}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .controls-container .control-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + var(--bof-line-item-control-gap, 12px));margin-bottom:0}}.bof.line-item .body-container>.content-wrapper .controls-container .control-group>*:last-child{margin-bottom:0}.bof.line-item .body-container>.content-wrapper .info{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bof.line-item .body-container>.content-wrapper.no-wrap .info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.bof.line-item .body-container>.content-wrapper .info del{margin-left:0;margin-right:.5rem}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .info del{margin-left:.5rem}}.bof.line-item-attribute{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;height:auto;width:auto;max-width:100%;min-width:0;color:var(--sg-secondary-brand-bg, #313638)}.bof.line-item-attribute~.bof.line-item-attribute{margin-top:var(--bof-line-item-attribute-gap, 4px)}.bof.line-item-attribute .img-container{display:block;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;margin-right:.5rem}.bof.line-item-attribute .img-container img{display:block;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;max-width:24px;max-height:24px;margin:0 auto}.bof.line-item-attribute .img-container img.round{border:1px solid var(--bof-round-icon-border-color, #e2e2e2);border-radius:50%}.bof.line-item-attribute .attr-label{margin-top:0;margin-bottom:0;color:var(--sg-secondary-brand-bg, #313638)}.bof.line-item-attribute .attr-label .xps-badge{display:inline-block;margin-right:.5rem}.bof.line-item-attribute .attr-label .xps-badge:first-child{margin-left:0}.bof.line-item-attribute .attr-label .tooltip-wrapper{display:inline-block;height:1rem}.bof.line-item-attribute .attr-label .tooltip-wrapper .tooltip-element{vertical-align:middle}.bof.line-item-attribute ul{margin:0;padding:0;list-style-position:inside}.bof.line-item-attribute table{border-color:var(--bof-line-item-table-border-color, rgba(49, 54, 56, 0.26));border-collapse:collapse}.bof.line-item-attribute table tr>td{padding:.375rem}.bof.line-item-attribute table tr>td:first-child{padding-left:0}.bof.line-item-control{display:block}.bof.line-item-control .xps-alert,.bof.line-item-control .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .bof.line-item-control .hw-global-errors-error{padding:10px}.bof.line-item-control .gwp-line-item-alert{padding:0}.bof.order-summary{background-color:var(--sg-primary-ramp-7, #f7f7f7)}.bof.order-summary .os-line-items{margin-bottom:24px;padding-bottom:16px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}.bof.order-summary .os-line-items .content{--bof-line-item-control-gap: 20px}.bof.order-summary .order-summary__amount-details{margin-bottom:24px;padding-bottom:24px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}@media(min-width: 992px){.bof.order-summary .order-summary__amount-details{row-gap:unset;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.bof.order-summary .order-summary__amount-details .order-summary__amount-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.bof.order-summary .order-summary__amount-details .order-summary__amount-item:last-child{margin-bottom:unset}.bof.order-summary .order-summary__amount-details .order-summary__amount-item .item-charge-amount{text-align:right}.bof.order-summary .order-summary__promo{position:relative}.order-summary-cart-footer .os-action-placeholder .os-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:24px}.order-summary-cart-footer .os-action-placeholder .os-action .os-action__btn{width:100%}.order-summary-cart-footer .os-pay{display:block;margin-top:40px}.order-summary-cart-footer .os-pay .os-pay__title{margin-bottom:16px;text-align:center}@media(min-width: 768px){.order-summary-cart-footer .os-pay .os-pay__title{text-align:left;padding-left:unset}}@media(min-width: 992px){.order-summary-cart-footer .os-pay .os-pay__title{text-align:center}}.order-summary-cart-footer .os-pay .os-pay__options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-summary-cart-footer .os-pay .os-pay__options img{max-height:28px}@media(min-width: 768px){.order-summary-cart-footer .os-pay .os-pay__options{margin:unset;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media(min-width: 992px){.order-summary-cart-footer .os-pay .os-pay__options{margin:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 992px){.order-summary-cart-footer .os-action-placeholder{min-height:48px}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top,.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom{position:fixed;background-color:#fff;width:100%;left:0;right:0;z-index:980;padding:1rem;margin:0}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top .os-action__btn,.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom .os-action__btn{-webkit-animation:scale-up-center .25s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;animation:scale-up-center .25s cubic-bezier(0.39, 0.575, 0.565, 1) forwards}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top{top:0;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom{bottom:0;border-top:1px var(--bof-line-item-separator-color, #acaeaf) solid}}.os-express-checkout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.os-express-checkout__paypal .adyen-checkout__paypal__button{margin:0}.os-express-checkout__paypal[data-disabled=true]{cursor:pointer}.os-express-checkout__paypal[data-disabled=true]>*{pointer-events:none}.os-express-checkout__apple{height:45px}.os-express-checkout__apple .adyen-checkout__applepay__button{width:100%;height:45px;border-radius:100px}.os-express-checkout__apple[data-disabled=true]{cursor:pointer}.os-express-checkout__apple[data-disabled=true]>*{pointer-events:none}.order-summary__head{display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:20px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}@media(min-width: 992px){.order-summary__head{grid-template-columns:auto auto;row-gap:unset;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.order-summary__head .order-summary__edit-cart{color:var(--sg-secondary-brand-bg, #313638);text-decoration:underline}@media(min-width: 992px){.order-summary__head .order-summary__product-count{display:none}}.order-summary__head .edit-cart-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 992px){.order-summary__head .edit-cart-btn{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.order-summary__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-column:span 2;cursor:pointer}.order-summary__title.inactive{cursor:default}@media(min-width: 992px){.order-summary__title{grid-column:unset;display:unset}}@media(min-width: 992px){.order-summary__title .order-summary__icon{display:none}}.order-summary__title .order-summary__icon.hidden{display:none;cursor:default}.os-order-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.os-order-total .os-order-total__amount{font-size:28px;line-height:32px}.order-summary__add-promo{display:grid;grid-template-columns:auto auto;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.order-summary__discount-price{color:var(--sg-alert-main-success)}.order-summary__discount-price.success{margin-left:10px}.order-summary__applied-promo{display:grid;grid-template-columns:auto auto;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-summary__applied-promo .order-summary__remove-promo{--xps-btn-height-lg: 24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--sg-secondary-brand-bg) !important;padding:0 !important;width:-webkit-max-content;width:-moz-max-content;width:max-content}.order-summary__applied-promo .order-summary__discount-text{display:inline}.order-summary__applied-promo .order-summary__discount-text.badge{border-radius:4px}.order-summary__applied-promo .order-summary__discount-price{color:var(--sg-alert-main-success)}.order-summary__applied-promo .promocode-remove{height:10px;margin-left:5px;cursor:pointer}.xps-order-confirmation{color:var(--sg-primary-ramp-1)}@media(max-width: 768px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__title-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__order-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:24px;margin:40px 0 0;border-radius:16px;background-color:var(--sg-primary-ramp-7)}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__order-detail .xps-order-confirmation--order-label{margin-right:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message{margin:40px 0}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-fusion-message__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-fusion-message__title{padding-bottom:24px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--sg-primary-ramp-7);border-radius:16px;padding:24px;padding-bottom:4px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__icon,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__icon{margin-right:22px;width:30px;height:30px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__subtitle,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__subtitle{display:inline;margin-right:5px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__email,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__email{word-break:break-word}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__description,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__description{margin-top:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment{display:grid}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment{grid-template-columns:repeat(2, 1fr);margin-bottom:40px;gap:40px 10px}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment h3{margin-bottom:8px}[dir=rtl] .xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .phonenumberLTR{direction:ltr;text-align:end}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__delivery{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__delivery{margin-bottom:unset}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section{margin-bottom:unset}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation .xps-address-order-confirmation__cc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation .xps-address-order-confirmation__payment-icon{width:40px;height:28px;margin-right:12px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__billing{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__billing{margin-bottom:unset}}@media(max-width: 768px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-summary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.shipping-address-section{border:unset}.shipping-address-section .subtitle{margin-top:8px}.shipping-address-section .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.shipping-address-section .rc-collapse:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item{padding:0;background-color:var(--sg-secondary-ramp-1);border-radius:16px;border:1px solid var(--sg-primary-ramp-1);margin-bottom:16px}.shipping-address-section .rc-collapse .rc-collapse-item:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active{border-width:3px}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header{margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1);padding:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{overflow:unset;background-color:unset;padding:0 24px}@media(min-width: 768px){.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{padding:0 24px 0 64px}}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box .deliveryAddress{padding-bottom:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content.rc-collapse-content-active.rc-collapse-motion.rc-collapse-motion-enter.rc-collapse-motion-enter-active{height:unset !important}.shipping-address-section .rc-collapse .rc-collapse-item:focus,.shipping-address-section .rc-collapse .rc-collapse-item:focus-within,.shipping-address-section .rc-collapse .rc-collapse-item:focus-visible{outline:thin dashed var(--sg-primary-ramp-1);outline-offset:-2px}.shipping-address-section .edit-address-btn{cursor:pointer;text-decoration:underline}.shipping-address-section .save-address-btn{margin-top:28px}.gs-inspo-card{--gs-inspo-black: #000;--gs-inspo-white: #fff;--gs-inspo-gray: #313638;--gs-inspo-purple: #421540;--gs-inspo-border-radius: 8px}.gs-inspo-card{display:grid;grid-template-columns:1fr;gap:15px}.gs-inspo-card .gs-card-header .gs-card-link{position:relative;display:block;overflow:hidden;background-color:var(--gs-inspo-gray, #313638);border-radius:var(--gs-inspo-border-radius, 8px);height:100%}.gs-inspo-card .gs-card-header .gs-card-link:after{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);background:-webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(28%, rgba(0, 0, 0, 0.2)), color-stop(90%, transparent));background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.2) 28%, transparent 90%);content:""}.gs-inspo-card .gs-card-header img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;position:relative;aspect-ratio:16/9}.gs-inspo-card .gs-card-header .gs-card-img{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out}.gs-inspo-card .gs-card-header .gs-duration{position:absolute;top:5px;left:5px;color:var(--gs-inspo-white);z-index:99}@media(min-width: 768px){.gs-inspo-card .gs-card-header .gs-duration{top:15px;left:15px}}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container>.icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:5px}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container>.icon svg path{--h-color: var(--gs-inspo-white, #fff)}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container .gs-total-tm-divider{margin:0 3px;font-weight:700;line-height:.625rem}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container .gs-time-text{margin:0}@media(max-width: 768px){.gs-inspo-card .gs-card-header .gs-duration .gs-time-container .gs-time-text{font-size:14px}}.gs-inspo-card .gs-card-body .gs-card-badge{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;margin-bottom:6px;text-transform:capitalize}.gs-inspo-card .gs-card-body .gs-badge-type{background-color:var(--gs-inspo-white);border-color:var(--gs-inspo-black);color:var(--gs-inspo-black)}.gs-inspo-card .gs-card-body .gs-card-title{font-size:18px;line-height:26px;margin:0}@media(max-width: 768px){.gs-inspo-card .gs-card-body .gs-card-title{font-size:14px;line-height:22px}}.gs-inspo-card .gs-card-body .gs-masterclass-text{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;margin-top:5px}@media(min-width: 768px){.gs-inspo-card .gs-card-body .gs-masterclass-text{gap:10px}}@media(min-width: 1200px){.gs-inspo-card .gs-card-body .gs-masterclass-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.gs-inspo-card .gs-card-body .gs-masterclass-text svg{display:block}.gs-inspo-card .gs-card-body .gs-masterclass-text p{line-height:20px;margin:0}.gs-inspo-card .gs-card-body a{display:block;text-decoration:none;color:unset}.gs-inspo-card:hover .gs-card-img,.gs-inspo-card:focus .gs-card-img{-webkit-transform:scale(1.08);transform:scale(1.08)}.gs-st-inspo-card{grid-template-columns:auto}@media(min-width: 768px){.gs-st-inspo-card{grid-template-columns:auto 2.5fr}}.gs-st-inspo-card .gs-card-header{max-width:165px}@media(min-width: 768px){.gs-st-inspo-card .gs-card-header{max-width:unset}}.gs-st-inspo-card .gs-card-header .gs-card-link{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset}.gs-st-inspo-card .gs-card-body h2{margin:0}.gs-st-inspo-card .gs-card-badge{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gs-st-inspo-card img{aspect-ratio:3/2 !important;max-height:120px}.gs-st-inspo-card .gs-duration{top:10px !important;left:10px !important}.gs-st-inspo-card .gs-time-text{font-size:12px !important;line-height:16px !important}.xps-datepicker{width:312px}.xps-datepicker .dialog-sheet{background-color:var(--sg-primary-brand-bg, #F5F5F5);border-width:1px 1px 1px 1px;border-style:solid;border-color:var(--sg-primary-ramp-1, #313638);border-radius:4px;z-index:1}.xps-datepicker .rdp-day_selected,.xps-datepicker .rdp-day_selected:focus-visible,.xps-datepicker .rdp-day_selected:hover{background-color:var(--sg-brand-accent-1, #421540);border:unset;outline:unset;color:var(--sg-secondary-ramp-1, #FFFFFF)}.xps-datepicker .rdp-months{direction:ltr}[dir=rtl] .xps-datepicker .rdp-months{direction:ltr}[dir=rtl] .xps-datepicker .rdp-months .rdp-dropdown_icon{margin:0 0 0 5px}.fileupload__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0px;gap:20px;border:2px dashed var(--sg-alert-main-grey, #BAB9B8);border-radius:12px;margin-bottom:20px}.fileupload__container--error{border:2px dashed var(--sg-alert-main-error, #CA0813);border-radius:12px}.fileupload__container--focus{border:2px solid var(--sg-alert-main-info, #046B99);border-radius:12px;background-color:var(--sg-alert-bg-info)}.fileupload__container--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px;gap:20px;color:var(--sg-primary-ramp-1, #313638);width:100%;text-align:center}.fileupload__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fileupload__layout input[type=file]{display:none}.fileupload__layout .fileupload__button{cursor:pointer}.fileupload__container--file-uploaded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;background-color:var(--sg-alert-bg-grey, "#F5F5F5");-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;border-radius:4px;word-break:break-all}.fileupload__container--file-uploaded .fileupload__container--file-details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #313638)}.fileupload__container--file-uploaded .fileupload__container--file-size{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #313638)}.fileupload__container--file-uploaded .file__button--remove{cursor:pointer;-ms-flex-item-align:center;align-self:center}.fileupload__container--file-uploaded .fileicon__document{color:var(--sg-primary-ramp-4)}.xps-sec-nav{width:100%}.xps-sec-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px 0px 24px;gap:24px;margin:0px;list-style:none;overflow-x:auto}@media(min-width: 768px){.xps-sec-nav-list{gap:32px}}.xps-sec-nav-list>li:first-child .xps-text{font-weight:600;pointer-events:none}.xps-sec-nav-list-item__single-item{text-decoration:none}.xps-sec-nav-list-item__single-item .xps-text{width:-webkit-max-content;width:-moz-max-content;width:max-content}.xps-pct{height:100%;width:318px;border:1px solid #e2e2e2;border-radius:1pc;-webkit-transition:border .25s ease-in-out;transition:border .25s ease-in-out;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-pct:hover{border:1px solid #313638}.xps-pct:hover .xps-pct--product-summary a img{-webkit-transform:scale(1.1);transform:scale(1.1)}.xps-pct--product-summary{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px;text-align:center}.xps-pct--product-summary a img{height:225px;margin-bottom:10px;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out;-o-object-fit:contain;object-fit:contain}.xps-pct--product-summary-price{font-size:16px;font-weight:700;min-height:25px}.xps-pct--product-summary-title{min-height:60px;font-size:20px;font-family:"ArcherSSm-Book";font-weight:500}.xps-pct--product-summary-view{display:block;margin-top:20px}.xps-pct--product-summary-view-btn{font-weight:700;color:#fff;background-color:#4c8314;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out;border:1px solid #4c8314;border-radius:8px;padding:15px 30px;width:100%}.xps-pct--product-summary-view-btn:hover{background-color:#fff;color:#4c8314}.xps-pct--product-specification .xps-pct--with-icons img{width:40px;height:40px;margin-right:25px}.xps-pct--product-specification-item{padding:20px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:110px}.xps-pct--product-specification-item:nth-child(odd){background-color:#f8f8f8}.xps-pct--product-specification-item .xps-pct--specification-content-name{font-size:18px;font-weight:700;margin-bottom:5px}.xps-pct--product-specification-item .xps-pct--specification-content-description{color:#313638;font-size:14px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xps-pct--product-specification .xps-pct--with-icons .xps-pct--specification-content-description{color:#717578;font-size:16px;-webkit-line-clamp:3}.productRegistration__container--details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:48px;overflow-wrap:anywhere;border-bottom:1px solid var(--sg-primary-ramp-5, #313638);padding-bottom:40px}.productRegistration__container--user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0px;gap:40px}.productRegistration__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px;gap:8px;color:var(--sg-primary-ramp-1, #313638)}.circle--check{color:var(--sg-alert-main-success, "#007a31")}.productRegistration--info{color:var(--sg-primary-ramp-1, #313638);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.productRegistration__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0px;gap:24px}.productRegistration__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.productRegistration__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.productRegistration__form--serialno{width:100%}.productRegistration__form--serialno .productRegistration__text{margin-bottom:8px}.productRegistration__link--modal{border-bottom:1px solid var(--sg-primary-ramp-1, #313638);-ms-flex-item-align:self-start;align-self:self-start;cursor:pointer;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 375px){.productRegistration__button{width:100%}}@media(min-width: 768px){.productRegistration__button{width:unset}}.checkbox__gift{color:var(--sg-primary-ramp-1, #313638)}.xps-swatchpicker-container .xps-swatchpicker-btn-container{height:var(--xps-swatchpicker-size, 24px);width:var(--xps-swatchpicker-size, 24px)}.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static img{height:var(--xps-swatchpicker-size, 24px) !important;width:var(--xps-swatchpicker-size, 24px) !important}.swatch--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.swatch--container__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5px}.registeredProduct__container{display:grid;width:100%;padding:0px 20px 0px 0px;gap:20px;justify-items:center;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 375px){.registeredProduct__container{position:relative}}@media(min-width: 768px){.registeredProduct__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:unset}}@media(min-width: 375px){.registeredProduct__image{margin-right:50%}}@media(min-width: 768px){.registeredProduct__image{margin-right:unset}}.registeredProduct__image img{-o-object-fit:contain;object-fit:contain;width:163px;height:163px}@media(min-width: 768px){.registeredProduct__image img{width:120px;height:120px}}.registeredProduct__container--product{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}@media(min-width: 375px){.registeredProduct__container--product{width:100%}}@media(min-width: 768px){.registeredProduct__container--product{width:unset}}@media(min-width: 375px){.registeredProduct__container--product-title{position:absolute;bottom:68%;left:50%}}@media(min-width: 768px){.registeredProduct__container--product-title{position:unset}}.registeredProduct__container--product-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;float:left;gap:4px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(min-width: 375px){.registeredProduct__container--product-details{width:100%}}@media(min-width: 768px){.registeredProduct__container--product-details{width:unset}}@media(min-width: 375px){.registeredProduct__container--product-details div{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}}@media(min-width: 768px){.registeredProduct__container--product-details div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.completeRegistration__link{text-decoration:underline;color:var(--sg-secondary-brand-bg, #313638)}.registeredProduct--width{width:120px}.circle--check{color:var(--sg-alert-main-success, "#007a31")}.productRegistration__container--success{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:40px;overflow-wrap:anywhere}@media(min-width: 992px){.productRegistration__container--success{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.receiptupload__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0px;gap:20px;border-top:1px solid var(--sg-primary-ramp-5, #313638);padding-top:40px}.receiptupload__container--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;color:var(--sg-primary-ramp-1, #313638)}.receiptupload__button{-ms-flex-item-align:start;align-self:flex-start}.receiptupload__container--title{color:var(--sg-primary-ramp-1, #313638);margin-bottom:28px}.serialno-modal-overlay{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow-y:auto;top:0;right:0;bottom:0;left:0;z-index:3001;backdrop-filter:blur(5px);background-color:var(--sg-primary-ramp-2, rgba(49, 54, 56, 0.87))}@media(min-width: 768px){.serialno-modal-overlay{padding:38px}}.serialno-modal-overlay .serialno__modal--close{color:var(--sg-primary-ramp-1, #313638);position:sticky;-ms-flex-item-align:self-end;align-self:self-end}.serialno-modal-overlay .serialno--modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:16px;background-color:#fff;margin-top:auto;margin-bottom:auto;padding:20px}.serialno-modal-overlay .serialno--modal:focus-visible{outline:none}.serialno-modal-overlay .serialno--modal .serialno--modal__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--sg-primary-ramp-1, #313638);gap:40px}@media(min-width: 768px){.serialno-modal-overlay .serialno--modal .serialno--modal__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;padding:68px 40px}}.serialno-modal-overlay .serialno--modal .serialno--modal__container--content{width:auto}@media(min-width: 992px){.serialno-modal-overlay .serialno--modal .serialno--modal__container--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%;gap:20px}}.serialno-modal-overlay .serialno--modal .serialno--modal__container--image{width:auto}@media(min-width: 768px){.serialno-modal-overlay .serialno--modal .serialno--modal__container--image{width:50%}}.serialno-modal-overlay .serialno--modal .serialno--modal__container--info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.productRegistration__container{width:100%}.RegistrationForm .RegistrationForm__title{margin-bottom:40px;color:var(--sg-primary-ramp-1, #313638)}.RegistrationForm .UserRegistration .UserRegistration__title{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px;gap:8px;color:var(--sg-primary-ramp-1, #313638)}.RegistrationForm .UserRegistration .UserRegistration__title--disabled{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px;padding:33px 0px;gap:8px;color:var(--sg-primary-ramp-5, #313638);border-top:1px solid var(--sg-primary-ramp-5, #313638);border-bottom:1px solid var(--sg-primary-ramp-5, #313638)}.RegistrationForm .UserRegistration .UserRegistration__description>div{margin-bottom:28px}.RegistrationForm .UserRegistration .UserRegistration__description .UserRegistration__info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.RegistrationForm .UserRegistration .UserRegistration__description .UserRegistration__link{text-decoration:underline;cursor:pointer}.RegistrationForm .UserRegistration .xps__label{margin-bottom:8px}.RegistrationForm .UserRegistration .register-password-wrap{margin-top:17px;margin-bottom:28px}.RegistrationForm .UserRegistration .register-password-wrap .register-toggle{margin-top:4px}.RegistrationForm .UserRegistration .register-password-wrap .form-group{margin:0}.RegistrationForm .UserRegistration .submit{width:100%}.RegistrationForm .UserRegistration .cmp-text--sign-in-info-msg{margin-top:28px;text-align:center}.RegistrationForm .UserRegistration .icons{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:36px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.RegistrationForm .UserRegistration .form-newsletter{margin-top:28px;margin-bottom:8px}.RegistrationForm .UserRegistration .form-newsletter input{width:24px;height:24px}.RegistrationForm .UserRegistration .form-privacy{margin-bottom:36px;color:var(--sg-primary-ramp-3, rgba(49, 54, 56, 0.68))}.RegistrationForm .UserRegistration .SocialLogin{margin-top:28px;margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.RegistrationForm .UserRegistration .SocialLogin{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.RegistrationForm .offer-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.RegistrationBenefit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:var(--sg-primary-brand-bg, rgba(49, 54, 56, 0.04));border-radius:4px;margin-top:10px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media(min-width: 768px){.RegistrationBenefit{padding:40px 20px}}@media(min-width: 992px){.RegistrationBenefit{margin-right:10px;margin-left:10px;margin-bottom:unset;width:100%}}.RegistrationBenefit .offers--title{text-align:center}.RegistrationBenefit .RegistrationBenefit__title{margin-bottom:40px;color:var(--sg-primary-ramp-1, #313638)}.RegistrationBenefit .RegistrationBenefit__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 768px){.RegistrationBenefit .RegistrationBenefit__content{gap:20px 40px;padding:20px 20px 0px 20px}}.RegistrationBenefit .RegistrationBenefit__content .Benefit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 375px){.RegistrationBenefit .RegistrationBenefit__content .Benefit{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px)}}@media(min-width: 768px){.RegistrationBenefit .RegistrationBenefit__content .Benefit{-webkit-box-flex:1;-ms-flex:1 0 calc(33% - 20px);flex:1 0 calc(33% - 20px)}}@media(min-width: 992px){.RegistrationBenefit .RegistrationBenefit__content .Benefit{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px)}}.RegistrationBenefit .RegistrationBenefit__content .Benefit__img{margin-bottom:15px}@media(min-width: 768px){.RegistrationBenefit .RegistrationBenefit__content .Benefit__img{margin-bottom:16px;width:32px}}.RegistrationBenefit .RegistrationBenefit__content .Benefit__title{margin-bottom:8px}.RegistrationBenefit .RegistrationBenefit__content .Benefit__description{text-align:center;color:var(--sg-primary-ramp-1, #313638)}.RegistrationBenefit .eligibleOffers-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.registration-offers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.registration-offers--container{display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px}.registration-offers--container .xps-offer-card-tile{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.registration-offers--container .xps-offer-card-tile--info{gap:16px !important}.registration-offers--container .xps-offer-card-tile--info .xps-card-tile-title{font-size:18px}.registration-offers--container .xps-card-tile-image{border-radius:16px}.registration-offers--card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;max-width:calc(50% - 40px)}grid-auto-fill-minmax{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.product-offer-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.product-offer-widget--item{height:90dvh;overflow-y:auto}.product-offer-widget--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.product-offer-widget--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding:20px;max-width:687px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:rgba(0,0,0,0);border-radius:4px;border:1px solid var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26))}@media(min-width: 768px){.product-offer-widget--container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.product-offer-widget--card{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.product-offer-widget--image{width:120px}@media(min-width: 768px){.product-offer-widget--image{width:200px}}.product-offer-widget--details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.product-offer-widget--details__block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.product-offer-widget--details__title{display:none}@media(min-width: 768px){.product-offer-widget--details__title{display:block;min-width:120px;text-align:start}}.product-offer-widget--offer-image{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-item-align:center;align-self:center}@media(min-width: 768px){.product-offer-widget--offer-image{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:12px}}.product-offer-widget--submit{margin-top:12px}.ProductRegistration{max-width:1440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:30px}@media(min-width: 992px){.ProductRegistration{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:80px;padding:0 40px;min-height:810px;margin:40px auto 120px auto}}@media(min-width: 1200px){.ProductRegistration{gap:100px}}.ProductRegistration .RegistrationForm{padding:10px}@media(min-width: 375px){.ProductRegistration .RegistrationForm{margin-right:10px;margin-left:10px}}@media(min-width: 768px){.ProductRegistration .RegistrationForm{margin-right:30px;margin-left:30px}}@media(min-width: 992px){.ProductRegistration .RegistrationForm{margin-right:unset;margin-left:unset;width:100%;min-width:50%;margin-bottom:110px}}.ProductRegistration .RegistrationForm--right{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;background:var(--sg-primary-ramp-7, rgba(49, 54, 56, 0.04));border-radius:4px;margin-top:10px}@media(min-width: 992px){.ProductRegistration .RegistrationForm--right{margin-bottom:unset;width:100%;margin-right:10px}}@media(min-width: 768px){.ProductRegistration .RegistrationForm--right{padding:40px}}@media(min-width: 375px){.ProductRegistration .RegistrationBenefit{margin-top:70px}}@media(min-width: 992px){.ProductRegistration .RegistrationBenefit{margin-top:10px}}.ProductRegistration .RegistrationBenefit .offers--title{text-align:left}.registrationSuccess{margin-bottom:60px;padding:10px;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 375px){.registrationSuccess{margin-right:10px;margin-left:10px}}@media(min-width: 768px){.registrationSuccess{margin-right:30px;margin-left:30px}}@media(min-width: 992px){.registrationSuccess{margin-right:unset;margin-left:unset;width:50%;min-width:50%}}@media(min-width: 992px){.registrationSuccess{width:50%;min-width:50%;margin-bottom:unset}}.registrationSuccess .registrationSuccess__title{margin-bottom:24px;word-wrap:break-word}.registrationSuccess .registrationSuccess__description{margin-bottom:40px}.range-slider-comp{--rsc-handle-radius: 50%;--rsc-handle-size: 16px;--rsc-size: 4px;--rsc-handle-horizontal-top: calc( calc(var( --rsc-handle-size ) - var( --rsc-size )) / 2 * -1 );--rsc-progress-bar-color: var(--sg-brand-accent-1, #4c8314)}.range-slider-comp .DefaultProgressBar__vertical{width:24px;height:100%}.range-slider-comp .DefaultProgressBar_progressBar{background-color:var(--rsc-progress-bar-color, #4c8314);position:absolute}.range-slider-comp .DefaultProgressBar_progressBar__vertical{height:100%;width:24px}.range-slider-comp .DefaultProgressBar_background__vertical{height:100%;top:0px;width:var(--rsc-size, 10px)}.range-slider-comp .DefaultProgressBar_background__horizontal{height:var(--rsc-size, 10px);top:0px}.range-slider-comp .DefaultHandle_handle{width:var(--rsc-handle-size, 20px);height:var(--rsc-handle-size, 20px);background-color:var(--sg-brand-accent-1, #4c8314);border-radius:var(--rsc-handle-radius, 20%);outline:none;z-index:2;border:0;cursor:pointer}.range-slider-comp .DefaultHandle_handle:focus{-webkit-box-shadow:#abc4e8 0 0 1px 1px;box-shadow:#abc4e8 0 0 1px 1px}.range-slider-comp .DefaultHandle_handle:before{content:normal}.range-slider-comp .DefaultHandle_handle:after{content:normal}.range-slider-comp .DefaultHandle_handle__horizontal{margin-left:-8px;top:var(--rsc-handle-horizontal-top, -8px)}.range-slider-comp .DefaultHandle_handle__vertical{margin-top:-8px;left:-10px}.range-slider-comp .DefaultHandle_handle__disabled{border-color:#dbdbdb}.range-slider-comp .DefaultBackground{background-color:#fcfcfc;height:var(--rsc-size, 10px);width:100%;border:1px solid #d8d8d8;position:relative}.range-slider-comp .DefaultBackground_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .DefaultBackground_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.range-slider-comp .rheostat{position:relative;overflow:visible}@media(min-width: 1128px){.range-slider-comp .autoAdjustVerticalPosition{top:12px}}.range-slider-comp .rheostat__vertical{height:100%}.range-slider-comp .handleContainer{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%;position:absolute}.range-slider-comp .rheostat_background{background-color:#fcfcfc;border:1px solid #d8d8d8;position:relative}.range-slider-comp .rheostat_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .rheostat_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.smart-teaser__thin-banner{--xps-banner-container-padding: 35px 10px;--xps-banner-height-desktop-large: 350px;--xps-banner-height-desktop: 325px;--xps-banner-height-mobile: 600px;--xps-banner-btn-padding: 10px 0px;--xps-banner-btn-border-width: 2px solid;--xps-white: #fff;--xps-btn-border-radius: 50px;--xps-black: #313638}.smart-teaser__thin-banner .xps-teaser{position:relative;width:100%;padding:var(--xps-banner-container-padding);max-width:2560px;margin:auto;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-mobile)}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-desktop)}}@media(min-width: 1920px){.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-desktop-large)}}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap{width:100%;height:100%}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .xps-teaser__image{height:100%;width:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only{position:relative;display:block;height:100%;width:100%;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only>span{width:100% !important;height:100% !important}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only{display:none}}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only{position:relative;display:block;height:100%;width:100%;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only>span{width:100% !important;height:100% !important}@media(max-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only{display:none}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{z-index:1;position:absolute;top:45%;left:50%;width:80%;padding:2rem 1rem 0;color:var(--xps-white);text-align:center;-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{width:50%;text-align:left;padding:2rem;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}}@media(min-width: 1200px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{padding:2rem 5rem}}@media(min-width: 1920px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{padding:2rem 10rem}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__title{color:var(--xps-white)}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__title-link{color:var(--xps-white)}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container{margin-top:20px}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container{margin-top:15px}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{display:inline-block;border-radius:var(--xps-btn-border-radius);width:50%;padding:var(--xps-banner-btn-padding);color:var(--xps-white);white-space:nowrap;text-decoration:none;text-align:center;text-shadow:none;vertical-align:middle;border:var(--xps-banner-btn-border-width);border-color:var(--xps-white);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 1200px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{width:40%}}.stepperCarousel{padding:10px}.stepperCarousel__segment{padding:0 20px 0 0}.stepperCarousel__segment__item{line-height:20px}.stepperCarousel__segment__item img{max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.stepperCarousel__segment__item__label{display:inline}.stepperCarousel__segment__control{margin-bottom:40px}.stepperCarousel__segment__control .arrow--left{margin-right:16px;cursor:pointer}.stepperCarousel__segment__control .arrow--right{cursor:pointer}.stepperCarousel__segment__control .arrow--disbaled{color:var(--sg-primary-ramp-4, rgba(49, 54, 56, 0.38));cursor:unset}.stepperCarousel__segment ol{margin-top:24px}.stepperCarousel__segment ol li{margin-bottom:12px;cursor:pointer}.dt-config{--dt-font-primary: var(--dtc-primary-font, "Archer-Ssm", sans-serif);--dt-font-secondary: var(--dtc-secondary-font ,"Helvetica-Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);--dt-breakpoint: $breakpoint-md;--dt-white: #fff;--dt-green: #4c8314;--dt-purple: #421540;--dt-red: #e61f02;--dt-black: #313638;--dt-grey: #d0d0d0;--dt-color-primary: var(--dt-black);--dt-margin-xxs: 0.75rem;--dt-margin-xs: 1rem;--dt-margin-sm: 1.5rem;--dt-margin-lg: 2rem;--dt-margin-xl: 3rem;--dt-margin-xxl: 4rem;--dt-variant-viewer-tile-size-desktop: 70px;--dt-variant-viewer-tile-size-mobile: 70px}.dt-config h1,.dt-config h2,.dt-config h3,.dt-config h4{font-family:var(--dt-font-primary, "Archer-Ssm")}.dt-config p,.dt-config span,.dt-config a,.dt-config article,.dt-config aside,.dt-config blockquote{font-family:var(--dt-font-secondary, "Helvetica-Neue")}.dt-config h1{color:var(--dt-black, #313638);font-weight:400;font-size:32px;line-height:48px;margin-bottom:2rem}@media(min-width: 768px){.dt-config h1{font-size:48px;line-height:64px}}.dt-config p{color:var(--dt-black, #313638);font-style:normal;font-weight:400;font-size:16px;line-height:24px;margin-bottom:2rem}.dt-config p>p:last-child{margin-bottom:0}.dt-config a{text-decoration:underline}.dt-config img{max-width:100%}.xps-button{position:relative;font-family:var(--xps-btn-font-family);vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;border-radius:var(--xps-btn-border-radius, 0.5rem);white-space:nowrap;text-shadow:none;text-align:center;cursor:pointer}.xps-button.btn-xs{padding:var(--xps-btn-spacing-xxxs, 3px) var(--xps-btn-spacing-xs, 10px)}.xps-button.btn-sm{padding:var(--xps-btn-spacing-xxs, 5px) var(--xps-btn-spacing-xl, 40px)}.xps-button.btn-md{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-xxl, 50px)}.xps-button.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-button.hw-button{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-x3l, 110px)}.xps-button.btn-pill{border-radius:.25rem;border:1px var(--xps-btn-border-secondary) solid;background:rgba(0,0,0,0)}.xps-button.btn-link{font-family:var(--xps-btn-font-family);font-size:14px;line-height:1.5;text-decoration:none !important}.xps-button svg,.xps-button .page-loader-spinner{width:2.6rem;height:2.6rem;left:50%;top:50%;margin-left:-1.3rem;margin-top:-1.3rem}.xps-button svg>circle,.xps-button svg>.path,.xps-button .page-loader-spinner>circle,.xps-button .page-loader-spinner>.path{stroke:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-default{color:var(--xps-btn-default-text-color, #7a7d7e);background-color:var(--xps-btn-default-color, #dfdfdf);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-default-text-color, #7a7d7e)}.xps-button.btn-default::before,.xps-button.btn-default::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-default:hover{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default:hover::before,.xps-button.btn-default:hover::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-default.active{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default.active::before,.xps-button.btn-default.active::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-default::before,.xps-button.btn-default::after{background-color:var(--xps-btn-default-text-color, #7a7d7e);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-primary::before,.xps-button.btn-primary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary:hover::before,.xps-button.btn-primary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary.active::before,.xps-button.btn-primary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary::before,.xps-button.btn-primary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline:hover::before,.xps-button.btn-primaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline.active::before,.xps-button.btn-primaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-success-color, #4c8314);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary:hover::before,.xps-button.btn-secondary:hover::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary.active::before,.xps-button.btn-secondary.active::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline{color:var(--xps-btn-success-color, #4c8314);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-success-color, #4c8314)}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondaryOutline:hover{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline:hover::before,.xps-button.btn-secondaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondaryOutline.active{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline.active::before,.xps-button.btn-secondaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary:hover::before,.xps-button.btn-tertiary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary.active::before,.xps-button.btn-tertiary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline:hover::before,.xps-button.btn-tertiaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline.active::before,.xps-button.btn-tertiaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled,.xps-button.disabled{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-disabled-color, #8f949a);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff);pointer-events:none}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button:disabled:hover,.xps-button.disabled:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled:hover::before,.xps-button:disabled:hover::after,.xps-button.disabled:hover::before,.xps-button.disabled:hover::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button:disabled.active,.xps-button.disabled.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled.active::before,.xps-button:disabled.active::after,.xps-button.disabled.active::before,.xps-button.disabled.active::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-icon-compare::before{content:"";margin-right:7.7px;-webkit-transition:background-color 250ms ease-in-out;transition:background-color 250ms ease-in-out;position:relative;top:.25rem}.xps-badge{--xps-badge-font-family: "Helvetica-Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--xps-badge-text-color: #fff;--xps-badge-primary-color: #3a1538;--xps-badge-success-color: #007A31 }.xps-badge{background-color:var(--xps-badge-primary-color, #3a1538);color:var(--xps-badge-text-color, #fff);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 6px;color:#fff;font-family:var(--xps-badge-font-family);font-weight:bold;font-size:12px;line-height:16px;white-space:break-spaces;text-align:center;border-radius:3px;border:1px solid}.xps-badge:focus{outline:1px #000 dotted;outline-offset:1px}.xps-badge.primary{background-color:var(--xps-badge-primary-color, #3a1538);color:var(--xps-badge-text-color, #fff)}.xps-badge.success{background-color:var(--xps-badge-success-color, #007A31);color:var(--xps-badge-text-color, #fff)}.dt-pdp{display:block;width:100%;height:100%}.dt-pdp .no-mb{margin-bottom:0 !important}.dt-pdp section~section{margin-top:var(--dt-margin-xxl, 4rem)}.dt-pdp .product-loader{display:block;position:relative;width:100%;height:50vh}.dt-pdp .product-loader svg circle{stroke:var(--dt-color-primary, #313638)}.dt-pdp .product-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:hidden}@media(min-width: 768px){.dt-pdp .product-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.dt-pdp .product-container .product-viewer,.dt-pdp .product-container .product-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 200px;flex:1 0 200px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width: 768px){.dt-pdp .product-container .product-viewer,.dt-pdp .product-container .product-details{width:50%}}.dt-pdp .product-container .product-viewer{padding-right:0}@media(min-width: 768px){.dt-pdp .product-container .product-viewer{padding-right:1vw;width:58.33%;width:58.3333333333}}.dt-pdp .product-container .product-details{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:var(--dt-margin-sm, 1.5rem);margin-bottom:var(--dt-margin-sm, 1.5rem);margin-left:0}@media(min-width: 768px){.dt-pdp .product-container .product-details{margin-left:1vw;margin-left:calc(1vw + 20px);margin-top:0;width:41.67%;width:41.6666666667}}.dt-pdp .product-container .product-details>div:not(:last-child){margin-bottom:var(--dt-margin-xl, 48px)}.dt-pdp .product-container .product-details .recommend-badge{margin-bottom:8px}.dt-pdp .product-container .deets-wrapper .price{font-size:24px;line-height:32px;font-weight:700}.dt-pdp .product-container .actions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width: 768px){.dt-pdp .product-container .actions-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.dt-pdp .product-container .actions-wrapper>*:not(:first-child){margin-left:0;margin-top:1rem}@media(min-width: 768px){.dt-pdp .product-container .actions-wrapper>*:not(:first-child){margin-left:1rem;margin-top:0}}.dt-variant-viewer{display:block;width:100%;max-width:100%;overflow:hidden}.dt-variant-viewer .viewer-container{display:block;width:100%;aspect-ratio:1/1;overflow:hidden}.dt-variant-viewer .viewer-container .viewer-wrapper{display:block;position:relative;width:100%;height:100%}.dt-variant-viewer .viewer-container .viewer-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.dt-variant-viewer .viewer-container .video-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.dt-variant-viewer .variant-assets-wrapper{display:block;width:100%;overflow:hidden;overflow-x:auto;padding:.5rem 0;margin-top:30px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar{height:5px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar-thumb{background-color:#e2e2e2;outline:1px solid #e2e2e2}.dt-variant-viewer .variant-assets-wrapper .assets-list{display:block;text-align:center;white-space:nowrap}.dt-variant-viewer .variant-assets-wrapper .assets-list>li{display:inline-block;position:relative;width:auto;margin-left:0;margin-right:0;border:unset !important;opacity:.5;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:first-child{margin-left:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:last-child{margin-right:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:not(:first-child){margin-left:15px}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{position:relative;width:var(--dt-variant-viewer-tile-size-mobile, 70px);height:var(--dt-variant-viewer-tile-size-mobile, 70px);overflow:hidden;font-size:0;vertical-align:text-bottom;border:1px solid #d0d0d0}@media(min-width: 768px){.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{width:var(--dt-variant-viewer-tile-size-desktop, 70px);height:var(--dt-variant-viewer-tile-size-desktop, 70px)}}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset.video:after{content:"";display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.974.026C7.191.026 0 7.217 0 16c0 8.835 7.191 15.974 15.974 15.974 8.835 0 15.974-7.191 15.974-15.974C31.999 7.217 24.808.026 15.974.026zm0 30.972C7.756 30.998 1.027 24.269 1.027 16c0-8.218 6.729-14.947 14.947-14.947 8.27 0 14.947 6.729 14.947 14.947.051 8.27-6.677 14.998-14.947 14.998z'/%3E%3Cpath d='M21.47 16.103l-7.602-5.291a.605.605 0 00-.514-.051.54.54 0 00-.257.462v10.581c0 .205.103.36.257.462.051.051.154.051.257.051s.205-.051.308-.103l7.551-5.239a.467.467 0 00.205-.411c0-.205-.051-.36-.205-.462zm-7.345 4.725v-8.629l6.164 4.315-6.164 4.315z'/%3E%3C/svg%3E");background-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.3);background-repeat:no-repeat;border:0 none;outline:0 none;border-radius:50%;cursor:pointer;position:absolute;width:60%;height:60%;top:20%;left:20%}.dt-variant-viewer .variant-assets-wrapper .assets-list>li img.thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active,.dt-variant-viewer .variant-assets-wrapper .assets-list>li:hover{opacity:1}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;content:""}.dt-swatch-picker{display:block;width:100%;max-width:100%;overflow:hidden}.dt-swatch-picker .swatch-title{display:block;font-weight:700;margin-bottom:var(--dt-margin-xxs, 0.75rem)}.dt-swatch-picker .swatch-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dt-swatch-picker .swatch-options .swatch-btn{position:relative;display:block;padding:0;overflow:hidden;font-size:0;border:0px solid rgba(0,0,0,0);border-radius:50%;width:35px;height:35px}.dt-swatch-picker .swatch-options .swatch-btn:not(:last-child){margin-right:.95rem}.dt-swatch-picker .swatch-options .swatch-btn.active:after{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;-webkit-box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;content:""}.dt-swatch-picker .swatch-options .swatch-btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-main-arrows,.xps-thumbnail-carousel-top .xps-thumbnail-carousel-main-arrows,.xps-thumbnail-carousel-main-arrows{position:absolute;top:50%;bottom:inherit;width:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;-webkit-transform:translate(0px, -20px);transform:translate(0px, -20px);pointer-events:none}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-main-arrows button,.xps-thumbnail-carousel-top .xps-thumbnail-carousel-main-arrows button,.xps-thumbnail-carousel-main-arrows button{pointer-events:auto}.xps-thumbnail-carousel{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 992px){.xps-thumbnail-carousel{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:16px}}.xps-thumbnail-carousel-top{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.xps-thumbnail-carousel-top .xps-thumbnail-carousel-thumbnails{width:100%;height:72px}.xps-thumbnail-carousel-top .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, left top, right top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to right, var(--sg-page-color) 30%, transparent)}.xps-thumbnail-carousel-top .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, right top, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to left, var(--sg-page-color) 30%, transparent);top:0;right:0}.xps-thumbnail-carousel-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-thumbnails{width:100%;height:72px}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, left top, right top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to right, var(--sg-page-color) 30%, transparent)}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, right top, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to left, var(--sg-page-color) 30%, transparent);top:0;right:0}.xps-thumbnail-carousel-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-thumbnails{width:72px;position:relative}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to bottom, var(--sg-page-color) 30%, transparent);pointer-events:none}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to top, var(--sg-page-color) 30%, transparent);bottom:0;top:unset;pointer-events:none}.xps-thumbnail-carousel-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xps-thumbnail-carousel-right .xps-thumbnail-carousel-thumbnails{width:72px;position:relative}.xps-thumbnail-carousel-right .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to bottom, var(--sg-page-color) 30%, transparent);pointer-events:none}.xps-thumbnail-carousel-right .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to top, var(--sg-page-color) 30%, transparent);bottom:0;top:unset;pointer-events:none}.xps-thumbnail-carousel-thumbnails{width:100%}@media(max-width: 992px){.xps-thumbnail-carousel-thumbnails{width:100%;height:72px}.xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, left top, right top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to right, var(--sg-page-color) 30%, transparent)}.xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, right top, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to left, var(--sg-page-color) 30%, transparent);top:0;right:0}}@media(min-width: 992px){.xps-thumbnail-carousel-thumbnails{width:72px;position:relative;width:72px;position:relative}.xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to bottom, var(--sg-page-color) 30%, transparent);pointer-events:none}.xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to top, var(--sg-page-color) 30%, transparent);bottom:0;top:unset;pointer-events:none}}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide{border-radius:4px;overflow:hidden;border:1px solid var(--sg-primary-ramp-5);background:var(--sg-primary-ramp-7);position:relative}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail{background:var(--sg-primary-ramp-6)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail img{-o-object-fit:cover;object-fit:cover}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail:hover{border:1px solid var(--sg-primary-ramp-5)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail:hover::before{background:var(--sg-primary-ramp-5)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide .thumbnail-play-icon{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--sg-secondary-ramp-1);border-radius:100%;-webkit-transform:translate(20px, 20px);transform:translate(20px, 20px)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide .thumbnail-play-icon svg{margin-left:4px}[dir=rtl] .xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide .thumbnail-play-icon svg{margin-left:4px}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide:hover{border:1px solid var(--sg-primary-ramp-5)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide:hover::before{position:absolute;width:100%;height:100%;content:" ";background:var(--sg-primary-ramp-6);z-index:1}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:1px solid var(--sg-primary-ramp-3)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.is-active:hover::before{background:rgba(0,0,0,0)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.is-active img{border:3px solid var(--sg-secondary-ramp-1);position:relative}.xps-thumbnail-carousel-thumbnails .splide{direction:ltr}.xps-thumbnail-carousel-main{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-radius:4px;border:1px solid var(--sg-alert-bg-grey, #E4E4E4);background:var(--sg-primary-ramp-7, rgba(49, 54, 56, 0.06));overflow:hidden}@media(min-width: 992px){.xps-thumbnail-carousel-main-arrows{bottom:30px;right:30px;top:unset;display:inline;left:unset;-webkit-transform:unset;transform:unset;width:auto;padding:0}}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-main-arrows,.xps-thumbnail-carousel-right .xps-thumbnail-carousel-main-arrows{bottom:30px;right:30px;top:unset;display:inline;left:unset;-webkit-transform:unset;transform:unset;width:auto;padding:0}.xps-pillbtnV2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.xps-pillbtnV2.xps-btnv2,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.hw-button{height:var(--xps-btn-height-xl, 80px)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--icon,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--icon.hw-button{padding:0px var(--xps-btn-spacing-lg-x, 32px) 0px 4px}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--text,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--text.hw-button{padding:0 var(--xps-btn-spacing-lg-x, 32px)}.xps-pillbtnV2.xps-btnv2.btn-icon-right,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.btn-icon-right.hw-button{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:0px 4px 0px var(--xps-btn-spacing-lg-x, 32px)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2__btn,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2__btn.hw-button{color:var(--sg-primary-ramp-1);border-color:var(--sg-primary-ramp-5)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2__btn:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2__btn.hw-button:hover{background-color:var(--sg-primary-ramp-7)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--active.hw-button,.xps-pillbtnV2.xps-btnv2:active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.hw-button:active{background-color:var(--sg-primary-ramp-6);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--active:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--active.hw-button:hover,.xps-pillbtnV2.xps-btnv2:active:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.hw-button:active:hover{background-color:var(--sg-primary-ramp-6)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--contemporary-color.xps-pillbtnV2--active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--contemporary-color.xps-pillbtnV2--active.hw-button,.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--contemporary-color:active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--contemporary-color.hw-button:active{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1);-webkit-transform:scale(1);transform:scale(1)}.xps-pillbtnV2 .xps-pillbtnV2__img{position:relative;-o-object-fit:contain;object-fit:contain}.xps-pillbtnV2 .xps-pillbtnV2__img-wrapper{-ms-flex-negative:0;flex-shrink:0}.xps-pillbtnV2 .xps-pillbtnV2__rounded{border-radius:1000px}.xps-pillbtnV2 .xps-pillbtnV2__text{-ms-flex-negative:0;flex-shrink:0}.hide-write-review .bv_button_component_container{display:none !important}.bv-header .bv-action-bar h2.bv-action-bar-header{display:none !important}.bazaar-ratings{min-height:24px}.xps-pdplineitem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}.xps-pdplineitem__image{width:120px;height:120px;-ms-flex-negative:0;flex-shrink:0}.xps-pdplineitem__image img{border-radius:4px}.xps-pdplineitem__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-pdplineitem__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;gap:8px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.xps-event-card{background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 16px 16px 16px;width:100%;border:4px solid rgba(0,0,0,0);-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.xps-event-card:hover{border-color:var(--sg-primary-ramp-4)}.xps-event-card-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.xps-event-card-date-month-year-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;text-transform:uppercase;color:var(--sg-primary-ramp-2)}.xps-event-card-details{display:inline-grid;gap:8px}.xps-event-card-title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width: 992px){.xps-event-card-title{-webkit-line-clamp:3}}.xps-event-card-description{display:-webkit-box;color:var(--sg-primary-ramp-2);overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xps-event-card-selected{border-color:var(--sg-primary-ramp-2) !important}.xps-event{background-color:var(--sg-primary-brand-bg);color:var(--sg-primary-ramp-1)}.xps-event-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-event-image:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-event-icon{color:var(--sg-brand-accent-1)}.xps-event-entity-media-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(min-width: 992px){.xps-event-entity-media-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-event-entity-media-left{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(min-width: 992px){.xps-event-entity-media-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.xps-event-entity{gap:24px}@media(min-width: 992px){.xps-event-entity{gap:0}}.xps-event-entity-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.xps-event-entity--date,.xps-event-entity--location{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-event-entity--description{color:var(--sg-primary-ramp-2);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.xps-event-entity--btn-view-all-event{font-style:italic !important;text-decoration:underline;text-underline-offset:4px;-webkit-text-decoration-color:var(--sg-brand-accent-1);text-decoration-color:var(--sg-brand-accent-1)}.xps-event-entity--btn-action{margin-top:24px}@media(min-width: 768px){.xps-event-entity--btn-action{margin-top:32px}}@media(min-width: 992px){.xps-event-entity--btn-action{margin-top:40px}}.xps-event-carousel-element-4{padding-left:0;padding-right:0}@media(min-width: 992px){.xps-event-carousel-element-4{padding-left:40px;padding-right:40px}}.xps-event-carousel-element-3,.xps-event-carousel-element-2{padding-left:0;padding-right:0}@media(min-width: 768px){.xps-event-carousel-element-3,.xps-event-carousel-element-2{padding-left:40px;padding-right:40px}}.xps-editorial-feature{background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1)}.xps-editorial-feature .row{gap:40px}@media(min-width: 768px){.xps-editorial-feature .row{gap:0}}.xps-editorial-feature .xps-editorial-feature-column:first-child .xps-card-tile:has(.aspect-ratio--portrait){padding-right:0}@media(min-width: 768px){.xps-editorial-feature .xps-editorial-feature-column:first-child .xps-card-tile:has(.aspect-ratio--portrait){padding-right:16.6666666667%}}.xps-editorial-feature .xps-editorial-feature-column:last-child .xps-card-tile:has(.aspect-ratio--portrait){padding-left:0}@media(min-width: 768px){.xps-editorial-feature .xps-editorial-feature-column:last-child .xps-card-tile:has(.aspect-ratio--portrait){padding-left:16.6666666667%}}.xps-editorial-feature-column img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-editorial-feature-column img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.formError{margin-bottom:20px}.shipmentMessage{margin-bottom:20px}.deliveryAddress{padding-left:0;padding-right:0}.deliveryAddress .row{-ms-flex-wrap:wrap;flex-wrap:wrap}.deliveryAddress .row div[class^=col-]{margin-bottom:28px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media(min-width: 992px){.deliveryAddress .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px}}@media(min-width: 992px){.deliveryAddress .row .col-lg-4{-webkit-box-flex:1 !important;-ms-flex:1 !important;flex:1 !important;max-width:unset}}.deliveryAddress .row:last-child{margin-bottom:0}.deliveryAddress .nameLeftCol{padding-bottom:40px}@media(min-width: 992px){.deliveryAddress .nameLeftCol{padding-right:20px;padding-bottom:unset}}@media(min-width: 992px){.deliveryAddress .addressLeftCol{padding-right:20px}}.deliveryAddress .duamPostocde{margin-top:25px;width:100%}.deliveryAddress .addressToppadding{padding-top:40px}.deliveryAddress .addressRightCol{padding-top:40px}@media(min-width: 992px){.deliveryAddress .addressRightCol{padding-top:unset}}.deliveryAddress .hidden{display:none}.deliveryAddress .search-address-btn .search{height:unset !important;padding:0 !important}@media(min-width: 992px){.deliveryAddress .xps-dropdown__select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress .hw-select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress .hw-date{min-width:100%}.deliveryAddress .xps-dropdown__select#country,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group #country.hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress #country.hw-select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group #country.hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress #country.hw-date{width:50%;min-width:50%}}.deliveryAddress .xps-shipment-country-message{color:var(--sg-primary-ramp-3);margin-top:16px}.xps-address-country-delivery-message{margin-top:8px}.gs-tray{font-family:var(--gs-font-primary);position:relative;background:var(--sg-primary-ramp-1, #313638);margin:auto;padding:15px 20px 0}@media(min-width: 768px){.gs-tray{padding:19px 0;background:var(--sg-secondary-ramp-1, #fff)}}.gs-tray .gs-tray-header{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:var(--gs-max-width, 1920px);margin:auto;grid-template-columns:16fr 1fr}@media(min-width: 768px){.gs-tray .gs-tray-header{grid-template-columns:1fr 3fr 1fr}}.gs-tray .gs-panel{display:grid;grid-template-columns:1fr;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding:35px 0;max-width:var(--gs-max-width, 1920px)}@media(min-width: 768px){.gs-tray .gs-panel{grid-template-columns:.5fr 1.5fr 1fr;gap:20px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding:0 40px;margin:0 auto}}@media(min-width: 768px)and (max-width: 992px){.gs-tray .gs-panel{grid-template-columns:1fr}}.gs-tray .gs-panel .gs-column{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--sg-secondary-ramp-5)}.gs-tray .gs-panel .gs-column:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}@media(min-width: 768px){.gs-tray .gs-panel .gs-column{margin-bottom:unset;padding-bottom:unset;border-bottom:unset}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;gap:20px;min-height:400px}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col>span{display:contents}}.gs-tray .gs-panel .gs-column .gs-col-link{display:block;margin-top:20px;color:var(--sg-secondary-ramp-1);text-decoration:underline}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-col-link{color:var(--sg-primary-ramp-1)}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-secondary-col{min-height:400px}}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card{margin-bottom:20px}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card:nth-of-type(1n + 4){display:none}.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-primary-ramp-1)}}.gs-tray .run-search__form{display:grid;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;grid-column:span 2;margin-top:25px}@media(min-width: 768px){.gs-tray .run-search__form{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;grid-column:unset;margin-top:unset}}.gs-tray .run-search__form .run-search__input{background-color:var(--sg-secondary-ramp-1);border:0 !important;border-radius:10px !important;padding-top:8px !important;padding-bottom:8px !important;padding-left:50px !important}@media(min-width: 768px){.gs-tray .run-search__form .run-search__input{background-color:var(--sg-primary-ramp-7)}}.gs-tray .search-icon__svg path{--search-color: #717578}.gs-tray .gs-close-btn{margin-left:auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 768px){.gs-tray .gs-close-btn{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:40px}}.gs-tray .gs-close-btn button{display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(0,0,0,0);border:0;cursor:pointer}.gs-tray .gs-close-btn button path{--h-color: var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-close-btn button path{--h-color: var(--sg-primary-ramp-1)}}.gs-tray .xps-separator{display:none}@media(min-width: 768px){.gs-tray .xps-separator{display:unset}}.gs-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.gs-header{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:40px}}@media(min-width: 768px)and (max-width: 992px){.gs-header{padding-left:30px}}.gs-header svg{width:62px;margin-left:20px}@media(min-width: 768px){.gs-header svg{width:unset;margin-left:unset}}.gs-header path{--h-color: #fff;fill:var(--h-color, #fff)}@media(min-width: 768px){.gs-header path{--h-color: #421540;fill:var(--h-color, #421540)}}.gs-header .logo{padding:0 !important}@media(min-width: 768px){.gs-header .logo{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}}.gs-tray-title{color:var(--sg-secondary-ramp-2);margin-bottom:25px}@media(min-width: 768px){.gs-tray-title{color:var(--sg-primary-ramp-2);margin-bottom:30px}}.gs-text-list{list-style:none}.gs-text-list li{font-size:.75rem;line-height:normal;text-transform:capitalize;color:var(--sg-primary-ramp-1, #313638);margin-bottom:20px}.gs-text-list li:last-child{margin-bottom:0}.gs-text-list li a{--h-color: var(--sg-secondary-ramp-1, #fff)}@media(min-width: 768px){.gs-text-list li a{--h-color: var(--sg-primary-ramp-1, #313638)}}.gs-result{margin-bottom:30px}.gs-result .gs-result-title{margin:35px 20px 20px}@media(min-width: 768px){.gs-result .gs-result-title{text-align:center;margin:50px auto 20px}}.gs-result .gs-result-tabs{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.gs-result .gs-result-tabs{margin-bottom:60px}}.gs-result .gs-result-filters{margin-bottom:30px}.gs-result .gs-filter-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;margin-bottom:15px}.gs-result .gs-filter-tabs>button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs>button:last-child{margin-left:unset;-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:last-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-left:auto;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs .active{border:1px var(--sg-primary-ramp-1) solid}.gs-result .gs-filter-tabs .xps-button svg{all:unset}.gs-result .gs-filter-tabs .gs-filter-swipe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:-0.875rem;overflow:hidden;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.gs-result .gs-filter-tabs .gs-filter-swipe::-webkit-scrollbar{display:none}.gs-result .gs-filter-tabs .gs-filter-swipe>button{color:var(--sg-primary-ramp-1, #313638)}@media(max-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe>button:last-child{margin-right:.875rem}}.gs-result .gs-filter-tabs .gs-filter-swipe>button:focus{outline-offset:-1px}@media(min-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-right:unset}}.gs-result .gs-filter-tabs .filter-active-enabled{border:1px solid var(--sg-primary-ramp-1, #313638)}.gs-result .gs-result-product-grid{padding-top:15px}.gs-result .gs-result-product-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px 10px}@media(min-width: 768px){.gs-result .gs-result-product-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:30px 20px}}.gs-result .gs-result-inspo-grid{padding-top:15px}.gs-result .gs-result-inspo-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:50px 20px}}@media(min-width: 1200px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(4, 1fr);gap:50px 20px}}.gs-result .gs-result-text{margin:30px 0 10px;text-align:center}.gs-result .gs-result-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gs-result .gs-result-pagination button{--xps-btn-primary-color: #313638;font-weight:bold;font-size:1rem}.gs-result .gs-no-result-product{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px 10px}@media(min-width: 768px){.gs-result .gs-no-result-product{grid-template-columns:repeat(3, 1fr);gap:20px}}.gs-result .gs-no-result-product>div:nth-of-type(1n + 4){display:none}.gs-result .gs-no-result-inspo{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-no-result-inspo{grid-template-columns:repeat(4, 1fr);gap:20px}}.gs-result .gs-no-result-inspo>div:nth-of-type(1n + 5){display:none}.gs-result .gs-no-result-title{margin-bottom:20px}.range-slider-comp{--rsc-handle-radius: 50%;--rsc-handle-size: 16px;--rsc-size: 4px;--rsc-handle-horizontal-top: calc( calc(var( --rsc-handle-size ) - var( --rsc-size )) / 2 * -1 );--rsc-progress-bar-color: var(--sg-brand-accent-1, #4c8314)}.range-slider-comp .DefaultProgressBar__vertical{width:24px;height:100%}.range-slider-comp .DefaultProgressBar_progressBar{background-color:var(--rsc-progress-bar-color, #4c8314);position:absolute}.range-slider-comp .DefaultProgressBar_progressBar__vertical{height:100%;width:24px}.range-slider-comp .DefaultProgressBar_background__vertical{height:100%;top:0px;width:var(--rsc-size, 10px)}.range-slider-comp .DefaultProgressBar_background__horizontal{height:var(--rsc-size, 10px);top:0px}.range-slider-comp .DefaultHandle_handle{width:var(--rsc-handle-size, 20px);height:var(--rsc-handle-size, 20px);background-color:var(--sg-brand-accent-1, #4c8314);border-radius:var(--rsc-handle-radius, 20%);outline:none;z-index:2;border:0;cursor:pointer}.range-slider-comp .DefaultHandle_handle:focus{-webkit-box-shadow:#abc4e8 0 0 1px 1px;box-shadow:#abc4e8 0 0 1px 1px}.range-slider-comp .DefaultHandle_handle:before{content:normal}.range-slider-comp .DefaultHandle_handle:after{content:normal}.range-slider-comp .DefaultHandle_handle__horizontal{margin-left:-8px;top:var(--rsc-handle-horizontal-top, -8px)}.range-slider-comp .DefaultHandle_handle__vertical{margin-top:-8px;left:-10px}.range-slider-comp .DefaultHandle_handle__disabled{border-color:#dbdbdb}.range-slider-comp .DefaultBackground{background-color:#fcfcfc;height:var(--rsc-size, 10px);width:100%;border:1px solid #d8d8d8;position:relative}.range-slider-comp .DefaultBackground_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .DefaultBackground_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.range-slider-comp .rheostat{position:relative;overflow:visible}@media(min-width: 1128px){.range-slider-comp .autoAdjustVerticalPosition{top:12px}}.range-slider-comp .rheostat__vertical{height:100%}.range-slider-comp .handleContainer{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%;position:absolute}.range-slider-comp .rheostat_background{background-color:#fcfcfc;border:1px solid #d8d8d8;position:relative}.range-slider-comp .rheostat_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .rheostat_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.xps-page-not-found-image-container{padding-top:48px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media(min-width: 768px){.xps-page-not-found-image-container{padding-top:60px}}.xps-page-not-found-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.xps-page-not-found-error-code{padding-top:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-code{padding-top:32px}}.xps-page-not-found-error-text{padding-bottom:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-text{padding-bottom:32px}}.xps-page-not-found-image{width:220px;height:220px}@media(min-width: 768px){.xps-page-not-found-image{width:440px;height:440px}}.accordionV2{width:100%}.accordionV2--solo{background-color:var(--accordion-bg-color);padding:8px 24px;border-radius:var(--accordion-border-radius, 4px)}.accordionV2--solo .accordionV2__header{padding:16px 0}.accordionV2--solo .expanded{padding:8px 0 16px}.accordionV2__header{width:100%;border:none;background:none;text-align:left;cursor:pointer}.accordionV2__header.non-clickable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.accordionV2__header:focus{outline:unset}.accordionV2__header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:2px}.accordionV2__content{--content-height: 100%;display:none;height:100%;max-height:0;overflow:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.accordionV2__content.expanded{max-height:var(--content-height);opacity:1;display:inherit}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__header *{color:var(--sg-primary-ramp-1) !important;margin:unset}.accordion__header svg{pointer-events:none}.tab-list{--tab-purple: #421540;--tab-black: #313638}.tab-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin:0 20px 40px}@media(min-width: 768px){.tab-list{margin:0 auto 60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.tab-list .tab-btn-wrapper .tab-btn{border:0;background:rgba(0,0,0,0);cursor:pointer}.tab-list .tab-btn-wrapper .tab-btn .tab-btn-text{position:relative;display:inline-block;padding-bottom:10px;color:var(--tab-black);font-weight:700}.tab-list .tab-btn-wrapper .tab-btn .tab-btn-text::after{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--tab-purple);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:bottom right;transform-origin:bottom right;-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out, -webkit-transform .25s ease-out;content:""}.tab-list .tab-btn-wrapper .tab-btn .tab-btn-text .tab-btn-count{font-weight:400}.tab-list .tab-btn-wrapper .tab-btn:hover.active-tab .tab-btn-text::after,.tab-list .tab-btn-wrapper .tab-btn:focus.active-tab .tab-btn-text::after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}.tab-list .tab-btn-wrapper .tab-btn.active-tab .tab-btn-text::after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}.tab-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tab-panel:focus{outline:0}.xps-image-card__normal{width:100%;display:block;cursor:var(--xps-image-card-cursor, default)}.xps-image-card__normal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:var(--xps-image-card-content-alignment, center);-ms-flex-align:var(--xps-image-card-content-alignment, center);align-items:var(--xps-image-card-content-alignment, center);margin:32px 0 0 0}.xps-image-card__normal-image img{height:100%;width:100%}.xps-image-card__styled{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;border:1px var(--sg-primary-ramp-5) solid;border-radius:var(--xps-appliance-item-border-radius, 4px);text-decoration:none;color:inherit}@media(min-width: 992px){.xps-image-card__styled{gap:16px;padding:16px}}.xps-image-card__styled-content{margin:0;height:40px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.xps-image-card__styled-image{overflow:hidden}.xps-image-card__styled-image img{-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform 250ms ease-in-out;transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out;transition:transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out}.xps-image-card__styled-image:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}.xps-image-card__styled--selected{background:var(--sg-primary-brand-bg);border-color:var(--sg-primary-ramp-1)}.xps-image-card__styled--hide{display:none}.xps-divider{border-top:var(--xps-divider-height, 1px) solid var(--sg-primary-ramp-6)}.xps-page-loader-wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:9999;background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1)}.xps-page-loader-wrapper.xps-page-loader-wrapper--transparent{background-color:var(--sg-persistent-overlay-5);color:var(--sg-persistent-white)}.xps-page-loader-spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:65px;height:65px}.xps-page-loader-spinner .path{stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.fiscal-code--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px}.fiscal-code--container .fiscal-code--radio-grp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:58px}.fiscal-code--container .fiscal-code-address--container{display:grid;grid-template-columns:1fr;grid-gap:23px}@media(min-width: 768px){.fiscal-code--container .fiscal-code-address--container{grid-template-columns:repeat(2, 1fr)}}.fiscal-code--container .rc-collapse{background:none;border:unset;border-radius:0}.fiscal-code--container .rc-collapse .rc-collapse-item{padding:0;margin-bottom:20px;border:1px solid #949494;border-radius:10px}.fiscal-code--container .rc-collapse .rc-collapse-item:last-child{margin-bottom:0}.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__payment-panel:focus,.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__payment-panel:focus-within,.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__payment-panel:focus-visible{outline:thin dashed #313638 !important;outline-offset:-2px}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;position:relative;margin-right:0;margin-left:0;padding:28px 20px;color:#221f20;outline:none;font-weight:700}@media(min-width: 576px){.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header{padding:32px}}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header::before{display:none}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;height:unset;margin:0 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image{position:relative;display:inline-block;margin-right:16px;width:40px;height:28px}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image:last-child{margin-right:0}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image span{position:unset !important;height:28px !important}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image span img{-o-object-fit:cover;object-fit:cover}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-content>.rc-collapse-content-box{margin-top:0;margin-bottom:32px}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active{border:solid 3px #221f20}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header .show-on-expanded{display:inline-block}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{border-color:#221f20}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{border-radius:10px;padding:0 20px}@media(min-width: 576px){.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{padding:0 32px}}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type{margin-top:20px}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image{position:relative;display:inline-block;margin-right:8px;width:40px;height:28px}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image span{position:unset !important;height:28px !important}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image span img{-o-object-fit:cover;object-fit:cover}.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__suppress-expand .rc-collapse-content{display:none}.xps-content-anchor{background-color:var(--sg-page-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-content-anchor .xps-btnv2,.xps-content-anchor .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-content-anchor .hw-button{text-align:start;white-space:normal}.xps-content-anchor .link-label{vertical-align:middle}.xps-content-anchor .link-icon{padding-left:8px;color:var(--sg-brand-accent-1);vertical-align:middle}.xps-separator{width:100%;height:100%}.xps-separator .xps-separator__line{margin:var(--separator-margins);background-color:var(--separator-color);border:0}.xps-separator .xps-separator__line.xps-separator--horizontal{width:var(--separator-width, auto);height:var(--separator-height, 1px)}.xps-separator .xps-separator__line.xps-separator--vertical{width:var(--separator-width, 1px);height:var(--separator-height, 100vh)}.xps-separator .xps-separator__line.xps-separator--rounded{border-radius:1000PX}.xps-redeem-coupon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-redeem-coupon-content-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xps-redeem-coupon-content-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-redeem-coupon-content-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xps-redeem-coupon .btn-submit{padding-top:8px}.xps-buystack-heading .xps-buystack-heading__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:8px}@container buystack (min-width: 320px){.xps-buystack-heading .xps-buystack-heading__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__callout{color:var(--sg-alert-main-success)}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@container buystack (min-width: 320px){.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@container buystack (min-width: 480px){.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__pricing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__pricing .xps-buystack-heading__promo-price{text-decoration:line-through;margin-right:8px;color:var(--sg-primary-ramp-4)}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__label{width:-webkit-max-content;width:-moz-max-content;width:max-content}@container buystack (min-width: 320px){.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__label{margin-left:2px}}.xps-buystack-options{--xps-buystack-options-dropdown-spacing: 16px;--xps-buystack-options-element-spacing: 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-buystack-options>div{padding:var(--xps-buystack-options-element-spacing) 0;border-top:1px solid var(--sg-primary-ramp-6)}.xps-buystack-options>div:first-of-type{padding-top:var(--xps-buystack-options-element-spacing)}.xps-buystack-options>div:last-of-type{padding-bottom:0}.xps-buystack-options>button{margin-top:var(--xps-buystack-options-element-spacing)}.xps-buystack-options .xps-buystack-options__dropdowns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--xps-buystack-options-dropdown-spacing);padding:16px 0 28px 0}.xps-buystack-options .xps-buystack-options__dropdowns>*{width:100%}@container buystack (width > 640px){.xps-buystack-options .xps-buystack-options__dropdowns>*{width:calc((100% - var(--xps-buystack-options-dropdown-spacing))/2)}}.xps-buystack-options .xps-buystack-options__dropdowns>* .xps-dropdown__label,.xps-buystack-options .xps-buystack-options__dropdowns>* .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .xps-buystack-options .xps-buystack-options__dropdowns>* .hw-form-group::before,.xps-buystack-options .xps-buystack-options__dropdowns>* .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-buystack-options .xps-buystack-options__dropdowns>* .hw-label{font-size:12px;font-weight:bold;letter-spacing:1px;text-transform:uppercase}.xps-buystack-options .xps-buystack-options__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-buystack .xps-buystack-options__features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding-top:24px;margin-left:-38px}.xps-buystack .xps-buystack-options__features .xps-buystack-options__feature{display:grid;grid-template-columns:24px 1fr;gap:16px}.xps-buystack .xps-buystack-options__features .xps-buystack-options__feature .xps-buystack-options-text>*{display:inline}.xps-buystack{container:buystack;container-type:inline-size}.xps-buystack .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.xps-buystack .rc-collapse:last-child{margin-bottom:unset}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item{background-color:var(--sg-secondary-ramp-1);border-radius:4px;border:1px solid var(--sg-primary-ramp-5);margin-bottom:16px;cursor:pointer}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item:hover{background-color:var(--sg-primary-ramp-6)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item:last-child{margin-bottom:unset}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active{padding:24px;background-color:var(--sg-primary-brand-bg, #F5F5F5)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active:hover{background-color:var(--sg-primary-brand-bg, #F5F5F5)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header{padding:0 0 24px}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header{padding:24px;margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content{color:unset;overflow:unset;padding:0;background-color:unset;-webkit-transition:height 300ms ease,opacity 0ms ease;transition:height 300ms ease,opacity 0ms ease}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.xps-offer-card-tile-atc{background-color:var(--sg-primary-ramp-7);border-radius:var(--xps-cardTile-bg-rounded-corner, 8px);padding:25px;height:100%}.xps-offer-card-tile-atc .xps-card-tile-description{margin-bottom:auto}.xps-offer-card-tile-summary{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--xps-cardTile-bg-color, transparent);padding:var(--xps-offer-card-tile-padding, 0);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px;border-radius:var(--xps-cardTile-bg-rounded-corner, 4px)}@media(min-width: 768px){.xps-offer-card-tile-summary{min-width:476px}}.xps-offer-card-tile-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.xps-offer-card-tile-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:start}.xps-offer-card-tile-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}.xps-offer-card-tile-large{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding-bottom:20px}.xps-offer-card-tile-large .aspect-ratio--rounded{border-radius:16px}.xps-offer-card-tile--summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;gap:8px}@media(min-width: 768px){.xps-offer-card-tile--summary{padding-right:36px}}.xps-offer-card-tile--info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-offer-card-tile--image{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:120px;max-height:120px;-o-object-fit:cover;object-fit:cover}.xps-offer-card-tile--image img{aspect-ratio:1/1}.xps-offer-card-tile .xps-offer-card__tag-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;-ms-flex-wrap:wrap;flex-wrap:wrap}.divider-bottom{border-bottom:1px solid var(--sg-primary-ramp-6)}.divider-bottom .ow-features{padding:0 0 20px 0}.divider-bottom .ow-features .xps-icon-with-text{text-align:left !important}.xps-text-tag--price{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.xps-text-tag--price__strike-through{text-decoration:line-through;color:var(--sg-primary-ramp-4)}.xps-faq iframe{height:100%;width:100%;border:none;aspect-ratio:16/9}.xps-faq .rc-collapse{background-color:rgba(0,0,0,0);border:0}.xps-faq .rc-collapse .rc-collapse-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid var(--sg-primary-ramp-6)}.xps-faq .rc-collapse .rc-collapse-item:first-child{border-top:none}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header{min-height:60px;padding:16px 0px;gap:16px;color:var(--sg-primary-ramp-1)}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{margin-right:0}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .xps-faq--icon{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header:focus{outline:unset}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:-2px}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-content{padding:0;color:var(--sg-primary-ramp-1);background-color:rgba(0,0,0,0)}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.xps-faq .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-extra .xps-faq--icon{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xps-faq .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{padding:0 0 32px}.subscription-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}@media(min-width: 768px){.subscription-tile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.subscription-tile__image{width:100%;height:100%}@media(min-width: 768px){.subscription-tile__image{max-width:120px}}.subscription-tile__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.subscription-tile--promo{padding:40px;gap:40px;background-color:var(--sg-page-color)}.subscription-tile--promo .subscription-tile__image{max-width:unset;-ms-flex-preferred-size:91%;flex-basis:91%}.cb-activities__list{list-style:none}.cb-activities__toggle-btn{padding-top:32px}.cb-activity{display:grid;grid-template-columns:32px 1fr;row-gap:16px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;padding:20px 0}.cb-activity__icon{justify-self:center}.cb-activity__icon>*{padding:4px 0}.cb-activity__info .xps-tag{margin-bottom:8px}.cb-activity__error{grid-column:1/span 2}.cb-activity__date{color:var(--sg-primary-ramp-3)}.cb-activity--success{color:var(--sg-alert-main-success)}.cb-activity--failed{color:var(--sg-alert-main-error)}.cb-activity--in_progress{color:var(--sg-primary-ramp-1)}.hw-account-form__modal.ReactModal__Content,.hw-payment-form__modal.ReactModal__Content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:1080px;height:100%;margin:auto;overflow:auto}@media(min-width: 768px){.hw-account-form__modal.ReactModal__Content,.hw-payment-form__modal.ReactModal__Content{width:100%}}@media(min-width: 992px){.hw-account-form__modal.ReactModal__Content,.hw-payment-form__modal.ReactModal__Content{width:100%}}.hw-account-form__modal>*,.hw-payment-form__modal>*{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:auto}.hw-account-form__modal:focus,.hw-payment-form__modal:focus{outline:none}.hw-account-form__modal-overlay,.hw-payment-form__modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background-color:var(--sg-primary-ramp-5);outline:none;opacity:0;-webkit-transition:opacity 250ms;transition:opacity 250ms}.hw-account-form__modal-overlay.ReactModal__Overlay--after-open,.hw-payment-form__modal-overlay.ReactModal__Overlay--after-open{opacity:1}.hw-account-form__modal .hw-account-form,.hw-account-form__modal .hw-payment-form,.hw-payment-form__modal .hw-account-form,.hw-payment-form__modal .hw-payment-form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:var(--sg-persistent-white);width:100%;height:100%}@media(min-width: 992px){.hw-account-form__modal .hw-account-form,.hw-account-form__modal .hw-payment-form,.hw-payment-form__modal .hw-account-form,.hw-payment-form__modal .hw-payment-form{height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hw-account-form__modal .hw-account-form__content,.hw-account-form__modal .hw-payment-form__content,.hw-payment-form__modal .hw-account-form__content,.hw-payment-form__modal .hw-payment-form__content{margin:0 auto;width:100%;overflow:auto}.hw-account-form__modal .hw-account-form__close-btn,.hw-account-form__modal .hw-payment-form__close-btn,.hw-payment-form__modal .hw-account-form__close-btn,.hw-payment-form__modal .hw-payment-form__close-btn{position:absolute;top:18px;right:12px;width:40px;height:40px;padding:0;background:rgba(0,0,0,0);border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}@media(min-width: 992px){.hw-account-form__modal .hw-account-form__close-btn,.hw-account-form__modal .hw-payment-form__close-btn,.hw-payment-form__modal .hw-account-form__close-btn,.hw-payment-form__modal .hw-payment-form__close-btn{top:16px;right:16px}}.hw-account-form__modal .hw-account-form__close-btn::before,.hw-account-form__modal .hw-account-form__close-btn::after,.hw-account-form__modal .hw-payment-form__close-btn::before,.hw-account-form__modal .hw-payment-form__close-btn::after,.hw-payment-form__modal .hw-account-form__close-btn::before,.hw-payment-form__modal .hw-account-form__close-btn::after,.hw-payment-form__modal .hw-payment-form__close-btn::before,.hw-payment-form__modal .hw-payment-form__close-btn::after{position:absolute;top:50%;right:12px;left:12px;display:block;height:2px;margin-top:-1px;background:var(--ga-text-color-tnc, #2b2b2d);content:""}.hw-account-form__modal .hw-account-form__close-btn::before,.hw-account-form__modal .hw-payment-form__close-btn::before,.hw-payment-form__modal .hw-account-form__close-btn::before,.hw-payment-form__modal .hw-payment-form__close-btn::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hw-account-form__modal .hw-account-form__close-btn::after,.hw-account-form__modal .hw-payment-form__close-btn::after,.hw-payment-form__modal .hw-account-form__close-btn::after,.hw-payment-form__modal .hw-payment-form__close-btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hw-payment-form__modal>div{height:100%}@media(min-width: 992px){.hw-payment-form__modal>div{height:auto}}form[name=hyperwallet-account-details]{width:100%}form[name=hyperwallet-account-details] .hw-account-form h2,form[name=hyperwallet-account-details] .hw-account-form h3,form[name=hyperwallet-account-details] .hw-account-form h4{margin:0;padding:0}form[name=hyperwallet-account-details] .hw-account-form__header,form[name=hyperwallet-account-details] .hw-account-form__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 40px;background-color:var(--sg-primary-brand-bg, #f5f5f5);border:1px solid var(--sg-primary-ramp-5),0}form[name=hyperwallet-account-details] .hw-account-form__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px}form[name=hyperwallet-account-details] .hw-account-form__footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:90px}form[name=hyperwallet-account-details] .hw-account-form__footer>*{width:100%}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__footer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}form[name=hyperwallet-account-details] .hw-account-form__footer>*{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}form[name=hyperwallet-account-details] .hw-account-form__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding:0 20px}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__content{padding:0 40px}}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field .row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:28px;margin-bottom:28px}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field .row{gap:0px}}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-first-name,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-dob{padding-right:20px}}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-first-name,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-last-name,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-dob{width:100%;padding-bottom:unset}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-first-name:disabled,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-last-name:disabled,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-dob:disabled{background-color:var(--sg-primary-ramp-4)}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field--billing h4{margin-bottom:20px}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field--billing .xps-address-country-delivery-message{display:none}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field--billing .deliveryAddress .row.no-gutters:first-of-type{display:none}form[name=hyperwallet-account-details] .hw-account-form__tnc{color:var(--sg-primary-ramp-3)}form[name=hyperwallet-account-details] .hw-account-form__logo img{max-width:150px}.hw-payment-form{--hw-payment-footer-height: 90px;position:relative}.hw-payment-form__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;background-color:var(--sg-primary-brand-bg, #f5f5f5);border:1px solid var(--sg-primary-ramp-5),0}.hw-payment-form__header-text{margin:0;padding:0}.hw-payment-form__img{position:absolute;max-height:50px;width:auto;margin:20px 0 20px;left:20px;bottom:0}@media(min-width: 992px){.hw-payment-form__img{margin-left:40px}}.hw-payment-form__content{--hw-field-spacing: 40px;margin:auto}.hw-payment-form__content .hw-form-transfer-methods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--hw-field-spacing)}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template{display:none;padding:0 40px}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template:first-of-type{display:block}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group{outline:0;border:0}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:20px}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media(min-width: 992px){.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:has(~.hw-error-message),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select:has(~.hw-error-message),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date:has(~.hw-error-message),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container:has(~.hw-error-message){border:var(--sg-alert-main-error, #ca0813) solid 1px;outline:none}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message{color:var(--sg-alert-main-error, #ca0813);margin-top:4px}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.hw-payment-form__content .hw-form-transfer-methods>div[id$=router]:only-child{margin-bottom:var(--hw-payment-footer-height)}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend{font-size:0;line-height:0}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{content:var(--hw-payment-label);display:block;line-height:initial}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{content:var(--hw-payment-message);display:block;line-height:initial;margin-top:20px}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 40px;margin-top:var(--hw-field-spacing);margin-bottom:var(--hw-payment-footer-height);background-color:var(--sg-primary-brand-bg, #f5f5f5);border:1px solid var(--sg-primary-ramp-5),0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--hw-payment-footer-height)}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child>*{width:100%}@media(min-width: 992px){.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child>*{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.hw-payment-form__content .hw-form-transfer-methods .hw-button{width:100%}@media(min-width: 992px){.hw-payment-form__content .hw-form-transfer-methods .hw-button{display:block;width:auto;margin-left:auto}}.hw-payment-form__skeleton{display:none}.hw-payment-form__skeleton:only-child{display:block}.hw-payment-form__skeleton .skeleton-loader-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 40px;padding-bottom:var(--hw-payment-footer-height);width:100%;gap:10px}.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{content:"Debit Card Number"}.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group .hw-label{display:none}.hw-payment-form--au{--spacing-margin-right: 32px}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div{display:block}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2){display:inline-block;width:calc(50% - var(--spacing-margin-right));margin-right:var(--spacing-margin-right)}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2)::after{content:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='14'><text style='alignment-baseline:hanging;font-family:Helvetica-Neue;font-size:14px;'><tspan style='alignment-baseline:inherit;'>e.g. </tspan><tspan style='alignment-baseline:inherit;font-weight:bold;'>012</tspan>-345</text></svg>");display:block;margin-top:6px}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(3){display:inline-block;width:50%}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(3)::after{content:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='14'><text style='alignment-baseline:hanging;font-family:Helvetica-Neue;font-size:14px;'><tspan style='alignment-baseline:inherit;'>e.g. </tspan>012-<tspan style='alignment-baseline:inherit;font-weight:bold;'>345</tspan></text></svg>");display:block;margin-top:6px}.cashback-payout{--logo-height: 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.cashback-payout h2,.cashback-payout h3,.cashback-payout h4{margin:0;padding:0}.cashback-payout__title{margin-bottom:8px}.cashback-payout__logo{height:var(--logo-height);max-height:var(--logo-height)}.cashback-payout__logo img{height:100%;width:auto}.cashback-payout__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media(min-width: 992px){.cashback-payout__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.cashback-payout__transfer-method{text-transform:capitalize}.have-another-machine-modal .xps-modal--body{padding:80px 20px}@media(min-width: 768px){.have-another-machine-modal .xps-modal--body{padding:80px 40px}}.cashback-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:32px;padding:40px 24px;background-color:var(--sg-page-color)}.cashback-progress .cashback-progress-main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;--cb-progress-parent-gap: 24px;gap:var(--cb-progress-parent-gap)}@media(min-width: 768px){.cashback-progress .cashback-progress-main-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 calc(50% - var(--cb-progress-parent-gap)/2);flex:1 0 calc(50% - var(--cb-progress-parent-gap)/2);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-campaign{gap:16px;text-wrap:balance}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones{gap:24px}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestones-heading{color:var(--sg-alert-main-success);text-align:center}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestones-heading__expired{color:var(--sg-alert-main-error)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestones-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__empty{color:var(--sg-primary-ramp-3)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__empty #empty-cup-svg-path{fill:var(--sg-primary-ramp-4)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__full{color:var(--sg-alert-main-success)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__full .full-cup-svg-path{fill:var(--sg-alert-main-success)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone .cashback-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;height:60px;width:60px}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone .cashback-icon__full{background-color:var(--sg-primary-ramp-6)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone .cashback-icon__empty{border:3px solid var(--sg-primary-ramp-4)}.cashback-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;width:100%;padding:16px;background-color:var(--sg-primary-ramp-7);border-radius:8px}.cashback-message .cashback-message__img-wrapper{-ms-flex-item-align:start;align-self:flex-start}.cashback-message .cashback-message__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.cashback-message .cashback-message__content-wrapper .cashback-message__label{display:inline}.cashback-message .cashback-message__content-wrapper .cashback-message__label--orange{color:var(--sg-brand-accent-1)}.cashback-message .cashback-message__content-wrapper .cashback-message__label--grey{color:var(--sg-primary-ramp-4)}.cashback-message--icon{gap:20px;padding:24px 20px}.cashback-message--icon .cashback-message__img-wrapper{margin-top:2px}.xps-article__layout_left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px;padding-top:40px}.xps-article__layout_left_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px;position:relative}.xps-article__layout_left .sticky_scroll_action{display:none}@media(min-width: 992px){.xps-article__layout_left .sticky_scroll_action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:16px;right:0;left:0;margin:auto;z-index:1}.xps-article__layout_left .sticky_scroll_action.bottom{top:auto;bottom:0;padding-bottom:16px;background:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, var(--sg-page-color)));background:linear-gradient(180deg, transparent 0%, var(--sg-page-color) 60%)}}.xps-article__layout_left .sticky_scroll_action .sticky_scroll_action_btn{padding:8px;border-radius:50%;background:var(--sg-primary-brand-bg)}@media(min-width: 992px){.xps-article__layout_left.sticky{position:sticky;top:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.xps-article__layout_left.enableOverFlow{padding-top:0}.xps-article__layout_left.enableOverFlow .xps-article__layout_left_content{overflow:auto;max-height:100vh;padding:40px 0;position:relative}.xps-article__layout_right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px;padding-top:40px}@media(min-width: 992px){.xps-article__layout_right{padding-left:40px}}.xps-article__sticky-header{position:sticky;top:0;background-color:var(--sg-page-color);z-index:999;display:block}@media(min-width: 992px){.xps-article__sticky-header{display:none}}.xps-article--quick-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-article--quick-links-title{text-transform:uppercase}.xps-article--active-section{width:100%;padding:16px 0}.xps-article--active-section-container{padding:0 15px}@media(min-width: 768px){.xps-article--active-section-container{padding:0 30px}}.xps-article--active-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xps-article--active-section-drawer{background-color:var(--sg-page-color);position:absolute;top:100%;left:0;width:100%;z-index:1;padding:8px 20px 16px;border-bottom:var(--xps-divider-height, 1px) solid var(--sg-primary-ramp-6);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}@media(min-width: 768px){.xps-article--active-section-drawer{padding:8px 40px 16px}}.xps-article--kitchen-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.xps-article--kitchen-item-image{width:40px;height:40px;border-radius:40px}.xps-article--kitchen-item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-article--kitchen-item-text-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-article--kitchen-item-text-main-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.xps-article--kitchen-item-text-secondary{color:var(--sg-primary-ramp-3)}.xps-article--step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.xps-article--step-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-article--step-ingredient{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-article--step-tip-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-article--step-tip-title .tip-tag{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-article--ingredient-right-layout{padding:20px 0 0 0}@media(min-width: 992px){.xps-article--ingredient-right-layout{padding-left:40px;padding-top:0}}.xps-article--ingredient-left-layout{padding:0}@media(min-width: 992px){.xps-article--ingredient-left-layout.sticky{position:sticky;top:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.xps-article--class-index-title{padding:20px 32px;margin-top:-8px}@media(min-width: 992px){.xps-article--class-index-title{margin-top:-16px}}.xps-article--class-index-section:last-child{padding-bottom:8px}@media(min-width: 992px){.xps-article--class-index-section:last-child{padding-bottom:16px}}.xps-article--class-index-section .accordionV2__header{padding:20px 32px;background:var(--sg-primary-ramp-7)}.xps-article--class-index-section .accordionV2__header svg{font-size:18px}.xps-article--class-index-section-content{padding:16px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.xps-article--class-index-section-item{--xps-article-section-item-size: 72px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;text-decoration:none}.xps-article--class-index-section-item-image{-webkit-box-flex:0;-ms-flex:0 0 var(--xps-article-section-item-size);flex:0 0 var(--xps-article-section-item-size)}.xps-article--class-index-section-item-content{font-style:normal;color:var(--sg-primary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-editable-ingredient-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.xps-editable-ingredient-list--header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.xps-editable-ingredient-list--alert{width:100%}.xps-editable-ingredient-list--control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-editable-ingredient-list--control-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media(min-width: 768px){.xps-editable-ingredient-list--control-wrapper{gap:32px}}.xps-editable-ingredient-list--control-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.xps-editable-ingredient-list--control-scale{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.xps-editable-ingredient-list--control-scale .unit-buttons{padding-right:16px;border-right:1px solid var(--sg-primary-ramp-6)}@media(max-width: 576px){.xps-editable-ingredient-list--control-scale-custom{width:100%}}.xps-editable-ingredient-list--control-scale-custom .xps__input,.xps-editable-ingredient-list--control-scale-custom .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-editable-ingredient-list--control-scale-custom .hw-input{padding:6px 12px;height:40px;width:100px}.xps-editable-ingredient-list--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-editable-ingredient-list--content-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.xps-editable-ingredient-list--content-item-quantity{width:100px}.xps-editable-ingredient-list--content-item-quantity .xps__input,.xps-editable-ingredient-list--content-item-quantity .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-editable-ingredient-list--content-item-quantity .hw-input{padding:8px 12px;height:40px}.xps-editable-ingredient-list--content-item-quantity .xps__input[readonly],.xps-editable-ingredient-list--content-item-quantity .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group [readonly].hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-editable-ingredient-list--content-item-quantity [readonly].hw-input{background:var(--sg-primary-ramp-7)}.xps-editable-ingredient-list--content-item .xps-article--kitchen-item{max-width:calc(100% - 116px)}.xps-editable-ingredient-list--yield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-editable-ingredient-list--yield-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--size-size-3, 8px)}@media print{.xps-editable-ingredient-list{gap:8px}.xps-editable-ingredient-list--header button{display:none}.xps-editable-ingredient-list--alert{display:none}.xps-editable-ingredient-list--control-wrapper{display:none}.xps-editable-ingredient-list--yield{display:none}.xps-editable-ingredient-list--content{gap:4px}.xps-editable-ingredient-list--content-item-quantity{display:none}.xps-editable-ingredient-list--content-item-print-content{display:block;width:100%}.xps-editable-ingredient-list--content-item-info{display:none}.xps-editable-ingredient-list--content-item-info .xps-article--kitchen-item-text{gap:0px}}.xps-parameter-box{border-radius:4px;background:var(--sg-primary-brand-bg)}.xps-parameter-box--header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:var(--sg-primary-ramp-3);border-bottom:2px solid var(--sg-primary-ramp-6)}.xps-parameter-box--header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:4px}.xps-parameter-box--list{padding:16px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:16px}.xps-parameter-box--list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:8px}.xps-parameter-box--list-item-count{color:var(--sg-primary-ramp-3)}.xps-parameter-box--list-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:8px;color:var(--sg-primary-ramp-1)}.xps-parameter-box--list-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-parameter-box--list-item-parameters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.xps-parameter-box--list-item-parameters-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-parameter-box--list-item-note{width:100%;color:var(--sg-primary-ramp-3);padding:4px 0;border-top:1px dashed var(--sg-primary-ramp-5);border-bottom:1px dashed var(--sg-primary-ramp-5)}@media print{.xps-parameter-box{background:var(--sg-page-color);border:2px solid var(--sg-primary-ramp-6)}.xps-parameter-box--header{padding:6px}.xps-parameter-box--header svg{height:12px}.xps-parameter-box--list{padding:8px 6px;gap:8px}.xps-parameter-box--list-item{gap:4px}.xps-parameter-box--list-item-content{gap:4px}.xps-parameter-box--list-item-title{gap:2px}.xps-parameter-box--list-item-title svg{height:14px !important;width:14px !important}.xps-parameter-box--list-item-parameters{gap:4px}.xps-parameter-box--list-item-parameters-item svg{height:10px}.xps-print-includePhotos .xps-parameter-box{background:var(--sg-primary-brand-bg);border:none}}.article-skeleton .loading-skeleton{max-width:100%;border-radius:4px}.article-skeleton--tailored{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.article-skeleton--tailored-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--tailored-content-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:16px}.article-skeleton--tailored-content-info-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.article-skeleton--tailored-content-info-button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.article-skeleton--meta-details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--meta-details-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.article-skeleton--quick-action{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--quick-action hr{border:none;border:0;background:var(--sg-primary-ramp-6);width:2px}.article-skeleton--quick-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--quick-links-wrapper{display:none;gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:80px}@media(min-width: 992px){.article-skeleton--quick-links-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.article-skeleton--ingredient-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--ingredient-list-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--ingredient-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.article-skeleton--ingredient-list-item .skeleton-loader-wrapper{max-width:calc(100% - 116px)}.article-skeleton--equipment-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--equipment-list-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--equipment-list-item{width:400px;max-width:100%}.article-skeleton--step{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--step-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.article-skeleton--step-description{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--step-description .skeleton-loader-wrapper:last-child{width:447px;max-width:100%}.article-skeleton--author{height:438px}.article-skeleton--author .skeleton-loader-wrapper{height:100%}@media(min-width: 992px){.article-skeleton--author{height:288px}}.xps-indent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px}.xps-indent--line{width:var(--xps-indent-line-width, 4px);background-color:var(--xps-indent-bg-color, var(--sg-primary-ramp-6));border-radius:4px;border:0;-ms-flex-negative:0;flex-shrink:0}.xps-share-modal .xps-modal--footer{background-color:var(--sg-primary-brand-bg, #EDECEA);border-top:2px solid var(--sg-primary-ramp-6)}.xps-share-modal .xps-modal--header{background-color:var(--sg-primary-brand-bg, #EDECEA)}.xps-share-modal .xps-modal__header-wrapper{border-bottom:2px solid var(--sg-primary-ramp-6)}.xps-share__social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:40px}.xps-share__social-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:33.3333333333%}@media(min-width: 576px){.xps-share__social-item{width:20%}}.xps-share__link-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:4px;border:2px solid var(--sg-primary-ramp-1, #282726);padding:12px 18px;gap:8px;width:100%;background-color:var(--sg-persistent-white, #ffffff)}.xps-share__link-container__link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xps-share__link-container__btn{-ms-flex-negative:0;flex-shrink:0}.xps-print-modal .filter-sidenav-panel-comp{position:relative;height:unset}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-btn{padding:20px 0}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-content{min-height:unset}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-content.active{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp{width:100%;overflow:auto;position:relative}@media(min-width: 992px){.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp{width:calc(50% - 4px)}}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label,.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label{background-color:var(--sg-primary-brand-bg)}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-filtered-values{padding:0}.xps-print-modal .xps-modal--body{padding:0 20px}@media(min-width: 768px){.xps-print-modal .xps-modal--body{padding:0 40px}}.xps-print-modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 32px;min-height:78px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-print-modal-options{padding:0 16px;overflow-y:auto}.xps-print-modal-options .menu-content{min-height:unset !important}.xps-print-modal--print-content,.xps-print-modal--print-wrapper{display:none}.xps-print-modal--intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.xps-print-modal--intro-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-print-modal--intro-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}@media print{.xps-body-print-mode>div{display:none !important}.xps-body-print-mode .xps-print-modal--print-wrapper{display:block !important;column-count:2;-webkit-column-count:2;-moz-column-count:2;-webkit-column-fill:auto;-moz-column-fill:auto;column-fill:auto;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;print-color-adjust:exact;-webkit-print-color-adjust:exact}.xps-body-print-mode .xps-print-modal--print-wrapper .aspect-ratio,.xps-body-print-mode .xps-print-modal--print-wrapper .xps-parameter-box,.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-divider{margin:12px 0}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-print-modal--intro-qr-info{display:none}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-print-modal--intro-logo{height:30px}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-print-modal--intro-logo svg{height:100%}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-equipment-title{padding-bottom:8px}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-equipment-item{padding-bottom:4px}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-article--step{margin-top:12px;gap:8px}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-article--step+.xps-divider{display:none}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author{gap:4px;padding:12px}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author .xps-card-tile-button-wrapper{display:none}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author .xps-mini-split-teaser--content-block-left .xps-card-tile{gap:4px}.xps-print-hide-ingredients #rdp-ingredient-list{display:none}.xps-print-hide-ingredients #rdp-ingredient-list+.xps-divider{display:none}.xps-print-hide-equipment #rdp-equipment-list{display:none}.xps-print-hide-equipment #rdp-equipment-list+.xps-divider{display:none}.xps-print-hide-step .recipe--step{display:none}.xps-print-hide-aboutAuthor .recipe-author{display:none}.xps-print-hide-aboutAuthor .recipe--step+.xps-divider{display:none}.xps-print-hide-brevilleApplianceInstructions .recipe--step .xps-parameter-box{display:none}.xps-print-printFriendly .xps-print-modal--intro-qr-info{display:block}.xps-print-printFriendly .xps-print-modal--intro-image{display:none}.xps-print-printFriendly .rdp-step-image{display:none}.xps-print-printFriendly .recipe-author{padding:0;background:var(--sg-page-color)}.xps-print-printFriendly .recipe-author .xps-mini-split-teaser--content-block-right{display:none}}@page{size:auto;margin:0;padding:40px}.xps-mini-split-teaser{background:var(--sg-primary-brand-bg);border-radius:4px;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.xps-mini-split-teaser--title{color:var(--sg-primary-ramp-3)}.xps-mini-split-teaser--content-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.xps-mini-split-teaser--content-block-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.xps-mini-split-teaser--content-block-right{width:100%;-webkit-transition:all .3s ease;transition:all .3s ease}@media(min-width: 768px){.xps-mini-split-teaser--content-block-right{width:240px}}.xps-mini-split-teaser--content-block-right:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-pdf-preview{width:100% !important;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}.xps-pdf-preview__image{width:100%;padding:24px 24px 0;border-radius:4px 4px 0px 0px;border:1px solid var(--sg-primary-ramp-6);border-bottom:none;background:var(--sg-primary-ramp-7)}.xps-pdf-preview__image img{height:auto;max-height:unset;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.xps-pdf-preview__title{width:100%;padding:12px;border-radius:0px 0px 4px 4px;border:1px solid var(--sg-primary-ramp-6)}.fa-1x{font-size:8px}.fa-2x{font-size:16px}.fa-3x{font-size:20px}.fa-4x{font-size:24px}.fa-5x{font-size:32px}.fa-6x{font-size:48px}.fa-7x{font-size:64px}.fa-8x{font-size:128px}.choose-location{margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.choose-location .columns-list{-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin:40px 0 0;padding:0;list-style:none}@media(min-width: 768px){.choose-location .columns-list{-webkit-column-count:3;-moz-column-count:3;column-count:3}}@media(min-width: 992px){.choose-location .columns-list{-webkit-column-count:4;-moz-column-count:4;column-count:4}}.choose-location .columns-list li{margin-bottom:8px}.xps-banner-promo{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}@media(max-width: 768px){.xps-banner-promo{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.xps-banner-promo-wrapper{background:var(--sg-primary-brand-bg);display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;min-height:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xps-banner-promo-wrapper.isDismissible .xps-banner-promo{width:calc(100% - 57px)}@media(min-width: 768px){.xps-banner-promo-wrapper{padding:20px 40px}}.xps-banner-promo--info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px 8px;-ms-flex-item-align:center;align-self:center}@media(max-width: 768px){.xps-banner-promo--info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.xps-banner-promo--icon{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:var(--sg-primary-ramp-1)}@media(min-width: 992px){.xps-playlist-row{gap:20px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:calc(100% - 20px)}}.xps-playlist-row-player{padding:0}.xps-playlist-row-player .xps-vp-hover-wrapper{aspect-ratio:16/9;border-radius:16px;overflow:hidden;padding:0;height:auto}.xps-playlist-row-list{border-radius:16px;border:1px solid var(--sg-primary-ramp-5);background:var(--sg-primary-brand-bg);padding:0;overflow-y:auto;max-height:506px}@media(min-width: 992px){.xps-playlist-row-list{height:auto;aspect-ratio:16/9}}.xps-playlist-row-list-section-title{padding:20px 12px;position:sticky;top:0;z-index:1;background:var(--sg-primary-brand-bg);color:var(--sg-primary-ramp-1)}.xps-playlist-row-list-item{padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;width:100%;border:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.xps-playlist-row-list-item:not(.xps-playlist-row-list-item-selected):hover{background-color:var(--sg-primary-ramp-7)}.xps-playlist-row-list-item-selected{background-color:var(--sg-primary-ramp-5)}.xps-playlist-row-list-item__thumbnail{width:100px;min-width:100px}.xps-playlist-row-list-item__thumbnail-duration{z-index:1;text-align:left;padding:4px;color:var(--sg-secondary-ramp-1)}.xps-playlist-row-list-item__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xps-playlist-video-desc-mobile{padding:24px 0 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 992px){.xps-playlist-video-desc-mobile{display:none}}.xps-playlist-video-desc{display:none}@media(min-width: 992px){.xps-playlist-video-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:24px;gap:16px}}.xps-newsletter{padding:0 1.25rem;background-color:var(--xps-newsletter-bg-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-newsletter .xps-newsletter__container{max-width:900px}@media(max-width: 992px){.xps-newsletter .xps-newsletter__container{max-width:570px}}.xps-newsletter .xps-newsletter__text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.xps-newsletter .xps-newsletter__email-input{position:relative;width:100%;font-size:14px;border-radius:4px}.xps-newsletter .xps-newsletter__form-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form{width:100%;max-width:670px}@media(max-width: 992px){.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form{max-width:570px}}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__form-group{padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__form-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__form-group .xps-newsletter__submit{white-space:nowrap}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__general--error-msg{padding-top:15px}.xps-appdownload-modal{--xps-cardTile-text-color: "--sg-secondary-ramp-1"}.xps-appdownload-modal__header{text-align:center}.xps-appdownload-modal__qr-code-image{width:200px}.xps-appdownload-modal__store-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-appdownload-modal .xps-card-tile__children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container-parent{container-type:inline-size;container-name:container-parent}.responsive-container.use-container-queries{container-type:inline-size;container-name:container}.grid-parent{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;container-type:inline-size;container-name:grid-parent}.grid-container-v2{display:grid;width:100%;max-width:max(1440px,1360px + var(--horizontalPadding-xxl)*2);-webkit-box-sizing:content-box;box-sizing:content-box;row-gap:var(--rowGap, initial);-webkit-column-gap:var(--colGap, initial);-moz-column-gap:var(--colGap, initial);column-gap:var(--colGap, initial);padding-left:var(--horizontalPadding, initial);padding-right:var(--horizontalPadding, initial);padding-top:var(--verticalPadding, initial);padding-bottom:var(--verticalPadding, initial);margin:var(--margin, initial)}.grid-container-v2.use-container-queries{container-type:inline-size;container-name:grid-container}.grid-item{grid-column:var(--gridColumn, auto);grid-row:var(--gridRow, auto);-webkit-box-ordinal-group:NaN;-ms-flex-order:var(--order, 0);order:var(--order, 0);-webkit-box-pack:var(--justifyContent, initial);-ms-flex-pack:var(--justifyContent, initial);justify-content:var(--justifyContent, initial);display:var(--hide, var(--display, block));-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-line-pack:inherit;align-content:inherit;justify-items:inherit;grid-auto-rows:inherit;grid-auto-columns:inherit;grid-auto-flow:inherit;row-gap:var(--rowGap, inherit);-webkit-column-gap:var(--colGap, inherit);-moz-column-gap:var(--colGap, inherit);column-gap:var(--colGap, inherit)}.grid-item[style*=grid]{row-gap:inherit !important;-webkit-column-gap:inherit !important;-moz-column-gap:inherit !important;column-gap:inherit !important;grid-template-columns:var(--gridTemplateColumns, repeat(12, 1fr))}@container grid-parent (min-width: 768px){.grid-container-v2.use-container-queries{row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));padding-left:var(--horizontalPadding-md, var(--horizontalPadding));padding-right:var(--horizontalPadding-md, var(--horizontalPadding));padding-top:var(--verticalPadding-md, var(--verticalPadding));padding-bottom:var(--verticalPadding-md, var(--verticalPadding));margin:var(--margin-md, var(--margin))}}@container grid-parent (min-width: 992px){.grid-container-v2.use-container-queries{row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));padding-left:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-right:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-top:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));padding-bottom:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));margin:var(--margin-lg, var(--margin-md, var(--margin)))}}@container grid-parent (min-width: 1440px){.grid-container-v2.use-container-queries{row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));padding-left:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-right:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-top:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));padding-bottom:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));margin:var(--margin-xxl, var(--margin-lg, var(--margin-md, var(--margin))))}}@container grid-container (min-width: 768px){.grid-item.use-container-queries{grid-column:var(--gridColumn-md, var(--gridColumn));grid-row:var(--gridRow-md, var(--gridRow));display:var(--hide-md, var(--hide));-webkit-box-ordinal-group:var(--order-md, var(--order));-ms-flex-order:var(--order-md, var(--order));order:var(--order-md, var(--order));row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));-webkit-box-pack:var(--justifyContent-md, var(--justifyContent));-ms-flex-pack:var(--justifyContent-md, var(--justifyContent));justify-content:var(--justifyContent-md, var(--justifyContent))}}@container grid-container (min-width: 992px){.grid-item.use-container-queries{grid-column:var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn)));grid-row:var(--gridRow-lg, var(--gridRow-md, var(--gridRow)));display:var(--hide-lg, var(--hide-md, var(--hide)));-webkit-box-ordinal-group:var(--order-lg, var(--order-md, var(--order)));-ms-flex-order:var(--order-lg, var(--order-md, var(--order)));order:var(--order-lg, var(--order-md, var(--order)));row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-webkit-box-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));-ms-flex-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));justify-content:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)))}}@container grid-container (min-width: 1440px){.grid-item.use-container-queries{grid-column:var(--gridColumn-xxl, var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn))));grid-row:var(--gridRow-xxl, var(--gridRow-lg, var(--gridRow-md, var(--gridRow))));display:var(--hide-xxl, var(--hide-lg, var(--hide-md, var(--hide))));-webkit-box-ordinal-group:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));-ms-flex-order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-webkit-box-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));-ms-flex-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));justify-content:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))))}}@media(min-width: 768px){.grid-container-v2.use-media-queries{row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));padding-left:var(--horizontalPadding-md, var(--horizontalPadding));padding-right:var(--horizontalPadding-md, var(--horizontalPadding));padding-top:var(--verticalPadding-md, var(--verticalPadding));padding-bottom:var(--verticalPadding-md, var(--verticalPadding));margin:var(--margin-md, var(--margin))}}@media(min-width: 992px){.grid-container-v2.use-media-queries{row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));padding-left:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-right:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-top:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));padding-bottom:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));margin:var(--margin-lg, var(--margin-md, var(--margin)))}}@media(min-width: 1440px){.grid-container-v2.use-media-queries{row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));padding-left:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-right:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-top:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));padding-bottom:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));margin:var(--margin-xxl, var(--margin-lg, var(--margin-md, var(--margin))))}}@media(min-width: 768px){.grid-item.use-media-queries{grid-column:var(--gridColumn-md, var(--gridColumn));grid-row:var(--gridRow-md, var(--gridRow));display:var(--hide-md, var(--hide));-webkit-box-ordinal-group:var(--order-md, var(--order));-ms-flex-order:var(--order-md, var(--order));order:var(--order-md, var(--order));row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));-webkit-box-pack:var(--justifyContent-md, var(--justifyContent));-ms-flex-pack:var(--justifyContent-md, var(--justifyContent));justify-content:var(--justifyContent-md, var(--justifyContent))}}@media(min-width: 992px){.grid-item.use-media-queries{grid-column:var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn)));grid-row:var(--gridRow-lg, var(--gridRow-md, var(--gridRow)));display:var(--hide-lg, var(--hide-md, var(--hide)));-webkit-box-ordinal-group:var(--order-lg, var(--order-md, var(--order)));-ms-flex-order:var(--order-lg, var(--order-md, var(--order)));order:var(--order-lg, var(--order-md, var(--order)));row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-webkit-box-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));-ms-flex-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));justify-content:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)))}}@media(min-width: 1440px){.grid-item.use-media-queries{grid-column:var(--gridColumn-xxl, var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn))));grid-row:var(--gridRow-xxl, var(--gridRow-lg, var(--gridRow-md, var(--gridRow))));display:var(--hide-xxl, var(--hide-lg, var(--hide-md, var(--hide))));-webkit-box-ordinal-group:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));-ms-flex-order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-webkit-box-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));-ms-flex-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));justify-content:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))))}}.plp-groups .plp-groups-tray{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;overflow-x:auto;scrollbar-width:none;list-style:none}.xps-specification__list{padding:16px 0}@media(min-width: 992px){.xps-specification__list{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-specification__list>*{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.xps-specification__value{padding-top:8px;white-space:normal}@media(min-width: 992px){.xps-specification__value{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:unset;text-align:end}}.fade-element{opacity:0;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;will-change:opacity}.fade-element--visible{opacity:1}.fade-element,.fade-element *{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.fade-element--transform{-webkit-transform-origin:center center;transform-origin:center center}@media(prefers-reduced-motion: reduce){.fade-element{-webkit-transition:none !important;transition:none !important;will-change:auto !important;-webkit-transform:none !important;transform:none !important}}.fade-up{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}.fade-down{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}.fade-left{-webkit-transform:translateX(30px);transform:translateX(30px);opacity:0}.fade-right{-webkit-transform:translateX(-30px);transform:translateX(-30px);opacity:0}.scale-in{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:0}@media(prefers-reduced-motion: reduce){.fade-element{-webkit-transition:none !important;transition:none !important;opacity:1 !important}}.scroll-media{--scroll-media-desktop-padding-top: 112px}@media(min-width: 992px){.scroll-media .main-content-wrapper{padding-bottom:calc(50svh - 120px)}}@media(max-height: 992px){.scroll-media .main-content-wrapper .title-section{padding-bottom:40px}}@media(min-width: 992px){.scroll-media .main-content-wrapper .title-section{padding-bottom:140px;padding-top:var(--scroll-media-desktop-padding-top)}}.scroll-media .main-content-wrapper .section{-webkit-transition:opacity .2s;transition:opacity .2s;padding-bottom:80px}@media(min-width: 992px){.scroll-media .main-content-wrapper .section.active{opacity:1}.scroll-media .main-content-wrapper .section.inactive{opacity:.15}}@media(min-width: 992px){.scroll-media .sticky-container{width:100%;height:100svh;padding-top:var(--scroll-media-desktop-padding-top);padding-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;position:sticky}}.scroll-media .media-wrapper{width:100%;height:100%}.scroll-media .media-wrapper .aspect-ratio{border-radius:16px;max-height:100%;display:block}.xps-icon-with-text-list .xps-icon-with-text-list__items{display:grid;list-style:none;gap:0 20px}.xps-icon-with-text-list .xps-icon-with-text-list__items .xps-icon-with-text__title{text-align:left}.xps-icon-with-text-list .xps-icon-with-text-list--2col{grid-template-columns:1fr 1fr}.react-button.react-button--size-large,.react-button.react-button--size-medium,.react-button.react-button--size-small{vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;border-radius:50px;white-space:nowrap;text-shadow:none;cursor:pointer}.react-button.react-button--size-small{padding:.3125rem 2.5rem}.react-button.react-button--size-medium{padding:.9375rem 3.125rem}.react-button.react-button--size-large{padding:.9375rem 6.875rem}.react-button{cursor:pointer}.react-button.react-button--color-scheme-oysterBay{color:#221f20;background-color:#fff;border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;border-color:#221f20}.react-button.react-button--color-scheme-oysterBay:hover{background-color:#221f20;color:#fff;outline:0}.react-button.react-button--color-scheme-oysterBay:hover::before,.react-button.react-button--color-scheme-oysterBay:hover::after{background-color:#fff;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.react-button.react-button--color-scheme-oysterBay::before,.react-button.react-button--color-scheme-oysterBay::after{background-color:#221f20;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.react-button.react-button--color-scheme-oysterBay.react-button--active,.react-button.react-button--color-scheme-oysterBay :focus{background-color:#fff;color:#221f20}.react-button.react-button--color-scheme-oysterBayFill{color:#221f20;background-color:#fff;border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;border-color:#221f20}.react-button.react-button--color-scheme-oysterBayFill:hover{background-color:#221f20;color:#fff;outline:0}.react-button.react-button--color-scheme-oysterBayFill:hover::before,.react-button.react-button--color-scheme-oysterBayFill:hover::after{background-color:#fff;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.react-button.react-button--color-scheme-oysterBayFill::before,.react-button.react-button--color-scheme-oysterBayFill::after{background-color:#221f20;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.react-button.react-button--color-scheme-cyan{color:#fff;background-color:#221f20;border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;border-color:#221f20}.react-button.react-button--color-scheme-cyan:hover{background-color:#fff;color:#221f20;outline:0}.react-button.react-button--color-scheme-cyan:hover::before,.react-button.react-button--color-scheme-cyan:hover::after{background-color:#221f20;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.react-button.react-button--color-scheme-cyan::before,.react-button.react-button--color-scheme-cyan::after{background-color:#fff;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.react-button.react-button--textType-bold{font-weight:700}.react-button.react-button--textType-normal{font-weight:400}.react-button.react-button--type-link{font-size:.875rem;line-height:1.5;color:#313638 !important;background-color:rgba(0,0,0,0) !important;border:0 !important;text-decoration:underline !important}.react-button:disabled{color:#fff;background-color:#d0d0d0;border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;border-color:#d0d0d0;pointer-events:none}.react-button:disabled:hover{background-color:#fff;color:#d0d0d0;outline:0}.react-button:disabled:hover::before,.react-button:disabled:hover::after{background-color:#d0d0d0;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.react-button:disabled::before,.react-button:disabled::after{background-color:#fff;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__description-button{font-weight:700;text-align:left;text-decoration:underline;color:#d0d0d0;-webkit-transition:color 250ms ease-in-out,-webkit-text-decoration 250ms ease-in-out;transition:color 250ms ease-in-out,-webkit-text-decoration 250ms ease-in-out;transition:color 250ms ease-in-out,text-decoration 250ms ease-in-out;transition:color 250ms ease-in-out,text-decoration 250ms ease-in-out,-webkit-text-decoration 250ms ease-in-out}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__description-button:hover,.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__description-button:focus{color:#007584}.xps-progress-bar .xps-progress-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__container{position:relative;width:var(--bar-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__fill{position:absolute;top:0;left:0;height:100%;border-radius:10px;-webkit-transition:width 400ms ease;transition:width 400ms ease;width:calc(var(--progress)*1%);background-color:var(--filled-color)}.xps-progress-bar__milestone{position:absolute;top:-4px;left:var(--milestone-progress);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(var(--bar-height) + 8px);height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--sg-secondary-ramp-1, #fff);outline:4px solid var(--sg-secondary-ramp-1, #fff)}.xps-progress-bar__milestone--reached{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407)}.xps-progress-bar__checkmark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps-progress-bar__button{padding:4px}.xps_reward_bar__container{width:var(--bar-width);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__empty_bar{position:relative;width:var(--bar-individual-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin-right:5px}.xps_reward_bar--filled_bar{background-color:var(--filled-color)}.xps_reward_bar__milestone{min-width:calc(var(--bar-height) + 8px);min-height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);background-color:rgba(0,0,0,0);margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps_reward_bar--milestone_filled{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407);-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__milestone_icon{color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps_reward_bar__leftover{position:absolute;top:0;left:0;bottom:0;right:var(--leftover-width);border-radius:5px;background-color:var(--sg-brand-accent-1, #f38407)}.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-family:"Archer-Ssm",sans-serif;font-size:2rem;font-weight:400;line-height:3rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-size:2.5rem;line-height:3.5rem}}.cmp-cart-container .cartwrapper__order-item-price,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no{font-family:"Helvetica-Neue",sans-serif;font-size:1.75rem;line-height:2.5rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures;font-weight:400}@media(min-width: 768px){.cmp-cart-container .cartwrapper__order-item-price,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no{font-size:2rem;line-height:3rem}}.cmp-container__checkout-root .cmp-text__checkout--sub-heading,.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title{font-family:"Archer-Ssm",sans-serif;font-size:1.5rem;font-weight:400;line-height:2rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.cmp-container__checkout-root .cmp-text__checkout--sub-heading,.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title{font-size:1.75rem;line-height:2.5rem}}.questionnaire__container ol .questionnaire__item .questionnaire__question,.questionnaire__container ol .questionnaire__item::marker{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem}@media(min-width: 768px){.questionnaire__container ol .questionnaire__item .questionnaire__question,.questionnaire__container ol .questionnaire__item::marker{font-size:1.125rem}}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__title{font-family:"Helvetica-Neue",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5rem}.beanz-nav .header-banner__item .header-banner__item-content p,.beanz-panel-search .search-results .roasters-results li a,.beanz-panel-search .search-results .category-results li a,.beanz-panel-search .result-category-list li,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country,.cmp-container__checkout-root .cmp-text__checkout--saved,.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--subscribe-save-note,#cart-page-container .cart-loggedin-username,.cmp-cart-container .promocode-error-message,.cmp-cart-container .promo-code-wrapper .promo-input input,.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select,.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading,.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p,#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title,.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}@media(min-width: 768px){.beanz-nav .header-banner__item .header-banner__item-content p,.beanz-panel-search .search-results .roasters-results li a,.beanz-panel-search .search-results .category-results li a,.beanz-panel-search .result-category-list li,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country,.cmp-container__checkout-root .cmp-text__checkout--saved,.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--subscribe-save-note,#cart-page-container .cart-loggedin-username,.cmp-cart-container .promocode-error-message,.cmp-cart-container .promo-code-wrapper .promo-input input,.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select,.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading,.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p,#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title,.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header{font-size:1rem}}.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header{font-weight:700}.beanz-panel-search .run-search__form .run-search__input,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-regular,.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem}@media(min-width: 768px){.beanz-panel-search .run-search__form .run-search__input,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-regular,.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-size:1.125rem}}.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-weight:700}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-btn,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-text,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__logout-btn,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .list__list-item-link,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-heading,.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-label,.beanz-nav .menu-item__display-content .mybeanz__user-info{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-bold,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-regular{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-bold,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-regular{font-size:1rem !important}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-error-msg,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-select-error-msg,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__contact-time,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon .cmp-text-purchase__content--box--order-info-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info .cmp-text-purchase__content--box--order-info-p,.cmp-checkout__shipping-adress-checkobox .cmp-checkout__shipping-adress-checkobox--label,.cmp-form__error-message,.invalid .cmp-form__error-message,.cmp-container__checkout-root .cmp-text__checkout--saved-email,.cmp-container__checkout-root .cmp-text__checkout--billing-addres--label,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-label,.cmp-text__small-font,.cmp-container__order-list-details .cmp-text__checkout-order-list-details .cmp-text__checkout-order-list-detail-item .cmp-text__checkout-order-list-detail-content,.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.cmp-container--beanz-signup .container .red-color,.cmp-container__change-coffee--footer .cmp-container .image .cmp-image .cmp-image__title,.cmp-container--policy-pages .cmp-container .text p{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;line-height:.75rem}.beanz-nav .header-banner__item .header-banner__item-cta__text{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;line-height:1rem}@media(min-width: 768px){.beanz-nav .header-banner__item .header-banner__item-cta__text{font-size:.875rem;line-height:1.5rem}}.beanz-panel-search .run-search__form .run-search__input::-webkit-input-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-panel-search .run-search__form .run-search__input::-moz-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-panel-search .run-search__form .run-search__input:-ms-input-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-panel-search .run-search__form .run-search__input::-ms-input-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.header .list .list__list .list__list-item,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-text,.beanz-panel-search .search-dropdown__results .search-dropdown__results-list .search-dropdown__item,.beanz-panel-search .run-search__form .run-search__input::placeholder,.message-box__link,.message-box,.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link,.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info .region-header__description,.panel-content .panel-heading{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info .region-header__description,.panel-content .panel-heading{font-weight:700}.footer .footer-inner .footer-bottom .footer-bottom__rights,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content,.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper .cmp-text__checkout--saved-label{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;line-height:1rem}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{font-size:100%;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.5rem}body{color:#221f20;background:#fff}.root.container{overflow:hidden}a{color:#c95100;text-decoration:none}button,input,optgroup,select,textarea{font:inherit}ul{list-style:none}.font-bold{font-weight:700}.font-weight-normal{font-weight:400}.font-weight-medium-bold{font-weight:500}.font-bold-demi-bold{font-weight:600}.font-family-primary{font-family:"Helvetica-Neue",sans-serif}.font-italic{font-style:italic}.text-center{text-align:center}.text-right{text-align:right}.text-green{color:#221f20}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nopadding{padding:0}.margin-l-20{margin-left:1.25rem}.margin-l-30{margin-left:1.875rem}.margin-l-40{margin-left:2.5rem}.cmp-container__checkout-root .cmp-text__checkout--heading,.cmp__sitemap--root .cmp-text__sitemap--header{font-family:"Archer-Ssm",sans-serif;font-size:1.5rem;line-height:1.5rem}@media(min-width: 768px){.cmp-container__checkout-root .cmp-text__checkout--heading,.cmp__sitemap--root .cmp-text__sitemap--header{font-size:3rem}}.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__title{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;line-height:1.5rem;font-weight:700}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem}}@media(min-width: 992px){.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__title{font-size:2.5rem}}.ReactLoggedIn .navigation-logged-in--account-container .cmp-title__text{font-family:"Archer-Ssm",sans-serif;font-size:2rem;font-weight:700;line-height:1.125rem}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--title{font-family:"Archer-Ssm",sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2}@media(min-width: 992px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--title{font-size:3.375rem}}.cmp-cart-container .cartwrapper__order-item-price,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;line-height:1.125rem}@media(min-width: 768px){.cmp-cart-container .cartwrapper__order-item-price,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no{font-size:1.125rem}}.cmp-container__order-list-details .cmp-title__order-list-details,.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__description>p{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;line-height:1.125rem}@media(min-width: 768px){.cmp-container__order-list-details .cmp-title__order-list-details,.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__description>p{font-size:2rem}}.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-family:"Archer-Ssm",sans-serif;font-size:1.75rem;font-weight:700;line-height:1.5rem;font-size:1.5rem}@media(min-width: 768px){.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-size:2.5rem}}@media(min-width: 576px){.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-size:3rem}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .ais-Stats .ais-Stats-text,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .cmp-container-plp__ight-sort-by-box .cmp-text-plp__ight-sort-by-title,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-text-plp__filter--label{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;color:#221f20;line-height:24px}@media(min-width: 768px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .ais-Stats .ais-Stats-text,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .cmp-container-plp__ight-sort-by-box .cmp-text-plp__ight-sort-by-title,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-text-plp__filter--label{font-size:1.125rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row .cmp-container--bonus-beanz-form-col .cmp-text--bonus-beanz-form-sub-title,.cmp-container__gift .cmp-container__gift--how-it-works .cmp-title .cmp-title__text{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:-0.5px;color:#221f20}@media(min-width: 992px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row .cmp-container--bonus-beanz-form-col .cmp-text--bonus-beanz-form-sub-title,.cmp-container__gift .cmp-container__gift--how-it-works .cmp-title .cmp-title__text{font-size:2rem}}.cmp-cart-container .cartwrapper__order-item-price,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;line-height:1.125rem}@media(min-width: 768px){.cmp-cart-container .cartwrapper__order-item-price,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no{font-size:1.125rem}}.cmp-container__checkout-root .cmp-text__checkout--sub-heading,.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title{font-family:"Archer-Ssm",sans-serif;font-size:1.25rem;line-height:1.5rem;font-weight:700}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.promo .cartwrapper__order-item-price-shipping-li:nth-child(2),.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.promo .cartwrapper__order-item-price-shipping-li:first-child,.cmp-text__checkout-order-list-title-h4,.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-text__checkout-order-list-title-h4{font-size:.875rem;font-family:"Archer-Ssm",sans-serif;line-height:1.5rem}@media(min-width: 992px){.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.promo .cartwrapper__order-item-price-shipping-li:nth-child(2),.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.promo .cartwrapper__order-item-price-shipping-li:first-child,.cmp-text__checkout-order-list-title-h4,.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-text__checkout-order-list-title-h4{font-size:1.25rem}}.cmp-container__checkout-root .cmp-text__checkout--edit,.cmp-text__checkout-order-list-title-edit,.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__notes .productFullDetail__content--a,.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li.active,.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li .cmp-text__custom-breadcrumb-item--a{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:500;text-decoration:underline;color:#221f20}.beanz-nav .header-banner__item .header-banner__item-content p,.beanz-panel-search .search-results .roasters-results li a,.beanz-panel-search .search-results .category-results li a,.beanz-panel-search .result-category-list li,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country,.cmp-container__checkout-root .cmp-text__checkout--saved,.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--subscribe-save-note,#cart-page-container .cart-loggedin-username,.cmp-cart-container .promocode-error-message,.cmp-cart-container .promo-code-wrapper .promo-input input,.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select,.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading,.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p,#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title,.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header{font-size:1rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.5rem;font-weight:400;letter-spacing:-0.5px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types fieldset label,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__label__text,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__label__text,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-content,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--item-currency,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--item-p,.cmp-container__gift .cmp-container__gift--subscription .container .text{font-size:.875rem;font-family:"Montserrat";line-height:2rem;font-weight:500;letter-spacing:-0.5px;color:#221f20}@media(min-width: 768px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types fieldset label,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__label__text,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__label__text,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-content,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--item-currency,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--item-p,.cmp-container__gift .cmp-container__gift--subscription .container .text{font-size:1rem}}.roasterstilescarousel .cmp-carousel__actions .cmp-carousel__action--number{font-size:1rem;font-family:"Montserrat";line-height:2rem;font-weight:500;letter-spacing:normal;color:#221f20}@media(min-width: 768px){.roasterstilescarousel .cmp-carousel__actions .cmp-carousel__action--number{font-size:1.125rem}}.cmp-container__gift .cmp-container__gift--subscription .container .text:first-child .cmp-text{font-size:.875rem;font-family:"Montserrat";line-height:2rem;font-weight:700;letter-spacing:-0.5px;color:#221f20}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--subscription .container .text:first-child .cmp-text{font-size:1rem}}.tab__title,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text--bold,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a--call-now,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__content--verify-email__a .cmp-text-my-beanz__verify-mail-bold,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text--bold,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text--bold,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--order-status,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head .cmp-text-purchase__content--box-order-head--order-status,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head .cmp-text-purchase__content--box-order-head--title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-head--title,.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--tab-ul .cmp-text-purchase__header--tab-li .cmp-text-purchase__header--tab-item,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-bold-p,.cmp-myaccount__root .cmp-container-myaccount__header .cmp-text-myaccount__header--subhead,.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-text-my-beanz__content--a--call-now,.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper .cmp-text__checkout--saved,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--roast-category,.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body .productFullDetail__roaster--detail{font-size:1rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.5rem;font-weight:700;letter-spacing:-0.5px}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body ol li,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-text--bonus-beans-popup--p,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-container--bonus-beanz-form-phone-number-box .cmp-form--bonus-beanz--number-country-code,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-text--bonus-beanz-serial-number-link,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-label,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-form--bonus-beanz-form-sub,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-form--bonus-beanz-form-desc,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group--filled label,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-select,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input-checkbox-label,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-bonus-beanz-form--discription__text,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__content--verify-email,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--text,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-dropdown .cmp-input--subscription-popup--order--select,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-text--subscription-popup--p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-text-purchase__content--box--content-p,.cmp-myaccount__root .cmp-form__myaccount .cmp-form__shipping-country-field,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-p,.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--resend-link .cmp-text-my-beanz__content-p--resend-link,.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box,.page .gift-popup .add-to-cart-popup--container .bundle-subscription--content--text,.page .bundle-subscription-popup .add-to-cart-popup--container .bundle-subscription--content--text,.productFullDetail__root .productFullDetail__tagLine .productFullDetail__tagLine--span,.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body .productFullDetail__roaster--label{font-size:1rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.5rem;font-weight:500;letter-spacing:-0.5px}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-text--subscription-popup--offer-p,.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column .cmp-container__sitemap-ul .cmp-container__sitemap-li .cmp-text__sitemap-item-a{font-size:.875rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.5rem;font-weight:500;letter-spacing:-0.5px}@media(min-width: 768px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-text--subscription-popup--offer-p,.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column .cmp-container__sitemap-ul .cmp-container__sitemap-li .cmp-text__sitemap-item-a{font-size:1rem}}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title{font-size:.875rem;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.5rem;font-weight:700;letter-spacing:-0.5px}@media(min-width: 768px){.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title{font-size:1rem}}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__listWithLeftIcon .order-confirmation__listWithLeftIcon--item .order-confirmation__listWithLeftIcon--content,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__control,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__listWithLeftIcon .cartwrapper__listWithLeftIcon--item .cartwrapper__listWithLeftIcon--content,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--roast-details,.cmp-container__checkout-promo-code .cmp-text__checkout-promo-code-p{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem}@media(min-width: 992px){.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__listWithLeftIcon .order-confirmation__listWithLeftIcon--item .order-confirmation__listWithLeftIcon--content,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__control,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__listWithLeftIcon .cartwrapper__listWithLeftIcon--item .cartwrapper__listWithLeftIcon--content,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--roast-details,.cmp-container__checkout-promo-code .cmp-text__checkout-promo-code-p{font-size:1.125rem}}.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column .cmp-text__sitemap-item-title{font-family:"Archer-Ssm",sans-serif;font-size:.875rem}@media(min-width: 992px){.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column .cmp-text__sitemap-item-title{font-size:1.125rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group.proof-upload .cmp-form--bonus-beanz--file-upload+label,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--item-p,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-text-beanz-search__coffee--all-coffee,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__categories--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__categories--item-p{font-family:"Helvetica-Neue",sans-serif;font-size:1.25rem;line-height:1.5rem;font-weight:500}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__email{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.25rem;line-height:1.5rem;font-weight:500}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-title__text,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-title__text{font-size:1.5rem;font-family:"Archer-Ssm",sans-serif;font-weight:700;line-height:1.125rem}@media(min-width: 576px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-title__text,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-title__text{font-size:1.75rem}}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-title__text,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-title__text{font-size:3.5rem}}.footer .footer-inner .footer-bottom .footer-bottom__rights,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content,.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper .cmp-text__checkout--saved-label{font-size:.75rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.125rem;font-weight:400;letter-spacing:-0.5px}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-text-my-beanz__content--header,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box .cmp-text-purchase__content--box--edit-box--title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box .cmp-text-purchase__content--box--edit-box--edit,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment .cmp-text-purchase__content--box--edit-box--title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment .cmp-text-purchase__content--box--edit-box--edit,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--subscription,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head .cmp-text-purchase__content--box-order-head--p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-head--sub-title{font-size:.75rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.125rem;font-weight:700;letter-spacing:-0.5px}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-label,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--darkroast{font-size:.625rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.125rem;font-weight:700;letter-spacing:-0.5px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li.order-total,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li:nth-child(2),.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li.order-total,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li:nth-child(2),.cmp-container__checkout-root .cmp-text__checkout--toggle-details{font-family:"Archer-Ssm",sans-serif;font-size:.875rem;line-height:1.125rem;font-weight:700}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-p,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked+label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked)+label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box .cmp-form--subscription-questionnaire-comments-label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box .cmp-form--subscription-questionnaire-comments-textarea,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .comment--error-message,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-text-purchase__content--box--payment-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .select--error-message,.gift-plan-form .gift-plan-card__price .gift-plan-card__price-head,.gift-plan-form .gift-plan-card__ul{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;font-weight:500;line-height:1.5rem}@media(min-width: 768px){.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-p,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked+label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked)+label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box .cmp-form--subscription-questionnaire-comments-label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box .cmp-form--subscription-questionnaire-comments-textarea,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .comment--error-message,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-text-purchase__content--box--payment-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .select--error-message,.gift-plan-form .gift-plan-card__price .gift-plan-card__price-head,.gift-plan-form .gift-plan-card__ul{font-size:.875rem}}.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li .cmp-text__custom-breadcrumb-item--a{font-size:.75rem;text-decoration:none}@media(min-width: 768px){.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li .cmp-text__custom-breadcrumb-item--a{font-size:.875rem}}@media(min-width: 992px){.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li .cmp-text__custom-breadcrumb-item--a{font-size:1rem}}.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li.active{font-size:.75rem;font-weight:700;text-decoration:none}@media(min-width: 768px){.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li.active{font-size:.875rem}}@media(min-width: 992px){.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li.active{font-size:1rem}}.gift-plan-form .gift-plan-card__price .gift-plan-card__actual-price,.gift-plan-form .gift-plan-card__price .gift-plan-card__offer-price{font-family:"Helvetica-Neue",sans-serif;font-size:1.125rem;font-weight:500}@media(min-width: 768px){.gift-plan-form .gift-plan-card__price .gift-plan-card__actual-price,.gift-plan-form .gift-plan-card__price .gift-plan-card__offer-price{font-size:1.5rem}}.gift-plan-form .gift-plan-card__price .gift-plan-card__offer-price{font-weight:700}.cmp-container__checkout-promo-code .cmp-text__checkout-promo-code-h4{font-family:"Helvetica-Neue",sans-serif;font-size:1.5rem;font-weight:700}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--order-status.date,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-text-purchase__content--box--title-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-box--order-details .cmp-container-purchase__content--edit-box--form .cmp-text-purchase__content--edit-box--label,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-form__myaccount-form-field__control .cmp-form__myaccount-form--show-password,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-form__myaccount-form-field__control .cmp-form__myaccount-form--hide-password,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-label,.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.cmp-text__order-item-price-shipping-subscription{font-size:.875rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.125rem;font-weight:700;letter-spacing:-0.5px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li,.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li,.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul.promo .cmp-text__order-item-price-shipping-li{font-family:"Archer-Ssm",sans-serif;font-size:.875rem;line-height:1.125rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container .cmp-text--subscription-popup--offer-title,.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.total-cart-price li:nth-child(2),.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.total-cart-price li:first-child,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header .cmp-text__plp-left-mobile-title-h3,.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul.total-cart-price{font-family:"Archer-Ssm",sans-serif;font-size:1.5rem}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-error-msg,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-select-error-msg,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__contact-time,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon .cmp-text-purchase__content--box--order-info-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info .cmp-text-purchase__content--box--order-info-p,.cmp-checkout__shipping-adress-checkobox .cmp-checkout__shipping-adress-checkobox--label,.cmp-form__error-message,.invalid .cmp-form__error-message,.cmp-container__checkout-root .cmp-text__checkout--saved-email,.cmp-container__checkout-root .cmp-text__checkout--billing-addres--label,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-label,.cmp-text__small-font,.cmp-container__order-list-details .cmp-text__checkout-order-list-details .cmp-text__checkout-order-list-detail-item .cmp-text__checkout-order-list-detail-content,.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.cmp-container--beanz-signup .container .red-color,.cmp-container__change-coffee--footer .cmp-container .image .cmp-image .cmp-image__title,.cmp-container--policy-pages .cmp-container .text p{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;font-weight:400;line-height:1.5rem}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-error-msg,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-select-error-msg,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__contact-time,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon .cmp-text-purchase__content--box--order-info-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info .cmp-text-purchase__content--box--order-info-p,.cmp-checkout__shipping-adress-checkobox .cmp-checkout__shipping-adress-checkobox--label,.cmp-form__error-message,.invalid .cmp-form__error-message,.cmp-container__checkout-root .cmp-text__checkout--saved-email,.cmp-container__checkout-root .cmp-text__checkout--billing-addres--label,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-label,.cmp-text__small-font,.cmp-container__order-list-details .cmp-text__checkout-order-list-details .cmp-text__checkout-order-list-detail-item .cmp-text__checkout-order-list-detail-content,.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.cmp-container--beanz-signup .container .red-color,.cmp-container__change-coffee--footer .cmp-container .image .cmp-image .cmp-image__title,.cmp-container--policy-pages .cmp-container .text p{font-size:.875rem}}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--serial-no-ok-btn,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--confirm-ok-btn,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--failure-ok-btn,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-btn--bonus-beanz-message-go-home-btn,.cmp-container__promo-code-wrapper .cmp-btn__promo-code-add-btn .btn-primary,.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-btn button,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-btn button,.gift-plan-form__button{font-size:1.25rem;font-family:"Helvetica-Neue",sans-serif;font-weight:700;letter-spacing:-0.5px;color:#fff;background-color:#221f20;border:1px solid #221f20;border-radius:4px;cursor:pointer;line-height:1.5rem}.ReactLoggedIn .navigation-logged-in--account-container .cmp-button-logged-in__button .cmp-button{font-size:1.25rem;font-family:"Helvetica-Neue",sans-serif;font-weight:700;letter-spacing:-0.5px;color:#221f20;background-color:#fff;border:2px solid #221f20;border-radius:4px;cursor:pointer;line-height:1.5rem}.ReactLoggedIn .navigation-logged-in--account-container .cmp-button-logged-in__button .cmp-button:hover{color:#fff;background-color:#221f20}.cmp-modal-root .useBtn{font-size:1.125rem;font-family:"Helvetica-Neue",sans-serif;font-weight:700;letter-spacing:-0.5px;color:#fff;line-height:.75rem;background-color:#221f20;border:2px solid #221f20;border-radius:4px;cursor:pointer;padding:.625rem .9375rem;width:auto}@media(min-width: 992px){.cmp-modal-root .useBtn{font-size:1.5rem;line-height:1.5rem;width:100%}}.gift-select-plan__title{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:-0.5px;color:#221f20}@media(min-width: 992px){.gift-select-plan__title{font-size:2rem}}.gift-plan-form__button{height:48px;border:2px solid #221f20;font-size:1.125rem;border-radius:8px;width:100%}@media(min-width: 768px){.gift-plan-form__button{font-size:1.25rem;width:340px;height:56px}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input,.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__input,.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__textarea,.cmp-form__checkout--form-control .cmp-form__checkout--form-input,.cmp-form__checkout-form-field__input,.cmp-form__checkout-form-field__textarea,.cmp-teaser__checkout-wrapper .cmp-form__promo-code-input .cmp-form__promo-code-input-field,.cmp-container__promo-code-wrapper .cmp-form__promo-code-input .cmp-form__promo-code-input-field{font-family:"Helvetica-Neue",sans-serif;font-weight:500;background:rgba(0,0,0,0);border:0;border-bottom:1px solid #909090;color:#313638;display:block;font-size:1rem;margin-top:1.5625rem;outline:0;padding:0 .625rem .3125rem 0;width:100%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__label,.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__label,.cmp-form__checkout--form-control .cmp-form__checkout--form-label,.cmp-form__checkout-form-field__label{font-family:"Helvetica-Neue",sans-serif;display:block;font-size:1rem;font-weight:400;left:0;margin:0;padding:.9375rem .625rem 0 0;position:absolute;top:0;-webkit-transition:all .4s;transition:all .4s;width:100%;color:#707070;font-weight:300;text-transform:uppercase}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__select,.cmp-form__checkout--form-control .select,.cmp-form__checkout-form-field__select{font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-weight:500;padding:.625rem;width:100%;text-align:left;border-radius:4px;border:solid 1px #221f20;color:#202020;background-color:#faf7f5}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__select,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-box--order-details .cmp-container-purchase__content--edit-box--form .cmp-input-purchase__content--edit-box--select{font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-weight:400;width:100%;padding:.625rem .9375rem;text-align:left;border-radius:4px;border:solid 1px #221f20;color:#221f20;background-color:#f7f7f7;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-size:20px;background-position:right .9375rem top 50%}.modal-overlay .modal .modal__footer .modal__cart-btn,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority,.cmp-teaser--primary-btn .cmp-teaser__action-link,.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;color:#fff;height:46px;text-align:center;border-radius:50px;background-color:#221f20;border:2px solid #221f20;-webkit-transition:.3s;transition:.3s;cursor:pointer;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;padding-left:25px;padding-right:25px}.modal-overlay .modal .modal__footer .modal__cart-btn:hover,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn:hover,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save:hover,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn:hover,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now:hover,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary:hover,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary:hover,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority:hover,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority:hover,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority:hover,.cmp-teaser--primary-btn .cmp-teaser__action-link:hover,.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover{background-color:#c95100;border-color:#c95100;-webkit-box-shadow:0 0 0 3px #c95100;box-shadow:0 0 0 3px #c95100}.modal-overlay .modal .modal__footer .modal__cart-btn:focus,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn:focus,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save:focus,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn:focus,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now:focus,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary:focus,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary:focus,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority:focus,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority:focus,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority:focus,.cmp-teaser--primary-btn .cmp-teaser__action-link:focus,.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus{background-color:#202020;outline:2px solid #c95100;border-color:#fff}.modal-overlay .modal .modal__footer .modal__back-btn,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--cancel-btn,.cmp-purchase__root .cmp-botton-purchase__div .cmp-botton-purchase__content--view-more,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__cancel,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-right .ais-InfiniteHits-loadMore,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--find-out-more,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.cmp-teaser--secondary-btn .cmp-teaser__action-link{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;color:#202020;height:46px;text-align:center;border-radius:50px;background-color:rgba(0,0,0,0);border:2px solid #221f20;cursor:pointer;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;padding:0 25px}.modal-overlay .modal .modal__footer .modal__back-btn:hover,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--cancel-btn:hover,.cmp-purchase__root .cmp-botton-purchase__div .cmp-botton-purchase__content--view-more:hover,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__cancel:hover,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-right .ais-InfiniteHits-loadMore:hover,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn:hover,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--find-out-more:hover,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.cmp-teaser--secondary-btn .cmp-teaser__action-link:hover{background-color:#c95100;border-color:#c95100;color:#fff;-webkit-box-shadow:0 0 0 3px #c95100;box-shadow:0 0 0 3px #c95100}.modal-overlay .modal .modal__footer .modal__back-btn:focus,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--cancel-btn:focus,.cmp-purchase__root .cmp-botton-purchase__div .cmp-botton-purchase__content--view-more:focus,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__cancel:focus,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-right .ais-InfiniteHits-loadMore:focus,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn:focus,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--find-out-more:focus,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.cmp-teaser--secondary-btn .cmp-teaser__action-link:focus{outline:2px solid #c95100;border-color:#fff}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-details-item--trackLink,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--set-as-defualt,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--delete-address,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--add-address,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--details-edit,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--details-save,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--change-password-a{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:500;text-decoration:underline;color:#221f20}.error_modal .errormodal_dialog-content .errormodal_cart-modal-button .errormodal_btn--primary,.cmp-container__checkout-root .payment-button,.paymentSection .cmp-toggle__checkout-accordion-body .adyen-checkout__button--pay,.cmp-form__checkout-form-group .cmp-btn__checkout-submit-btn,.cmp-form__checkout-submit-btn-wraper .cmp-btn__checkout-submit-btn,.cmp-button--background-blue .cmp-button .cmp-button__text{font-size:1.25rem;font-family:"Helvetica-Neue",sans-serif;font-weight:700;letter-spacing:-0.5px;background-color:#ccf2f2;border:0;border-radius:4px;cursor:pointer;line-height:1.5rem;color:#221f20;height:50px;padding:.3125rem .9375rem;width:100%}.cmp-container__checkout-root .payment-button,.paymentSection .cmp-toggle__checkout-accordion-body .adyen-checkout__button--pay,.cmp-form__checkout-form-group .cmp-btn__checkout-submit-btn,.cmp-form__checkout-submit-btn-wraper .cmp-btn__checkout-submit-btn,.cmp-button--background-blue .cmp-button .cmp-button__text{font-size:1rem;margin:auto;display:block;height:40px;max-width:300px}@media(min-width: 768px){.cmp-container__checkout-root .payment-button,.paymentSection .cmp-toggle__checkout-accordion-body .adyen-checkout__button--pay,.cmp-form__checkout-form-group .cmp-btn__checkout-submit-btn,.cmp-form__checkout-submit-btn-wraper .cmp-btn__checkout-submit-btn,.cmp-button--background-blue .cmp-button .cmp-button__text{font-size:1.5rem;height:50px;width:100%}}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{font-size:1.75rem;font-size:calculateRem(1.75rem);color:#fff;background-color:rgba(0,0,0,.65);backdrop-filter:blur(4px);border:2px solid #008384;max-width:340px;border-radius:4px;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-weight:700;text-align:center;margin:auto;line-height:1.5rem;text-decoration:none;text-transform:none;width:200px;min-width:210px;padding:.3125rem 0}@media(min-width: 768px){.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{font-size:1.5rem;font-size:calculateRem(1.5rem);min-width:240px;padding:.9375rem 1.875rem}}.cmp-container--background-seashell .cmp-container,.cmp-container--background-seashell+.container--responsive-center-aligned .cmp-container{margin-bottom:1.875rem;padding-bottom:1.25rem}.hidden{display:none !important}.cmp-cart-container .promo-code-wrapper .promo-addbtn .btn.btn-primary,.productFullDetail__root .emptyInventory,.cmp-container--beanz-signup .cmp-container .button .cmp-form-button,.guest-checkout a,.cmp-container--cart-buttons .guest-checkout .cmp-button .cmp-button__text,.cmp-button--background-white .cmp-button .cmp-button__text{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:-0.5px;text-align:center;cursor:pointer}@media(min-width: 768px){.cmp-cart-container .promo-code-wrapper .promo-addbtn .btn.btn-primary,.productFullDetail__root .emptyInventory,.cmp-container--beanz-signup .cmp-container .button .cmp-form-button,.guest-checkout a,.cmp-container--cart-buttons .guest-checkout .cmp-button .cmp-button__text,.cmp-button--background-white .cmp-button .cmp-button__text{font-size:1.5rem}}.cmp-container--background-seashell .cmp-container,.cmp-container--background-seashell+.container--responsive-center-aligned .cmp-container{margin-bottom:1.875rem;padding-bottom:1.25rem}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .cmp-container-related-products__item--btn .related-products__item--coffee-buy-now-btn{font-size:1.5rem;font-family:"Helvetica-Neue",sans-serif;font-weight:700;letter-spacing:-0.5px;background-color:#ccf2f2;border:0;border-radius:4px;cursor:pointer;line-height:1.5rem;color:#221f20;padding:.9375rem .9375rem;width:100%;border:2px solid #ccf2f2}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-label{font-family:"Archer-Ssm",sans-serif;letter-spacing:-0.5px;font-size:1.375rem;letter-spacing:normal}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy::before,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value::before,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy::after,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value::after{position:absolute;right:.3125rem;content:" ";height:9px;width:2px;background-color:#202020;top:50%;margin-top:-0.3125rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy::before,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy::after,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value::after{margin-right:.3125rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.beanzSearch .cmp-container-beanz-search__roasters--search-box .aa-input-container--form .cmp-form-beanz-search__label,.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-title{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem;font-weight:700;color:#221f20}@media(min-width: 768px){.beanzSearch .cmp-container-beanz-search__roasters--search-box .aa-input-container--form .cmp-form-beanz-search__label,.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-title{font-size:1.25rem}}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title{font-size:.75rem}@media(min-width: 768px){.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title{font-size:1rem}}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--item-p,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-text-beanz-search__coffee--all-coffee,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__categories--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__categories--item-p{color:#221f20;font-size:1rem}@media(min-width: 768px){.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--item-p,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-text-beanz-search__coffee--all-coffee,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__categories--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__categories--item-p{font-size:1.25rem}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container .cmp-text--subscription-popup--offer-price,.page .gift-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading{font-size:1.75rem;font-family:"Archer-Ssm",sans-serif;font-weight:700;line-height:1.125rem}@media(min-width: 992px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container .cmp-text--subscription-popup--offer-price,.page .gift-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading{font-size:2.5rem}}.cmp-container__change-coffee--header .cmp-container .text{font-size:1.125rem;font-family:"Archer-Ssm",sans-serif;font-weight:700;line-height:1.125rem}@media(min-width: 768px){.cmp-container__change-coffee--header .cmp-container .text{font-size:2.5rem}}.cmp-container__change-coffee--header .cmp-container .button .cmp-button{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;border:1px solid #fff;margin:.625rem;width:70px;padding:.3125rem .625rem;border-radius:50px;background:#221f20;color:#fff;font-weight:500;cursor:pointer}@media(min-width: 768px){.cmp-container__change-coffee--header .cmp-container .button .cmp-button{font-size:1.125rem;margin:1.25rem .9375rem;padding:.625rem;width:150px;border:2px solid #fff}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-text--bonus--file-chosen{font-size:.875rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.125rem;font-weight:500;letter-spacing:-0.5px}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-text--bonus-beans-popup--heading--title,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-text--subscription-popup--heading--title,.cmp-modal-root .model-title,.page .add-to-cart-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .add-to-cart-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .payment-popup--container .cmp-text--add-to-cart-heading,.productFullDetail__root .productFullDetail__roasterNotes .roasterNotesTitle,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-heading p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-heading p{font-family:"Archer-Ssm",sans-serif;letter-spacing:-0.5px;color:#221f20;font-weight:700;text-align:center;margin-top:0;font-size:1.5rem;line-height:40px}@media(min-width: 992px){.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-text--bonus-beans-popup--heading--title,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-text--subscription-popup--heading--title,.cmp-modal-root .model-title,.page .add-to-cart-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .add-to-cart-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .payment-popup--container .cmp-text--add-to-cart-heading,.productFullDetail__root .productFullDetail__roasterNotes .roasterNotesTitle,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-heading p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-heading p{font-size:2.5rem}}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body .productFullDetail__roaster--label{color:#221f20;font-size:.875rem}@media(min-width: 992px){.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body .productFullDetail__roaster--label{font-size:1rem}}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body .productFullDetail__roaster--detail{color:#221f20;font-size:.875rem}@media(min-width: 992px){.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body .productFullDetail__roaster--detail{font-size:1rem}}.productFullDetail__root .productFullDetail__productCategory{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem;font-weight:700}@media(min-width: 992px){.productFullDetail__root .productFullDetail__productCategory{font-size:1.25rem}}.cmp-container__gift .cmp-container__gift--subscription .title .cmp-title__text{font-size:1.5rem !important;font-weight:700;font-family:"Archer-Ssm",sans-serif;color:#221f20;line-height:initial}@media(min-width: 992px){.cmp-container__gift .cmp-container__gift--subscription .title .cmp-title__text{font-size:2.5rem !important}}.gift-plan-form .gift-plan-card__p,.gift-plan-form .gift-plan-card__header,.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--title{font-size:.75rem;font-weight:700;font-family:"Helvetica-Neue",sans-serif;color:#8e502b;line-height:initial}@media(min-width: 768px){.gift-plan-form .gift-plan-card__p,.gift-plan-form .gift-plan-card__header,.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--title{font-size:1rem}}@media(min-width: 992px){.gift-plan-form .gift-plan-card__p,.gift-plan-form .gift-plan-card__header,.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--title{font-size:1.125rem}}.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--discription{font-size:.75rem;font-weight:500;font-family:"Helvetica-Neue",sans-serif;color:#221f20;line-height:initial}@media(min-width: 768px){.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--discription{font-size:1rem}}@media(min-width: 992px){.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--discription{font-size:1.125rem}}.navigation-account-logged-in--account-menu-active .cmp-navigation__account-button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23A25E41'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M8.092 0C5.36 0 3.22 2.306 3.22 5.25c0 1.242.403 2.427 1.116 3.363C2.45 9.822 1.134 12.045.062 15.736c-.114.395-.043.718-.003.89-.004-.022-.006-.079-.007-.128C.058 17.33.756 18 1.615 18h13.022c.418 0 .818-.161 1.112-.449.294-.287.455-.676.45-1.08-.003-.277-.036-.519-.1-.738-.938-3.23-2.032-5.713-4.083-7.086.734-.944 1.15-2.142 1.15-3.397C13.165 2.355 10.89 0 8.091 0m0 1.512c1.883 0 3.51 1.642 3.51 3.738 0 1.277-.572 2.46-1.53 3.17-.17.125-.257.328-.229.533.028.204.168.378.365.456 2.279.901 3.402 3.343 4.387 6.734.036.127.041.277.042.345H1.615c0-.113-.066-.285-.05-.344 1.146-3.943 2.516-5.96 4.58-6.743.2-.076.341-.25.37-.454.031-.206-.055-.41-.225-.538C5.34 7.7 4.783 6.52 4.783 5.25c0-2.096 1.426-3.738 3.309-3.738' transform='translate(7.2 5.4)'/%3E%3Cpath d='M9.39 9.036c-1.205-.081-2.4 0-2.4 0s1.195 1.269 2.4 0' transform='translate(7.2 5.4)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search,.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.5348C0 3.8213 3.8213 0 8.5348 0C13.2483 0 17.0696 3.8213 17.0696 8.5348C17.0696 10.5881 16.3445 12.472 15.1363 13.9446L19.7536 18.5618C20.0826 18.8908 20.0826 19.4242 19.7536 19.7532C19.448 20.0588 18.9663 20.0806 18.6356 19.8187L18.5621 19.7532L13.9449 15.1361C12.4723 16.3444 10.5882 17.0696 8.5348 17.0696C3.8213 17.0696 0 13.2483 0 8.5348ZM15.3846 8.5348C15.3846 4.75189 12.3177 1.68498 8.5348 1.68498C4.75189 1.68498 1.68498 4.75189 1.68498 8.5348C1.68498 12.3177 4.75189 15.3846 8.5348 15.3846C12.3177 15.3846 15.3846 12.3177 15.3846 8.5348Z' fill='%23221F20'/%3E%3C/svg%3E")}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__listWithLeftIcon .order-confirmation__listWithLeftIcon--item .order-confirmation__listWithLeftIcon--content .order-confirmation__listWithLeftIcon--s-icon,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__listWithLeftIcon .cartwrapper__listWithLeftIcon--item .cartwrapper__listWithLeftIcon--content .cartwrapper__listWithLeftIcon--s-icon,.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.cmp-text__order-item-price-shipping-subscription::before{background-image:url("data:image/svg+xml, %3C%3Fxmlsvg version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/subscription-o-20%3C/title%3E%3Cg id='icon/subscription-o-20' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.500000, 2.500000)' fill='%23CA4F04'%3E%3Cpath d='M16.998,7.367 L17,7.5 C17,11.6421356 13.6421356,15 9.5,15 C7.14560692,15 5.04459575,13.9151431 3.66957753,12.2180403 L5.70213535,11.4782314 C6.68941224,12.421019 8.02709199,13 9.5,13 C12.332455,13 14.6648267,10.8588893 14.9668979,8.10688532 L16.998,7.367 Z M9.5,0 C12.0486056,0 14.3003025,1.2712173 15.6556105,3.2141717 L13.6848138,3.93089739 C12.6760232,2.74921216 11.1755055,2 9.5,2 C6.47745151,2 4.02436245,4.43814567 4.00018034,7.45498951 L2.02974305,8.17252419 C2.01005492,7.95097905 2,7.72666375 2,7.5 C2,3.35786438 5.35786438,0 9.5,0 Z' id='Combined-Shape'%3E%3C/path%3E%3Cpolygon id='Rectangle-5' points='0 7 6 7 3 10'%3E%3C/polygon%3E%3Cpolygon id='Rectangle-5-Copy' transform='translate(16.000000, 7.500000) rotate(180.000000) translate(-16.000000, -7.500000) ' points='13 6 19 6 16 9'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-label::before,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-label::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box.shipping-address .cmp-text-purchase__content--box--edit-box--title::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment.shipping-address .cmp-text-purchase__content--box--edit-box--title::before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon20/shipsto-grey%3C/title%3E%3Cg id='icon20/shipsto-grey' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-9' fill='%23909FAB'%3E%3Cpath d='M18,0 L2,0 C0.896,0 0,0.896 0,2 L0,18 C0,19.104 0.896,20 2,20 L18,20 C19.104,20 20,19.104 20,18 L20,2 C20,0.896 19.104,0 18,0 L18,0 Z M2,18 L18,18 L18,2 L2,2 L2,18 Z' id='shipsto-grey-Fill-1'%3E%3C/path%3E%3Cpath d='M12.4004,0 L7.5994,0 C7.2684,0 7.0004,0.269 7.0004,0.6 L7.0004,5.4 C7.0004,5.731 7.2684,6 7.5994,6 L12.4004,6 C12.7314,6 13.0004,5.731 13.0004,5.4 L13.0004,0.6 C13.0004,0.269 12.7314,0 12.4004,0 L12.4004,0 Z M9.0004,4 L11.0004,4 L11.0004,2 L9.0004,2 L9.0004,4 Z' id='Fill-3'%3E%3C/path%3E%3Cpath d='M16.6836,12 L15.3166,12 C15.1416,12 14.9996,12.142 14.9996,12.316 L14.9996,16.684 C14.9996,16.858 15.1416,17 15.3166,17 L16.6836,17 C16.8586,17 16.9996,16.858 16.9996,16.684 L16.9996,12.316 C16.9996,12.142 16.8586,12 16.6836,12' id='Fill-5'%3E%3C/path%3E%3Cpath d='M13.6836,12 L12.3166,12 C12.1416,12 11.9996,12.142 11.9996,12.316 L11.9996,16.684 C11.9996,16.858 12.1416,17 12.3166,17 L13.6836,17 C13.8586,17 13.9996,16.858 13.9996,16.684 L13.9996,12.316 C13.9996,12.142 13.8586,12 13.6836,12' id='Fill-7'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-label::before,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-label::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box.billing-address .cmp-text-purchase__content--box--edit-box--title::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment.billing-address .cmp-text-purchase__content--box--edit-box--title::before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon20/billedto-grey%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 15.9999 0 15.9999 20 0 20'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='icon20/billedto-grey' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon20/billedto-grey-Group-6' transform='translate(2.000000, 0.000000)'%3E%3Cg id='Group-3'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M14.2109,0 L11.9579,2 L9.9579,0 L7.9999,2 L5.8749,0 L3.9999,2 L1.7889,0 C0.8009,0 -0.0001,0.801 -0.0001,1.789 L-0.0001,18.211 C-0.0001,19.199 0.8009,20 1.7889,20 L3.9999,18 L5.9579,20 L7.9999,18 L10.0419,20 L11.9999,18 L14.2109,20 C15.1989,20 15.9999,19.199 15.9999,18.211 L15.9999,1.789 C15.9999,0.801 15.1989,0 14.2109,0 M5.9639,2.83 L6.6289,3.456 C7.0159,3.819 7.5079,4 7.9999,4 C8.5199,4 9.0379,3.799 9.4289,3.399 L9.9739,2.843 L10.5439,3.414 C10.9339,3.804 11.4449,4 11.9589,4 C12.4319,4 12.9059,3.833 13.2859,3.496 L13.9999,2.862 L13.9999,17.112 L13.3419,16.517 C12.9599,16.171 12.4799,16 11.9999,16 C11.4809,16 10.9619,16.201 10.5709,16.601 L10.0119,17.171 L9.3989,16.571 C9.0109,16.19 8.5059,16 7.9999,16 C7.4939,16 6.9889,16.19 6.6009,16.571 L5.9879,17.171 L5.4289,16.601 C5.0379,16.201 4.5199,16 3.9999,16 C3.5209,16 3.0399,16.171 2.6579,16.517 L1.9999,17.112 L1.9999,2.888 L2.6579,3.483 C3.0409,3.829 3.5209,4 3.9999,4 C4.5329,4 5.0649,3.787 5.4589,3.368 L5.9639,2.83' id='billdeto-grey-Fill-1' fill='%23909FAB' mask='url(clientlib-beanz-site/css/%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.3086,7.9829 L8.3356,7.9829 L8.3356,7.6559 C8.3356,7.3079 8.3136,7.0799 8.2676,6.9719 C8.2216,6.8649 8.1236,6.8109 7.9746,6.8109 C7.8546,6.8109 7.7636,6.8579 7.7046,6.9499 C7.6436,7.0429 7.6136,7.1819 7.6136,7.3679 C7.6136,7.6769 7.6746,7.8939 7.7986,8.0169 C7.9186,8.1409 8.2746,8.3819 8.8636,8.7399 C9.3646,9.0429 9.7056,9.2749 9.8886,9.4359 C10.0716,9.5969 10.2246,9.8249 10.3506,10.1189 C10.4756,10.4139 10.5376,10.7809 10.5376,11.2199 C10.5376,11.9229 10.3696,12.4749 10.0306,12.8759 C9.6916,13.2759 9.1836,13.5239 8.5066,13.6179 L8.5066,14.3599 L7.5986,14.3599 L7.5986,13.5929 C7.0716,13.5409 6.6106,13.3379 6.2166,12.9849 C5.8236,12.6319 5.6256,12.0159 5.6256,11.1369 L5.6256,10.7519 L7.5986,10.7519 L7.5986,11.2349 C7.5986,11.7659 7.6196,12.0949 7.6596,12.2239 C7.7006,12.3519 7.7986,12.4169 7.9546,12.4169 C8.0886,12.4169 8.1876,12.3719 8.2526,12.2819 C8.3186,12.1929 8.3506,12.0599 8.3506,11.8839 C8.3506,11.4409 8.3196,11.1249 8.2576,10.9349 C8.1966,10.7439 7.9846,10.5369 7.6226,10.3119 C7.0206,9.9349 6.6116,9.6569 6.3956,9.4799 C6.1786,9.3019 5.9916,9.0519 5.8326,8.7299 C5.6756,8.4079 5.5966,8.0429 5.5966,7.6359 C5.5966,7.0469 5.7636,6.5849 6.0966,6.2499 C6.4306,5.9139 6.9316,5.7079 7.5986,5.6289 L7.5986,4.9999 L8.5066,4.9999 L8.5066,5.6289 C9.1156,5.7079 9.5716,5.9119 9.8736,6.2419 C10.1766,6.5729 10.3286,7.0289 10.3286,7.6119 C10.3286,7.6929 10.3216,7.8169 10.3086,7.9829' id='Fill-4' fill='%23909FAB'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box.gift-card-svg .cmp-text-purchase__content--box--edit-box--title::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment.gift-card-svg .cmp-text-purchase__content--box--edit-box--title::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12V22H4V12' stroke='%236c7782' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='%23ffffff'/%3E%3Cpath d='M22 7H2V12H22V7Z' stroke='%236c7782' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='%23ffffff'/%3E%3Cpath d='M12 22V7' stroke='%236c7782' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='%23ffffff'/%3E%3Cpath d='M12 7H7.5C6.83696 7 6.20107 6.73661 5.73223 6.26777C5.26339 5.79893 5 5.16304 5 4.5C5 3.83696 5.26339 3.20107 5.73223 2.73223C6.20107 2.26339 6.83696 2 7.5 2C11 2 12 7 12 7Z' stroke='%236c7782' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='%23ffffff'/%3E%3Cpath d='M12 7H16.5C17.163 7 17.7989 6.73661 18.2678 6.26777C18.7366 5.79893 19 5.16304 19 4.5C19 3.83696 18.7366 3.20107 18.2678 2.73223C17.7989 2.26339 17.163 2 16.5 2C13 2 12 7 12 7Z' stroke='%236c7782' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='%23ffffff'/%3E%3C/svg%3E")}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-label::before,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-label::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box.payment .cmp-text-purchase__content--box--edit-box--title::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment.payment .cmp-text-purchase__content--box--edit-box--title::before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon20/payment-grey%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 19.9999 0 19.9999 16 0 16'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='icon20/payment-grey' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-8' transform='translate(0.000000, 2.000000)'%3E%3Cg id='Group-3'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M18.2109,0 L1.7889,0 C0.8009,0 -0.0001,0.801 -0.0001,1.789 L-0.0001,14.211 C-0.0001,15.199 0.8009,16 1.7889,16 L18.2109,16 C19.1989,16 19.9999,15.199 19.9999,14.211 L19.9999,1.789 C19.9999,0.801 19.1989,0 18.2109,0 L18.2109,0 Z M1.9999,14 L17.9999,14 L17.9999,2 L1.9999,2 L1.9999,14 Z' id='payment-grey-Fill-1' fill='%23909FAB' mask='url(clientlib-beanz-site/css/%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M18.265,4 L1.735,4 C1.33,4 1,4.219 1,4.49 L1,5.51 C1,5.781 1.33,6 1.735,6 L18.265,6 C18.6715,6 19,5.781 19,5.51 L19,4.49 C19,4.219 18.6715,4 18.265,4' id='Fill-4-Copy' fill='%23909FAB'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box.order-details .cmp-text-purchase__content--box--edit-box--title::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment.order-details .cmp-text-purchase__content--box--edit-box--title::before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/subscription-g-20%3C/title%3E%3Cg id='icon/subscription-g-20' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon/subscription-o-20' transform='translate(0.500000, 2.500000)' fill='%23909FAB'%3E%3Cpath d='M16.998,7.367 L17,7.5 C17,11.6421356 13.6421356,15 9.5,15 C7.14560692,15 5.04459575,13.9151431 3.66957753,12.2180403 L5.70213535,11.4782314 C6.68941224,12.421019 8.02709199,13 9.5,13 C12.332455,13 14.6648267,10.8588893 14.9668979,8.10688532 L16.998,7.367 Z M9.5,0 C12.0486056,0 14.3003025,1.2712173 15.6556105,3.2141717 L13.6848138,3.93089739 C12.6760232,2.74921216 11.1755055,2 9.5,2 C6.47745151,2 4.02436245,4.43814567 4.00018034,7.45498951 L2.02974305,8.17252419 C2.01005492,7.95097905 2,7.72666375 2,7.5 C2,3.35786438 5.35786438,0 9.5,0 Z' id='Combined-Shape'%3E%3C/path%3E%3Cpolygon id='Rectangle-5' points='0 7 6 7 3 10'%3E%3C/polygon%3E%3Cpolygon id='Rectangle-5-Copy' transform='translate(16.000000, 7.500000) rotate(180.000000) translate(-16.000000, -7.500000) ' points='13 6 19 6 16 9'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--subscription::before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/subscription-o-20%3C/title%3E%3Cg id='icon/subscription-o-20' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.500000, 2.500000)' fill='%23CA4F04'%3E%3Cpath d='M16.998,7.367 L17,7.5 C17,11.6421356 13.6421356,15 9.5,15 C7.14560692,15 5.04459575,13.9151431 3.66957753,12.2180403 L5.70213535,11.4782314 C6.68941224,12.421019 8.02709199,13 9.5,13 C12.332455,13 14.6648267,10.8588893 14.9668979,8.10688532 L16.998,7.367 Z M9.5,0 C12.0486056,0 14.3003025,1.2712173 15.6556105,3.2141717 L13.6848138,3.93089739 C12.6760232,2.74921216 11.1755055,2 9.5,2 C6.47745151,2 4.02436245,4.43814567 4.00018034,7.45498951 L2.02974305,8.17252419 C2.01005492,7.95097905 2,7.72666375 2,7.5 C2,3.35786438 5.35786438,0 9.5,0 Z' id='Combined-Shape'%3E%3C/path%3E%3Cpolygon id='Rectangle-5' points='0 7 6 7 3 10'%3E%3C/polygon%3E%3Cpolygon id='Rectangle-5-Copy' transform='translate(16.000000, 7.500000) rotate(180.000000) translate(-16.000000, -7.500000) ' points='13 6 19 6 16 9'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.5C7.65625 3.5 5.53125 4.75 4.34375 6.75C3.1875 8.78125 3.1875 11.25 4.34375 13.25C5.53125 15.2812 7.65625 16.5 10 16.5C12.3125 16.5 14.4375 15.2812 15.625 13.25C16.7812 11.25 16.7812 8.78125 15.625 6.75C14.4375 4.75 12.3125 3.5 10 3.5ZM10 18C7.125 18 4.5 16.5 3.0625 14C1.625 11.5312 1.625 8.5 3.0625 6C4.5 3.53125 7.125 2 10 2C12.8438 2 15.4688 3.53125 16.9062 6C18.3438 8.5 18.3438 11.5312 16.9062 14C15.4688 16.5 12.8438 18 10 18ZM8.75 12.5H9.5V10.5H8.75C8.3125 10.5 8 10.1875 8 9.75C8 9.34375 8.3125 9 8.75 9H10.25C10.6562 9 11 9.34375 11 9.75V12.5H11.25C11.6562 12.5 12 12.8438 12 13.25C12 13.6875 11.6562 14 11.25 14H8.75C8.3125 14 8 13.6875 8 13.25C8 12.8438 8.3125 12.5 8.75 12.5ZM10 8C9.4375 8 9 7.5625 9 7C9 6.46875 9.4375 6 10 6C10.5312 6 11 6.46875 11 7C11 7.5625 10.5312 8 10 8Z' fill='%23C95100'/%3E%3C/svg%3E%0A")}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-text-purchase__content--box-toggle-arrow::after,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-text-purchase__content--box-toggle-arrow::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='15' viewBox='0 0 24 15'%3E%3Cpath id='iconmonstr-arrow-25' d='M5,3,8.057,0,20,12,8.057,24,5,21l9-9Z' transform='translate(24 -5) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A")}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__next-icon,.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__prev-icon,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-text-purchase__content--box-toggle-arrow::after,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-text-purchase__content--box-toggle-arrow::after,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-dropdown::after,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-toggle-arrow::after,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-toggle-arrow::after,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select::after,.productFullDetail__root .drop-down .selected .selectedOption::after,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__select,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-box--order-details .cmp-container-purchase__content--edit-box--form .cmp-input-purchase__content--edit-box--select{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.39631 6.24216L10.007 11.9189L15.6039 6.25638C15.9238 5.93279 16.4407 5.93279 16.7606 6.25638C17.0798 6.57927 17.0798 7.10342 16.7606 7.4263L10.5781 13.6812C10.2589 14.0048 9.74128 14.0048 9.42138 13.6812C9.39873 13.6578 9.38019 13.6315 9.36028 13.6059L3.23958 7.41278C3.08032 7.25063 3 7.03941 3 6.82747C3 6.61554 3.08032 6.4036 3.23958 6.24216C3.5588 5.91928 4.07709 5.91928 4.39631 6.24216' fill='%23221F20'/%3E%3C/svg%3E")}.c-stepper-wrapper .c-stepper__item .active::before{background-image:url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L6.92593 15L17 1' stroke='%23221F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.spinner__dialog{background-color:#fff}.spinner__dialog .dialog__overlay{position:fixed;background-color:#fff;opacity:.7;z-index:99999;top:0;left:0;bottom:0;right:0}.spinner__dialog .dialog__content_spinner{position:fixed;padding:.9375rem;max-width:90%;width:600px;z-index:99999;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(0,0,0,0)}.spinner__dialog .dialog__content_spinner .lds-spinner{position:relative;margin:0 auto;width:100px;height:100px;-webkit-transform:translate(-3.125rem, -3.125rem) scale(0.5) translate(3.125rem, 3.125rem);transform:translate(-3.125rem, -3.125rem) scale(0.5) translate(3.125rem, 3.125rem)}.spinner__dialog .dialog__content_spinner .lds-spinner div{position:absolute;left:94px;top:18px;-webkit-animation:fadeOut linear 1s infinite;animation:fadeOut linear 1s infinite;background:#391538;width:12px;height:36px;border-radius:30%;-webkit-transform-origin:6px 82px;transform-origin:6px 82px}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(1){-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-0.875s;animation-delay:-0.875s}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation-delay:-0.75s;animation-delay:-0.75s}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-0.625s;animation-delay:-0.625s}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(4){-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(5){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-0.375s;animation-delay:-0.375s}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(6){-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation-delay:-0.25s;animation-delay:-0.25s}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(7){-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-0.125s;animation-delay:-0.125s}.spinner__dialog .dialog__content_spinner .lds-spinner div:nth-child(8){-webkit-transform:rotate(315deg);transform:rotate(315deg);-webkit-animation-delay:0s;animation-delay:0s}@font-face{font-weight:400;font-family:"ArcherSSm-Book";font-style:normal;src:url("clientlib-beanz-site/resources/fonts/ArcherSSm-Book-Pro.woff") format("woff");font-display:swap}@font-face{font-weight:700;font-family:"Archer-Ssm";font-style:normal;src:url("clientlib-beanz-site/resources/fonts/ArcherSSm-Bold-Pro.woff") format("woff");font-display:swap}@font-face{font-weight:400;font-family:"Archer Ssm";font-style:normal;src:url("clientlib-beanz-site/resources/fonts/ArcherSSm-Bold-Pro.woff") format("woff");font-display:swap}@font-face{font-weight:400;font-family:"Helvetica-Neue";font-style:normal;src:url("clientlib-beanz-site/resources/fonts/HelveticaNeue-Regular.woff") format("woff");font-display:swap}@font-face{font-weight:700;font-family:"Helvetica-Neue";font-style:normal;src:url("clientlib-beanz-site/resources/fonts/HelveticaNeue-Bold.woff") format("woff");font-display:swap}.cmp-breadcrumb{padding:.9375rem 0}.cmp-breadcrumb__list{white-space:nowrap;display:inline-block;list-style-type:none}.cmp-breadcrumb__list .cmp-breadcrumb__item a{font-size:.75rem;color:#221f20;font-weight:500;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;text-decoration:none}@media(min-width: 768px){.cmp-breadcrumb__list .cmp-breadcrumb__item a{font-size:.875rem}}@media(min-width: 992px){.cmp-breadcrumb__list .cmp-breadcrumb__item a{font-size:1rem}}.cmp-breadcrumb__list .cmp-breadcrumb__item:not(:first-child)::before{vertical-align:middle;content:"/"}.cmp-breadcrumb__list .cmp-breadcrumb__item--active span{font-weight:700;font-size:.75rem;color:#221f20;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;margin-top:.3rem}@media(min-width: 768px){.cmp-breadcrumb__list .cmp-breadcrumb__item--active span{font-size:.875rem}}@media(min-width: 992px){.cmp-breadcrumb__list .cmp-breadcrumb__item--active span{font-size:1rem}}.cmp-button--background-blue{text-align:center}.cmp-button--background-blue::before{content:"";display:table;clear:both}.cmp-button--background-blue button.cmp-button{width:100%}.cmp-button--background-blue .cmp-button{border-radius:.3125rem;display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;padding:0 1.25rem;max-width:100%;width:100%}@media(min-width: 576px){.cmp-button--background-blue .cmp-button{min-width:310px;display:table;width:auto}}.cmp-button--background-blue .cmp-button .cmp-button__text{color:#007584;background-color:#ccf2f2;text-decoration:none;width:100%;max-width:100%;margin:auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px}@media(min-width: 768px){.cmp-button--background-blue .cmp-button .cmp-button__text{height:65px}}.cmp-container--coffeelowdown>.cmp-container .cmp-button--background-blue .cmp-button{border:1px solid #ccf2f2}.cmp-button--background-white{text-align:center}.cmp-button--background-white::before{content:"";display:table;clear:both}.cmp-button--background-white .cmp-button{background-color:#fff;border:2px solid #007584;border-radius:.3125rem;width:100%}.cmp-button--background-white .cmp-button .cmp-button__text{color:#007584;text-decoration:none;width:100%;margin:auto;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-container--coffeelowdown>.cmp-container .cmp-button--background-white .cmp-button{background-color:#fff;border:2px solid #007584}.cmp-button--background-dark{text-align:center}.cmp-button--background-dark .cmp-button{display:inline-block;background-color:#221f20;padding:0 1.5625rem;margin:0 1.5625rem;width:calc(100% - 3.125rem);color:#fff;font-size:1rem;font-weight:700;font-family:"Helvetica-Neue",sans-serif;border-radius:50px;border:2px solid #221f20;cursor:pointer;text-align:center;min-width:220px;line-height:24px;min-height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0}@media(min-width: 768px){.cmp-button--background-dark .cmp-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}}.cmp-button--background-dark .cmp-button:hover{background-color:#c95100;color:#fff;border:2px solid #c95100;-webkit-box-shadow:0 0 0 3px #c95100;box-shadow:0 0 0 3px #c95100}.cmp-button--text-dark{text-align:center}.cmp-button--text-dark .cmp-button{display:inline-block;background-color:#fff;padding:0;margin:0 1.5625rem;width:calc(100% - 3.125rem);border:2px solid #221f20;color:#221f20;font-size:1rem;font-weight:700;font-family:"Helvetica-Neue",sans-serif;border-radius:50px;cursor:pointer;text-align:center;min-width:220px;line-height:24px;min-height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0}@media(min-width: 768px){.cmp-button--text-dark .cmp-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}}.cmp-button--text-dark .cmp-button:hover{background-color:#c95100;color:#fff;border:2px solid #c95100;-webkit-box-shadow:0 0 0 3px #c95100;box-shadow:0 0 0 3px #c95100}.cmp-download--beanz-return .cmp-download__title{margin-bottom:2.5rem}.cmp-download--beanz-return .cmp-download__title .cmp-download__title-link{width:80%;display:block;color:#007584;background-color:#ccf2f2;min-width:201px;font-size:1rem;padding:7px;max-width:480px;border-radius:4px;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-weight:700;text-align:center;margin:auto;line-height:1.5rem;border:0;text-decoration:none}@media(min-width: 768px){.cmp-download--beanz-return .cmp-download__title .cmp-download__title-link{min-width:300px;height:35px;font-size:1.5rem !important;padding:1.1rem .5rem;max-width:480px}}.container--responsive-center-aligned{width:100%}.container--responsive-center-aligned>.cmp-container{padding:0 .625rem;margin:0 auto;max-width:100%}@media(min-width: 992px){.container--responsive-center-aligned>.cmp-container{max-width:1400px}}@media(min-width: 768px){.container--responsive-center-aligned>.cmp-container{padding:0 .9375rem}}.cmp-container--background-seashell{background-color:#faf7f5}.cmp-container--background-seashell .cmp-container{position:relative;overflow:hidden}@media(min-width: 1200px){.cmp-container--background-seashell .cmp-container{padding-bottom:3.125rem}}@media(min-width: 1440px){.cmp-container--background-seashell .cmp-container{max-width:1400px;float:none;clear:both;margin:auto;overflow:unset}}.cmp-container--background-seashell .cmp-container .cmp-title--brown{margin-bottom:3.125rem;padding-top:1.875rem}.container--grid-wrapper>div{margin-top:10px}.container--grid-wrapper>div>div{display:grid;grid-template-columns:repeat(2, 1fr);grid-auto-rows:minmax(100px, auto)}.container--grid-wrapper>div>div::before{display:none}@media(min-width: 768px){.container--grid-wrapper>div>div{grid-template-columns:repeat(4, 1fr);grid-auto-rows:minmax(100px, auto)}}.container--grid-wrapper>div>div .cmp-teaser--tile{width:100% !important}.container--responsive-center-aligned.container--roasters-list{margin-top:140px}.container--roasters-list .cmp-container>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:50px}@media(min-width: 768px){.container--roasters-list .cmp-container>div{padding-top:20px;padding-bottom:0}}.container--roasters-list .cmp-container>div .image{width:100%}@media(min-width: 768px){.container--roasters-list .cmp-container>div .image{width:33.333% !important;padding-bottom:50px}}@media(min-width: 992px){.container--roasters-list .cmp-container>div .image{padding-bottom:50px}}.container--roasters-list .cmp-container>div .image .cmp-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.container--roasters-list .cmp-container>div .image .cmp-image img.cmp-image__image{width:136px;height:136px}@media(min-width: 992px){.container--roasters-list .cmp-container>div .image .cmp-image img.cmp-image__image{width:260px;height:260px}}.cmp-container--beanz-return .cmp-container{padding-bottom:3rem;padding-top:3rem;margin:auto;-webkit-box-flex:1;-ms-flex:auto;flex:auto;max-width:83.33%;position:relative;min-height:1px;padding-right:.625rem;padding-left:.635rem}@media(min-width: 1200px){.cmp-container--beanz-return{display:block;max-width:1400px !important;float:unset !important;margin:0 auto !important;clear:both !important}}.cmp-container--support-help .cmp-container{padding-bottom:2rem}@media(min-width: 1200px){.cmp-container--support-help .cmp-container{display:block;max-width:1400px !important;float:unset !important;margin:0 auto !important;clear:both !important}}.cmp-container--left-wide{width:100%;padding:0 15px}@media(min-width: 992px){.cmp-container--left-wide{-webkit-box-flex:0;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%;max-width:66.6667%}}.cmp-container--right-narrow{width:100%;padding:0 15px}@media(min-width: 992px){.cmp-container--right-narrow{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}.cmp-container--right-narrow .cmp-container{padding:40px 30px}.cmp-container--right-narrow .cmp-container>div{display:grid;grid-template-columns:repeat(1, 1fr);grid-auto-rows:minmax(100px, auto)}@media(min-width: 768px){.cmp-container--right-narrow .cmp-container>div{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.cmp-container--right-narrow .cmp-container>div{grid-template-columns:repeat(1, 1fr)}}.cmp-container--right-narrow .cmp-container>div::before{display:none}.cmp-container--right-narrow .cmp-container>div::after{display:none}.cmp-container--right-narrow .teaser{padding:0 .66rem}@media(min-width: 992px){.cmp-container--right-narrow .teaser{padding:0}}.cmp-container--right-narrow .teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;font-size:calculateRem(1.5rem);font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;color:#007584;font-weight:bold;margin:0 0 .5rem;line-height:1.2}.cmp-container--right-narrow .teaser .cmp-teaser__content .cmp-teaser__description>p{font-size:.875rem;font-size:calculateRem(0.875rem);line-height:1.5;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;margin:0 0 1rem}@media(min-width: 992px){.cmp-container--right-narrow .teaser .cmp-teaser__content .cmp-teaser__description>p{font-size:1.125rem;font-size:calculateRem(1.125rem)}}.cmp-container--coffeelowdown{background-color:#fff}.cmp-container--coffeelowdown>.cmp-container{max-width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;padding:0}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container{padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(min-width: 992px){.cmp-container--coffeelowdown>.cmp-container{padding:2.5rem}}.cmp-container--coffeelowdown>.cmp-container>.title{padding-bottom:1.25rem}.cmp-container--coffeelowdown>.cmp-container>.image img{max-width:1140px;max-height:320px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-o-object-fit:cover;object-fit:cover}@media(max-width: 767.98px){.cmp-container--coffeelowdown>.cmp-container>.image img{max-width:400px}}.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__title{margin-top:0;margin-bottom:.3125rem}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__title{margin-bottom:.625rem}}@media(min-width: 992px){.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__title{margin-bottom:1.25rem}}.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__description>p{margin-bottom:1.5625rem;font-weight:400;line-height:1.5rem}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__description>p{margin-bottom:0}}.cmp-container--coffeelowdown>.cmp-container>*{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.cmp-container--coffeelowdown>.cmp-container .teaser{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.cmp-container--coffeelowdown>.cmp-container .button{text-align:center;padding:1.25rem 1.25rem 2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .button{padding:5rem 0;width:auto}}.cmp-container--coffeelowdown>.cmp-container .button.cmp-button--background-blue,.cmp-container--coffeelowdown>.cmp-container .button.cmp-button--background-white{padding:0}.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content{padding:0 1.25rem}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content{padding:0 2.5rem}}.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__description>p{font-size:.75rem;font-size:calculateRem(0.75rem);font-family:"Helvetica-Neue",sans-serif}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .cmp-teaser__content .cmp-teaser__description>p{font-size:1.125rem;font-size:calculateRem(1.125rem)}}.cmp-container--coffeelowdown>.cmp-container .cmp-title{text-align:center}.cmp-container--coffeelowdown>.cmp-container .cmp-title>h2{font-size:2.5rem;font-size:calculateRem(2.5rem);font-family:"Archer-Ssm",sans-serif;font-weight:700;color:#2b2b2d;text-decoration:none;line-height:1.125rem;letter-spacing:-0.5px}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .cmp-title>h2{font-size:4.5rem;font-size:calculateRem(4.5rem)}}.cmp-container--coffeelowdown>.cmp-container .cmp-button{font-size:1.75rem;font-size:calculateRem(1.75rem);color:#007584;background-color:#ccf2f2;backdrop-filter:blur(4px);border:rgba(0,0,0,0);border-radius:.3125rem;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-weight:700;text-align:center;padding:.3125rem .625rem;line-height:1.5rem;text-decoration:none;text-transform:none;width:100%}@media(min-width: 768px){.cmp-container--coffeelowdown>.cmp-container .cmp-button{font-size:1.5rem;font-size:calculateRem(1.5rem);padding:.9375rem 1.875rem;width:auto}}.cmp-container--coffeelowdown>.cmp-container .cmp-button:hover{cursor:pointer}.cmp-container--coffeelowdown>.cmp-container .cmp-button:active{outline:none}.cmp-container--livechat .cmp-container{width:100%;max-width:45em !important;margin:auto;text-align:center}.cmp-container--policy-pages .cmp-container{width:77%;margin:0 auto;padding:3.125rem 0}.cmp-container--policy-pages .cmp-container .cmp-title--beanz-return{width:100% !important;max-width:none;padding:0;margin:-10px 0 0 !important}.cmp-container--policy-pages .cmp-container .cmp-download--beanz-return .cmp-download__title{margin:2.5rem auto}.cmp-container--policy-pages .cmp-container .text p{letter-spacing:-0.5px;margin-top:0;margin-bottom:.9375rem}@media(min-width: 768px){.cmp-container--policy-pages .cmp-container .text p{font-size:1rem;line-height:1.5rem}}@media(min-width: 992px){.cmp-container--policy-pages .cmp-container .text p{font-size:1.125rem}}.cmp-container--policy-pages .cmp-container .text p a,.cmp-container--policy-pages .cmp-container .text p a:visited{color:#391538;font-weight:700;text-decoration:underline}.cmp-container--policy-pages .cmp-container table{table-layout:fixed;width:100%;border-collapse:collapse}.cmp-container--policy-pages .cmp-container table td{font-size:.75rem;line-height:1.5rem;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;padding:.625rem;width:50%;vertical-align:top}@media(min-width: 768px){.cmp-container--policy-pages .cmp-container table td{font-size:1rem;line-height:1.5rem}}@media(min-width: 992px){.cmp-container--policy-pages .cmp-container table td{font-size:1.125rem}}.cmp-container--policy-pages .cmp-container table td a,.cmp-container--policy-pages .cmp-container table td a:visited{color:#391538;font-weight:700;text-decoration:underline}.cmp-container--cart-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 1.875rem}@media(min-width: 768px){.cmp-container--cart-buttons{margin:0 auto 3.125rem}}.cmp-container--cart-buttons .cmp-title{text-align:center}.cmp-container--cart-buttons .cmp-title .cmp-title__text{font-weight:600 !important;color:#2b2b2d}.cmp-container--cart-buttons #container_cart--continue_login_buttons{display:block;width:100%;text-align:center;padding:1.875rem 0 .9375rem}@media(min-width: 768px){.cmp-container--cart-buttons #container_cart--continue_login_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(min-width: 768px){.cmp-container--cart-buttons #container_cart--continue_login_buttons{margin-top:0}}.cmp-container--cart-buttons #container_cart--continue_login_buttons .text{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.cmp-container--cart-buttons #container_cart--continue_login_buttons .container{-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-container--cart-buttons #container_cart--create-account-btn{padding:0 .9375rem}.cmp-container--cart-buttons #container_cart--create-account-btn .cmp-text{font-size:1.125rem;margin:.625rem auto}@media(min-width: 768px){.cmp-container--cart-buttons #container_cart--create-account-btn .cmp-text{margin:1.25rem auto}}.cmp-container--cart-buttons #container_cart--create-account-btn .cmp-button{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;padding:0}.cmp-container--cart-buttons .cmp-button--background-white .cmp-button__text{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-container--cart-buttons .guest-checkout,.cmp-container--cart-buttons .cmp-title--continue,.cmp-container--cart-buttons .checkout-btn,.cmp-container--cart-buttons .cmp-container__checkout-button,.cmp-container--cart-buttons #container_cart--continue_login_buttons{display:none !important}.cmp-container--cart-buttons .guest-checkout.shown,.cmp-container--cart-buttons .cmp-title--continue.shown,.cmp-container--cart-buttons .checkout-btn.shown,.cmp-container--cart-buttons .cmp-container__checkout-button.shown,.cmp-container--cart-buttons #container_cart--continue_login_buttons.shown{display:block !important}@media(min-width: 768px){.cmp-container--cart-buttons .guest-checkout.shown,.cmp-container--cart-buttons .cmp-title--continue.shown,.cmp-container--cart-buttons .checkout-btn.shown,.cmp-container--cart-buttons .cmp-container__checkout-button.shown,.cmp-container--cart-buttons #container_cart--continue_login_buttons.shown{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}.cmp-container--cart-buttons #container_cart--continue_login_buttons .text{display:none !important;padding:0 .9375rem .9375rem}.cmp-container--cart-buttons #container_cart--continue_login_buttons .text.shown{display:block !important}@media(min-width: 768px){.cmp-container--cart-buttons #container_cart--continue_login_buttons .text.shown{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.cmp-container--cart-buttons .cmp-container__checkout-button{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-container--cart-buttons .guest-checkout{text-align:center}.cmp-container--cart-buttons .guest-checkout::before{content:"";display:table;clear:both}.cmp-container--cart-buttons .guest-checkout .cmp-button{background-color:#fff;border:2px solid #007584;border-radius:.3125rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-container--cart-buttons .guest-checkout .cmp-button .cmp-button__text{color:#007584;text-decoration:none;width:100%;margin:auto;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-container--cart-buttons .cmp-button--background-blue .cmp-button{cursor:pointer;border:0;margin:0 1.25rem;padding:0}.cmp-container--cart-buttons .cmp-button--background-blue .cmp-button .cmp-button__text{height:auto}.cmp-container--cart-buttons .cmp-button--background-blue .cmp-button.checkout-btn{margin:1.875rem .9375rem 0}.cmp-container--cart-buttons .cmp-button--background-blue .checkout-btn{margin-top:1.875rem}.cmp-container--cart-buttons .cmp-button--background-blue .checkout-btn .cmp-button__text{border:1px solid #ccf2f2;padding:.625rem 0;max-width:initial}@media(min-width: 576px){.cmp-container--cart-buttons .cmp-button--background-blue .checkout-btn .cmp-button__text{padding:.9375rem 0}}.cmp-container--cart-buttons .cmp-button--background-blue .checkout-btn.disabled{opacity:.5;pointer-events:none;cursor:not-allowed;color:rgba(148,152,155,.5);border:1px solid rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none}.cmp-container--cart-buttons #container_cart--login-btn .cmp-text,.cmp-container--cart-buttons .container_cart--create-account-btn .cmp-text{font-size:1.125rem;margin:.625rem auto}@media(min-width: 576px){.cmp-container--cart-buttons #container_cart--login-btn .cmp-text,.cmp-container--cart-buttons .container_cart--create-account-btn .cmp-text{margin:1.25rem auto}}.checkout-btn{margin:0 20px}.button.cmp-button--background-blue{width:100%}#container_cart--continue_login_buttons .cmp-button__text,.cmp-button--background-blue .cmp-button__text{padding:.625rem 0;max-width:initial}@media(min-width: 576px){#container_cart--continue_login_buttons .cmp-button__text,.cmp-button--background-blue .cmp-button__text{padding:.9375rem 0}}@media(min-width: 768px){#container_cart--continue_login_buttons .cmp-button__text,.cmp-button--background-blue .cmp-button__text{font-size:1rem}}@media(min-width: 992px){#container_cart--continue_login_buttons .cmp-button__text,.cmp-button--background-blue .cmp-button__text{font-size:1.25rem}}@media(min-width: 1200px){#container_cart--continue_login_buttons .cmp-button__text,.cmp-button--background-blue .cmp-button__text{font-size:1.5rem}}#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p{font-size:.75rem}@media(min-width: 576px){#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p{font-size:1.125rem}}#cart-page-container{width:100%;max-width:1200px}#cart-page-container .title{padding-bottom:1.25rem}@media(min-width: 768px){#cart-page-container .title{padding-top:2.5rem}}#cart-page-container #to_continue .cmp-title__text{color:#8e502b;letter-spacing:normal;font-family:"Archer-Ssm",sans-serif;font-size:1.25rem;text-transform:capitalize}@media(max-width: 767.98px){#cart-page-container #to_continue .cmp-title__text{font-size:1.5rem}}#cart-page-container .cmp-button--background-blue .cmp-button{min-width:auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 575.98px){#cart-page-container .cmp-button--background-blue .checkout-btn{width:auto}}.cmp-container__change-coffee--header{background-color:#221f20}.cmp-container__change-coffee--header .cmp-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-container__change-coffee--header .cmp-container .text{color:#fff;text-align:center}.cmp-container__change-coffee--header .cmp-container .button{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:0}.cmp-container__change-coffee--header .cmp-container .button .cmp-button{text-align:center}.cmp-container__change-coffee--header .cmp-container .button:first-child{margin-right:auto;margin-left:0}.cmp-container__change-coffee--header .cmp-container .button:first-child .cmp-button{color:#221f20;background-color:#fff}.cmp-container__change-coffee--header .cmp-container .text{-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-container__change-coffee--footer{background-color:#2b2b2d;padding:.9375rem}.cmp-container__change-coffee--footer .cmp-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cmp-container__change-coffee--footer .cmp-container .image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.cmp-container__change-coffee--footer .cmp-container .image .cmp-image{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;position:relative;padding-top:1.5625rem;-o-object-fit:contain;object-fit:contain}.cmp-container__change-coffee--footer .cmp-container .image .cmp-image .cmp-image__title{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;top:0;left:-0.125rem}.cmp-container__change-coffee--footer .cmp-container .image .cmp-image__image{width:120px;-o-object-fit:contain;object-fit:contain}.cmp-container__change-coffee--footer .cmp-container .image:first-child{text-align:left;margin-top:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-container__change-coffee--footer .cmp-container .image:first-child .cmp-image{padding-top:0}.cmp-container__change-coffee--footer .cmp-container .cmp-image__image{width:120px}.cmp-container__change-coffee--footer .newpar{display:none}#pageNotFound .text p{text-align:center}.cmp-container__center-child-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-container__center-child-component .cmp-container{display:block}@media(min-width: 768px){.cmp-container__center-child-component .cmp-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.cmp-container__how-it-works-component>.cmp-container{--image-size: 100px;--image-size-mobile: 80px;padding:0 1.25rem}@media(min-width: 768px){.cmp-container__how-it-works-component>.cmp-container{padding:0}}.cmp-container__how-it-works-component>.cmp-container .title{padding:1.25rem 0}@media(min-width: 768px){.cmp-container__how-it-works-component>.cmp-container .title{padding:2.5rem 0 0 0}}@media(min-width: 768px){.cmp-container__how-it-works-component>.cmp-container .title .cmp-title h1,.cmp-container__how-it-works-component>.cmp-container .title .cmp-title h2,.cmp-container__how-it-works-component>.cmp-container .title .cmp-title h3{font-size:32px;font-family:400}}.cmp-container__how-it-works-component>.cmp-container .title .cmp-title h1,.cmp-container__how-it-works-component>.cmp-container .title .cmp-title h2,.cmp-container__how-it-works-component>.cmp-container .title .cmp-title h3{font-size:28px}.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser{padding:0 0 1.25rem 0;min-height:auto}@media(min-width: 768px){.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2.5rem 1.25rem}}.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser .cmp-teaser__image{width:var(--image-size-mobile);height:var(--image-size-mobile)}@media(min-width: 768px){.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser .cmp-teaser__image{width:var(--image-size);height:var(--image-size)}}.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__title{font-family:"Archer-Ssm",sans-serif;margin-bottom:1.25rem;font-size:1rem;font-weight:700}@media(min-width: 768px){.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.125rem}}.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__description p{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:24px}@media(min-width: 768px){.cmp-container__how-it-works-component>.cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__description p{font-size:1rem}}.cmp-container__top-images-container{padding:0 1.25rem}.cmp-container__top-images-container .cmp-container{display:block;width:100%}@media(min-width: 768px){.cmp-container__top-images-container .cmp-container{display:-webkit-box;display:-ms-flexbox;display:flex;grid-template-columns:auto auto}}.cmp-container__top-images-container .cmp-container .container{font-family:"Helvetica-Neue",sans-serif;padding:1.5625rem 0;margin:0;border-left-width:0;border-left-style:none;border-top-width:3px;border-top-style:solid;-o-border-image:linear-gradient(to left, rgba(0, 117, 132, 0) 0%, #221f20 50%, rgba(0, 117, 132, 0) 100%);border-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 117, 132, 0)), color-stop(50%, #221f20), to(rgba(0, 117, 132, 0)));border-image:linear-gradient(to left, rgba(0, 117, 132, 0) 0%, #221f20 50%, rgba(0, 117, 132, 0) 100%);border-image-slice:1}@media(min-width: 768px){.cmp-container__top-images-container .cmp-container .container{padding:0 1.25rem;margin-top:2.5rem;border-top-width:0;border-top-style:none;border-left-width:3px;border-left-style:solid;-o-border-image:linear-gradient(to top, rgba(0, 117, 132, 0) 0%, #221f20 52%, rgba(0, 117, 132, 0)) 1 100%;border-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 117, 132, 0)), color-stop(52%, #221f20), to(rgba(0, 117, 132, 0))) 1 100%;border-image:linear-gradient(to top, rgba(0, 117, 132, 0) 0%, #221f20 52%, rgba(0, 117, 132, 0)) 1 100%}}@media(min-width: 1200px){.cmp-container__top-images-container .cmp-container .container{margin:0}}@media(min-width: 1440px){.cmp-container__top-images-container .cmp-container .container{padding:0 3.125rem}}.cmp-container__top-images-container .cmp-container .container:nth-child(1){border:0;border-top-width:0;border-top-style:none;border-left-width:0;border-left-style:none}.cmp-container__top-images-container .cmp-container .container .cmp-container{display:block}.cmp-container__top-images-container .cmp-container .container .cmp-container .title{padding-top:0;padding-bottom:0;text-align:center;font-size:1.5rem;font-weight:700;line-height:1.5rem;color:#221f20;font-family:"Archer-Ssm",sans-serif;margin-bottom:20px}@media(min-width: 1440px){.cmp-container__top-images-container .cmp-container .container .cmp-container .title{font-size:32px;line-height:40px}}.cmp-container__top-images-container .cmp-container .container .cmp-container .text{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem;text-align:center;color:#221f20}@media(min-width: 1440px){.cmp-container__top-images-container .cmp-container .container .cmp-container .text{font-size:1.125rem}}.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__image{padding:1.25rem 0}.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__image .cmp-image{-o-object-fit:contain;object-fit:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__image .cmp-image__image{width:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 1200px){.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__image .cmp-image__image{width:80%}}.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__content{display:contents}.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__description{margin:auto;font-weight:500;text-align:center;color:#202020;width:100%}@media(min-width: 768px){.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__description{width:100%}}@media(min-width: 1200px){.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__description{font-size:1.75rem}}.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__description p{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem;text-align:center;color:#221f20}@media(min-width: 1440px){.cmp-container__top-images-container .cmp-container .container .cmp-container .teaser .cmp-teaser__content .cmp-teaser__description p{font-size:1.125rem}}.cmp-separator--cs-spacer-120 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-90 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-60 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-50 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-40 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-30 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-20 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-120-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-90-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-60-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-50-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-40-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-30-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-20-mobile .cmp-separator .cmp-separator__horizontal-rule{height:0;margin:0;padding:0;border:0}@media(max-width: 768px){.cmp-separator--cs-spacer-20-mobile .cmp-separator{padding-top:1.25rem}}@media(max-width: 768px){.cmp-separator--cs-spacer-30-mobile .cmp-separator{padding-top:1.875rem}}@media(max-width: 768px){.cmp-separator--cs-spacer-40-mobile .cmp-separator{padding-top:2.5rem}}@media(max-width: 768px){.cmp-separator--cs-spacer-50-mobile .cmp-separator{padding-top:3.125rem}}@media(max-width: 768px){.cmp-separator--cs-spacer-60-mobile .cmp-separator{padding-top:3.75rem}}@media(max-width: 768px){.cmp-separator--cs-spacer-90-mobile .cmp-separator{padding-top:90px}}@media(max-width: 768px){.cmp-separator--cs-spacer-120-mobile .cmp-separator{padding-top:120px}}.cmp-separator--cs-spacer-120 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-90 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-60 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-50 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-40 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-30 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-20 .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-20-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-30-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-40-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-50-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-60-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-90-mobile .cmp-separator .cmp-separator__horizontal-rule,.cmp-separator--cs-spacer-120-mobile .cmp-separator .cmp-separator__horizontal-rule{height:0;margin:0;padding:0;border:0}@media(min-width: 768px){.cmp-separator--cs-spacer-20 .cmp-separator{padding-top:1.25rem}}@media(min-width: 768px){.cmp-separator--cs-spacer-30 .cmp-separator{padding-top:1.875rem}}@media(min-width: 768px){.cmp-separator--cs-spacer-40 .cmp-separator{padding-top:2.5rem}}@media(min-width: 768px){.cmp-separator--cs-spacer-50 .cmp-separator{padding-top:1.875rem}}@media(min-width: 768px){.cmp-separator--cs-spacer-50 .cmp-separator{padding-top:3.125rem}}@media(min-width: 768px){.cmp-separator--cs-spacer-60 .cmp-separator{padding-top:3.75rem}}@media(min-width: 768px){.cmp-separator--cs-spacer-90 .cmp-separator{padding-top:90px}}@media(min-width: 768px){.cmp-separator--cs-spacer-120 .cmp-separator{padding-top:120px}}.cmp-teaser--hero{background-repeat:no-repeat;background-size:cover;position:relative}.cmp-teaser--hero .cmp-teaser{overflow:hidden;height:100%}.cmp-teaser--hero .cmp-teaser__image{position:absolute;left:0;right:0;bottom:0;top:0}.cmp-teaser--hero .cmp-teaser__image .cmp-image{height:100%}.cmp-teaser--hero .cmp-teaser__image .cmp-image__image{-o-object-fit:cover;object-fit:cover;height:100%}.cmp-teaser--hero .cmp-teaser__content{top:0;width:100%;height:100%;color:#fff;text-align:center;padding-bottom:3.125rem;position:relative;background-color:rgba(0,0,0,.65)}@media(min-width: 992px){.cmp-teaser--hero .cmp-teaser__content{min-height:400px}}.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__title{font-size:2.5rem;font-size:calculateRem(2.5rem);padding-top:40px;margin:0 0 .5rem;font-family:"Archer-Ssm",sans-serif;font-weight:bold;color:#fff;line-height:1.125rem;letter-spacing:-0.5px}@media(min-width: 768px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__title{font-size:68px;font-size:calculateRem(68px);margin:0 0 .5rem}}@media(min-width: 992px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__title{font-size:4.5rem;font-size:calculateRem(4.5rem);max-width:1440px;width:100%;padding-top:80px;margin:0 auto}}@media(min-width: 1200px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__title{margin:auto}}.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__description{margin-bottom:1rem;padding:0 17px}@media(min-width: 768px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__description{padding:0 10px}}@media(min-width: 992px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__description{max-width:990px;margin:auto;margin-bottom:1rem}}.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__description p{font-size:1.75rem;font-size:calculateRem(1.75rem);font-family:"Helvetica-Neue",sans-serif;font-weight:500;line-height:normal;margin-bottom:0;letter-spacing:-0.5px}@media(min-width: 768px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__description p{font-size:2rem;font-size:calculateRem(2rem)}}@media(min-width: 992px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__description p{font-size:2.5rem;font-size:calculateRem(2.5rem);margin:0}}.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__action-container{width:100%;margin:0 auto -10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0 0;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__action-container{padding:40px 0 0;margin-bottom:0}}@media(min-width: 992px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__action-container{padding:80px 0 30px}}.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{font-size:1.75rem;font-size:calculateRem(1.75rem);color:#fff;background-color:rgba(0,0,0,.65);backdrop-filter:blur(4px);border:2px solid #c95100;max-width:340px;border-radius:4px;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-weight:bold;text-align:center;margin:auto;line-height:1.5rem;text-decoration:none;text-transform:none;min-width:210px;width:300px;padding:7px 0}@media(min-width: 768px){.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{font-size:1.5rem;font-size:calculateRem(1.5rem);min-width:240px;padding:14px 30px}}.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width{width:94% !important;clear:both !important;float:unset !important;margin:10px 0 0 10px}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width{width:97% !important;margin:0 auto}}@media(min-width: 1440px){.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width{width:100% !important}}.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width .cmp-teaser__content .cmp-teaser__title{margin:0 0 10px;font-size:32px;font-size:calculateRem(32px);padding-top:30px}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width .cmp-teaser__content .cmp-teaser__title{margin:0 0 20px;font-size:54px;font-size:calculateRem(54px)}}@media(min-width: 992px){.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width .cmp-teaser__content .cmp-teaser__title{margin:0 auto 20px;padding-top:80px}}.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width .cmp-teaser__content .cmp-teaser__description{max-width:100%;padding:0 16px}.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width .cmp-teaser__content .cmp-teaser__description p{margin:0;font-size:.875rem;font-size:calculateRem(0.875rem)}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-reduced-content-width .cmp-teaser__content .cmp-teaser__description p{font-size:30px;font-size:calculateRem(30px)}}.cmp-teaser--hero.cmp-teaser--hero-boxed-content{clear:both !important;float:unset !important;margin:0;width:100% !important;background-position:center}.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser{padding:0 1.875rem}.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content{float:none !important;width:auto;display:table;margin:2.5rem auto;min-height:0;backdrop-filter:blur(4px);max-width:900;border-radius:12px;padding:.9375rem}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content{margin:5rem auto;padding:1.875rem 3.125rem}}.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__title{font-family:"Archer-Ssm",sans-serif;font-weight:400;font-size:2rem;line-height:44px;padding-top:0;margin-bottom:.625rem}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__title{margin-bottom:.9375rem;font-size:40px;line-height:56px}}.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__description{padding:0 .9375rem;margin:0 auto}.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__description p{font-size:1rem;font-size:calculateRem(1rem);font-family:"Helvetica-Neue",sans-serif;line-height:24px;font-weight:400;margin:0;letter-spacing:0}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__description p{font-size:1.125rem}}.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__action-container{padding:.625rem 0}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__action-container{padding-top:1.25rem}}.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{height:40px;padding:0 1.875rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;max-width:initial;min-width:235px;font-size:.875rem;border-color:#ec6418}@media(min-width: 576px){.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{font-size:1rem;height:48px}}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-boxed-content .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{font-size:1.125rem;height:52px}}.cmp-teaser--hero-small-title .cmp-teaser__content .cmp-teaser__title{font-size:2rem;margin-bottom:1.25rem}@media screen and (min-width: 768px){.cmp-teaser--hero-small-title .cmp-teaser__content .cmp-teaser__title{font-size:3.375rem}}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-compact-full-width .cmp-teaser__content .cmp-teaser__title{font-size:54px;font-size:calculateRem(54px)}}@media(min-width: 992px){.cmp-teaser--hero.cmp-teaser--hero-compact-full-width .cmp-teaser__content .cmp-teaser__title{margin:0 auto 20px}}@media(min-width: 992px){.cmp-teaser--hero.cmp-teaser--hero-compact-full-width .cmp-teaser__content .cmp-teaser__description{max-width:1440px;margin:auto;padding:0 35px}}@media(min-width: 768px){.cmp-teaser--hero.cmp-teaser--hero-compact-full-width .cmp-teaser__content .cmp-teaser__description p{font-size:30px;font-size:calculateRem(30px)}}.cmp-teaser--image-left{overflow:hidden;margin:10px 0 0}@media(min-width: 992px){.cmp-teaser--image-left{margin:40px 0}}.cmp-teaser--image-left .cmp-teaser{margin:auto;padding:0 10px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 992px){.cmp-teaser--image-left .cmp-teaser{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(min-width: 1200px){.cmp-teaser--image-left .cmp-teaser{width:80%}}@media(min-width: 1440px){.cmp-teaser--image-left .cmp-teaser{width:100%}}.cmp-teaser--image-left .cmp-teaser__image{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;width:100%;margin:auto}@media(min-width: 992px){.cmp-teaser--image-left .cmp-teaser__image{margin:0 40px 0 0;width:50%}}.cmp-teaser--image-left .cmp-teaser__content{width:100%;margin:20px 0 0;padding-bottom:2em}@media(min-width: 992px){.cmp-teaser--image-left .cmp-teaser__content{width:50%;margin:0}}.cmp-teaser--image-left .cmp-teaser__content .cmp-teaser__title{font-size:2rem;font-size:calculateRem(2rem);line-height:32px;color:#221f20;margin:0;font-family:"Archer-Ssm",sans-serif;font-weight:400}@media(min-width: 768px){.cmp-teaser--image-left .cmp-teaser__content .cmp-teaser__title{font-size:2rem;font-size:calculateRem(2rem);line-height:48px}}.cmp-teaser--image-left .cmp-teaser__content .cmp-teaser__description p{font-size:.875rem;font-size:calculateRem(0.875rem);font-family:"Helvetica-Neue",sans-serif;line-height:24px;font-weight:500;padding:20px 0 0}@media(min-width: 768px){.cmp-teaser--image-left .cmp-teaser__content .cmp-teaser__description p{font-size:1rem;font-size:calculateRem(1rem)}}.cmp-teaser--image-right{overflow:hidden;margin:10px 0 0}@media(min-width: 992px){.cmp-teaser--image-right{margin:40px 0}}.cmp-teaser--image-right .cmp-teaser{margin:auto;padding:0 10px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 992px){.cmp-teaser--image-right .cmp-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width: 1200px){.cmp-teaser--image-right .cmp-teaser{width:80%}}@media(min-width: 1440px){.cmp-teaser--image-right .cmp-teaser{width:100%}}.cmp-teaser--image-right .cmp-teaser__image{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;width:100%;margin:0}@media(min-width: 992px){.cmp-teaser--image-right .cmp-teaser__image{width:50%}}.cmp-teaser--image-right .cmp-teaser__content{width:100%;margin:20px 0 0;padding-bottom:2em}@media(min-width: 992px){.cmp-teaser--image-right .cmp-teaser__content{width:50%;padding-right:40px;margin:0}}.cmp-teaser--image-right .cmp-teaser__content h2.cmp-teaser__title{font-size:2rem;font-size:calculateRem(2rem);line-height:32px;color:#221f20;margin:0;font-family:"Archer-Ssm",sans-serif;font-weight:400}@media(min-width: 768px){.cmp-teaser--image-right .cmp-teaser__content h2.cmp-teaser__title{font-size:2rem;font-size:calculateRem(2rem);line-height:48px}}.cmp-teaser--image-right .cmp-teaser__content .cmp-teaser__description p{font-size:.875rem;font-size:calculateRem(0.875rem);font-family:"Helvetica-Neue",sans-serif;line-height:24px;font-weight:500;padding:20px 0 0}@media(min-width: 768px){.cmp-teaser--image-right .cmp-teaser__content .cmp-teaser__description p{font-size:1rem;font-size:calculateRem(1rem)}}.cmp-teaser--tile{padding:0 15px;min-height:330px;margin-top:10px}@media(min-width: 768px){.cmp-teaser--tile{margin-top:0;padding:40px 15px 0}}.cmp-teaser--tile .cmp-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-teaser--tile .cmp-teaser__image{width:55%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;max-height:198px;max-width:206px;margin:auto auto .625rem}@media(min-width: 992px){.cmp-teaser--tile .cmp-teaser__image .cmp-image{width:100%}}.cmp-teaser--tile .cmp-teaser__image .cmp-image__image{vertical-align:middle;max-width:100%;height:auto}.cmp-teaser--tile .cmp-teaser__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.cmp-teaser--tile .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;font-size:calculateRem(1.5rem);font-family:"Archer-Ssm",sans-serif;font-weight:bolder;margin:0 0 .5rem;line-height:1.75rem}.cmp-teaser--tile .cmp-teaser__content .cmp-teaser__description p{font-size:.75rem;font-size:calculateRem(0.75rem);letter-spacing:-0.5px;line-height:1.33;color:#2b2b2d;font-family:"Helvetica-Neue",sans-serif;font-weight:500;margin-top:0}@media(min-width: 576px){.cmp-teaser--tile .cmp-teaser__content .cmp-teaser__description p{font-weight:400}}@media(min-width: 768px){.cmp-teaser--tile .cmp-teaser__content .cmp-teaser__description p{font-size:1.125rem;font-size:calculateRem(1.125rem);line-height:1.5rem}}.cmp-teaser--image-left-perfect-beans{width:45%;float:left;padding-left:1%}@media(min-width: 768px){.cmp-teaser--image-left-perfect-beans{padding-left:2rem;width:32%}}@media(min-width: 820px){.cmp-teaser--image-left-perfect-beans{padding-left:4rem}}@media(min-width: 900px){.cmp-teaser--image-left-perfect-beans{padding-left:7rem}}@media(min-width: 992px){.cmp-teaser--image-left-perfect-beans{width:46%;position:relative;display:inline-block;padding-left:unset}}@media(min-width: 1200px){.cmp-teaser--image-left-perfect-beans{padding-left:1%}}.cmp-teaser--image-left-perfect-beans .cmp-teaser{padding-left:0;padding-right:0;max-width:690px;margin:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}@media(min-width: 992px){.cmp-teaser--image-left-perfect-beans .cmp-teaser{position:unset}}@media(min-width: 992px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__image{display:inline-block;left:-24%;position:absolute}}@media(min-width: 1200px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__image{margin-left:-38%;width:418px;position:unset}}@media(min-width: 1440px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__image{position:relative;margin-left:41px;left:-151px}}.cmp-teaser--image-left-perfect-beans .cmp-teaser__image .cmp-image__image{margin-left:-2.75rem;width:auto;height:220px;max-width:220px;margin-top:1.875rem}@media(min-width: 768px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__image .cmp-image__image{margin-left:unset;width:unset;height:unset;max-width:220px;padding-top:0}}@media(min-width: 992px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__image .cmp-image__image{height:auto;width:249px;max-width:100%}}@media(min-width: 1200px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__image .cmp-image__image{height:587px;width:auto;max-width:100%}}.cmp-teaser--image-left-perfect-beans .cmp-teaser__content{padding-left:10px;-webkit-box-flex:0;-ms-flex:0 0 47%;flex:0 0 47%;width:100%;padding-top:1.875rem;margin-bottom:1.875rem}@media(min-width: 768px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content{max-width:269px;margin:auto;padding-top:.9375rem}}@media(min-width: 992px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-top:unset;margin-bottom:unset;max-width:unset;margin:unset;width:93%;display:inline-block;position:absolute;padding-left:35%;padding-top:18%}}@media(min-width: 1200px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content{width:61%;padding-left:9%;padding-top:30%}}@media(min-width: 1263px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content{padding-left:14%}}@media(min-width: 1440px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content{margin-left:-127px;max-width:43%;padding-left:0;padding-top:171px}}.cmp-teaser--image-left-perfect-beans .cmp-teaser__content .cmp-teaser__title{font-family:"Archer-Ssm",sans-serif;margin:0 0 .5rem;color:#2b2b2d;font-weight:700;font-size:1.125rem;line-height:1.5rem;letter-spacing:-0.5px}@media(min-width: 768px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content .cmp-teaser__title{font-size:2rem}}@media(min-width: 1200px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content .cmp-teaser__title{font-size:2.5rem}}.cmp-teaser--image-left-perfect-beans .cmp-teaser__content .cmp-teaser__description p{font-family:"Montserrat";margin:0;line-height:1.5rem;color:#2b2b2d;font-stretch:normal;letter-spacing:normal;margin-bottom:0;font-size:.875rem;font-weight:500}@media(min-width: 768px){.cmp-teaser--image-left-perfect-beans .cmp-teaser__content .cmp-teaser__description p{font-size:1.125rem;margin-bottom:1.875rem}}.cmp-container__find-your-perfect-beanz{position:relative;padding-bottom:0}@media(min-width: 1440px){.cmp-container__find-your-perfect-beanz{padding-bottom:2.5rem}}.cmp-container__find-your-perfect-beanz .cmp-container{position:static;padding-bottom:0}@media(min-width: 576px){.cmp-container__find-your-perfect-beanz .cmp-container{padding-bottom:2.5rem}}.cmp-container__find-your-perfect-beanz .cmp-button--background-blue{position:static;width:100%;left:0}@media(min-width: 992px){.cmp-container__find-your-perfect-beanz .cmp-button--background-blue{position:absolute;bottom:5rem}}.cmp-container__find-your-perfect-beanz .cmp-button--background-blue .cmp-button{max-width:100%}@media(min-width: 576px){.cmp-container__find-your-perfect-beanz .cmp-button--background-blue .cmp-button{max-width:310px;width:100%}}.cmp-container__find-your-perfect-beanz .cmp-button--background-blue .cmp-button .cmp-button__text{max-width:100%;width:100%}.cmp-teaser--image-right-perfect-beans{width:45%;float:right}@media(min-width: 768px){.cmp-teaser--image-right-perfect-beans{width:42%}}@media(min-width: 992px){.cmp-teaser--image-right-perfect-beans{width:59%;display:inline-block;position:relative;left:14%;top:-0.5rem}}@media(min-width: 1200px){.cmp-teaser--image-right-perfect-beans{left:unset;top:unset;width:45%}}.cmp-teaser--image-right-perfect-beans .cmp-teaser{bottom:.5%}@media(min-width: 992px){.cmp-teaser--image-right-perfect-beans .cmp-teaser{bottom:unset}}@media(min-width: 992px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__image{display:inline-block;float:right;margin-right:-5%}}@media(min-width: 1200px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__image{margin-right:-47%}}@media(min-width: 1440px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__image{margin-right:-146px}}.cmp-teaser--image-right-perfect-beans .cmp-teaser__image .cmp-image__image{width:auto;height:220px;max-width:220px;margin-right:-20%;float:right;margin-top:1.875rem}@media(min-width: 768px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__image .cmp-image__image{width:unset;margin-right:unset;float:unset;max-width:220px;height:285px}}@media(min-width: 992px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__image .cmp-image__image{height:auto;width:auto;max-width:330px}}@media(min-width: 1200px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__image .cmp-image__image{height:600px;width:auto;max-width:100%}}.cmp-teaser--image-right-perfect-beans .cmp-teaser__content{float:left;margin-bottom:1.875rem;margin-right:.8rem;padding-top:1.875rem}@media(min-width: 768px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__content{max-width:269px;margin:auto;padding-top:.9375rem}}@media(min-width: 992px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__content{margin-bottom:unset;margin-right:unset;max-width:unset;margin:unset;width:46%;padding-right:2%;padding-top:15%}}@media(min-width: 1200px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__content{width:49%;padding-right:0;padding-left:1%;padding-top:31%;max-width:278px;margin-left:-1%}}@media(min-width: 1440px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__content{padding-top:170px;width:43%;margin-left:-39px}}.cmp-teaser--image-right-perfect-beans .cmp-teaser__content .cmp-teaser__title{font-family:"Archer-Ssm",sans-serif;margin:0 0 .5rem;color:#2b2b2d;font-weight:700;font-size:1.125rem;margin-top:.3125rem;line-height:1.5rem;letter-spacing:-0.5px}@media(min-width: 768px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__content .cmp-teaser__title{margin-top:0;font-size:2rem}}@media(min-width: 1200px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__content .cmp-teaser__title{font-size:2.5rem}}.cmp-teaser--image-right-perfect-beans .cmp-teaser__content .cmp-teaser__description p{font-family:"Montserrat";margin:0;line-height:1.5rem;color:#2b2b2d;font-stretch:normal;letter-spacing:normal;margin-bottom:0;font-size:.875rem;font-weight:500}@media(min-width: 768px){.cmp-teaser--image-right-perfect-beans .cmp-teaser__content .cmp-teaser__description p{font-size:1.125rem;margin-bottom:1.875rem}}.cmp-teaser--teaser-helpbeanz .cmp-teaser{position:relative;width:100%;margin:0 auto !important;padding-top:1.875rem}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content{max-width:22rem;margin:0 auto !important;padding-top:1.875rem;padding:0 2rem;float:none !important}@media(min-width: 992px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content{max-width:528px}}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;font-family:"Archer-Ssm",sans-serif;font-weight:700;line-height:normal;letter-spacing:normal;text-align:center;color:#221f20}@media(min-width: 768px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__title{font-size:2.5rem}}@media(min-width: 992px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__title{font-size:3rem}}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__description{min-height:0}@media(min-width: 768px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__description{min-height:125px}}@media(min-width: 992px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__description{min-height:100px}}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__description p{font-size:1rem !important;font-weight:500;max-width:300px !important;margin:1.25rem auto;line-height:1.33;letter-spacing:normal;color:#221f20;font-family:"Helvetica-Neue",sans-serif;text-align:center}@media(min-width: 768px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__description p{max-width:250px !important;font-size:1.125rem;margin:1.875rem auto}}@media(min-width: 992px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__description p{max-width:326px !important;font-size:1.125rem;margin:1.875rem auto}}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container{float:none !important}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto;margin-bottom:1.5rem;margin-left:0;width:100%}@media(min-width: 768px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{width:200px}}@media(min-width: 992px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{width:290px;margin-left:4rem}}@media(min-width: 576px){.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{margin-left:0;width:100%}}.cmp-teaser--livechat,.cmp-teaser--livecall{padding:30px 0;cursor:pointer}@media(min-width: 768px){.cmp-teaser--livechat .cmp-teaser__image .cmp-image__image,.cmp-teaser--livecall .cmp-teaser__image .cmp-image__image{max-width:115px}.cmp-teaser--livechat .cmp-teaser__content .cmp-teaser__description p,.cmp-teaser--livecall .cmp-teaser__content .cmp-teaser__description p{font-size:2rem}}.cmp-teaser--livechat .cmp-teaser__image .cmp-image__image,.cmp-teaser--livecall .cmp-teaser__image .cmp-image__image{width:100%;max-width:80px;-webkit-transition:.25s;transition:.25s}.cmp-teaser--livechat .cmp-teaser__content,.cmp-teaser--livecall .cmp-teaser__content{width:100%}.cmp-teaser--livechat .cmp-teaser__content .cmp-teaser__title,.cmp-teaser--livecall .cmp-teaser__content .cmp-teaser__title{font-size:2rem;font-family:"Archer-Ssm",sans-serif;color:#2b2b2d;margin:0;padding:25px 0;line-height:1.125rem}.cmp-teaser--livechat .cmp-teaser__content .cmp-teaser__description p,.cmp-teaser--livecall .cmp-teaser__content .cmp-teaser__description p{font-family:"Helvetica-Neue",sans-serif;color:#007584;font-size:1.5rem;text-decoration:underline;margin:0;line-height:1.125rem}.cmp-teaser--livechat:hover .cmp-teaser__image .cmp-image__image,.cmp-teaser--livechat:focus .cmp-teaser__image .cmp-image__image,.cmp-teaser--livecall:hover .cmp-teaser__image .cmp-image__image,.cmp-teaser--livecall:focus .cmp-teaser__image .cmp-image__image{-webkit-transform:translate(0%, 0%) scale(1.15);transform:translate(0%, 0%) scale(1.15);-webkit-transition:.5s;transition:.5s}.cmp-teaser .cmp-teaser__pretitle{font-weight:bold}.cmp-teaser .cmp-teaser__content{float:left}.cmp-teaser .cmp-teaser__title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;margin:.5em 0}.cmp-teaser .cmp-teaser__title-link{color:#313638}.cmp-teaser .cmp-teaser__title-link::after{content:none}.cmp-teaser .cmp-teaser__description{font-size:1rem;margin:0;line-height:1.75}.cmp-teaser .cmp-teaser__description p{line-height:1.75;font-size:1rem}.cmp-teaser .cmp-teaser__action-container{margin:1em 0;float:left}.cmp-teaser .cmp-teaser__action-link{font-size:.875rem;font-size:calculateRem(0.875rem);background-color:#fff;text-transform:uppercase;padding:1em 2.5em;font-weight:700;color:#313638;float:left}.cmp-teaser--primary-btn .cmp-teaser__action-link{font-size:.875rem;font-size:calculateRem(0.875rem);float:none;text-transform:none;padding-top:unset;padding-bottom:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-teaser--secondary-btn .cmp-teaser__action-link{font-size:.875rem;font-size:calculateRem(0.875rem);float:none;text-transform:none;padding-top:unset;padding-bottom:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-text--perfectbeans-blue-text{width:16%;position:absolute;top:30%;left:48%;height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}@media(min-width: 600px){.cmp-text--perfectbeans-blue-text{top:35%}}@media(min-width: 768px){.cmp-text--perfectbeans-blue-text{-webkit-transform:translate(-63%);transform:translate(-63%);top:30%}}@media(min-width: 992px){.cmp-text--perfectbeans-blue-text{width:1%;top:52%;left:50%;height:100%;-webkit-transform:translateX(-50px);transform:translateX(-50px)}}@media(min-width: 1200px){.cmp-text--perfectbeans-blue-text{left:48%;top:48%;-webkit-transform:translateX(-26px);transform:translateX(-26px)}}@media(min-width: 1440px){.cmp-text--perfectbeans-blue-text{left:50%;top:52%;-webkit-transform:translateX(-54px);transform:translateX(-54px);margin-left:-0.5%}}.cmp-text--perfectbeans-blue-text .cmp-text p{font-weight:700;font-family:"Archer-Ssm",sans-serif;letter-spacing:-0.5px;color:#2b2b2d;font-size:1.5rem;text-align:center}@media(min-width: 768px){.cmp-text--perfectbeans-blue-text .cmp-text p{font-size:2.5rem}}@media(min-width: 1200px){.cmp-text--perfectbeans-blue-text .cmp-text p{font-size:3rem}}.cmp-text--dark-link-text a{font-weight:500;text-decoration:underline}.cmp-text--livechat .cmp-text p{font-size:.75rem;font-family:"Archer-Ssm",sans-serif;color:#212121;letter-spacing:-0.5px;line-height:1.125rem;margin:4rem 0 0}@media(min-width: 768px){.cmp-text--livechat .cmp-text p{font-size:1rem}}@media(min-width: 992px){.cmp-text--livechat .cmp-text p{font-size:1.125rem}}.modal-open{overflow:hidden}.page .cmp-container--order-help,.page .cmp-container--order-help-discovery{width:100%;height:100%;position:fixed;z-index:99999;left:0;top:0;visibility:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;background-color:rgba(0,0,0,.65);overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page .cmp-container--order-help .cmp-container,.page .cmp-container--order-help-discovery .cmp-container{margin-top:0;background-color:#fff;background-clip:padding-box;border-radius:0;padding-bottom:1.25rem;width:auto;max-width:100%;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(min-width: 576px){.page .cmp-container--order-help .cmp-container,.page .cmp-container--order-help-discovery .cmp-container{border-radius:0;width:100%;max-width:540px}}.page .cmp-container--order-help .cmp-container .cmp-text--order-help-heading p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-heading p{padding-top:.3125rem;padding-bottom:1.25rem;border-bottom:.9375rem;color:#2b2b2d;text-align:center;width:auto;margin:.9375rem 0;border-bottom:1px solid #ccc}@media(min-width: 576px){.page .cmp-container--order-help .cmp-container .cmp-text--order-help-heading p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-heading p{margin:.9375rem -80px}}.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title{width:30% !important;-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;padding:.625rem 0}.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p{font-size:1rem;font-weight:700;margin:0}.page .cmp-container--order-help .cmp-container .cmp-text--order-help-description,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-description{width:70% !important;-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;display:table-cell;list-style:none;margin:0;padding:.625rem 0;color:#202020}.page .cmp-container--order-help .cmp-container .cmp-text--order-help-description p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-description p{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:24px;margin:0}.page .cmp-container--order-help .cmp-container hr.cmp-separator__horizontal-rule,.page .cmp-container--order-help-discovery .cmp-container hr.cmp-separator__horizontal-rule{height:1px;border:0;background-color:#ccc}.page .cmp-container--order-help .cmp-container .cmp-btn--order-help-close,.page .cmp-container--order-help-discovery .cmp-container .cmp-btn--order-help-close{position:absolute;width:40px !important;height:40px;display:block;top:10px;right:-4px;cursor:pointer;opacity:1}@media(min-width: 576px){.page .cmp-container--order-help .cmp-container .cmp-btn--order-help-close,.page .cmp-container--order-help-discovery .cmp-container .cmp-btn--order-help-close{right:-70px}}.page .cmp-container--order-help .cmp-container .cmp-btn--order-help-close button,.page .cmp-container--order-help-discovery .cmp-container .cmp-btn--order-help-close button{position:relative;width:40px;height:40px;padding:0;border:0;background:#fff;border-radius:4px;cursor:pointer}.page .cmp-container--order-help .cmp-container .cmp-btn--order-help-close button::before,.page .cmp-container--order-help .cmp-container .cmp-btn--order-help-close button::after,.page .cmp-container--order-help-discovery .cmp-container .cmp-btn--order-help-close button::before,.page .cmp-container--order-help-discovery .cmp-container .cmp-btn--order-help-close button::after{content:"";position:absolute;display:block;height:2px;margin-top:-1px;top:50%;left:.625rem;right:.625rem;background:#2b2b2d}.page .cmp-container--order-help .cmp-container .cmp-btn--order-help-close button::before,.page .cmp-container--order-help-discovery .cmp-container .cmp-btn--order-help-close button::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.page .cmp-container--order-help .cmp-container .cmp-btn--order-help-close button::after,.page .cmp-container--order-help-discovery .cmp-container .cmp-btn--order-help-close button::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.page .cmp-container--order-help .cmp-container .aem-Grid,.page .cmp-container--order-help-discovery .cmp-container .aem-Grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;width:auto;margin:0 .9375rem}@media(min-width: 576px){.page .cmp-container--order-help .cmp-container .aem-Grid,.page .cmp-container--order-help-discovery .cmp-container .aem-Grid{margin:0 80px}}.page .cmp-container--order-help.shown,.page .cmp-container--order-help-discovery.shown{visibility:visible;opacity:1}.page .cmp-container--order-help.shown .cmp-container,.page .cmp-container--order-help-discovery.shown .cmp-container{opacity:1}.guest-checkout{text-align:center;margin-top:.9375rem;padding:0 .9375rem}@media(min-width: 768px){.guest-checkout{margin-top:0}}.guest-checkout a{font-size:1.125rem;display:inline-block;color:#007584}@media(min-width: 768px){.guest-checkout a{font-size:1.5rem}}.guest-checkout.disabled{opacity:.5;pointer-events:none;cursor:not-allowed;color:rgba(148,152,155,.5)}.cmp-text-center-align{text-align:center}.text-bullet ul{list-style:disc;margin-left:1.875rem}.title{padding-top:40px}@media(min-width: 992px){.title{width:100%;padding-top:80px;padding-bottom:30px;margin:auto}}.title .cmp-title .cmp-title__text{letter-spacing:-0.5px;line-height:normal}.title .cmp-title h2.cmp-title__text{font-size:32px;font-size:calculateRem(32px);text-align:center;font-family:"Archer-Ssm",sans-serif;font-weight:bold;margin:0}@media(min-width: 768px){.title .cmp-title h2.cmp-title__text{font-size:40px;font-size:calculateRem(40px)}}.title .cmp-title h1.cmp-title__text{font-size:1.5rem;font-size:calculateRem(1.5rem);text-align:center;font-family:"Archer-Ssm",sans-serif;font-weight:700;margin:0}@media(min-width: 576px){.title .cmp-title h1.cmp-title__text{font-size:2.5rem;font-size:calculateRem(2.5rem)}}@media(min-width: 992px){.title .cmp-title h1.cmp-title__text{font-size:3rem;font-size:calculateRem(3rem)}}.title .cmp-title h6.cmp-title__text{font-size:1.125rem;font-size:calculateRem(1.125rem);font-weight:normal;text-transform:capitalize;line-height:1.125rem}.cmp-container--cart-buttons .title .cmp-title h1.cmp-title__text{font-size:1.5rem;font-size:calculateRem(1.5rem);text-align:center;font-family:"Archer-Ssm",sans-serif;font-weight:700;margin:0}@media(min-width: 576px){.cmp-container--cart-buttons .title .cmp-title h1.cmp-title__text{font-size:2.5rem;font-size:calculateRem(2.5rem)}}@media(min-width: 992px){.cmp-container--cart-buttons .title .cmp-title h1.cmp-title__text{font-size:3rem;font-size:calculateRem(3rem)}}.cmp-title--brown .cmp-title h2.cmp-title__text{color:#8e502b}.cmp-title--perfectbeans{padding-top:1.25rem}@media(min-width: 768px){.cmp-title--perfectbeans{padding-top:2.5rem}}@media(min-width: 992px){.cmp-title--perfectbeans{padding-top:5rem}}.cmp-title--perfectbeans .cmp-title{padding-bottom:1.875rem;color:#2b2b2d;letter-spacing:-0.5px;margin-bottom:20px;line-height:normal;font-family:"Archer-Ssm",sans-serif;text-align:center}@media(min-width: 992px){.cmp-title--perfectbeans .cmp-title{padding-bottom:6.25rem}}@media(min-width: 1200px){.cmp-title--perfectbeans .cmp-title{padding-bottom:0}}.cmp-title--perfectbeans .cmp-title h2{font-size:1.5rem;font-weight:700}@media(min-width: 768px){.cmp-title--perfectbeans .cmp-title h2{font-size:2.5rem}}@media(min-width: 992px){.cmp-title--perfectbeans .cmp-title h2{font-size:3rem}}.cmp-title--beanz-return .cmp-title{margin:.67em 0;margin-top:-0.625rem;margin-bottom:1.25rem}@media(min-width: 992px){.cmp-title--beanz-return .cmp-title{margin:0}}.cmp-title--beanz-return .cmp-title .cmp-title__text{font-size:1.5rem !important;font-weight:700;text-align:center;letter-spacing:-0.5px;color:#007584;margin-top:-0.625rem;line-height:normal;font-family:"Archer-Ssm",sans-serif;font-style:normal}@media(min-width: 768px){.cmp-title--beanz-return .cmp-title .cmp-title__text{font-size:2.5rem !important}}@media(min-width: 992px){.cmp-title--beanz-return .cmp-title .cmp-title__text{font-size:3rem !important}}.page-not-found-container{padding-bottom:30px}.page-not-found-container .title{padding-bottom:20px;padding-top:30px}.page-not-found-container .title .cmp-title h1.cmp-title__text{font-size:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.cmp__sitemap--root{margin:3.125rem auto;max-width:100%;padding:.9375rem}@media(min-width: 576px){.cmp__sitemap--root{max-width:560px}}@media(min-width: 768px){.cmp__sitemap--root{max-width:720px}}@media(min-width: 992px){.cmp__sitemap--root{max-width:960px}}@media(min-width: 1200px){.cmp__sitemap--root{max-width:1140px}}.cmp__sitemap--root .cmp-text__sitemap--header{color:#221f20;margin-bottom:.9375rem;text-align:center;display:block;line-height:56px}.cmp__sitemap--root .cmp-container__sitemap-row{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media(min-width: 768px){.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(min-width: 992px){.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column{-webkit-box-flex:1;-ms-flex:1;flex:1}}.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column .cmp-text__sitemap-item-title{margin-top:1.25rem;color:#221f20;margin-bottom:1.25rem;display:block}.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column .cmp-container__sitemap-ul .cmp-container__sitemap-li{padding-left:.9375rem;list-style:none;line-height:1.5rem}.cmp__sitemap--root .cmp-container__sitemap-row .cmp-container__sitemap-column .cmp-container__sitemap-ul .cmp-container__sitemap-li .cmp-text__sitemap-item-a{color:#c95100;line-height:28px}.custom-breadcrumb__root{padding:.9375rem;display:inline-block;list-style-type:none}.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li{display:inline-block;vertical-align:middle}.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li .cmp-text__custom-breadcrumb-item--a{color:#221f20}.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li:not(:last-child)::after{color:#221f20;vertical-align:middle;content:"/"}.custom-breadcrumb__root .cmp-container__custom-breadcrumb-li.active{color:#221f20}.c-stepper-wrapper{--circle-size: 40px;--circle-size-mobile: 30px;--spacing: 20px;--spacing-mobile: 10px;max-width:1000px;margin:1.875rem auto 0;font-family:"Helvetica-Neue",sans-serif}.c-stepper-wrapper .c-stepper{display:-webkit-box;display:-ms-flexbox;display:flex}.c-stepper-wrapper .c-stepper__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.c-stepper-wrapper .c-stepper__item .step_circle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:var(--circle-size-mobile);height:var(--circle-size-mobile);border-radius:50%;background-color:#fff;border:solid 2px #221f20;margin:0 auto .9375rem;color:#221f20;font-size:.875rem}@media(min-width: 768px){.c-stepper-wrapper .c-stepper__item .step_circle{width:var(--circle-size);height:var(--circle-size);font-size:1.25rem}}.c-stepper-wrapper .c-stepper__item .active{color:#221f20}.c-stepper-wrapper .c-stepper__item .active::before{width:16px;height:14px;background-repeat:no-repeat;background-size:14px;background-position:center center;content:""}.c-stepper-wrapper .c-stepper__item .current{background-color:#c95100;border-color:#c95100;color:#fff}.c-stepper-wrapper .c-stepper__item .current_title{font-weight:700}.c-stepper-wrapper .c-stepper__item .c-stepper__title{font-size:.625rem;color:#221f20;margin-bottom:.625rem}@media(min-width: 768px){.c-stepper-wrapper .c-stepper__item .c-stepper__title{font-size:1.125rem}}.c-stepper-wrapper .c-stepper__item:not(:last-child)::after{content:"";position:relative;top:calc(var(--circle-size)/2);width:calc(100% - var(--circle-size) - var(--spacing-mobile)*2);left:calc(50% + var(--circle-size)/2 + var(--spacing-mobile));height:1px;background-color:#b9b0ab;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media(min-width: 768px){.c-stepper-wrapper .c-stepper__item:not(:last-child)::after{width:calc(100% - var(--circle-size) - var(--spacing)*2);left:calc(50% + var(--circle-size)/2 + var(--spacing))}}.cmp-container--beanz-signup .cmp-container .button{max-width:100% !important;width:100% !important}@media(min-width: 768px){.cmp-container--beanz-signup .cmp-container .button{margin-left:1% !important;position:absolute;right:15px;top:38px;max-width:41.6666666667% !important}}@media(min-width: 992px){.cmp-container--beanz-signup .cmp-container .button{margin-left:1% !important;max-width:16.666666666% !important;position:unset;top:auto;right:auto}}.cmp-container--beanz-signup .cmp-container .button .cmp-form-button{border-radius:4px;background-color:#007584;color:#fff;border:0;width:100%;padding:9.5px 7px}.cmp-container--beanz-signup>.cmp-container{background-color:#faf7f5;padding:45px 0;margin:-16px -20px 15px}.cmp-container--beanz-signup>.cmp-container>.container{display:block;max-width:1400px;width:auto;margin:0 auto;padding-left:15px;padding-right:15px;position:relative}.cmp-container--beanz-signup>.cmp-container>.container .cmp-form .title{width:100% !important;padding:0 15px 0 0}@media(min-width: 992px){.cmp-container--beanz-signup>.cmp-container>.container .cmp-form .title{max-width:43.6666666667% !important}}@media(max-width: 1199.98px){.cmp-container--beanz-signup>.cmp-container>.container .cmp-form .title{margin-top:15px}}@media(max-width: 991.98px){.cmp-container--beanz-signup>.cmp-container>.container .cmp-form .title{margin-top:0}}.cmp-container--beanz-signup>.cmp-container>.container .cmp-form .title .cmp-title__text{margin:0;font-family:"Archer-Ssm",sans-serif;font-size:1.5rem;font-weight:700;line-height:inherit;letter-spacing:normal;color:#2b2b2d;padding-top:1px;text-align:left}@media(min-width: 1200px){.cmp-container--beanz-signup>.cmp-container>.container .cmp-form .title .cmp-title__text{font-size:2.5rem}}.cmp-container--beanz-signup .cmp-form-text--beanz-signup{margin-left:0% !important;max-width:100% !important;width:100%;font-size:1.5rem;margin-bottom:20px}@media(max-width: 991.98px){.cmp-container--beanz-signup .cmp-form-text--beanz-signup{max-width:100% !important;width:100% !important;margin-left:0% !important}}@media(min-width: 768px){.cmp-container--beanz-signup .cmp-form-text--beanz-signup{max-width:55.3333333333% !important;width:55.3333333333% !important;margin-left:0% !important}}@media(min-width: 992px){.cmp-container--beanz-signup .cmp-form-text--beanz-signup{font-size:1rem;max-width:25.333% !important;width:25.333%;margin-left:13% !important}}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text{position:relative;overflow:hidden}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text.is-completed label{font-size:.75rem;-webkit-transform:translateY(-9px);transform:translateY(-9px)}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text label{font-family:"Helvetica-Neue",sans-serif;display:block;font-weight:500;position:absolute;top:0;left:0;margin:0;padding:18px 12px 0 0;-webkit-transition:all .4s;transition:all .4s;width:100%;color:#707070;font-size:1.75rem;-webkit-transform:translateY(7px);transform:translateY(7px);-webkit-transition:all .5s;transition:all .5s}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input{font-family:"Helvetica-Neue",sans-serif;display:block;outline:none;-webkit-box-shadow:none;box-shadow:none;border:solid #a3a3a3;border-width:0 0 1px;font-size:1rem;font-weight:500;padding:15px 12px 0 0;margin-top:11px;line-height:1.5rem;letter-spacing:-0.5px;color:#2b2b2d;background-color:rgba(0,0,0,0);max-width:330px;width:100%;max-width:100%}@media(min-width: 768px){.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input{max-width:330px}}@media screen and (max-width: 991px)and (min-width: 768px){.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input{max-width:100%}}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input::input-placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input::-webkit-input-placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input::-moz-placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input:-ms-input-placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input::-ms-input-placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input::placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input:input-placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .cmp-form-text input:placeholder{opacity:0}.cmp-container--beanz-signup .cmp-form-text--beanz-signup .signupRequired{font-family:"Helvetica-Neue",sans-serif;color:#c0123f}.cmp-container--beanz-signup .text .cmp-text p{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:normal;color:#2b2b2d;margin:.9375rem 0 0;padding-left:0}@media(min-width: 768px){.cmp-container--beanz-signup .text .cmp-text p{margin:0}}.cmp-container--beanz-signup .text .cmp-text p a{color:#007584;text-decoration:underline}.cmp-container--beanz-signup .container .container .cmp-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25rem}.cmp-container--beanz-signup .container .container .cmp-container .text{width:auto !important;-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-container--beanz-signup .container .container .cmp-container .checkbox{width:auto !important;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.3125rem}.cmp-container--beanz-signup .container .container .cmp-container .checkbox .form_field_checkbox{width:15px;height:15px;margin-top:.125rem}.cmp-container--beanz-signup .container .red-color{color:#df0909;padding-top:.3125rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.page .cmp-container--signup-success,.page .cmp-container--signup-failure{width:100%;height:100%;position:fixed;z-index:99999;left:0;top:0;visibility:hidden;opacity:0;text-align:center;-webkit-transition:opacity .5s;transition:opacity .5s;background-color:rgba(0,0,0,.65);overflow-y:auto}.page .cmp-container--signup-success .cmp-container,.page .cmp-container--signup-failure .cmp-container{margin-top:0;position:absolute;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.65);border-radius:.3rem;width:auto;max-width:100%;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);left:.9375rem;right:.9375rem;top:50%;opacity:0}@media(min-width: 576px){.page .cmp-container--signup-success .cmp-container,.page .cmp-container--signup-failure .cmp-container{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:auto;max-width:570px;padding:15px;max-height:80vh;overflow-y:auto}}.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p{font-size:2rem;font-family:"Archer-Ssm",sans-serif;font-weight:700 !important;text-align:center;color:#8e502b;width:auto;margin-bottom:32px;margin-top:65px}@media(min-width: 375px){.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p{margin-top:32px}}.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p{color:#202020;margin-bottom:32px}.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-btn,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-btn{padding:.9375rem}@media(min-width: 576px){.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-btn,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-btn{padding:0}}.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-btn button,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-btn button{padding:12px;margin:0 0 1.25rem;width:100%}@media(min-width: 576px){.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-btn button,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-btn button{min-width:18.75rem;margin:.9375rem 1.25rem 1.875rem;width:auto}}.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-icon-btn,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-icon-btn{position:absolute;width:40px;height:40px;right:.625rem;top:.625rem}.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-icon-btn button,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-icon-btn button{position:relative;width:40px;height:40px;padding:0;border:0;background:#ccc;border-radius:4px;cursor:pointer}.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-icon-btn button::before,.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-icon-btn button::after,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-icon-btn button::before,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-icon-btn button::after{content:"";position:absolute;display:block;height:2px;margin-top:-1px;top:50%;left:.625rem;right:.625rem;background:#fff}.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-icon-btn button::before,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-icon-btn button::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.page .cmp-container--signup-success .cmp-container .cmp-btn--popup-close-icon-btn button::after,.page .cmp-container--signup-failure .cmp-container .cmp-btn--popup-close-icon-btn button::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.page .cmp-container--signup-success.shown,.page .cmp-container--signup-failure.shown{visibility:visible;opacity:1}.page .cmp-container--signup-success.shown .cmp-container,.page .cmp-container--signup-failure.shown .cmp-container{opacity:1}.productFullDetail__root{max-width:1400px;width:100%;margin:0 auto;padding:0}@media(min-width: 1024px){.productFullDetail__root .productFullDetail__productName{font-size:2.5rem;font-weight:700;line-height:1.125rem}}@media(min-width: 1024px){.productFullDetail__root .productFullDetail__cartActions{border-bottom-width:0}}@media(min-width: 1024px){.productFullDetail__root .tile__root{height:2rem;min-width:2rem;padding:0 .625rem}}.productFullDetail__root .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.productFullDetail__root .row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.productFullDetail__root .row .productFullDetail__imageCarousel{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;width:100%;margin-top:1.25rem}@media(min-width: 768px){.productFullDetail__root .row .productFullDetail__imageCarousel{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:50%;margin-top:0}}@media(min-width: 1024px){.productFullDetail__root .row .productFullDetail__imageCarousel .productFullDetail__imageCarousel{margin:0;max-width:800px;padding:1.5625rem 0}}.productFullDetail__root .row .productFullDetail__imageCarousel .carousel__currentImage{margin:auto;display:block;max-height:300px;max-width:300px;width:100%;margin-right:auto}@media(min-width: 768px){.productFullDetail__root .row .productFullDetail__imageCarousel .carousel__currentImage{max-height:640px;max-width:640px}}.productFullDetail__root .row .light-brown-background{max-width:100%;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;background-color:#faf7f5;margin:1.875rem 0 .9375rem;padding:0 .9375rem}@media(min-width: 768px){.productFullDetail__root .row .light-brown-background{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin:0}}.productFullDetail__root .row .light-brown-background .readmore{color:#007584;display:block;width:100%;margin:.3125rem 0 1.875rem;text-decoration:underline}.productFullDetail__root .input-info{color:#2b2b2d;font-size:.875rem;margin:.3125rem 0 0;font-family:"Helvetica-Neue",sans-serif;clear:both;padding-top:.3125rem}.productFullDetail__root .input-info.color-gray{color:#2b2b2d}.productFullDetail__root .input-info-secondary{font-family:"Helvetica-Neue",sans-serif;font-size:1.25rem;width:30px;height:30px;border-radius:100%;cursor:pointer;text-align:center;background-color:#dcd4cd;color:#2b2b2d;font-weight:500;position:absolute;right:0;top:-2.1875rem;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1200px){.productFullDetail__root .input-info-secondary{right:-2.5rem;top:50%;margin-top:-1.5625rem}}@media(min-width: 1200px){.productFullDetail__root .input-info-secondary{margin-top:-1.875rem}}.productFullDetail__root .subscriptionTemplate .input-info-secondary{margin-top:1.5625rem}@media(min-width: 1200px){.productFullDetail__root .subscriptionTemplate .input-info-secondary{margin-top:-1.5625rem}}.productFullDetail__root .discoveryTemplate .input-info-secondary{margin-top:0}@media(min-width: 1200px){.productFullDetail__root .discoveryTemplate .input-info-secondary{margin-top:-0.9375rem}}.productFullDetail__root .drop-down{position:relative;font-family:"Helvetica-Neue",sans-serif}.productFullDetail__root .drop-down .selected{width:100%}.productFullDetail__root .drop-down .selected .selectedOption{font-family:"Helvetica-Neue",sans-serif;border-radius:4px;cursor:pointer;border:solid 1px #221f20;background-color:#fff;letter-spacing:-0.5px;color:#2b2b2d;padding:.625rem;font-size:.875rem;line-height:24px;position:relative;height:50px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 992px){.productFullDetail__root .drop-down .selected .selectedOption{font-size:1rem}}.productFullDetail__root .drop-down .selected .selectedOption::after{position:absolute;content:"";width:18px;height:10px;background-position:center;background-repeat:no-repeat;background-size:cover;top:21px;right:18px;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.productFullDetail__root .drop-down.multi-item.float-left{float:left;width:73%}.productFullDetail__root .drop-down.single-item.float-right{float:right;width:23%}.productFullDetail__root .drop-down.show-dropdown .selected .selectedOption::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.productFullDetail__root .drop-down .options ul{display:none;background-color:#fff;top:0;margin:0;width:100%;z-index:99;border-radius:4px;list-style:none;padding:.625rem 0;position:absolute;left:0;border:1px solid #313638}.productFullDetail__root .drop-down .options .selectedOption{letter-spacing:-0.5px;font-size:.875rem;cursor:pointer;width:100%;margin:0;border:0;background:rgba(0,0,0,0);padding:.3125rem .625rem;height:auto;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.productFullDetail__root .drop-down .options .selectedOption:hover{background-color:#fff;font-weight:700}.productFullDetail__root .drop-down .options .selectedOption.tile__root_selected{background-color:#dcd4cd;font-weight:700}.productFullDetail__root .drop-down .button-option .button-option-list{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:0;position:static;background-color:rgba(0,0,0,0)}.productFullDetail__root .drop-down .button-option .button-option-list.single-item .selectedOption{max-width:155px;color:#2b2b2d !important;background-color:#d0d0d0 !important;border-color:#d0d0d0 !important;cursor:not-allowed}.productFullDetail__root .drop-down .button-option .selectedOption{font-size:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;line-height:24px;border:1px solid #221f20;border-right:0;-ms-flex:1 1;flex:1 1;background-color:#fff;color:#221f20;min-height:64px;-webkit-transition:all .25s linear;transition:all .25s linear;cursor:pointer;padding:0}@media(min-width: 992px){.productFullDetail__root .drop-down .button-option .selectedOption{font-size:1rem}}.productFullDetail__root .drop-down .button-option .selectedOption:first-child{border-start-start-radius:4px;border-bottom-left-radius:4px}.productFullDetail__root .drop-down .button-option .selectedOption:last-child{border-end-end-radius:4px;border-top-right-radius:4px;border-right:1px solid #2b2b2d}.productFullDetail__root .drop-down .button-option .selectedOption:not(.hidden){border-start-start-radius:4px;border-bottom-left-radius:4px}.productFullDetail__root .drop-down .button-option .selectedOption:not(.hidden)~.selectedOption{border-start-start-radius:0;border-bottom-left-radius:0}.productFullDetail__root .drop-down .button-option .selectedOption:hover{font-weight:700}.productFullDetail__root .drop-down .button-option .selectedOption.tile__root_selected{background-color:#dcd4cd;font-weight:700;color:#221f20}.productFullDetail__root .drop-down .button-option .selectedOption.selectedOption[data-subscriptionname=Just_one_time]{border-right:1px solid;border-radius:8px;white-space:nowrap;margin:0}@media(min-width: 768px){.productFullDetail__root .drop-down .button-option .selectedOption.selectedOption[data-subscriptionname=Just_one_time]{margin-right:.625rem;white-space:none}}.productFullDetail__root .drop-down .button-option .selectedOption.selectedOption[data-subscriptionname=Just_one_time]+.selectedOption{border-start-start-radius:8px;border-bottom-left-radius:8px}.productFullDetail__root .drop-down .selected span.value,.productFullDetail__root .drop-down .options span.value{display:none}.productFullDetail__root .productfullDetail__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-top:1.5625rem;margin-bottom:1.25rem}@media(min-width: 992px){.productFullDetail__root .productfullDetail__heading{margin-bottom:1.25rem;padding-top:2.5rem}}.productFullDetail__root .productFullDetail__roasterNotes--row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.productFullDetail__root .productFullDetail__roasterNotes--col{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media(min-width: 768px){.productFullDetail__root .productFullDetail__roasterNotes--col{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.productFullDetail__root .productFullDetail__roasterNotes{margin:auto;max-width:100%;margin:auto;padding:0;margin-bottom:.625rem}@media(min-width: 768px){.productFullDetail__root .productFullDetail__roasterNotes{margin-bottom:2.5rem}}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.25rem 0}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;margin-right:.625rem}@media(min-width: 992px){.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-img{width:60px;margin-right:1.25rem}}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__roaster--media .productFullDetail__roaster--media-body .productFullDetail__roaster--label{margin-bottom:.3125rem}.productFullDetail__root .productFullDetail__roasterNotes .roasterLogo{border-radius:100%;vertical-align:middle;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 .9375rem 0 0;background-color:#fff}@media(min-width: 992px){.productFullDetail__root .productFullDetail__roasterNotes .roasterLogo{margin:0 1.25rem 0 0}}.productFullDetail__root .productFullDetail__roasterNotes .roasterLogo .rounded-circle{max-width:50px;width:100%;height:auto;-ms-flex-item-align:start;align-self:flex-start;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.productFullDetail__root .productFullDetail__roasterNotes .roasterLogo .rounded-circle{max-width:60px}}@media(min-width: 992px){.productFullDetail__root .productFullDetail__roasterNotes .roasterLogo .rounded-circle{max-width:80px}}.productFullDetail__root .productFullDetail__roasterNotes .roasterNotesTitle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__notes{font-family:"Helvetica-Neue",sans-serif}.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__notes .productFullDetail__content--a{margin-top:.625rem;display:block;font-size:.875rem}@media(min-width: 992px){.productFullDetail__root .productFullDetail__roasterNotes .productFullDetail__notes .productFullDetail__content--a{font-size:1rem;margin-top:.9375rem}}.productFullDetail__root .productFullDetail__roasterNotes--contrnt-box{padding-right:0}@media(min-width: 768px){.productFullDetail__root .productFullDetail__roasterNotes--contrnt-box{padding-right:2.5rem}}.productFullDetail__root .productFullDetail__roasterNotes--feature-container{padding:1.25rem 0}.productFullDetail__root .productFullDetail__roasterNotes--feature-container .productFullDetail__roasterNotes--col{-webkit-box-flex:0 !important;-ms-flex:0 0 50% !important;flex:0 0 50% !important;max-width:50% !important}.productFullDetail__root .select__wrapper{display:inline-grid;grid-auto-flow:column;grid-template-areas:"input icon";grid-template-columns:auto 2.25rem;height:2.25rem}.productFullDetail__root .select__input{border-radius:4px;cursor:pointer;border:solid 1px #007584;background-color:#f5eae6;letter-spacing:-0.5px;color:#2b2b2d;padding:.9375rem .625rem;width:100%;font-size:1.125rem;height:50px}.productFullDetail__root .quantity__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:75%;padding-right:0}.productFullDetail__root .priceinfo{margin-bottom:1.25rem;margin:.3125rem 0 0 0;padding:0}@media(min-width: 768px){.productFullDetail__root .priceinfo{padding:0 3.125rem 0 0}}@media(min-width: 1200px){.productFullDetail__root .priceinfo{padding:0 70px 0 0}}.productFullDetail__root .priceinfo p{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;color:#2b2b2d;font-weight:400;padding-left:0}@media(min-width: 1200px){.productFullDetail__root .priceinfo p{padding-left:2.5rem}}.productFullDetail__root .richText__root{font-size:.875rem;line-height:2rem;font-weight:500;padding:0}@media(min-width: 768px){.productFullDetail__root .richText__root{font-size:1rem}}.productFullDetail__root .richText__root p{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:400;line-height:24px;margin:0 0 .9375rem;color:#2b2b2d}@media(min-width: 768px){.productFullDetail__root .richText__root p{font-size:1rem}}.productFullDetail__root .richText__root ul{list-style-type:disc;margin:0 0 .9375rem;padding-left:2.5rem}.productFullDetail__root .option__root{margin:0;padding:0;display:block}.productFullDetail__root .option__title{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;width:100%;font-family:"Helvetica-Neue",sans-serif;color:#2b2b2d;font-weight:700;margin:0;padding-left:0;padding-bottom:.3125rem;font-size:.875rem}@media(min-width: 1200px){.productFullDetail__root .option__title{padding-left:2.5rem}}@media(min-width: 1200px){.productFullDetail__root .option__title.option__title--frequency{min-height:70px}}.productFullDetail__root .productFullDetail__section .required{color:#c0123f}.productFullDetail__root .productFullDetail__sectionTitle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1rem;font-weight:700;line-height:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.5625rem;text-align:center}.productFullDetail__root .productFullDetail__customizeBundle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:cart;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.productFullDetail__root .productFullDetail__title,.productFullDetail__root .productFullDetail__unitPricing,.productFullDetail__root .productFullDetail__category{line-height:1.5rem}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__title,.productFullDetail__root .productFullDetail__unitPricing,.productFullDetail__root .productFullDetail__category{padding-left:2.5rem;padding-right:2.5rem}}.productFullDetail__root .productFullDetail__title{padding-top:.625rem;padding-bottom:.9375rem}@media(min-width: 992px){.productFullDetail__root .productFullDetail__title{padding-top:.9375rem}}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__title{padding-top:1.25rem}}.productFullDetail__root .productFullDetail__category{padding-top:.3125rem;padding-bottom:.9375rem}@media(min-width: 992px){.productFullDetail__root .productFullDetail__category{padding-top:.3125rem;padding-bottom:.9375rem}}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__category{padding-top:.625rem}}.productFullDetail__root .productFullDetail__productName{font-size:40px;line-height:56px;font-weight:400;font-family:"Archer-Ssm",sans-serif;margin-bottom:0;margin-top:.625rem}.productFullDetail__root .productFullDetail__productName .cmp-producttile__title{font-size:40px;line-height:56px;font-weight:400;font-family:"Archer-Ssm",sans-serif}.productFullDetail__root .productFullDetail__tagLine{padding:0;margin:0 .625rem .9375rem;margin-bottom:20px;margin-left:0}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__tagLine{padding:0 1.875rem;margin:0;margin-bottom:30px}}.productFullDetail__root .productFullDetail__tagLine .productFullDetail__tagLine--span{padding:0;margin:.3125rem 0;display:inline-block;font-size:.875rem;margin-right:0 !important;padding-left:.625rem;border-left:1px solid #d0d0d0}@media(min-width: 992px){.productFullDetail__root .productFullDetail__tagLine .productFullDetail__tagLine--span{font-size:1rem}}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__tagLine .productFullDetail__tagLine--span{margin:0 .625rem}}.productFullDetail__root .productFullDetail__tagLine .productFullDetail__tagLine--span:nth-child(1){border-left:0 !important;padding-left:0 !important}.productFullDetail__root .productFullDetail__title .price{text-align:right}.productFullDetail__root .fieldIcons__after{display:none}@media(min-width: 992px){.productFullDetail__root .productFullDetail__price{padding-right:70px}}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__price{padding-left:0}}.productFullDetail__root .productFullDetail__price .priceLoadingSpinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.625rem}.productFullDetail__root .price{display:block;font-family:"Helvetica-Neue",sans-serif;color:#2b2b2d;font-size:28px;line-height:32px;font-weight:700;letter-spacing:-0.5px;margin-top:0;padding-left:0;line-height:initial}@media(min-width: 1200px){.productFullDetail__root .price{padding-left:2.5rem}}.productFullDetail__root .price .regularPrice{text-decoration:line-through;font-size:.875rem}.productFullDetail__root .price .discountedPrice{font-weight:700;color:#007378;font-size:1.125rem}.productFullDetail__root .price .you-save{font-size:.875rem;color:#000}.productFullDetail__root .price .you-save::before{display:block;content:" "}.productFullDetail__root .productFullDetail__options{grid-area:options;position:relative}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__options{padding-right:90px;padding-left:0}}.productFullDetail__root .productFullDetail__quantity{grid-area:quantity;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.3125rem 0;padding-right:3.125rem}@media(min-width: 768px){.productFullDetail__root .productFullDetail__quantity{padding-right:70px}}.productFullDetail__root .productFullDetail__quantity .message-root{margin:0}.productFullDetail__root .productFullDetail__quantityTitle{display:-webkit-box;display:-ms-flexbox;display:flex;width:25%;padding-left:.625rem}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__quantityTitle{padding-left:2.5rem}}.productFullDetail__root .productFullDetail__groupedProducts table{width:100%}.productFullDetail__root .productFullDetail__groupedProducts th,.productFullDetail__root td{padding:.9375rem}.productFullDetail__root .productFullDetail__groupedProducts th,.productFullDetail__root tr:nth-child(even){background-color:#f7f7f7}.productFullDetail__root .productFullDetail__groupedProducts .price{margin-top:.3125rem;font-weight:700}.productFullDetail__root .productFullDetail__bundleProduct .priceInfo{float:right}.productFullDetail__root .productFullDetail__bundleProduct .bundlePrice{font-weight:700}.productFullDetail__root .bundleProduct__quantityTitle{font-size:1rem;font-weight:700;line-height:1.5rem;margin:1.5625rem 0 .625rem}.productFullDetail__root .productFullDetail__bundleProduct select[multiple]{width:75%;height:unset}.productFullDetail__root .productFullDetail__bundleProduct .bundleOptionSelect__root{width:75%;display:box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.productFullDetail__root .productFullDetail__bundleProduct .option__quantity{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;margin:0;height:34px;text-align:center;width:54px;padding:1px .625rem}.productFullDetail__root .productFullDetail__bundleProduct .option__quantity::-webkit-outer-spin-button,.productFullDetail__root .productFullDetail__bundleProduct .option__quantity::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.productFullDetail__root .drop-down{width:100%}.productFullDetail__root .subscriptionTemplate .option__title{padding-left:0}.productFullDetail__root .productFullDetail__cartActions,.productFullDetail__root .productFullDetail__selectCoffee,.productFullDetail__root .productFullDetail__emptyInventory{padding:1.25rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:cart;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.625rem}@media(min-width: 768px){.productFullDetail__root .productFullDetail__cartActions,.productFullDetail__root .productFullDetail__selectCoffee,.productFullDetail__root .productFullDetail__emptyInventory{margin-bottom:1.25rem}}@media(min-width: 992px){.productFullDetail__root .productFullDetail__cartActions,.productFullDetail__root .productFullDetail__selectCoffee,.productFullDetail__root .productFullDetail__emptyInventory{padding:1.875rem 0;padding-right:90px}}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__cartActions,.productFullDetail__root .productFullDetail__selectCoffee,.productFullDetail__root .productFullDetail__emptyInventory{padding:1.875rem 0;padding-right:90px}}.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority{width:100%}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority{margin-left:2.5rem}}.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority:hover,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority:hover,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority:hover{background-color:#c95100;border-color:#c95100;-webkit-box-shadow:0 0 0 3px #c95100;box-shadow:0 0 0 3px #c95100}.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority .loadingSpinner,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority .loadingSpinner,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority .loadingSpinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;margin-top:-0.3125rem;vertical-align:middle;margin-left:-1.875rem}.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority.disabled,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority.disabled,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority.disabled{opacity:.5;pointer-events:none;cursor:no-drop}.productFullDetail__root .productFullDetail__emptyInventory{padding-top:0;margin-bottom:0}.productFullDetail__root .productFullDetail__emptyInventory .emptyInventory{padding:.9375rem 0;margin-bottom:.625rem}@media(min-width: 768px){.productFullDetail__root .productFullDetail__emptyInventory .emptyInventory{margin-bottom:2.5rem}}@media(min-width: 992px){.productFullDetail__root .productFullDetail__emptyInventory .emptyInventory{margin-bottom:3.125rem}}.productFullDetail__root .productFullDetail__description{color:#2b2b2d;font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:2rem;margin-bottom:.9375rem}@media(min-width: 1200px){.productFullDetail__root .productFullDetail__description{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width: 1024px){.productFullDetail__root .productFullDetail__description{-ms-flex-item-align:stretch;align-self:stretch;border-top-width:1px;margin:.3125rem 0 1.875rem}}.productFullDetail__root .productFullDetail__descriptionTitle{display:none}.productFullDetail__root .productFullDetail__roaster_notes .productFullDetail__content{color:#2b2b2d;font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:2rem;font-weight:500}@media(min-width: 992px){.productFullDetail__root .productFullDetail__roaster_notes .productFullDetail__content{font-size:1rem}}.productFullDetail__root .productFullDetail__details{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:1.25rem}.productFullDetail__root .productFullDetail__details .productFullDetail__detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-bottom:.9375rem}@media(min-width: 768px){.productFullDetail__root .productFullDetail__details .productFullDetail__detail{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:auto}}.productFullDetail__root .productFullDetail__details .productFullDetail__detail .productFullDetail__image{padding-bottom:1.5625rem}.productFullDetail__root .productFullDetail__details .productFullDetail__detail .productFullDetail__image img{max-width:100%;max-height:80px;max-width:80px}@media(min-width: 768px){.productFullDetail__root .productFullDetail__details .productFullDetail__detail .productFullDetail__image img{max-height:100%;max-width:100%}}.productFullDetail__root .productFullDetail__details .productFullDetail__detail .productFullDetail__content{color:#8e502b;font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;margin-top:0}@media(min-width: 768px){.productFullDetail__root .productFullDetail__details .productFullDetail__detail .productFullDetail__content{font-size:1.125rem}}.productFullDetail__root .tile__root{border:1px solid #212121;border-radius:2px;height:3rem;margin-left:.9375rem;margin-top:.9375rem;min-width:3rem;padding:0 .9375rem}.productFullDetail__root .swatch__root{background-color:dimgray;border-color:rgba(0,0,0,.1);color:#fff;padding:0}.productFullDetail__root .swatch__root_selected{background-image:linear-gradient(-45deg, rgba(0, 0, 0, 0.2), transparent)}.productFullDetail__root .tileList__root{display:block;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;position:relative;padding-right:0;padding-bottom:1.25rem;padding-left:0}@media(min-width: 1200px){.productFullDetail__root .tileList__root{padding-bottom:1.875rem;padding-left:2.5rem}}.productFullDetail__root .emptyInventory{background-color:#767676;letter-spacing:normal;width:210px;height:56px;text-align:center;color:#fff;font-size:1.25rem;margin:0 auto;padding:.9375rem 0;border-radius:8px;cursor:none}.change-coffee-popup .add-to-cart-popup--footer{display:block !important}@media(min-width: 576px){.change-coffee-popup .add-to-cart-popup--footer{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}.change-coffee-popup .add-to-cart-popup--footer .add-to-coffee-selection-popup-close,.change-coffee-popup .add-to-cart-popup--footer .change-coffee-select{margin-right:.3125rem !important;margin-left:.3125rem !important}.change-coffee-popup .add-to-cart-popup--footer .change-coffee-select{min-width:260px;position:relative;-webkit-box-orient:unset !important;-webkit-box-direction:unset !important;-ms-flex-direction:unset !important;flex-direction:unset !important}.change-coffee-popup .add-to-cart-popup--footer .change-coffee-select .change-coffee-select--label{display:-webkit-box;display:-ms-flexbox;display:flex}.change-coffee-popup .add-to-cart-popup--footer .change-coffee-select .loadingSpinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.625rem}.change-coffee-popup .add-to-cart-popup--footer .change-coffee-select.disabled{opacity:.5;pointer-events:none;cursor:no-drop}.product-unavailable-popup .add-to-cart-popup--footer{border-top:0 !important;display:block !important;margin-top:0 !important}@media(min-width: 576px){.product-unavailable-popup .add-to-cart-popup--footer{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}.product-unavailable-popup .add-to-cart-popup--footer .add-to-coffee-selection-popup-close,.product-unavailable-popup .add-to-cart-popup--footer .product-unavailable-select{margin-right:.3125rem !important;margin-left:.3125rem !important}.product-unavailable-popup .add-to-cart-popup--footer .product-unavailable-select{min-width:260px;position:relative;-webkit-box-orient:unset !important;-webkit-box-direction:unset !important;-ms-flex-direction:unset !important;flex-direction:unset !important}.product-unavailable-popup .add-to-cart-popup--footer .product-unavailable-select .product-unavailable-select--label{display:-webkit-box;display:-ms-flexbox;display:flex}.product-unavailable-popup .add-to-cart-popup--footer .product-unavailable-select .loadingSpinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.625rem}.product-unavailable-popup .add-to-cart-popup--footer .product-unavailable-select.disabled{opacity:.5;pointer-events:none;cursor:no-drop}.pageNotFound{text-align:center}.product-info__unit-price-wrapper .tooltip-style{color:#fff;background:#222;border:1px solid rgba(0,0,0,0);border-radius:3px;padding:8px 21px}.product-info__unit-price-wrapper .tooltip-wrapper .tooltip-element{cursor:pointer}.product-info__unit-price-wrapper .tooltip-style.place-top{margin-top:-10px}.product-info__unit-price-wrapper .tooltip-style.place-top::before{content:"";background-color:inherit;position:absolute;z-index:2;width:20px;height:12px}.product-info__unit-price-wrapper .tooltip-style.place-top::after{content:"";position:absolute;width:10px;height:10px;border-top-right-radius:0;border:1px solid rgba(0,0,0,0);background-color:#222;z-index:-2;bottom:-6px;left:50%;margin-left:-6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.product-info__unit-price-wrapper .tooltip-style.place-bottom{margin-top:10px}.product-info__unit-price-wrapper .tooltip-style.place-bottom::before{content:"";background-color:inherit;position:absolute;z-index:-1;width:18px;height:10px}.product-info__unit-price-wrapper .tooltip-style.place-bottom::after{content:"";position:absolute;width:10px;height:10px;border-top-right-radius:0;border:1px solid rgba(0,0,0,0);background-color:#222;z-index:-2;top:-6px;left:50%;margin-left:-6px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.product-info__unit-price-wrapper .tooltip-style.place-left{margin-left:-10px}.product-info__unit-price-wrapper .tooltip-style.place-left::before{content:"";background-color:inherit;position:absolute;z-index:-1;width:10px;height:18px}.product-info__unit-price-wrapper .tooltip-style.place-left::after{content:"";position:absolute;width:10px;height:10px;border-top-right-radius:0;border:1px solid rgba(0,0,0,0);background-color:#222;z-index:-2;right:-6px;top:50%;margin-top:-6px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.product-info__unit-price-wrapper .tooltip-style.place-right{margin-left:10px}.product-info__unit-price-wrapper .tooltip-style.place-right::before{content:"";background-color:inherit;position:absolute;z-index:-1;width:10px;height:18px}.product-info__unit-price-wrapper .tooltip-style.place-right::after{content:"";position:absolute;width:10px;height:10px;border-top-right-radius:0;border:1px solid rgba(0,0,0,0);background-color:#222;z-index:-2;left:-6px;top:50%;margin-top:-6px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.product-info__unit-price-wrapper .xps-default-tooltip{padding:12px !important;max-width:242px !important;opacity:1 !important;border-radius:4px !important;font-size:12px !important}.product-info__unit-price-wrapper .__react_component_tooltip{border-radius:3px;display:inline-block;font-size:13px;opacity:0;position:absolute;pointer-events:none;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;z-index:999}.cmp-container__gift{max-width:940px;padding:0 .9375rem;margin:auto !important;float:none !important}.cmp-container__gift .cmp-container__gift--subscription .title{width:100%;padding-top:1.25rem}.cmp-container__gift .cmp-container__gift--subscription .cmp-container:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--subscription .cmp-container:first-child{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.cmp-container__gift .cmp-container__gift--subscription .container{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--subscription .container{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.cmp-container__gift .cmp-container__gift--subscription .container .text:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--subscription .container .text:first-child{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}}.cmp-container__gift .cmp-container__gift--subscription .container .text:first-child .cmp-text{background-color:#007584;padding:.625rem 1.25rem;color:#fff;border-radius:20px;margin-right:.9375rem}.cmp-container__gift .cmp-container__gift--subscription .container .text:first-child .cmp-text p{line-height:.75rem}.cmp-container__gift .cmp-container__gift--subscription .container .text:nth-child(2){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--subscription .container .text:nth-child(2){-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}}.cmp-container__gift .cmp-container__gift--subscription .container .text:nth-child(2) .cmp-text{padding:.3125rem 0;color:#007584}.cmp-container__gift .cmp-container__gift--subscription .container .text:last-child .cmp-text{padding:.9375rem 0 0}.cmp-container__gift .cmp-container__gift--subscription .container .image{padding:0 .9375rem;margin:auto}.cmp-container__gift .cmp-container__gift--subscription .container .image .cmp-image__image{max-width:300px;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--subscription .container .image .cmp-image__image{max-width:350px}}.cmp-container__gift .cmp-container__gift--how-it-works{padding-bottom:2.5rem}.cmp-container__gift .cmp-container__gift--how-it-works .title{padding-top:1.875rem}.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container{-webkit-columns:1;-moz-columns:1;columns:1}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container{-webkit-columns:2;-moz-columns:2;columns:2}}.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container .cmp-container{padding:.625rem 0;display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container .cmp-container{padding:.9375rem}}.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container .cmp-container .image{width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:self-start;align-self:self-start;padding-top:.3125rem}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container .cmp-container .image{width:40px}}.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container .cmp-container .image .cmp-image__image{width:100%;-o-object-fit:contain;object-fit:contain}.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container .cmp-container .text{font-family:"Helvetica-Neue",sans-serif;line-height:24px;font-size:.875rem;font-weight:400;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:.625rem}@media(min-width: 768px){.cmp-container__gift .cmp-container__gift--how-it-works .cmp-container .container .cmp-container .container .cmp-container .text{font-size:1rem}}.modal-open{overflow:hidden}.page .add-to-cart-popup,.page .bundle-subscription-popup,.page .gift-popup,.page .change-coffee-popup,.page .product-unavailable-popup,.page .change-location-popup,.page .payment-popup{width:100%;height:100%;position:fixed;z-index:99998;right:0;left:0;top:0;bottom:0;visibility:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;background-color:rgba(0,0,0,.65);overflow-y:auto}.page .add-to-cart-popup .add-to-cart-popup--main-content,.page .add-to-cart-popup .payment-popup--main-content,.page .bundle-subscription-popup .add-to-cart-popup--main-content,.page .bundle-subscription-popup .payment-popup--main-content,.page .gift-popup .add-to-cart-popup--main-content,.page .gift-popup .payment-popup--main-content,.page .change-coffee-popup .add-to-cart-popup--main-content,.page .change-coffee-popup .payment-popup--main-content,.page .product-unavailable-popup .add-to-cart-popup--main-content,.page .product-unavailable-popup .payment-popup--main-content,.page .change-location-popup .add-to-cart-popup--main-content,.page .change-location-popup .payment-popup--main-content,.page .payment-popup .add-to-cart-popup--main-content,.page .payment-popup .payment-popup--main-content{position:relative;width:auto;margin:0;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page .add-to-cart-popup .add-to-cart-popup--container,.page .add-to-cart-popup .payment-popup--container,.page .bundle-subscription-popup .add-to-cart-popup--container,.page .bundle-subscription-popup .payment-popup--container,.page .gift-popup .add-to-cart-popup--container,.page .gift-popup .payment-popup--container,.page .change-coffee-popup .add-to-cart-popup--container,.page .change-coffee-popup .payment-popup--container,.page .product-unavailable-popup .add-to-cart-popup--container,.page .product-unavailable-popup .payment-popup--container,.page .change-location-popup .add-to-cart-popup--container,.page .change-location-popup .payment-popup--container,.page .payment-popup .add-to-cart-popup--container,.page .payment-popup .payment-popup--container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;border:1px solid rgba(0,0,0,.65);border-radius:0;padding:0 .3125rem;max-width:100%;opacity:0;margin:0}@media(min-width: 576px){.page .add-to-cart-popup .add-to-cart-popup--container,.page .add-to-cart-popup .payment-popup--container,.page .bundle-subscription-popup .add-to-cart-popup--container,.page .bundle-subscription-popup .payment-popup--container,.page .gift-popup .add-to-cart-popup--container,.page .gift-popup .payment-popup--container,.page .change-coffee-popup .add-to-cart-popup--container,.page .change-coffee-popup .payment-popup--container,.page .product-unavailable-popup .add-to-cart-popup--container,.page .product-unavailable-popup .payment-popup--container,.page .change-location-popup .add-to-cart-popup--container,.page .change-location-popup .payment-popup--container,.page .payment-popup .add-to-cart-popup--container,.page .payment-popup .payment-popup--container{max-width:540px;margin:.625rem}}.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--content,.page .add-to-cart-popup .payment-popup--container .payment-popup--content,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--content,.page .bundle-subscription-popup .payment-popup--container .payment-popup--content,.page .gift-popup .add-to-cart-popup--container .payment-popup--content,.page .gift-popup .payment-popup--container .payment-popup--content,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--content,.page .change-coffee-popup .payment-popup--container .payment-popup--content,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--content,.page .product-unavailable-popup .payment-popup--container .payment-popup--content,.page .change-location-popup .add-to-cart-popup--container .payment-popup--content,.page .change-location-popup .payment-popup--container .payment-popup--content,.page .payment-popup .add-to-cart-popup--container .payment-popup--content,.page .payment-popup .payment-popup--container .payment-popup--content{padding:.625rem}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content,.page .gift-popup .payment-popup--container .add-to-cart-popup--content,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content,.page .payment-popup .payment-popup--container .add-to-cart-popup--content{text-align:center}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image{max-width:100%;margin:auto;max-height:240px;display:table}@media(min-width: 576px){.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--image{max-height:300px}}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span{font-size:.75rem;text-transform:capitalize;display:inline-block;color:#221f20;padding:0 .3125rem;position:relative;font-weight:700}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span+span::before{content:"";position:absolute;background-color:#221f20;width:1px;top:3px;bottom:3px;left:-1px}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--title{font-family:"Archer-Ssm",sans-serif;font-size:1.5rem;font-weight:700;color:#2b2b2d;line-height:1.5rem;letter-spacing:-0.5px;text-align:center;margin-top:.3125rem;margin-bottom:.3125rem}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span{font-size:.75rem;display:inline-block;color:dimgray;text-transform:uppercase;padding:0 5px;position:relative;font-weight:700}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span+span::before{content:"";position:absolute;background-color:#313638;width:1px;top:3px;bottom:3px;left:-1px}.page .add-to-cart-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .add-to-cart-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .payment-popup--container .cmp-text--add-to-cart-heading{font-size:1.5rem;padding-top:1.25rem;border-bottom:0;color:#221f20;text-align:center;margin:auto;width:80%;margin-bottom:1.25rem}@media(min-width: 768px){.page .add-to-cart-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .add-to-cart-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .bundle-subscription-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .gift-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-coffee-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .product-unavailable-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .payment-popup--container .cmp-text--add-to-cart-heading{font-size:1.75rem}}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close,.page .add-to-cart-popup .payment-popup--container .payment-popup--close,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .gift-popup .add-to-cart-popup--container .payment-popup--close,.page .gift-popup .payment-popup--container .add-to-cart-popup--close,.page .gift-popup .payment-popup--container .payment-popup--close,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close,.page .change-coffee-popup .payment-popup--container .payment-popup--close,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close,.page .product-unavailable-popup .payment-popup--container .payment-popup--close,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close,.page .change-location-popup .payment-popup--container .payment-popup--close,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .payment-popup .add-to-cart-popup--container .payment-popup--close,.page .payment-popup .payment-popup--container .add-to-cart-popup--close,.page .payment-popup .payment-popup--container .payment-popup--close{position:absolute;width:40px;height:40px;display:block;top:.625rem;right:.625rem;cursor:pointer;opacity:1}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .payment-popup--close-button,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .payment-popup--close-button,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .gift-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .gift-popup .payment-popup--container .payment-popup--close .payment-popup--close-button,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .change-coffee-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .change-coffee-popup .payment-popup--container .payment-popup--close .payment-popup--close-button,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .payment-popup--close-button,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button{position:relative;width:40px;height:40px;padding:0;border:0;background:#fff;border-radius:4px;cursor:pointer}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .gift-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .gift-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after{content:"";position:absolute;display:block;height:2px;margin-top:-1px;top:50%;left:.625rem;right:.625rem;background:#2b2b2d}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .gift-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .gift-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-coffee-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .add-to-cart-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .bundle-subscription-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .gift-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .gift-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-coffee-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .product-unavailable-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer{margin-left:.625rem;margin-right:.625rem;padding:1.25rem 0;border-top:1px solid #202020;margin-top:.9375rem}@media(min-width: 576px){.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer{margin-left:5rem;margin-right:5rem}}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:center;text-align:center;margin:auto;max-width:100%}.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded{margin:.9375rem auto 0;display:block;max-width:100%;width:100%}@media(min-width: 576px){.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded{margin:1.5625rem auto 0}}.page .add-to-cart-popup.shown,.page .bundle-subscription-popup.shown,.page .gift-popup.shown,.page .change-coffee-popup.shown,.page .product-unavailable-popup.shown,.page .change-location-popup.shown,.page .payment-popup.shown{visibility:visible;opacity:1}.page .add-to-cart-popup.shown .add-to-cart-popup--container,.page .add-to-cart-popup.shown .payment-popup--container,.page .bundle-subscription-popup.shown .add-to-cart-popup--container,.page .bundle-subscription-popup.shown .payment-popup--container,.page .gift-popup.shown .add-to-cart-popup--container,.page .gift-popup.shown .payment-popup--container,.page .change-coffee-popup.shown .add-to-cart-popup--container,.page .change-coffee-popup.shown .payment-popup--container,.page .product-unavailable-popup.shown .add-to-cart-popup--container,.page .product-unavailable-popup.shown .payment-popup--container,.page .change-location-popup.shown .add-to-cart-popup--container,.page .change-location-popup.shown .payment-popup--container,.page .payment-popup.shown .add-to-cart-popup--container,.page .payment-popup.shown .payment-popup--container{opacity:1}@media(min-width: 576px){.page .bundle-subscription-popup .add-to-cart-popup--container{border-radius:8px}}.page .bundle-subscription-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading{padding-top:.9375rem;border-bottom:0}.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content{max-width:450px;margin:0 auto}.page .bundle-subscription-popup .add-to-cart-popup--container .bundle-subscription--content--text{display:block;margin:.9375rem}.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer{border-top:0;margin-top:0;margin-bottom:.9375rem}.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary{text-align:center !important;max-width:115px !important;font-size:1rem !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page .gift-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading{padding-top:1.25rem;border-bottom:0;color:#221f20}.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content{max-width:450px;margin:0 auto}.page .gift-popup .add-to-cart-popup--container .bundle-subscription--content--text{display:block;margin:.9375rem}.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer{border-top:0;margin-top:0;margin-bottom:.9375rem}.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page .change-location-popup .add-to-cart-popup--container,.page .change-location-popup .payment-popup--container,.page .payment-popup .add-to-cart-popup--container,.page .payment-popup .payment-popup--container{border-radius:0}.page .change-location-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .payment-popup--container .cmp-text--add-to-cart-heading{font-size:1.5rem;color:#2b2b2d;border-bottom:0;margin-bottom:1.25rem}@media(min-width: 768px){.page .change-location-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .change-location-popup .payment-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .payment-popup .payment-popup--container .cmp-text--add-to-cart-heading{font-size:2.5rem}}.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close,.page .change-location-popup .payment-popup--container .payment-popup--close,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close,.page .payment-popup .add-to-cart-popup--container .payment-popup--close,.page .payment-popup .payment-popup--container .add-to-cart-popup--close,.page .payment-popup .payment-popup--container .payment-popup--close{opacity:1}.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button{background:#fff}.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-location-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .change-location-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .change-location-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .change-location-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::before,.page .payment-popup .add-to-cart-popup--container .payment-popup--close .payment-popup--close-button::after,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::before,.page .payment-popup .payment-popup--container .add-to-cart-popup--close .payment-popup--close-button::after,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::before,.page .payment-popup .payment-popup--container .payment-popup--close .add-to-cart-popup--close-button::after,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::before,.page .payment-popup .payment-popup--container .payment-popup--close .payment-popup--close-button::after{background:#221f20}.page .change-location-popup .add-to-cart-popup--container .payment-popup--content,.page .change-location-popup .payment-popup--container .payment-popup--content,.page .payment-popup .add-to-cart-popup--container .payment-popup--content,.page .payment-popup .payment-popup--container .payment-popup--content{padding:.625rem}@media(min-width: 768px){.page .change-location-popup .add-to-cart-popup--container .payment-popup--content,.page .change-location-popup .payment-popup--container .payment-popup--content,.page .payment-popup .add-to-cart-popup--container .payment-popup--content,.page .payment-popup .payment-popup--container .payment-popup--content{padding:.625rem 1.875rem}}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--item-p{text-align:center;margin-bottom:.3125rem;display:block}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--item-currency{text-align:center;font-size:1.5rem;margin-bottom:.9375rem}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary{max-width:100%;margin:.625rem auto 1.25rem;display:block;font-size:1rem;border-radius:8px}@media(min-width: 576px){.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary{max-width:240px;font-size:1.25rem;margin:1.875rem auto 2.5rem}}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select{display:none}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-ul img,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select img{width:30px;-o-object-fit:contain;object-fit:contain;margin-right:.625rem}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-ul li,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select li{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-ul .change-location-popup--list-ul li,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select .change-location-popup--list-ul li{padding:.3125rem .625rem}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-ul .change-location-popup--list-ul img,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select .change-location-popup--list-ul img{margin:.3125rem;-o-object-fit:contain;object-fit:contain}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-ul .change-location-popup--list-ul span,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select .change-location-popup--list-ul span{margin-left:.625rem}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-ul li{padding:.625rem}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-ul li:hover{background-color:#ebebeb}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-content{display:none;width:100%;max-width:350px;border:1px solid #ccc;border-radius:4px;position:absolute;background-color:#fff}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select{width:100%;max-width:350px;background:#fff;border-radius:4px;cursor:pointer;padding:.625rem;border:1px solid #221f20;position:relative}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select::after{content:"";position:absolute;margin:0;width:12px;height:12px;top:50%;margin-top:-6px;right:.625rem;-webkit-transition:.3s;transition:.3s;background-size:contain;background-repeat:no-repeat;background-position:center}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select.opened::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select li{list-style:none;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--select-btn-select:focus{outline:none}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-box{margin:.9375rem auto 1.875rem;display:table;width:350px;max-width:100%;position:relative}@media(min-width: 768px){.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .change-location-popup--list-box{margin:.9375rem auto 1.25rem}}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--payment-options-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.625rem}@media(min-width: 768px){.page .change-location-popup .add-to-cart-popup--container .change-location-popup--payment-options-items{margin-bottom:1.25rem}}.page .change-location-popup .add-to-cart-popup--container .change-location-popup--payment-options-items .change-location-popup--payment-options-item{padding:.3125rem}.cmp-teaser__checkout-order-wrapper-left+.cmp-teaser__checkout-order-wrapper-left{margin-top:1.25rem}.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title{border-bottom:1px solid #929292;padding:.625rem .9375rem}@media(min-width: 768px){.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title{padding:.625rem 0}}.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-container__checkout--column-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-container__checkout--column-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-text__checkout-order-list-title-h4{text-align:left;color:#202020}.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-text__checkout-order-list-title-h4.d-none-xs{display:none}@media(min-width: 375px){.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-text__checkout-order-list-title-h4.d-none-xs{display:block}}.cmp-teaser__checkout-order-wrapper-left .cmp-text__checkout-order-list-title .cmp-text__checkout-order-list-title-h4.text-right{text-align:right}.cmp-text__checkout-order-list-title-h4{text-align:left;color:#202020}.cmp-grid-column-md-8{padding:0;width:100%}@media(min-width: 992px){.cmp-grid-column-md-8{padding:0 .9375rem;-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}}.offset-md-4{margin-left:0}@media(min-width: 992px){.offset-md-4{margin-left:33.33%}}.cmp-container__checkout--order-item{width:100%}.cmp-container__checkout--order-item .cmp-container__order-list-image-container{padding:1.25rem 0}.cmp-container__checkout--order-item .cmp-container__order-list-image-container .cmp-image__order-list-image{max-width:140px;width:100%;height:auto;min-height:100px}.cmp-container__checkout--order-item .cmp-container__checkout--column-4{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;text-align:center}.cmp-container__checkout--order-item .cmp-container__checkout--column-8{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.cmp-container__order-list-details{padding:1.25rem 0}.cmp-container__order-list-details .cmp-title__order-list-details{color:#202020;margin-bottom:.9375rem}.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item{display:inline-block;color:#2b2b2d;padding:0 .3125rem 0 0;position:relative;font-weight:700}@media(min-width: 576px){.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item{font-size:1rem}}.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item+.cmp-text__checkout-order-category-item{padding:0 .3125rem}.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item+.cmp-text__checkout-order-category-item::before{content:"";position:absolute;background-color:#2b2b2d;width:2px;top:.125rem;bottom:.125rem;left:-1px}@media(min-width: 768px){.cmp-container__order-list-details .cmp-text__checkout-order-list-details .cmp-text__checkout-order-list-detail-item .cmp-text__checkout-order-list-detail-content{font-size:1rem}}.cmp-container__order-list-details .cmp-text__checkout-order-list-details .cmp-text__checkout-order-list-detail-item .cmp-text__checkout-order-list-detail-content .cmp-text__checkout-order-list-detail-description{font-weight:700}.cmp-teaser__checkout-order-list-detail-wrapper{border-bottom:0}.cmp-teaser__checkout-order-list-detail-wrapper .cmp-teaser__checkout-order--content-details{text-align:left;display:none}@media(min-width: 768px){.cmp-teaser__checkout-order-list-detail-wrapper .cmp-teaser__checkout-order--content-details{display:block}}.cmp-teaser__checkout-order-list-detail-wrapper .cmp-teaser__checkout-order--content-details.accordion-expanded{display:block}.cmp-container__checkout-promo-code{background-color:rgba(176,102,70,.05);padding:2.5rem 1.875rem;height:auto;display:none}@media(min-width: 768px){.cmp-container__checkout-promo-code{display:block}}.cmp-container__checkout-promo-code .cmp-container__checkout-promo-info .cmp-text__checkout-promo-info{margin-bottom:.9375rem}@media(min-width: 576px){.cmp-container__checkout-promo-code .cmp-container__checkout-promo-info .cmp-text__checkout-promo-info{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;padding:0 .625rem}}.cmp-container__checkout-promo-code .cmp-text__checkout-promo-code-h4{color:#007584}.border-bottom-black{border-bottom:1px solid #202020}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul{list-style:none;margin:0;padding:0;display:table;width:100%}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul.promo .cmp-text__order-item-price-shipping-li:first-child{color:#007584}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul.promo .cmp-text__order-item-price-shipping-li:nth-child(2){color:#8e502b}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul.total-cart-price .cmp-text__order-item-price-shipping-li:first-child{color:#8e502b}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul.total-cart-price .cmp-text__order-item-price-shipping-li:nth-child(2){color:#202020}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li{display:table-cell;padding:.9375rem}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.cmp-text__info{font-weight:400;font-style:italic}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.free{text-transform:uppercase;color:#007584}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.red{color:#df0909;font-weight:400}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.normal{font-weight:400}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li:first-child{color:#767676;padding-left:0;text-align:left}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li:nth-child(2){padding-right:0;text-align:right;widows:100%}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.cmp-text__order-item-price-shipping-subscription{color:#ca4f04;position:relative;padding-left:1.5625rem}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul .cmp-text__order-item-price-shipping-li.cmp-text__order-item-price-shipping-subscription::before{content:"";height:20px;width:20px;background-size:contain;background-position:left center;position:absolute;left:0;background-repeat:no-repeat;background-position-y:-0.125rem}.cmp-text__order-item-price-shipping .cmp-text__order-item-price-shipping-ul.border-none{border:0}.cmp-container__promo-code-wrapper{margin-bottom:.9375rem;display:table;width:100%;max-width:330px;margin-bottom:1.25rem}@media(min-width: 768px){.cmp-container__promo-code-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:100%;margin:0 auto 1.25rem}}.cmp-container__promo-code-wrapper.bg-white{background-color:#fff;padding:1.25rem}.cmp-container__promo-code-wrapper>div{display:table-cell;vertical-align:middle}.cmp-container__promo-code-wrapper .cmp-form__promo-code-input{width:100%;padding-right:.9375rem}.cmp-container__promo-code-wrapper .cmp-form__promo-code-input .cmp-form__promo-code-input-field{margin-top:0;height:40px}.cmp-container__promo-code-wrapper .cmp-btn__promo-code-add-btn .btn-primary{font-weight:300;font-size:1rem;padding:.3125rem 1.25rem;height:40px}@media(min-width: 992px){.cmp-container__promo-code-wrapper .cmp-btn__promo-code-add-btn .btn-primary{padding:.3125rem 2.5rem;font-size:1.25rem}}.cmp-container__checkout-payment-wrapper{max-width:450px;margin:auto}.cmp-container__checkout-payment-wrapper .cmp-teaser__checkout-input-wrapper{margin:1.5625rem 1.5625rem 0}.cmp-container__checkout-payment-wrapper .tab-pane{display:none}.cmp-container__checkout-payment-wrapper .tab-pane.active{display:block}.cmp-teaser__checkout-wrapper{text-align:right;margin-top:.9375rem;border:0;padding:0 .9375rem}.cmp-teaser__checkout-wrapper .cmp-container__checkout-form{padding:0 .9375rem;width:100%;border-right:1px solid #313638;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 768px){.cmp-teaser__checkout-wrapper .cmp-container__checkout-form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 58.3%;flex:0 0 58.3%;max-width:58.3%}}.cmp-teaser__checkout-wrapper .cmp-checkout__right-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 .9375rem}.cmp-teaser__checkout-wrapper .cmp-checkout__right-content .col{padding:0}.cmp-teaser__checkout-wrapper .cmp-checkout__right-content .cmp-grid-column-md-8{padding:0}.cmp-teaser__checkout-wrapper .cmp-container__checkout-product-details{padding:0;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.cmp-teaser__checkout-wrapper .cmp-container__checkout-product-details{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper{padding:.9375rem .9375rem 1.25rem}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details+.cmp-teaser__checkout-custom-details{border-top:1px solid #202020}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body{overflow:hidden;max-height:0;opacity:0}@media(min-width: 768px){.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body{display:block;max-height:100%;opacity:1}}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body ul.nav{margin-bottom:1.25rem}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body ul.nav.tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body ul.nav.tabs-nav .nav-item{padding-bottom:.625rem}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body ul.nav.tabs-nav .nav-item .nav-link{padding:.625rem .9375rem;font-family:"Helvetica-Neue",sans-serif;border-bottom:0 solid rgba(0,0,0,0);position:relative;font-size:1rem;color:#202020;cursor:pointer;text-decoration:none}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body ul.nav.tabs-nav .nav-item .nav-link::before{content:"";position:absolute;bottom:-5px;width:0;height:8px;border-radius:4px;background-color:#007584;left:0;right:0;margin:auto;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body ul.nav.tabs-nav .nav-item .nav-link.active{border-bottom:0 solid rgba(0,0,0,0);font-weight:700}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details .cmp-toggle__checkout-accordion-body ul.nav.tabs-nav .nav-item .nav-link.active::before{content:"";position:absolute;bottom:-5px;width:60px;height:8px;border-radius:4px;background-color:#007584;left:0;right:0;margin:auto}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-left-wrapper .cmp-teaser__checkout-custom-details.accordion-expanded .cmp-toggle__checkout-accordion-body{max-height:100%;opacity:1;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-order-wrapper{height:100%}.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-order-wrapper .cmp-teaser__checkout-order-wrapper-left{padding-top:0;height:100%;padding-bottom:.9375rem}@media(min-width: 768px){.cmp-teaser__checkout-wrapper .cmp-teaser__checkout-order-wrapper .cmp-teaser__checkout-order-wrapper-left{padding-bottom:0}}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion{padding-top:.9375rem}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title{color:#8e502b;text-align:center;padding:0 0 1.25rem;margin:0}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-body .cmp-teaser__checkout-form-wrapper{max-width:380px;margin:auto}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-body .cmp-teaser__checkout-input-wrapper{max-width:400px;margin:0 auto;text-align:left}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-body .cmp-teaser__checkout-input-wrapper .cmp-container-payment-form--row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-body .cmp-teaser__checkout-input-wrapper .cmp-container-payment-form--row .cmp-container-payment-form--col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;padding-right:.3125rem;padding-left:.3125rem}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-body .cmp-form__checkout-cmp-form__checkout--form-control:disabled,.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-body .cmp-form__checkout-cmp-form__checkout--form-control[readonly]{color:#909090;border:0;padding-top:.9375rem;padding-bottom:.9375rem;height:auto}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-body .safer{text-align:center}.cmp-teaser__checkout-wrapper .cmp-form__promo-code-input{width:100%;padding-right:.9375rem}.cmp-form__checkout-form-group,.cmp-form__checkout-submit-btn-wraper{--margin-top: $spacing-ml}.cmp-form__checkout-submit-btn-wraper .cmp-btn__checkout-submit-btn{padding:0}.cmp-form__checkout-submit-btn-wraper.adyen-paypal-payment-btn{max-width:300px;width:100%;margin:auto}.cmp-form__checkout-check{margin:.3125rem 0 1.25rem}.cmp-form__checkout-check .cmp-form__checkout-check-input{height:18px;width:18px;position:relative;top:.3125rem}.cmp-form__checkout-form-group{margin-bottom:.9375rem}.cmp-form__checkout-form-field{display:block;margin-bottom:.9375rem}.cmp-form__checkout-form-field--is-active .cmp-form__checkout-form-field__control::after{border-bottom:1px solid #555;-webkit-transform:scaleX(150);transform:scaleX(150)}.cmp-form__checkout-form-field--is-active .cmp-form__checkout-form-field__label{font-size:.625rem;-webkit-transform:translateY(-14px);transform:translateY(-14px);color:#707070}.cmp-form__checkout-form-field--is-filled .cmp-form__checkout-form-field__label{font-size:.625rem;-webkit-transform:translateY(-14px);transform:translateY(-14px)}.cmp-form__checkout-form-field__control{background:#fff;overflow:hidden;position:relative;width:100%}.cmp-form__checkout-form-field__control::after{bottom:0;content:"";display:block;left:0;margin:0 auto;position:absolute;right:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .4s;transition:all .4s;width:1%}.cmp-form__checkout-cmp-form__checkout--form-control{width:100%}.cmp-form__shipping-country-field{font-family:"Helvetica-Neue",sans-serif;border:1px solid #ebebeb;color:#555;cursor:not-allowed;background:#ebebeb;padding:.9375rem 2.5rem .9375rem .625rem;width:100%;font-size:1rem}.cmp-form__checkout-form-field__textarea{height:150px}.cmp-container__paynow-checkbox-wrapper{position:relative;margin:1.25rem .3125rem}.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox{opacity:0;position:absolute;z-index:1;left:0;width:17px;height:20px}.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox:checked+.cmp-form__paynow-checkbox-label::after{content:"✓";position:absolute;color:#c65e37;left:0;top:0;width:18px;height:10px;text-align:center}.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label{color:#202020;padding:0;text-align:left;padding-left:1.5625rem;position:relative;display:table}.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label::before{content:"";position:absolute;left:0;top:.125rem;width:18px;height:18px;border:solid 1px #c65e37;background-color:rgba(176,102,70,.05)}.cmp-form__phone-field-wraper{margin-bottom:.9375rem}.cmp-form__phone-field-wraper .cmp-form__phone-field-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.cmp-form__phone-field-wraper .cmp-form__phone-field-inner .cmp-form__phone-std-code-wrapper{padding-right:.9375rem}.cmp-form__phone-field-wraper .cmp-form__phone-field-inner .cmp-form__phone-std-code-wrapper .cmp-form__checkout-cmp-form__checkout--form-control{width:80px;height:50px;background-color:#f7f7f7;border:0;border-radius:4px;padding:.9375rem .625rem}.cmp-form__phone-field-wraper .cmp-form__phone-field-inner .cmp-form__phone-number-wrapper{width:calc(100% - 95px)}.cmp-form__phone-field-wraper .cmp-form__phone-field-inner .cmp-form__phone-number-wrapper .cmp-form__checkout-form-field{margin-bottom:0}.cmp-container__deatils-toggle{font-family:"Archer-Ssm",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.3125rem 0;border-bottom:1px solid #202020;text-transform:uppercase;font-size:.875rem;font-weight:700;color:#707070;background-color:#faf7f5}@media(min-width: 768px){.cmp-container__deatils-toggle{display:none}}.cmp-container__deatils-toggle .cmp-text__hide-toggle{display:none}.cmp-container__deatils-toggle.show{border-top:1px solid #202020;margin-top:.625rem}.cmp-container__deatils-toggle.show .cmp-text__deatils-toggle-title{display:none}.cmp-container__deatils-toggle.show .cmp-text__hide-toggle{display:block}.cmp-container__deatils-toggle.show .arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cmp-text__total-pay{font-family:"Archer-Ssm",sans-serif;font-size:1.5rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.9375rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #202020}@media(min-width: 1024px){.cmp-text__total-pay{font-size:1.25rem}}@media(min-width: 1200px){.cmp-text__total-pay{font-size:1.5rem}}.cmp-text__total-pay .cmp-text__total-pay-label{color:#2b2b2d;margin:0;text-align:left}.cmp-text__total-pay .cmp-text__total-pay-price{margin:0}.paymentSection .cmp-toggle__checkout-accordion-body{max-height:100% !important;opacity:1 !important}.paymentSection .cmp-toggle__checkout-accordion-body .credit-card .cmp-text__small-font{margin-top:.3125rem}.paymentSection .cmp-toggle__checkout-accordion-body .adyen-checkout__button--pay{background:#ccf2f2;border-color:#ccf2f2;color:#007584;border-radius:0;font-size:1.5rem;margin-top:1.5625rem}.paymentSection .cmp-toggle__checkout-accordion-body .adyen-checkout__button--pay .adyen-checkout__button__icon{display:none}.paymentSection .cmp-toggle__checkout-accordion-body .adyen-checkout__button--pay.disabled{opacity:.5;pointer-events:none;cursor:not-allowed;background-color:#f2f2f2;color:rgba(148,152,155,.5);border:1px solid rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none}.paymentSection .cmp-toggle__checkout-accordion-body .adyen-checkout__button--pay:hover{-webkit-box-shadow:none;box-shadow:none;background:#ccf2f2}.paymentSection .cmp-toggle__checkout-accordion-body .adyen-paypal-payment-btn.disabled{margin-top:1.5625rem;max-width:300px;margin:0 auto;opacity:.5;pointer-events:none;cursor:not-allowed;background-color:#f2f2f2;color:rgba(148,152,155,.5);-webkit-box-shadow:none;box-shadow:none}.paymentSection .cmp-toggle__checkout-accordion-body .adyen-paypal-payment-btn.disabled .cmp-btn__checkout-submit-btn{background-color:unset;color:unset}.paymentSection .cmp-toggle__checkout-accordion-body .paypalAdditional .cmp-text__small-font{text-align:center;margin-top:.625rem}.slick-slider{position:relative;margin:auto;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-slider .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;-webkit-transition:height 250ms linear;transition:height 250ms linear}.slick-slider .slick-list:focus{outline:none}.slick-slider .slick-list.dragging{cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-slider .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-slider .slick-track::before,.slick-slider .slick-track::after{display:table;content:""}.slick-slider .slick-track::after{clear:both}.slick-slider .slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slider.slick-initialized .slick-slide{display:block}.slick-slider.slick-loading .slick-track{visibility:hidden}.slick-loading .cmp-reactcarousel--slick-theme-default .slick-list{background:#fff url("../resources/images/ajax-loader.gif") center center no-repeat}.cmp-reactcarousel--slick-theme-default .slick-slide{padding:.3125rem 2rem;text-align:center;margin:auto;padding:.3125rem}.cmp-reactcarousel--slick-theme-default .slick-slide>div{width:100%}.cmp-reactcarousel--slick-theme-default .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-reactcarousel--slick-theme-default .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.productcarousel__root{overflow:hidden}.productcarousel__root .price{font-size:.875rem;line-height:1rem;margin:.5rem 0;min-height:1rem}.productcarousel__root .price .regularPrice{text-decoration:line-through;font-size:.8rem}.productcarousel__root .price .discountedPrice{font-weight:bold;color:#007378;font-size:1.2rem}.productcarousel__root :before,.productcarousel__root :after{content:"";display:table}.productcarousel__root :after{clear:both}.productcarousel__title{text-align:center;margin-bottom:10px;color:#333}.product__image{max-width:240px;max-height:240px}.productcarousel__container{position:relative;margin:25px auto;width:240px}@media screen and (min-width: 790px){.productcarousel__container{width:720px}}@media screen and (min-width: 1090px){.productcarousel__container{width:960px}}@media screen and (min-width: 1380px){.productcarousel__container{width:1200px}}@media screen and (min-width: 1650px){.productcarousel__container{width:1440px}}.card{border:10px solid #fff;float:left;font-size:20px;text-align:center;width:240px}.productcarousel__cardscontainer{margin:auto}.productcarousel__cardscontainer :before,.productcarousel__cardscontainer :after{content:"";display:table}.productcarousel__cardscontainer :after{clear:both}.product__card{float:left}.product__card__image{height:243px}.productcarousel__btn{background:rgba(0,0,0,0);border:0;-webkit-box-shadow:none;box-shadow:none;outline:none;cursor:pointer;height:20px;margin-top:-25px;position:absolute;top:50%;width:20px}.productcarousel__btn--next{border-bottom:8px solid #aaa;border-right:8px solid #aaa;right:0;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.productcarousel__btn--prev{border-bottom:8px solid #aaa;border-left:8px solid #aaa;left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width: 769px){.productcarousel__btn--next{right:8%}.productcarousel__btn--prev{left:8%}}.productcollection .item__root{position:relative;border:1px solid #909090;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;background-color:#fff;background-clip:border-box;margin-bottom:20px;cursor:pointer}@media(min-width: 768px){.productcollection .item__root{margin-bottom:0}}.productcollection .item__root .item__images{display:grid;grid-template-areas:"main"}.productcollection .item__root .item__images .item__image{grid-area:main;max-width:100%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.productcollection .item__root .item__description{background-color:#faf7f5;padding:8px 10px 20px;text-align:center;height:100%}.productcollection .item__root .item__description .item__name{text-decoration:none}.productcollection .item__root .item__description .item__name span{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;display:block;color:#007584;text-transform:capitalize}.productcollection .item__root .item__description .item__flavour_notes{font-size:1rem;padding-top:20px;color:#2b2b2d;letter-spacing:-0.5px;margin-bottom:3px}.productcollection .item__root .item__description .price{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;line-height:1.125rem;min-height:1rem;background-color:#faf7f5;padding:8px 10px 20px;text-align:center;letter-spacing:-0.5px;color:#8e502b}.productcollection .item__root .item__description .item__buy_now button{position:relative;border-radius:4px;display:inline-block;background-color:#ccf2f2;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-size:1.5rem;font-weight:700;color:#007584;width:92%;padding:14px 0;margin:0 10px 11px;border:none;cursor:pointer}.productcollection .item__root .item__description .item_notes{font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;line-height:1.5rem;font-size:1rem;color:#2b2b2d;margin:0}.productcollection .item__image_pending{opacity:0;visibility:hidden}.productcollection .item__name_pending{background-color:dimgray}.productcollection .item__price_pending{background-color:dimgray;width:3rem}.productcollection .gallery__root{display:grid;grid-template-areas:"actions" "items";grid-template-columns:1fr;line-height:.75rem;grid-template-columns:auto}@media(min-width: 576px){.productcollection .gallery__root{grid-template-columns:minmax(250px, 1fr) auto}}@media(min-width: 768px){.productcollection .gallery__root{grid-template-columns:minmax(350px, 1fr) auto}}.productcollection .gallery__root .search__filters .filterSection-title{font-family:"Archer-Ssm",sans-serif;letter-spacing:-0.5px;font-size:1.5rem;font-weight:700;color:#2b2b2d;margin:0}.productcollection .gallery__root .search__filters button{width:100%;height:60px;border-radius:4px;border:solid 2px #007584;background:#fff;color:#007584;font-size:1.5rem;font-weight:700;line-height:1.5rem;margin-bottom:30px}.productcollection .gallery__root .search__filters ul{padding-left:0;list-style:none}.productcollection .gallery__root .search__filters ul li{margin-bottom:10px;border:0;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-size:1.125rem}.productcollection .gallery__root .search__filters ul li input.filterBlock__toggler{display:none}.productcollection .gallery__root .search__filters ul li label{color:#df0909;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#faf7f5;padding:0 1rem}.productcollection .gallery__root .search__filters ul li label span{font-family:"Archer-Ssm",sans-serif;letter-spacing:-0.5px;margin:0;font-size:1.125rem;font-weight:700;color:#2b2b2d;background-color:#faf7f5}.productcollection .gallery__root .search__filters ul li a{font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-size:1.125rem;color:#555;text-decoration:none}.productcollection .gallery__root .search__filters ul li ul{gap:0}.productcollection .gallery__root .search__filters ul li ul li{font-family:"Helvetica-Neue",sans-serif;margin:0;border:0;border-bottom:1px solid #bebebe;padding:1rem .8rem;letter-spacing:-0.5px;font-size:1.125rem;color:#555}.productcollection .gallery__root .search__filters ul li ul li:first-child{padding:1rem .8rem}.productcollection .gallery__root .gallery__sort .sort__fields label{font-family:"Archer-Ssm",sans-serif;letter-spacing:-0.5px;font-size:1.5rem;font-weight:700;color:#2b2b2d}.productcollection .gallery__root .gallery__sort .sort__fields select{position:relative;font-family:"Helvetica-Neue",sans-serif;font-size:1.125rem;padding:5px 0 4px;letter-spacing:-0.5px;color:#2b2b2d;background:none;top:-2px;cursor:pointer;height:auto;max-width:200px;margin-left:13px;border:1px solid #8e502b;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-radius:0}.productcollection .gallery__items{-ms-flex-line-pack:start;align-content:start;display:block;gap:1rem;margin-bottom:10px}@media(min-width: 768px){.productcollection .gallery__items{display:grid;grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.productcollection .gallery__items{grid-template-columns:repeat(3, 1fr)}}.productcollection .category__style_list .gallery__items{display:block;margin-bottom:10px}@media(max-width: 640px){.productcollection div .gallery__items{grid-template-columns:repeat(2, 1fr)}}.productcollection .category__root{padding:1rem;max-width:1400px;margin:0 auto;width:auto}.productcollection .category__root-message{text-align:center}.productcollection .category__title{margin:0 0 1rem;padding:0 .5rem .5rem}.productcollection .category__pagination{position:sticky;position:sticky;bottom:0}.productcollection .category__categoryTitle{font-family:"Archer-Ssm",sans-serif;font-size:1.5rem;font-weight:700;line-height:1.125rem;text-align:center;letter-spacing:-0.5px;color:#2b2b2d}.productcollection .category__pagination_root{display:grid;grid-template-rows:1fr;grid-column-gap:.7rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 0;background-color:#fff;border-top:1px solid #ccc;text-align:center}.productcollection .category__pagination_navbutton-inactive{color:#313638}.productcollection .category__pagination_navbutton-arrow{display:grid;padding-bottom:1px}.productcollection .category__pagination_tilebutton{grid-row-start:1;outline:none}.productcollection .category__pagination_tilebutton-text{border:0;padding:.1rem .2rem}.productcollection .category__pagination_icon-root{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-touch-action:manipulation;touch-action:manipulation}.productcollection .category__pagination_tilebutton-marker{border:1px solid;border-radius:2px}.productcollection .category__pagination_button{background:none;border:0;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:100%;padding:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.productcollection .category__pagination_button :disabled{cursor:default;-ms-touch-action:none;touch-action:none}.productcollection .category__image{min-height:460px;padding:20px 0;margin-bottom:40px;background:dimgray 50% no-repeat;background-size:cover;position:relative;text-align:center}.productcollection .results__count{font-family:"Archer-Ssm",sans-serif;line-height:1.125rem;text-align:center;letter-spacing:-0.5px;font-size:1rem;font-weight:700;color:#2b2b2d}.productcollection .loadmore__button{display:block;margin:5px auto;background-color:#202020;color:#fff;padding:5px 10px;border-radius:10px}.productcollection .loadmore__spinner{display:none;width:40px;height:40px;margin:0 auto}.productcollection .loadmore__spinner::after{content:" ";display:block;width:32px;height:32px;border-radius:50%;border:6px solid #fff;border-color:#313638 rgba(0,0,0,0);-webkit-animation:loadmore__spinner 1.2s linear infinite;animation:loadmore__spinner 1.2s linear infinite}@-webkit-keyframes loadmore__spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loadmore__spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.search__root{display:grid;grid-template-columns:minmax(240px, 1fr) auto;grid-column-gap:2rem;grid-row-gap:1rem}.filterSection-header{padding:1.5rem 0}.filterSection-title{font-size:14px;font-weight:800;line-height:14px}.filterBlock__root{display:grid;border-color:#e0e0e0;border-style:solid;border-width:1px 0 0}.filterBlock__toggler{opacity:0}.filterBlock__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;grid-auto-flow:column;grid-template-columns:1fr auto;min-height:3rem;cursor:pointer}.filterBlock-name{height:1.5rem;line-height:1.5rem;text-align:left;font-weight:600}label{cursor:pointer}.filterBlock__toggler:checked~.filterList-items{display:grid}.filterBlock__toggler:checked+.filterBlock__header>.icon-closed{display:none}.filterBlock__toggler:checked+.filterBlock__header>.icon-open{display:block}.filterList-items{display:none;gap:1rem;grid-template-columns:100%;padding:.5rem 0}.filterDefault-icon{background-color:#fff;border:1px solid #212121;width:1rem;height:1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:3px;margin-right:1rem}.currentFilters__root{display:grid;gap:.5rem;grid-auto-flow:row;padding:.5rem 0}.currentFilter__root{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e0e0e0;border-radius:4px;display:inline-grid;gap:.5rem;grid-auto-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.2rem .5rem;white-space:nowrap}.icon-closed{display:block}.icon-open{display:none}.search__filters{grid-row-start:1;grid-row-end:2 span}.sort__fields{float:right}.sort__fields label{font-size:.8rem;font-weight:700}.sort__fields select{font-size:1rem}.error_modal{position:fixed;z-index:99999}.error_modal .errormodal_dialog-overlay{z-index:9999;background-color:rgba(49,54,56,.5);position:fixed;top:0;left:0;bottom:0;right:0}.error_modal .errormodal_dialog-content{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);border-radius:4px;border:1px solid #ebebeb;text-align:center;max-height:92vh;overflow:auto;z-index:9999;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff;padding:.0625rem;max-width:90%;width:600px}.error_modal .errormodal_dialog-content .errormodal_modal-dialog-parent{position:absolute;width:100%;right:0;top:0}.error_modal .errormodal_dialog-content .errormodal_modal-dialog-parent .errormodal_dialog-close{position:absolute;opacity:1;top:20px;right:20px;width:40px;height:40px;border:0;background-color:dimgray;backdrop-filter:blur(0);backdrop-filter:blur(0);border-radius:4px}.error_modal .errormodal_dialog-content .errormodal_modal-dialog-parent .errormodal_dialog-close .errormodal_icn-close{width:.625rem;height:.625rem;display:inline-block;vertical-align:middle;fill:#fff}.error_modal .errormodal_dialog-content .errormodal_content-holder{padding-top:.9375rem}.error_modal .errormodal_dialog-content .errormodal_content-holder .errormodal_icon-size{display:inline-block;width:3.125rem;height:3.125rem;overflow:hidden}.error_modal .errormodal_dialog-content .errormodal_text-content .errormodal_seperator{font-size:1.875rem;font-weight:700;color:#2b2b2d;margin-top:.9375rem;margin-bottom:.625rem;line-height:1.5rem;letter-spacing:-0.5px;font-family:"Archer-Ssm",sans-serif}.error_modal .errormodal_dialog-content .errormodal_text-content .errormodal_modal-body{color:#000;font-size:1rem;margin-bottom:1.875rem;line-height:1.125rem;font-weight:500;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.625rem}.error_modal .errormodal_dialog-content .errormodal_cart-modal-button{margin:1.25rem auto 2.5rem}.error_modal .errormodal_dialog-content .errormodal_cart-modal-button .errormodal_btn--primary{padding:.625rem 7.5rem}.error_modal .add-to-cart-popup--close{position:absolute;width:40px;height:40px;display:block;top:.625rem;right:.625rem;cursor:pointer;opacity:.5}.error_modal .add-to-cart-popup--close .add-to-cart-popup--close-button{position:relative;width:2.5rem;height:2.5rem;padding:0;border:0;background:#555;border-radius:4px;cursor:pointer}.error_modal .add-to-cart-popup--close .add-to-cart-popup--close-button::before,.error_modal .add-to-cart-popup--close .add-to-cart-popup--close-button::after{content:"";position:absolute;display:block;height:.125rem;margin-top:-0.0625rem;top:50%;left:.625rem;right:.625rem;background:#fff}.error_modal .add-to-cart-popup--close .add-to-cart-popup--close-button::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.error_modal .add-to-cart-popup--close .add-to-cart-popup--close-button::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.message-popup{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:50%;background:#fff;top:0;z-index:10000;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:.625rem 1.25rem;max-width:600px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}@media(max-width: 767.98px){.message-popup{width:90%}}.message-popup .message-popup_text{color:#202020}.message-popup .message-popup_button{padding-left:3.75rem;color:#202020;text-decoration:underline;margin:auto}@media(max-width: 767.98px){.message-popup .message-popup_button{padding-left:1.875rem}}.banner .banner_list_one{background-color:#fff;text-align:center;padding:34px 12px 12px;font-family:"Helvetica-Neue",sans-serif;text-decoration:none;color:#2b2b2d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-stretch:normal;font-style:normal;letter-spacing:normal;font-weight:500}@media(min-width: 768px){.banner .banner_list_one{padding:.9375rem 120px}}.banner .banner_list_one .banner_headline_container{display:inline-block;font-size:.875rem;line-height:1.43}@media(min-width: 768px){.banner .banner_list_one .banner_headline_container{font-size:1rem;line-height:1rem}}.banner .banner_list_one .banner_headline_container .banner_highlight{font-weight:700;padding-right:.3125rem}.banner .banner_list_one .banner_close{cursor:pointer;position:absolute;top:.9375rem;right:.9375rem;width:25px;height:25px}@media(min-width: 768px){.banner .banner_list_one .banner_close{top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}}.banner .banner_list_one .banner_close::before,.banner .banner_list_one .banner_close::after{position:absolute;left:.9375rem;content:" ";height:15px;width:2px;background-color:#2b2b2d}@media(min-width: 768px){.banner .banner_list_one .banner_close::before,.banner .banner_list_one .banner_close::after{height:15px}}.banner .banner_list_one .banner_close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.banner .banner_list_one .banner_close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.banner .banner_list_one.blue{min-height:40px;padding:.3125rem 3.125rem;background-color:#ccf2f2;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;color:#313638}@media(min-width: 992px){.banner .banner_list_one.blue{padding:.3125rem}}.banner .banner_list_one.blue .banner-container{display:block}@media(min-width: 992px){.banner .banner_list_one.blue .banner-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.banner .banner_list_one.white{min-height:40px}.banner .banner_button_subscribe{margin:.625rem 0 0 0;padding:.3125rem 1.25rem;border-radius:30px;background-color:rgba(0,0,0,0);font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:700;font-stretch:normal;font-style:normal;line-height:1rem;letter-spacing:normal;text-align:left;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:2px solid #221f20;color:#221f20}@media(min-width: 992px){.banner .banner_button_subscribe{margin:0 0 0 1.25rem}}.cmp-container__meet-our-roasters .title .cmp-title__text{margin-bottom:1.5625rem !important}@media(min-width: 992px){.cmp-container__meet-our-roasters .title .cmp-title__text{margin-bottom:.625rem !important}}.cmp-container__meet-our-roasters .cmp-button--background-blue{margin-top:1.5625rem}@media(min-width: 992px){.cmp-container__meet-our-roasters .cmp-button--background-blue{margin-top:2.5rem}}.beanzRoasters__root{background-color:#fff}.beanzRoasters__root .cmp-container-roasters__container{max-width:980px;margin:auto;display:block;padding:2.5rem 1.25rem}@media(min-width: 992px){.beanzRoasters__root .cmp-container-roasters__container{padding:2.5rem .3125rem}}@media(min-width: 1200px){.beanzRoasters__root .cmp-container-roasters__container{padding:2.5rem .3125rem}}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container{max-width:494px;margin:0 auto .9375rem;position:relative}@media(min-width: 992px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container{max-width:670px}}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box{width:100%;border:1px solid #b9b0ab;border-radius:6px;height:48px;padding-left:3.125rem;padding-right:3.125rem;color:#2b2b2d;background-repeat:no-repeat;background-size:25px;background-position:left;background-position-x:10px}@media(min-width: 992px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box{height:52px}}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box::-webkit-input-placeholder{color:#b9b0ab}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box::-moz-placeholder{color:#b9b0ab}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box:-ms-input-placeholder{color:#b9b0ab}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box::-ms-input-placeholder{color:#b9b0ab}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-box::placeholder{color:#b9b0ab}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-close-btn{position:absolute;width:40px;height:100%;top:0;bottom:0;right:0;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;z-index:3}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-close-btn::before,.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-close-btn::after{content:"";position:absolute;display:block;height:1px;margin-top:-0.0625rem;top:50%;left:.625rem;right:.625rem;background:#221f20}@media(min-width: 768px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-close-btn::before,.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-close-btn::after{height:2px}}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-close-btn::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__search-container .cmp-form-roasters__search-close-btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;margin-left:-0.625rem;margin-right:-0.625rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 992px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row{margin-left:-0.625rem;margin-right:-0.625rem}}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:50%;padding:.3125rem}@media(min-width: 768px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;width:33.33%}}@media(min-width: 992px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;width:25%}}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item{display:block;padding:1.25rem;width:100%;border-radius:12px;-webkit-box-shadow:none;box-shadow:none;background-color:#f8f8f8;text-align:center;padding:.3125rem}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item .cmp-image-roasters__item--img{width:100%;padding:.625rem;max-width:110px;margin-top:.625rem;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item .cmp-image-roasters__item--img{max-width:150px;padding:1.25rem;margin-top:0}}@media(min-width: 992px){.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item .cmp-image-roasters__item--img{max-width:220px}}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item .cmp-text-roasters__item--title,.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item .cmp-text-roasters__item--sub-title{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item .cmp-text-roasters__item--title{font-family:"Helvetica-Neue",sans-serif;font-weight:700;font-size:1rem;line-height:22px;color:#222;margin-bottom:5px}.beanzRoasters__root .cmp-container-roasters__container .cmp-container-roasters__content--row .cmp-container-roasters__content--col .cmp-card-roasters__item .cmp-text-roasters__item--sub-title{font-family:"Helvetica-Neue",sans-serif;font-weight:400;font-size:.875rem;line-height:22px;color:#222;margin-bottom:20px}.beanzRoasterCarousel{width:90%;margin:0 auto;text-align:center}.roasterstilescarousel{padding:0 1.25rem;position:relative;width:100%}.roasterstilescarousel .cmp-roastercarousel__content--row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;margin-left:-0.625rem;margin-right:-0.625rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 992px){.roasterstilescarousel .cmp-roastercarousel__content--row{margin-left:-0.625rem;margin-right:-0.625rem}}.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item{display:block;padding:1.25rem;width:100%;border-radius:12px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.3);box-shadow:0 2px 10px 0 rgba(0,0,0,.3);background-color:#fff;text-align:center;padding:.625rem}@media(min-width: 768px){.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item{padding:1.5625rem}}.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--image{width:100%;padding:.625rem;max-width:110px;margin-top:.625rem;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--image{max-width:150px;padding:1.25rem;margin-top:0}}@media(min-width: 992px){.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--image{max-width:220px}}.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--title,.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--discription{margin-bottom:0;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--title,.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--discription{height:40px}}@media(min-width: 992px){.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--title,.roasterstilescarousel .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col .cmp-roastercarouselmulti__item .cmp-roastercarouselmulti__item--discription{height:60px}}.roasterstilescarousel .cmp-roastercarousel__indicators{display:none}.roasterstilescarousel .cmp-carousel__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.roasterstilescarousel .cmp-carousel__actions .cmp-carousel__action--number{min-width:30px;text-align:center}.roasterstilescarousel .cmp-carousel__action{border:0;background-color:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.25rem}.roasterstilescarousel .cmp-carousel__action .cmp-carousel__action-text{display:none}.roasterstilescarousel .cmp-carousel__action .cmp-carousel__action-icon{position:relative;width:30px;height:30px;border-radius:50%;border:2px solid #221f20;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}@media(min-width: 768px){.roasterstilescarousel .cmp-carousel__action .cmp-carousel__action-icon{width:40px;height:40px}}.roasterstilescarousel .cmp-carousel__action .cmp-carousel__action-icon::before{content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px;height:8px;cursor:pointer;display:block}@media(min-width: 768px){.roasterstilescarousel .cmp-carousel__action .cmp-carousel__action-icon::before{width:10px;height:10px}}.roasterstilescarousel .cmp-carousel__action.cmp-carousel__action--previous .cmp-carousel__action-icon::before{border-left:2px solid #221f20;border-bottom:2px solid #221f20;right:-0.125rem;position:relative}.roasterstilescarousel .cmp-carousel__action.cmp-carousel__action--next .cmp-carousel__action-icon::before{border-right:2px solid #221f20;border-top:2px solid #221f20;left:-0.125rem;position:relative}.roasterstilescarousel .cmp-carousel__action.cmp-carousel__action--previousNew .cmp-carousel__action-icon::before{border-left:2px solid #221f20;border-bottom:2px solid #221f20;right:-0.125rem;position:relative}.roasterstilescarousel .cmp-carousel__action.cmp-carousel__action--nextNew .cmp-carousel__action-icon::before{border-right:2px solid #221f20;border-top:2px solid #221f20;left:-0.125rem;position:relative}.roasterstilescarousel .cmp-carousel__action.disabled{pointer-events:none}.roasterstilescarousel .cmp-carousel__action.disabled .cmp-carousel__action-icon{border:2px solid #d0d0d0}.roasterstilescarousel .cmp-carousel__action.disabled .cmp-carousel__action-icon::before{border-color:#d0d0d0}.roasterstilescarousel .cmp-carousel__item.cmp-carousel__item--active{-webkit-animation:fadeIn 1s;animation:fadeIn 1s}.roasterstilescarousel .cmp-carousel-desktop{display:none}@media(min-width: 768px){.roasterstilescarousel .cmp-carousel-desktop{display:none}}@media(min-width: 992px){.roasterstilescarousel .cmp-carousel-desktop{display:block}}.roasterstilescarousel .cmp-carousel-desktop .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;width:25%;padding:1.5625rem}.roasterstilescarousel .cmp-carousel-tablet{display:none}@media(min-width: 768px){.roasterstilescarousel .cmp-carousel-tablet{display:block}}@media(min-width: 992px){.roasterstilescarousel .cmp-carousel-tablet{display:none}}.roasterstilescarousel .cmp-carousel-tablet .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%;width:33%;padding:.625rem}.roasterstilescarousel .cmp-carousel-mobile{display:block}@media(min-width: 768px){.roasterstilescarousel .cmp-carousel-mobile{display:none}}@media(min-width: 992px){.roasterstilescarousel .cmp-carousel-mobile{display:none}}.roasterstilescarousel .cmp-carousel-mobile .cmp-roastercarousel__content--row .cmp-roastercarousel__content--col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:50%;padding:.625rem}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.cmp-container__our-roasters--details{overflow:hidden}@media(max-width: 767.98px){.cmp-container__our-roasters--details{margin-bottom:-125px}}.cmp-container__our-roasters--details .cmp-teaser__image .cmp-image{width:100%}@media(max-width: 767.98px){.cmp-container__our-roasters--details .cmp-teaser__image .cmp-image{position:relative;overflow:hidden;height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:-3.125rem}.cmp-container__our-roasters--details .cmp-teaser__image .cmp-image .cmp-image__image{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;height:300px;-o-object-fit:contain;object-fit:contain}}.location-popup-selector{width:100%;height:100%;position:fixed;z-index:99998;right:0;left:0;top:0;bottom:0;visibility:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;background-color:rgba(0,0,0,.65);overflow-y:auto}.location-popup-selector .location-popup-selector--main-content{position:relative;width:auto;margin:0;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;border:1px solid rgba(0,0,0,.65);border-radius:0;padding:0 .3125rem;max-width:100%;margin:0}@media(min-width: 576px){.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container{max-width:540px;margin:.625rem;border-radius:8px}}.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading{font-size:2rem;font-family:"Archer-Ssm",sans-serif;text-align:center;color:#2b2b2d;width:auto;margin:0;border-bottom:1px solid #313638;padding:.3125rem;font-weight:700}.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .location-popup-selector--content .location-popup-selector--list-content .location-popup-selector--list-ul img{width:30px;-o-object-fit:contain;object-fit:contain;margin-right:.625rem;margin:.3125rem;object-fit:contain}.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .location-popup-selector--content .location-popup-selector--list-content .location-popup-selector--list-ul .location-popup-selector--list-continent{width:50%;float:left;color:#2b2b2d}.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .location-popup-selector--content .location-popup-selector--list-content .location-popup-selector--list-ul li{padding:.3125rem .625rem;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .location-popup-selector--content .location-popup-selector--list-content .location-popup-selector--list-ul span{margin-left:.625rem}.location-popup-selector.shown{visibility:visible;opacity:1}.cmp-reactquestionnaire,.cmp-reactquestionnaire--full-page{--transition-speed: 200ms;--transition-speed-slow: 500ms}.cmp-reactquestionnaire .cmp-container,.cmp-reactquestionnaire--full-page .cmp-container{position:relative}.cmp-reactquestionnaire .cmp-container .cmp-teaser,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser{position:relative;height:100vh;max-height:2000px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-reactquestionnaire .cmp-container .cmp-teaser__image,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__image{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:0}.cmp-reactquestionnaire .cmp-container .cmp-teaser__image .cmp-image,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__image .cmp-image{height:100%}.cmp-reactquestionnaire .cmp-container .cmp-teaser__image .cmp-image__image,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__image .cmp-image__image{z-index:0;height:100%;width:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;-webkit-filter:brightness(30%);filter:brightness(30%)}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content{position:relative;z-index:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__pretitle,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__pretitle{color:#fff;font-size:1.5rem;text-align:center;width:100%}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__title,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__title{color:#fff;font-size:3rem;text-align:center;width:100%;margin-top:0}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__description,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__description{width:100%}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__action-container,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__action-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{position:relative;margin:.5rem;border-radius:.625rem;width:auto;line-height:2rem;max-width:unset;padding:.625rem .9375rem;-webkit-transition:background-color var(--transition-speed),-webkit-transform var(--transition-speed);transition:background-color var(--transition-speed),-webkit-transform var(--transition-speed);transition:transform var(--transition-speed),background-color var(--transition-speed);transition:transform var(--transition-speed),background-color var(--transition-speed),-webkit-transform var(--transition-speed)}@media(min-width: 768px){.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{padding:.9375rem 1.875rem}}.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover,.cmp-reactquestionnaire .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus,.cmp-reactquestionnaire--full-page .cmp-container .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus{background-color:#202020;-webkit-transform:scale(1.05);transform:scale(1.05)}.cmp-reactquestionnaire .cmp-reactquestionnaire--complete .cmp-teaser,.cmp-reactquestionnaire--full-page .cmp-reactquestionnaire--complete .cmp-teaser{height:auto;padding:3.125rem 0}.cmp-reactquestionnaire .result .cmp-result,.cmp-reactquestionnaire--full-page .result .cmp-result{background-color:#faf7f5;color:#202020;padding:2rem;font-size:1rem;text-align:left}.cmp-reactquestionnaire .transition--enter .cmp-teaser__content,.cmp-reactquestionnaire--full-page .transition--enter .cmp-teaser__content,.cmp-reactquestionnaire .transition--enter .cmp-result,.cmp-reactquestionnaire--full-page .transition--enter .cmp-result{opacity:0}.cmp-reactquestionnaire .transition--enter .cmp-teaser__image,.cmp-reactquestionnaire--full-page .transition--enter .cmp-teaser__image{opacity:.5}.cmp-reactquestionnaire .transition--exit .cmp-teaser__content,.cmp-reactquestionnaire--full-page .transition--exit .cmp-teaser__content,.cmp-reactquestionnaire .transition--exit .cmp-result,.cmp-reactquestionnaire--full-page .transition--exit .cmp-result{opacity:1}.cmp-reactquestionnaire .transition--exit .cmp-teaser__image,.cmp-reactquestionnaire--full-page .transition--exit .cmp-teaser__image{opacity:1}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__content,.cmp-reactquestionnaire--full-page .transition--enter-active .cmp-teaser__content,.cmp-reactquestionnaire .transition--enter-active .cmp-result,.cmp-reactquestionnaire--full-page .transition--enter-active .cmp-result{opacity:1}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__image,.cmp-reactquestionnaire--full-page .transition--enter-active .cmp-teaser__image{opacity:1}.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__content,.cmp-reactquestionnaire--full-page .transition--exit-active .cmp-teaser__content,.cmp-reactquestionnaire .transition--exit-active .cmp-result,.cmp-reactquestionnaire--full-page .transition--exit-active .cmp-result{opacity:0}.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__image,.cmp-reactquestionnaire--full-page .transition--exit-active .cmp-teaser__image{opacity:.5}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__image,.cmp-reactquestionnaire--full-page .transition--enter-active .cmp-teaser__image,.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__image,.cmp-reactquestionnaire--full-page .transition--exit-active .cmp-teaser__image{-webkit-transition:opacity var(--transition-speed-slow);transition:opacity var(--transition-speed-slow)}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__content,.cmp-reactquestionnaire--full-page .transition--enter-active .cmp-teaser__content,.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__content,.cmp-reactquestionnaire--full-page .transition--exit-active .cmp-teaser__content{-webkit-transition:opacity var(--transition-speed);transition:opacity var(--transition-speed)}.cmp-reactquestionnaire .transition--enter-active .cmp-result,.cmp-reactquestionnaire--full-page .transition--enter-active .cmp-result,.cmp-reactquestionnaire .transition--exit-active .cmp-result,.cmp-reactquestionnaire--full-page .transition--exit-active .cmp-result{-webkit-transition:opacity var(--transition-speed-slow) !important;transition:opacity var(--transition-speed-slow) !important}.questionnaire-result__root{padding:.9375rem}@media(min-width: 992px){.questionnaire-result__root{padding:1.875rem}}@media(min-width: 1200px){.questionnaire-result__root{padding:3.125rem}}.questionnaire-result__root .cmp-container__questionnaire-result{padding:.9375rem;border:2px solid #c95100;background-color:#fff}@media(min-width: 992px){.questionnaire-result__root .cmp-container__questionnaire-result{padding:1.875rem}}@media(min-width: 1200px){.questionnaire-result__root .cmp-container__questionnaire-result{padding:3.125rem}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column{width:100%}@media(min-width: 768px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--price-large-screen{display:none}@media(min-width: 992px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--price-large-screen{display:block}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column.cmp-container__questionnaire-result--price-small-screen{display:block;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media(min-width: 992px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column.cmp-container__questionnaire-result--price-small-screen{display:none}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--roast-category{color:#221f20;margin:0;padding:0}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--title{margin:.625rem 0}@media(min-width: 768px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--title{margin:1.25rem 0}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--roast-details{color:#221f20;line-height:28px}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price{display:table;margin:auto}@media(min-width: 768px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price{display:block}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-h3{font-family:"Helvetica-Neue",sans-serif;font-size:36px;line-height:42px;color:#221f20;margin:.9375rem 0;display:inline-block}@media(min-width: 768px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-h3{font-size:40px;line-height:48px}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-label{padding-left:.625rem;font-weight:700;color:#555}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;margin:-0.625rem}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:.625rem}@media(min-width: 768px){.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now{width:100%;max-width:100%}.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-image__questionnaire-result{height:auto;display:block;margin:auto;max-width:100%;max-height:480px}.cmp-reactquestionnaire{--transition-speed: 200ms;--transition-speed-slow: 500ms}.cmp-reactquestionnaire .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{border-color:#c95100;border-radius:50px}.cmp-reactquestionnaire .transition--enter .cmp-teaser__content,.cmp-reactquestionnaire .transition--enter .cmp-result{opacity:0}.cmp-reactquestionnaire .transition--enter .cmp-teaser__image{opacity:.5}.cmp-reactquestionnaire .transition--exit .cmp-teaser__content,.cmp-reactquestionnaire .transition--exit .cmp-result{opacity:1}.cmp-reactquestionnaire .transition--exit .cmp-teaser__image{opacity:1}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__content,.cmp-reactquestionnaire .transition--enter-active .cmp-result{opacity:1}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__image{opacity:1}.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__content,.cmp-reactquestionnaire .transition--exit-active .cmp-result{opacity:0}.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__image{opacity:.5}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__image,.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__image{-webkit-transition:opacity var(--transition-speed-slow);transition:opacity var(--transition-speed-slow)}.cmp-reactquestionnaire .transition--enter-active .cmp-teaser__content,.cmp-reactquestionnaire .transition--exit-active .cmp-teaser__content{-webkit-transition:opacity var(--transition-speed);transition:opacity var(--transition-speed)}.cmp-reactquestionnaire .transition--enter-active .cmp-result,.cmp-reactquestionnaire .transition--exit-active .cmp-result{-webkit-transition:opacity var(--transition-speed-slow) !important;transition:opacity var(--transition-speed-slow) !important}.cmp-reactplp__root .cmp-container-plp{max-width:1400px;margin:0 auto;padding:2.5rem .9375rem}.cmp-reactplp__root .cmp-container-plp .cmp-text-plp__filter-title{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;color:#221f20;line-height:24px;display:none;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin-bottom:1.25rem}@media(min-width: 768px){.cmp-reactplp__root .cmp-container-plp .cmp-text-plp__filter-title{font-size:1.125rem}}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-text-plp__filter-title{display:-webkit-box;display:-ms-flexbox;display:flex}}.cmp-reactplp__root .cmp-container-plp .cmp-ontainer-plp__sortby-head{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-ontainer-plp__sortby-head{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row{display:block;margin-bottom:30px;border-bottom:1px solid #e2e2e2}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:.9375rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 576px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter{display:none}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value{font-size:1rem;border:1px solid #221f20;border-radius:50px;padding:.3125rem .625rem;width:100%;height:36px;display:inline-block;position:relative}@media(min-width: 768px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value{max-width:200px}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value::before,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-container-plp__right-filter--value::after{right:10px}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__right-filter .cmp-text-plp__filter--label{padding-top:.3125rem;padding-right:.9375rem;display:inline-block}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(min-width: 768px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media(min-width: 576px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy::before,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy::after{right:10px}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select{border:1px solid #221f20;border-radius:50px;padding:0 .9375rem;font-size:1rem;width:100%;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select{width:auto;font-size:1.125rem;border:0;padding:0 25px 0 10px}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .cmp-container-plp__ight-sort-by-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 576px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .cmp-container-plp__ight-sort-by-box{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media(min-width: 768px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .cmp-container-plp__ight-sort-by-box{-webkit-box-flex:0;-ms-flex:none;flex:none}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .cmp-container-plp__ight-sort-by-box .cmp-text-plp__ight-sort-by-title{margin-right:.625rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .ais-Stats{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-bottom:1.25rem;text-align:center;margin-top:1.25rem}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .ais-Stats{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;text-align:left;margin-top:0}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner{display:grid;grid-template-columns:auto}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner{grid-template-columns:25% 1fr}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left{padding:0;display:none}@media(min-width: 576px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left{padding:.9375rem}}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left{padding:0 1.875rem 0 0;display:block}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left.active{display:block}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header{position:relative;padding:.625rem;border-bottom:1px solid #ccc;margin-bottom:1.25rem}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header{display:none}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header .cmp-button__plp-left-close-btn{position:absolute;width:34px;height:34px;top:0;right:0;background:#ccc;border-radius:4px;border:0}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header .cmp-button__plp-left-close-btn::before,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header .cmp-button__plp-left-close-btn::after{position:absolute;left:50%;content:" ";height:20px;width:2px;background-color:#fff;top:50%;margin-top:-0.625rem;margin-left:-0.0625rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header .cmp-button__plp-left-close-btn::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header .cmp-button__plp-left-close-btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-mobile-header .cmp-text__plp-left-mobile-title-h3{color:#221f20;text-align:center;font-weight:700}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box{width:320px;margin:auto}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box{width:100%}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn{margin-bottom:1.25rem}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn{font-size:1.5rem;line-height:1.5rem;width:100%}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn{margin-right:.625rem}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn{display:none}}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form{margin:.625rem 0;position:relative}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input{font-size:.875rem !important;padding:.625rem;width:100%;border-radius:0;border:1px solid #e2e2e2;border-left:0;border-right:0;color:#221f20;height:64px}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input::-webkit-input-placeholder{color:#585858}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input::-moz-placeholder{color:#585858}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input:-ms-input-placeholder{color:#585858}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input::-ms-input-placeholder{color:#585858}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input::placeholder{color:#585858}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-submit,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-reset{position:absolute;right:2px;top:2px;bottom:2px;width:30px;background:#fff}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-submitIcon{width:16px;height:16px}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-submitIcon path{fill:#c95100}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card{border-bottom:1px solid #e2e2e2;padding-bottom:10px;padding-top:10px}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .cmp-text__plp-left--filter-card-title{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:700;color:#221f20;line-height:24px;margin:.3125rem 0;padding:.3125rem .625rem;cursor:pointer;position:relative;word-break:break-word;padding-right:1.25rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .cmp-text__plp-left--filter-card-title::before{content:"-";font-weight:normal;position:absolute;right:.3125rem;top:0;bottom:0;width:20px;font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#c95100}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList{-webkit-transition:max-height .4s ease-in-out;transition:max-height .4s ease-in-out;overflow:hidden}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList-item{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:400;color:#221f20;line-height:24px;padding:.625rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList-item .ais-RefinementList-checkbox{position:absolute;opacity:0}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList-item .ais-RefinementList-label{padding-left:1.875rem;display:inline-block}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-labelText{position:relative;word-break:break-word}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-labelText::before{position:absolute;content:"";left:-28px;top:50%;margin-top:-10px;width:20px;height:20px;border-radius:4px;border:1px solid #221f20}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList-item.ais-RefinementList-item--selected .ais-RefinementList-labelText::before{border:2px solid #221f20;background:#fff}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card .ais-RefinementList-item.ais-RefinementList-item--selected .ais-RefinementList-labelText::after{content:"";position:absolute;left:-24px;top:8px;background:#c95100;width:2px;height:2px;-webkit-box-shadow:2px 0 0 #c95100,4px 0 0 #c95100,4px -2px 0 #c95100,4px -4px 0 #c95100,4px -6px 0 #c95100,4px -8px 0 #c95100;box-shadow:2px 0 0 #c95100,4px 0 0 #c95100,4px -2px 0 #c95100,4px -4px 0 #c95100,4px -6px 0 #c95100,4px -8px 0 #c95100;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card.plp-card-close .cmp-text__plp-left--filter-card-title::before{content:"+";color:#c95100}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-container__plp-left--filter-card.plp-card-close .ais-RefinementList{max-height:0;-webkit-transition:max-height .4s ease;transition:max-height .4s ease}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item{background:#f2f2f2;padding:.625rem;border-radius:4px;margin-top:.625rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-label{display:block;margin:.3125rem .3125rem .625rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category{padding:.3125rem .625rem;border:1px solid #ccc;margin:.3125rem;border-radius:4px;background:#fff;display:inline-block;position:relative;word-break:break-word}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category .ais-CurrentRefinements-delete{font-size:.625rem;color:#fff;background:#909090;width:15px;height:15px;border-radius:50%;text-align:center;position:absolute;right:-0.625rem;top:-0.625rem}.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-right .ais-InfiniteHits-loadMore{margin-top:.625rem;width:auto;margin:1.875rem auto;display:table}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item{border:0;height:100%;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:#fff;position:relative}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-text__plp--item-gotocart{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%;z-index:9;line-height:0;font-size:0;color:rgba(0,0,0,0)}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body{padding:1.25rem .625rem;text-align:center;word-break:break-word;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp-card--item-roaster-name{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:400;color:#221f20;line-height:24px}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-container__plp--card-item-btn-container{position:relative;z-index:99}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp--card-item-name{font-family:"Archer-Ssm",sans-serif;font-size:1rem;font-weight:400;color:#221f20;line-height:24px;margin:.3125rem 0 1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp--card-item-name .cmp-text__plp--card-item-name-a{color:#221f20}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp--card-item-darkroast,.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp--card-item-subscribe-save{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:400;color:#221f20;line-height:24px}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp--card-item-darkroast{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 1.25rem}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp--card-item-price{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:700;color:#221f20;line-height:24px}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-body .cmp-text__plp--card-item-unit-price{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;color:#221f20;line-height:20px;margin-bottom:.625rem}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-img-box{width:100%;background-color:#fff;border-top-right-radius:4px;border-top-left-radius:4px}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-container__plp--card-item-img-box .cmp-image__plp--card-item-image{max-width:274px;width:100%;display:block;padding:1.875rem 0;margin:auto;-o-object-fit:contain;object-fit:contain}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item .cmp-image__plp--card-item-image{-webkit-transform:scale(0.9);transform:scale(0.9);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.cmp-reactplp__root .cmp-container-plp .cmp-container__plp--card-item:hover .cmp-image__plp--card-item-image{-webkit-transform:scale(1);transform:scale(1)}.cmp-reactplp__root .cmp-container-plp .ais-InfiniteHits-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(100%, 1fr));margin:-0.625rem}@media(min-width: 768px){.cmp-reactplp__root .cmp-container-plp .ais-InfiniteHits-list{grid-template-columns:repeat(auto-fill, minmax(50%, 1fr))}}@media(min-width: 992px){.cmp-reactplp__root .cmp-container-plp .ais-InfiniteHits-list{grid-template-columns:repeat(auto-fill, minmax(33.33%, 1fr))}}.cmp-reactplp__root .cmp-container-plp .ais-InfiniteHits-list .ais-InfiniteHits-item{padding:.625rem}.cmp-cart-container{min-width:100%}@media(min-width: 1200px){.cmp-cart-container{min-width:1146.17px}}@media(min-width: 768px){.cmp-cart-container .cmp-cart-container--cart-grid{padding:0 .9375rem}}@media(min-width: 1440px){.cmp-cart-container .cmp-cart-container--cart-grid{padding:0}}.cmp-cart-container .cmp-cart-container--cart-grid .emptyCartText{text-align:center;font-weight:400}@media(max-width: 575.98px){.cmp-cart-container .cmp-cart_product-container{padding:0}}.cmp-cart-container .cmp-cart_product-container+.cmp-cart_product-container{margin-top:1.25rem}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title{border-bottom:.0625rem solid #ccc;padding-bottom:.3125rem}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no{text-align:left;color:#2b2b2d}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no.d-none-xs{display:none}@media(min-width: 576px){.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no.d-none-xs{display:block}}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_order-title-details{display:none}@media(min-width: 576px){.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_order-title-details{display:block}}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove{margin-left:35%;position:absolute}@media(min-width: 576px){.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove{margin-left:unset;position:unset}}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove{color:#df0909}@media(min-width: 576px){.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove{position:relative;left:auto;text-align:right}}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove .cmp-cart_product-container--remove-a{color:#df0909}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove .cmp-cart_product-container--remove-a:hover{color:#df0909}.cmp-cart-container .cartwrapper__order-list-img-container{padding:1.25rem 0}.cmp-cart-container .cartwrapper__order-list-img-container .cartwrapper__order-list-img-url{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-cart-container .cartwrapper__order-list-img-container .cartwrapper__order-list-img-container-img{max-width:100%;height:auto;vertical-align:middle;border-style:none;min-width:85px;min-height:85px;max-height:170px}@media(min-width: 992px){.cmp-cart-container .cartwrapper__order-list-img-container .cartwrapper__order-list-img-container-img{min-width:140px;min-height:140px}}@media(max-width: 575.98px){.cmp-cart-container .cartwrapper__order-list-img-container .cartwrapper__order-list-img-container-img{max-height:115px}}.cmp-cart-container .cartwrapper__order-list-details{padding:1.25rem 0}.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown{margin-bottom:.03125rem}.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span{font-weight:700;display:inline-block;color:#2b2b2d;margin-bottom:.5rem}.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .cartwrapper__order-vendordetails--seperator{padding:0 .3125rem}.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;letter-spacing:-0.33px;color:#2b2b2d;margin-bottom:.03125rem}@media(min-width: 768px){.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName{font-size:2rem}}@media(min-width: 992px){.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName{font-size:2.5rem}}.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__listWithLeftIcon{padding:.9375rem 0}.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__listWithLeftIcon .cartwrapper__listWithLeftIcon--item .cartwrapper__listWithLeftIcon--content{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;color:#ca4f04}.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__listWithLeftIcon .cartwrapper__listWithLeftIcon--item .cartwrapper__listWithLeftIcon--content .cartwrapper__listWithLeftIcon--s-icon{background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:20px;margin-right:.625rem}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd{padding:1.25rem 0 0 0;margin:1.25rem 0}@media(min-width: 992px){.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd{margin-top:0}}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-label{font-family:"Helvetica-Neue",sans-serif;font-size:1.75rem;padding-right:0;color:#2b2b2d;padding-top:.03125rem;margin-bottom:0}@media(min-width: 992px){.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-label{font-size:1.125rem}}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-box,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-label{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__control{border-radius:4px;border:solid 1px #007584;background-color:#f5efeb;height:48px}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__control .react-select__indicators .react-select__indicator-separator{display:none}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__control--menu-is-open .react-select__indicators{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu{background-color:#f2f8f8}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu .react-select__menu-list{background-color:#f2f8f8}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu .react-select__menu-list .react-select__option{background-color:#f2f8f8;cursor:pointer}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu .react-select__menu-list .react-select__option:hover{background-color:#f8f9fa;font-weight:600}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .row{margin-top:1.25rem;font-size:1.125rem;font-family:"Archer-Ssm",sans-serif}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .row .col-7{text-align:end}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-price{font-weight:500;color:#767676}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-price.right{color:#313638}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-price .remove-btn{background:inherit;border:0;color:#df0909;cursor:pointer}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .cmp-cart-detail-right-section{text-align:right}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .cmp-cart-detail-title{font-family:"Helvetica-Neue",sans-serif;padding-bottom:.9375rem;display:block;font-size:1.125rem}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .black-normal{font-family:"Archer-Ssm",sans-serif;font-weight:400}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .black-bold{color:#000;font-weight:800}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .black-bold-right{font-family:"Archer-Ssm",sans-serif;color:#000;font-weight:800}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .light-bold{font-family:"Archer-Ssm",sans-serif;color:dimgray;font-weight:400}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .gray-bold{font-family:"Archer-Ssm",sans-serif;color:#313638;font-weight:700}.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-gift .red{font-family:"Archer-Ssm",sans-serif;color:#df0909}.cmp-cart-container .cartwrapper__order-item-price{text-align:right;color:#2b2b2d;padding:0 .625rem}@media(min-width: 768px){.cmp-cart-container .cartwrapper__order-item-price{padding:0 1.25rem}}@media(min-width: 1200px){.cmp-cart-container .cartwrapper__order-item-price{padding:0 1.875rem}}.cmp-cart-container .single-sub-total,.cmp-cart-container .border-bottom-black,.cmp-cart-container .order-grand-total .cart-total__border{border-bottom:.0625rem solid #2b2b2d}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul{list-style:none;margin:0;padding:0;display:table;width:100%}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.cartwrapper__order-item-price-shipping-totalcart{border-bottom:.0625rem solid #929292}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.promo .cartwrapper__order-item-price-shipping-li:first-child{color:#008391}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.promo .cartwrapper__order-item-price-shipping-li:nth-child(2){color:#8e502b}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.total-cart-price li:first-child{color:#2b2b2d}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul.total-cart-price li:nth-child(2){color:#2b2b2d}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li{font-family:"Archer-Ssm",sans-serif;font-weight:normal;font-size:1.125rem;display:table-cell;padding:.9375rem}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li.free{text-transform:uppercase;color:#008391}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li:first-child{color:#767676;padding-left:0;font-weight:700;font-size:1.125rem}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li:nth-child(2){padding-right:0;text-align:right;font-weight:700}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li.info{font-weight:normal;font-style:italic}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li.cartwrapper__order-item-price-shipping--li__discountAmount{color:#8e502b}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li .cartwrapper__order-item-price-shipping--li__removePromoButton{background:inherit;border:0;color:#df0909;cursor:pointer}.cmp-cart-container .cartwrapper__order-item-price-shipping .cartwrapper__order-item-price-shipping--ul .cartwrapper__order-item-price-shipping--li .cartwrapper__order-item-price-shipping--li__appliedPromoStyle{text-transform:uppercase;color:#008391}.cmp-cart-container .promo-code-wrapper{display:table;width:100%}.cmp-cart-container .promo-code-wrapper>div{display:table-cell;vertical-align:middle}.cmp-cart-container .promo-code-wrapper.bg-white{background-color:inherit;padding:1.25rem 0 .625rem 0}@media(max-width: 767.98px){.cmp-cart-container .promo-code-wrapper.bg-white{padding:1.25rem 0 .125rem 0}}.cmp-cart-container .promo-code-wrapper .promo-addbtn{text-align:right}.cmp-cart-container .promo-code-wrapper .promo-addbtn .btn.btn-primary{padding:.125rem 1.25rem;height:40px;border:.0625rem solid rgba(0,0,0,0);border-radius:4px;background-color:rgba(148,152,155,.5);color:#fff}@media(min-width: 576px){.cmp-cart-container .promo-code-wrapper .promo-addbtn .btn.btn-primary{font-size:1rem}}@media(min-width: 768px){.cmp-cart-container .promo-code-wrapper .promo-addbtn .btn.btn-primary{font-size:1.5rem}}.cmp-cart-container .promo-code-wrapper .promo-addbtn .btn.btn-primary.active{background-color:#ccf2f2;color:#008391}.cmp-cart-container .promo-code-wrapper .promo-input{width:100%;padding-right:0;margin-top:-0.625rem}.cmp-cart-container .promo-code-wrapper .promo-input input{display:block;width:100%;border:0;border-bottom:.0625rem solid #a3a3a3;height:36px;margin-top:.9375rem;background:inherit}.cmp-cart-container .promo-code-wrapper .promo-input input:focus-visible{outline:none}.cmp-cart-container .promocode-error-message{color:#df0909;font-weight:500}.cmp-cart-container .cartwrapper__subscription-info{color:#ff6000;font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;padding:.9375rem 0}.cmp-cart-container .cartwrapper__subscription-info .cartwrapper__subscription-info-h4{cursor:pointer;padding-bottom:.625rem;margin:0;position:relative}@media(min-width: 768px){.cmp-cart-container .cartwrapper__subscription-info .cartwrapper__subscription-info-h4{font-size:.875rem;font-weight:700}}@media(min-width: 768px){.cmp-cart-container .cartwrapper__subscription-info .cartwrapper__cartwrapper__subscription-ul{margin-top:.625rem}}.cmp-cart-container .cartwrapper__subscription-info .cartwrapper__cartwrapper__subscription-ul.active{display:block}#cart-page-container .cart-loggedin-username{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:1.5625rem;padding-bottom:2.5rem}#cart-page-container .cart-loggedin-username .cart-loggedin-username-span{font-weight:700;padding:0 .3125rem}#cart-page-container .cart-loggedin-username .auth-logout{text-decoration:underline;cursor:pointer}.related-products__root{margin:3.125rem auto}.related-products__root .slick-dots{position:absolute;bottom:.3125rem;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.related-products__root .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 .3125rem;padding:0;cursor:pointer}.related-products__root .slick-dots li button{border:0;background:rgba(0,0,0,0);display:block;height:15px;width:15px;font-size:0;color:rgba(0,0,0,0);padding:.3125rem;cursor:pointer}.related-products__root .slick-dots li button:hover,.related-products__root .slick-dots li button:focus{outline:none}.related-products__root .slick-dots li button:hover::before,.related-products__root .slick-dots li button:focus::before{opacity:1}.related-products__root .slick-dots li button::before{position:absolute;top:0;left:0;content:"";width:15px;height:15px;background-color:#909090;opacity:1;border-radius:50%}.related-products__root .slick-dots li.slick-active button::before{background-color:#313638;opacity:1}.related-products__root .cmp-container__related-products{padding-top:2.5rem}@media(min-width: 768px){.related-products__root .cmp-container__related-products{padding-top:0}}.related-products__root .cmp-container__related-products .cmp-text__related-products--title{color:#2b2b2d;margin-top:0;margin-bottom:1.25rem;text-align:center}.related-products__root .related-products__items--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:1400px;margin:auto;padding:0 1.25rem;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.related-products__root .related-products__items--row .related-products__item--column{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media(min-width: 768px){.related-products__root .related-products__items--row .related-products__item--column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(min-width: 992px){.related-products__root .related-products__items--row .related-products__item--column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.related-products__root .related-products__items--row .slick-slider{padding-bottom:1.875rem;width:100%;min-width:100%}.related-products__root .related-products__items--row .slick-slider .slick-slide{padding:.625rem}.related-products__root .related-products__items--row .related-products__item--card{-webkit-box-flex:1;-ms-flex:1;flex:1;border:0;margin:.625rem;max-width:auto;border-radius:4px;background-color:#fff;position:relative;white-space:break-spaces;max-width:100%}@media(min-width: 992px){.related-products__root .related-products__items--row .related-products__item--card{max-width:380px}}.related-products__root .related-products__items--row .related-products__item--card .related-products__item-gotocart{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%;z-index:9;line-height:0;font-size:0;color:rgba(0,0,0,0)}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-image{background:#fff;border-top-right-radius:4px;border-top-left-radius:4px}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-image .related-products__item--card-image-img{width:100%;max-width:274px;-o-object-fit:contain;object-fit:contain;display:block;padding:.625rem 0;margin:auto;-webkit-transform:scale(0.9);transform:scale(0.9);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body{padding:.625rem .625rem 1.25rem;text-align:center;word-break:break-word}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--roaster-name{font-family:"Helvetica-Neue",sans-serif;font-weight:400;font-size:1rem;line-height:24px;color:#221f20;text-align:center}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--coffee-name{font-family:"Helvetica-Neue",sans-serif;font-weight:700;font-size:1rem;line-height:24px;color:#221f20;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--coffee-name .related-products__item--coffee-name-a{color:#221f20}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--darkroast{font-family:"Helvetica-Neue",sans-serif;font-weight:400;font-size:.875rem;line-height:24px;color:#221f20}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--price-from-oz{font-family:"Helvetica-Neue",sans-serif;font-weight:700;font-size:1rem;line-height:24px;color:#221f20;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--unit-price{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:20px;color:#221f20;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .cmp-container-related-products__item--btn{margin:.9375rem;position:relative;z-index:99}.related-products__root .related-products__items--row .related-products__item--card:hover .related-products__item--card-image-img{-webkit-transform:scale(1);transform:scale(1)}.related-products__root .related-products__items--row#relatedProductsRoasters{padding:0;margin-left:-0.625rem;margin-right:-0.625rem}.loading-spinner{padding:1rem}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes lds-spinner{0%{opacity:1}100%{opacity:0}}@keyframes lds-spinner{0%{opacity:1}100%{opacity:0}}.lds-spinner{position:relative;margin:0 auto}.lds-spinner div{left:94px;top:18px;position:absolute;-webkit-animation:lds-spinner linear 1s infinite;animation:lds-spinner linear 1s infinite;background:#391538;width:12px;height:36px;border-radius:30%;-webkit-transform-origin:6px 82px;transform-origin:6px 82px}.form .has-error,.form .is-valid,.select{background-position:right .5rem top 50%;background-repeat:no-repeat;background-size:1.6rem}.lds-spinner div:nth-child(1){-webkit-transform:rotate(0);transform:rotate(0);-webkit-animation-delay:-875ms;animation-delay:-875ms}.lds-spinner div:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation-delay:-0.75s;animation-delay:-0.75s}.lds-spinner div:nth-child(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-625ms;animation-delay:-625ms}.lds-spinner div:nth-child(4){-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.lds-spinner div:nth-child(5){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-375ms;animation-delay:-375ms}.lds-spinner div:nth-child(6){-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation-delay:-0.25s;animation-delay:-0.25s}.lds-spinner div:nth-child(7){-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-125ms;animation-delay:-125ms}.lds-spinner div:nth-child(8){-webkit-transform:rotate(315deg);transform:rotate(315deg);-webkit-animation-delay:0s;animation-delay:0s}.lds-spinner{width:100px !important;height:100px !important;-webkit-transform:translate(-50px, -50px) scale(0.5) translate(50px, 50px);transform:translate(-50px, -50px) scale(0.5) translate(50px, 50px)}.dialog__overlay{z-index:99998;background-color:rgba(255,255,255,.66);position:fixed;top:0;left:0;bottom:0;right:0}.dialog__content_spinner{z-index:99999;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(0,0,0,0)}.dialog__content_spinner{padding:1em;max-width:90%;width:600px}.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-group{margin-bottom:1rem}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}@media(min-width: 576px){.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-sm-4{margin-left:33.3333333333%}}@media(min-width: 768px){.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-md-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-md-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.offset-md-7{margin-left:58.3333333333%}}@media(min-width: 992px){.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}}.cmp-container__checkout-root{text-align:center;padding:0 .9375rem 1.25rem;width:100%;max-width:100%}@media(min-width: 768px){.cmp-container__checkout-root{padding:0 0 1.25rem}}.cmp-container__checkout-root .cmp-text__checkout--heading{color:#2b2b2d;text-align:center;padding:.9375rem 0;border-bottom:0}@media(min-width: 768px){.cmp-container__checkout-root .cmp-text__checkout--heading{border-bottom:1px solid #2b2b2d}}.cmp-container__checkout-root .cmp-text__checkout--sub-heading{color:#2b2b2d;text-align:center;margin:0}.cmp-container__checkout-root .cmp-text__checkout--sub-heading.text-left{text-align:left}.cmp-container__checkout-root .cmp-text__checkout--billing-addres--label{padding:1.25rem 0 .625rem;display:block}.cmp-container__checkout-root .cmp-text__checkout--country{font-family:"Helvetica-Neue",sans-serif;border:1px solid #ebebeb;color:#555;cursor:not-allowed;background:#f2f2f2;padding:.9375rem 2.5rem .9375rem .625rem;width:100%;font-size:1rem;text-align:left}.cmp-container__checkout-root .cpm-text__checkout--country_label{font-weight:400;text-align:left;font-size:.75rem;display:block;margin-bottom:-0.9375rem;color:#707070}.cmp-container__checkout-root .cmp-container__checkout-shipping--box{position:relative}.cmp-container__checkout-root .cmp-container__checkout-shipping--box .cmp-text__checkout--edit{position:absolute;top:0;right:0}.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper{max-width:680px;margin:auto}.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper .cmp-text__checkout--saved-label{text-transform:uppercase}.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper .cmp-text__checkout--saved{margin:0 0 .9375rem}.cmp-container__checkout-root .cmp-container__checkout-email--box,.cmp-container__checkout-root .cmp-container__checkout-address--box,.cmp-container__checkout-root .cmp-container__checkout-payemnt--box{max-width:400px;margin:0 auto;padding-bottom:.9375rem}.cmp-container__checkout-root .cmp-container__checkout-email--box .cmp-grid__checkout-address--col,.cmp-container__checkout-root .cmp-container__checkout-address--box .cmp-grid__checkout-address--col,.cmp-container__checkout-root .cmp-container__checkout-payemnt--box .cmp-grid__checkout-address--col{padding:0}.cmp-container__checkout-root .cmp-container__checkout-address--box{padding-bottom:0}.cmp-container__checkout-root .cmp-container__checkout-email--wrapper .col{padding:0}.cmp-container__checkout-root .cmp-text__checkout--saved-email{padding:1.25rem 0;display:block}.cmp-container__checkout-root .key{padding-right:0;text-align:right;font-family:"Archer-Ssm",sans-serif;font-size:14px !important;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:right;color:#2b2b2d !important}.cmp-container__checkout-root .cmp-form__checkout--country-code{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.625rem;width:80px;height:50px;background-color:#f2f2f2;border:0;border-radius:4px;padding:.9375rem .625rem}.cmp-container__checkout-root .cmp-form__checkout-input--phone-number{-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-container__checkout-root .cmp-hr__border-bottom{margin:1rem 0;border:0;border-bottom:1px solid #2b2b2d}.cmp-container__checkout-root .value{padding-left:0;font-family:Bitter;font-size:14px !important;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#767676 !important;text-align:right}.cmp-container__checkout-root .cmp-text__checkout--edit{cursor:pointer;text-decoration:underline;float:right}.cmp-container__checkout-root .cmp-text__checkout--edit.email{position:absolute;right:0;top:0}.cmp-container__checkout-root .border{border-right:1px solid}.cmp-container__checkout-root .no_padding{padding:0}.cmp-container__checkout-root .payment-button{max-width:100%}.cmp-container__checkout-root .cmp-text__checkout--saved{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;margin-top:.625rem}.cmp-container__checkout-root .left{text-align:left}.cmp-container__checkout-root .cmp-text__checkout--toggle-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.3125rem 0;margin:.9375rem 0;border-bottom:1px solid #2b2b2d;border-top:1px solid #2b2b2d;text-transform:uppercase;color:#707070;background-color:#faf7f5}@media(min-width: 768px){.cmp-container__checkout-root .cmp-text__checkout--toggle-details{margin:.9375rem}}.cmp-container__checkout-root .cmp-form__checkout__shipping-adress-checkobox--input{width:18px;height:18px;margin-right:.625rem}.cmp-container__checkout-root .cmp-text__checkout-order-details-gift .cmp-text__checkout-order-details-gift--span{color:#767676;font-family:"Archer-Ssm",sans-serif;font-weight:400}.cmp-container__checkout-root .cmp-text__checkout-order-details-gift .cmp-text__checkout-order-details-gift--ul .cmp-text__checkout-order-details-gift--li{color:#2b2b2d;font-family:"Montserrat";font-weight:500}.cmp-modal-root .model-body{color:#000;font-size:1.75rem;margin-bottom:2.1875rem;line-height:1.5rem;font-weight:500;font-family:"Helvetica-Neue",sans-serif;max-width:500px;text-align:center}.cmp-modal-root .model-body .cmp-form__checkout-form-field__select--box{margin-left:.3125rem;margin-right:.3125rem}.cmp-modal-root .model-body .cmp-form__checkout-form-field__select{margin-top:2.1875rem}.cmp-modal-root .address-model-body{color:#000;font-size:1rem;margin:.03125rem 1.25rem .03125rem 1.875rem;line-height:1.5rem;font-weight:500;font-family:"Helvetica-Neue",sans-serif;max-width:640px;background-color:#fff}.cmp-modal-root .address-model-body .address-section{width:100%;margin-top:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-modal-root .address-model-body .address-section .col-1{padding:0}.cmp-modal-root .address-model-body .address-section .col-11{padding:0}.cmp-modal-root .address-model-body .cmp-select-box__input{width:1.5625rem;height:1.5625rem;background-color:#fff}.cmp-modal-root .address-model-body .cmp-select-box__input-text{border:none;margin:.625rem .625rem .625rem .03125rem;width:100%;border-bottom:.03125rem solid}.cmp-modal-root .address-model-body .cmp-select-box__input-text:focus{outline:none}.cmp-modal-root .address-model-body .cmp-select-box__label{font-family:"Montserrat";font-size:1rem;font-weight:700}.cmp-modal-root .address-model-body .cmp-address-section-detail-container{margin-top:.9375rem;font-family:"Montserrat";font-size:1rem;font-weight:500}.cmp-modal-root .address-model-body .label{margin-top:.9375rem}.cmp-modal-root .address-model-body .cmp-address-section-edit-section{padding-top:.625rem;font-family:"Montserrat";font-size:1rem;font-weight:500;color:#221f20;cursor:pointer}.cmp-modal-root .closeBtn{position:relative;width:40px;height:40px;padding:0;border:0;background:#fff;border-radius:4px;color:rgba(0,0,0,0);cursor:pointer}.cmp-modal-root .closeBtn::before,.cmp-modal-root .closeBtn::after{content:"";position:absolute;display:block;height:2px;margin-top:-1px;top:50%;left:.625rem;right:.625rem;background:#2b2b2d}.cmp-modal-root .closeBtn::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cmp-modal-root .closeBtn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cmp-modal-root .saveBtn{height:50px;background-color:#221f20;color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50px;border:solid 2px #221f20;width:100%;margin:.3125rem;font-weight:800;cursor:pointer}.cmp-modal-root .useBtn{max-width:100%;width:100%;margin:10px auto 20px;display:block;font-size:1rem;border-radius:50px}@media(min-width: 576px){.cmp-modal-root .useBtn{min-width:240px;margin:30px auto 20px;width:auto}}.cmp-modal-root .cancelBtn{height:50px;background-color:#fff;color:#221f20;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;border:solid 2px #221f20;width:100%;margin:.3125rem;font-weight:800;cursor:pointer}.cmp-modal-root .model-title{padding-top:0;border-bottom:0;color:#2b2b2d;text-align:center;margin:auto;margin-bottom:2.1875rem;padding-left:2.5rem}.cmp-modal-root .color{color:#2b2b2d}.customSelectInput{margin-top:.3125rem}.customSelectInputLabel{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;margin-top:.3125rem;margin-bottom:.3125rem;font-weight:500;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customSelectInputLabel .customSelectInputLabel_a{text-decoration:underline;color:#008391;cursor:pointer}.ReactModal__Overlay{background-color:rgba(0,0,0,.75) !important}body.ReactModal__Body--open{overflow:hidden !important}.ReactModal__Overlay{z-index:99999}.ReactModal__Overlay .ReactModal__Content{width:100% !important;border-radius:0 !important;padding-bottom:0 !important;min-height:150px;max-height:100vh}.ReactModal__Overlay .ReactModal__Content .model-container .address-model-body{max-height:100vh}.profile-container{text-align:left;width:391px;padding:15px;border:1px solid #fff;margin:0 auto}.profile-container h2{font-family:Bitter;letter-spacing:-0.5px;font-size:30px;font-weight:bold;text-align:center;color:#8e502b;margin:0px;padding:20px 0;line-height:40px}.profile-container div{background-color:#f1fafa;font-family:Arial,Helvetica,sans-serif;color:#2b2b2d;font-size:20px;font-weight:normal;word-break:break-all;line-height:20px;height:auto;text-align:center}.profile-container span{display:block;font-family:"Helvetica-Neue",sans-serif;font-size:16px;font-weight:500;letter-spacing:-0.5px;color:#2b2b2d;padding:15px 0}.profile-container span a{color:inherit}.profile-container span hr{margin:15px 0}.profile-container span svg{float:right;margin-top:.4em}.profile-container span span{display:inline}.profile-container span .profile__verify-link{color:#007584;cursor:pointer;text-decoration:underline}.profile-container span .profile__callNow{color:#228639;text-decoration:none;margin-left:10px}.profile-container .profile__sub-heading{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:bold;text-transform:uppercase;color:#8e502b}.profile-container .profile__info{font-family:Arial;font-size:14px;line-height:1.43;color:#313638;padding:20px 0;text-align:center}.profile-container button{font-family:"Montserrat",sans-serif;border:solid 2px #007584;color:#007584;font-size:16px;border-radius:4px;font-weight:700;line-height:50px;height:50px;background-color:#fff;width:100%}.cmp-form__checkout--form-control{margin:1.5625rem 0;position:relative}.cmp-form__checkout--form-control .cmp-form__checkout--form-label{font-weight:400;text-align:left;top:-1.5625rem;font-size:.75rem}.cmp-form__checkout--form-control .cmp-form__checkout--form-label.label_absolute{font-size:1rem;left:0;margin:0;padding:.9375rem .625rem 0 0;position:absolute;top:-0.3125rem;-webkit-transition:all .4s;transition:all .4s}.cmp-form__checkout--form-control .cmp-form__checkout--form-input{margin-top:0;height:40px;padding-bottom:0}.cmp-form__checkout--form-control .cmp-form__checkout--form-input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset !important;box-shadow:0 0 0 30px #fff inset !important}.cmp-form__checkout--form-control .cmp-form__checkout--form-textarea{display:block}.invalid .cmp-form__error-message{color:#df0909;text-align:left}.invalid .cmp-form__checkout--form-input,.invalid .cmp-form__checkout--form-textarea{border-color:#df0909}.cmp-form__error-message{color:#df0909;text-align:left;margin-top:0;margin-bottom:5px}.cmp-checkout__shipping-adress-checkobox{margin-bottom:1.25rem}.cmp-checkout__shipping-adress-checkobox .cmp-col__checkout__shipping-adress-checkobox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;padding:0}.cmp-checkout__shipping-adress-checkobox .cmp-form__checkout--form-control{display:-webkit-box;display:-ms-flexbox;display:flex;width:20px;margin:0 .625rem 0 0}.cmp-checkout__shipping-adress-checkobox .cmp-checkout__shipping-adress-checkobox--label{-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-my-beanz__root{display:grid;place-items:center;padding:3.125rem 0}.cmp-my-beanz__root .cmp-text-my-beanz__header{font-family:"Archer-Ssm",sans-serif;font-size:32px;line-height:48px;font-weight:400;color:#221f20;margin-bottom:1.25rem}@media(min-width: 768px){.cmp-my-beanz__root .cmp-text-my-beanz__header{font-family:"Archer-Ssm",sans-serif;font-size:40px;line-height:56px}}.cmp-my-beanz__root .cmp-text-my-beanz__email{font-family:"Helvetica-Neue",sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#221f20;background-color:#f7f3ed;padding:1.5625rem .625rem;word-break:break-all;width:100%;text-align:center}@media(min-width: 768px){.cmp-my-beanz__root .cmp-text-my-beanz__email{font-size:18px}}.cmp-my-beanz__root .cmp-container-my-beanz__contents{display:grid;width:100%;max-width:1400px;padding:0 2.5rem;grid-template-columns:1fr}@media(min-width: 768px){.cmp-my-beanz__root .cmp-container-my-beanz__contents{grid-template-columns:1fr 1fr 1fr;-ms-flex-line-pack:start;align-content:flex-start;place-items:normal}}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}@media(min-width: 768px){.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul{width:100%;padding:1.25rem 1.875rem}}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li{padding:.625rem 0;border-top:1px solid #707070}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a{font-family:"Helvetica-Neue",sans-serif;font-weight:400;font-size:14px;line-height:24px;color:#221f20;display:table;width:100%;color:#313638}@media(min-width: 768px){.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a{font-size:16px}}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a .cmp-icon-my-beanz__content--icons{display:table-cell;text-align:right}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a .cmp-icon-my-beanz__content--icons svg path{stroke:#221f20}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li.cmp-container-my-beanz__content--li--call-us .cmp-text-my-beanz__content--a .cmp-icon-my-beanz__content--icons svg path{fill:#221f20;stroke:rgba(0,0,0,0)}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li.cmp-container-my-beanz__content--li--call-us .cmp-text-my-beanz__content--a .cmp-icon-my-beanz__content--icons svg path:nth-child(1){stroke:rgba(0,0,0,0);fill:rgba(0,0,0,0)}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--resend-link{padding:.625rem 0}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--resend-link .cmp-text-my-beanz__content-p--resend-link{display:table;width:100%;color:#313638;text-decoration:underline;cursor:pointer;color:#007584}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-container-my-beanz__content--ul .cmp-text-my-beanz__content--a--call-now{padding-left:.3125rem}.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-text-my-beanz__content--header{font-family:"Helvetica-Neue",sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#221f20;padding:1.5625rem .625rem;word-break:break-all;width:100%;padding:.625rem 0;margin-top:1.25rem}@media(min-width: 768px){.cmp-my-beanz__root .cmp-container-my-beanz__contents .cmp-text-my-beanz__content--header{font-size:18px;margin-top:0}}.addressValidation{font-size:.75rem;padding-top:.3125rem;color:#c0123f;margin-top:-15px;margin-bottom:8px}.cmp-myaccount__root{padding:3.125rem .625rem}.cmp-myaccount__root .cmp-container-myaccount__header{text-align:center;border-bottom:1px solid #ccc;margin-bottom:1.25rem}.cmp-myaccount__root .cmp-container-myaccount__header .cmp-text-myaccount__header--h1{font-family:"Archer-Ssm",sans-serif;font-size:32px;line-height:48px;font-weight:400;color:#221f20;margin-bottom:1.25rem}@media(min-width: 768px){.cmp-myaccount__root .cmp-container-myaccount__header .cmp-text-myaccount__header--h1{font-size:40px;line-height:56px}}.cmp-myaccount__root .cmp-container-myaccount__header .cmp-text-myaccount__header--subhead{padding-bottom:.9375rem;margin-bottom:.9375rem;position:relative}.cmp-myaccount__root .cmp-container-myaccount__header .cmp-text-myaccount__header--subhead::after{position:absolute;content:"";height:5px;width:40px;background-color:#c95100;bottom:0;left:50%;margin-left:-1.25rem;border-radius:4px}.cmp-myaccount__root .cmp-text-myaccount__title--h4{font-family:"Archer-Ssm",sans-serif !important;font-size:24px !important;line-height:32px !important;text-align:center;color:#221f20}.cmp-myaccount__root .cmp-container__myaccount--details{max-width:400px;margin:auto}.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details{padding:.9375rem 0;position:relative}.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-bold-p{margin-bottom:.3125rem}.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--change-password-a{font-weight:700;text-align:center;margin:1.25rem;display:block}.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--details-edit,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--details-save{position:absolute;right:0;top:.9375rem}.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--set-as-defualt,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--delete-address,.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--add-address{margin:.625rem 0;padding:0 .625rem;display:inline-block}.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--set-as-defualt{border-right:1px solid dimgray;padding-left:0}.cmp-myaccount__root .cmp-container__myaccount--details .cmp-container__myaccount--filled-details .cmp-text__myaccount--filled-details-anchor--add-address{padding:0 !important}.cmp-myaccount__root .cmp-form__myaccount{width:100%}.cmp-myaccount__root .cmp-form__myaccount.cmp-form__myaccount--address-line-1,.cmp-myaccount__root .cmp-form__myaccount.cmp-form__myaccount--address-line-2{display:none}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-group{margin-bottom:.9375rem}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field{display:block;margin-bottom:1.25rem;position:relative}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field .cmp-form__myaccount-form-field__label{font-weight:500;text-transform:none}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field--is-active{margin-bottom:1.25rem}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field--is-active .cmp-form__myaccount-form-field__control::after{border-bottom:1px solid #555;-webkit-transform:scaleX(150);transform:scaleX(150)}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field--is-active .cmp-form__myaccount-form-field__label{font-size:.625rem;-webkit-transform:translateY(-14px);transform:translateY(-14px);color:#909090}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field .cmp-form__myaccount-form-field__control-error{border-color:#c0123f}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field--is-filled{margin-bottom:1.25rem}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field--is-filled .cmp-form__myaccount-form-field__label{font-size:.625rem;-webkit-transform:translateY(-14px);transform:translateY(-14px);text-transform:uppercase;color:dimgray;font-weight:700}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field.phone-number-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field.phone-number-box .cmp-form__myaccount-form-field__input--country-call-code{width:60px;height:40px;border:0;text-align:center;color:dimgray;margin-right:.625rem;background:#f2f2f2}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__control{background:#fff;overflow:hidden;position:relative;width:100%}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__control::after{bottom:0;content:"";display:block;left:0;margin:0 auto;position:absolute;right:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .4s;transition:all .4s;width:1%}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__select{margin-top:1.25rem;padding:.625rem .3125rem}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-control{width:100%}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__shipping-country-box .cmp-form__myaccount-form-field{margin-bottom:1.25rem}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__shipping-country-box .cmp-form__myaccount-form-field .cmp-form__myaccount-form-field__label{font-size:.625rem;-webkit-transform:translateY(-14px);transform:translateY(-14px);text-transform:uppercase;color:dimgray;font-weight:700}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__shipping-country-field{border:1px solid #ebebeb;color:#555;cursor:not-allowed;background:#ebebeb;padding:.9375rem 2.5rem .9375rem .625rem;width:100%;margin-top:1.25rem}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field__textarea{height:150px}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field_error-p{font-size:.75rem;padding-top:.3125rem;color:#c0123f}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-error-message-position{position:absolute;bottom:0;left:70px}.cmp-myaccount__root .cmp-form__myaccount .cmp-form__myaccount-form-field_success-p{font-size:.75rem;padding-top:.3125rem;color:#228639}.cmp-myaccount__root .cmp-container__myaccount--edti-password{padding:.9375rem;background-color:#f7f7f7}.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-form__myaccount-form-field__control{background-color:rgba(0,0,0,0);position:relative;margin-bottom:1.25rem}.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-form__myaccount-form-field__control .cmp-form__myaccount-form-field__label{top:.625rem}.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-form__myaccount-form-field__control .cmp-form__myaccount-form--show-password,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-form__myaccount-form-field__control .cmp-form__myaccount-form--hide-password{color:dimgray;position:absolute;right:0;top:1.5625rem}.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-form__myaccount-form-field__control .cmp-form__myaccount-form--hide-password{display:none}.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save{width:100%;padding:.625rem;margin:.625rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__cancel{width:100%;padding:.625rem;margin:.625rem 0}.gift-select-plan__title{padding-top:2.5rem;padding-bottom:.9375rem;text-align:center}.gift-plan-form fieldset{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:940px;margin:0 auto;padding:0;text-align:center;border:0}.gift-plan-form__btn-box{display:block;width:100%;margin:auto;padding:.3125rem}.gift-plan-form__btn-box .loadingSpinner{position:absolute;top:.9375rem;margin-left:-1.875rem;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.gift-plan-form__button{position:relative;display:block;margin:.625rem auto 1.25rem}@media(min-width: 768px){.gift-plan-form__button{margin:1.25rem auto}}.gift-plan-form__button.disabled{cursor:no-drop;opacity:.5;pointer-events:none}.gift-plan-form .gift-plan-card{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;padding:.625rem .3125rem}@media(min-width: 768px){.gift-plan-form .gift-plan-card{padding:.625rem}}.gift-plan-form .gift-plan-card__content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:.3125rem .3125rem;border:1px solid #007584;border-radius:8px;cursor:pointer}@media(min-width: 768px){.gift-plan-form .gift-plan-card__content{padding:.9375rem .3125rem}}.gift-plan-form .gift-plan-card__header,.gift-plan-form .gift-plan-card__price{margin:0;padding:0}.gift-plan-form .gift-plan-card__header{padding:.625rem 0;color:#007584}.gift-plan-form .gift-plan-card__p{padding-top:.625rem;color:#2b2b2d;line-height:.75rem}.gift-plan-form .gift-plan-card__ul{margin:.625rem 0;line-height:2rem}.gift-plan-form .gift-plan-card__price{display:block}.gift-plan-form .gift-plan-card__price .gift-plan-card__price-head{padding-top:.3125rem}.gift-plan-form .gift-plan-card__price .gift-plan-card__actual-price{padding-right:.3125rem;text-decoration:line-through}.gift-plan-form__radio{display:none}.gift-plan-form__radio:checked+.gift-plan-card .gift-plan-card__content{background-color:#ccf2f2}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content-wrapper{padding:.9375rem;border-radius:8px;border:1px solid rgba(34,31,32,.26)}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content-wrapper .cmp-container-purchase__content--box-head{padding-bottom:.9375rem}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content-wrapper .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__sku-market-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.9375rem}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content-wrapper .cmp-container-purchase__content--box-order-detials-item--details .cmp-text-purchase__content--box-order-info{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;position:absolute;right:-6px;width:24px;height:24px;text-align:center;background:rgba(0,0,0,0);border:1px solid #221f20;border-radius:50px;top:0;color:#221f20;cursor:pointer}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content-wrapper .cmp-container-purchase__content-box-edit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.9375rem}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__price-details{display:table;width:100%}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__price-details:not(:last-of-type){border-bottom:1px solid #6c7782;padding:.9375rem 0}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__price-details:last-of-type{padding-top:.9375rem}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__price-details .cmp-container-purchase__price-detail{display:table-cell}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__price-details .cmp-container-purchase__price-detail:nth-child(2){text-align:right;min-width:3.75rem}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__price-details .cmp-container-purchase__price-detail-discount{display:block}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__price-details .cmp-container-purchase__price-detail .cmp-container-purchase__content--box--subscription-price-details--span{font-weight:400}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--change-cofffee-button{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:.9375rem}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--shipping-address,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--billing-address,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--gift-card,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--shipping-address .cmp-container-purchase__content--box--edit-box,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--billing-address .cmp-container-purchase__content--box--edit-box,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--gift-card .cmp-container-purchase__content--box--edit-box,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .cmp-container-purchase__content--box:not(.collapsed) .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-container-purchase__content--box--edit-box{width:unset}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-bold{font-weight:700}.cmp-purchase__root .__react_component_tooltip{max-width:250px}.cmp-purchase__root{padding:0 0 1.875rem;background-color:#fbf7f5}.cmp-purchase__root .cmp-container-purchase__header{text-align:center;border-bottom:1px solid #ccc;background:#fff;padding-top:3.125rem}.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--h1{font-family:"Archer-Ssm",sans-serif;font-size:32px;line-height:48px;font-weight:400;color:#221f20;margin-bottom:1.25rem;margin-bottom:1.25rem}@media(min-width: 768px){.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--h1{font-family:"Archer-Ssm",sans-serif;font-size:40px;line-height:56px}}.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--tab-ul{display:table;margin:auto}.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--tab-ul .cmp-text-purchase__header--tab-li{display:inline-block;padding:.9375rem;margin-bottom:1.25rem}.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--tab-ul .cmp-text-purchase__header--tab-li .cmp-text-purchase__header--tab-item{padding-bottom:.625rem;margin-bottom:.9375rem;position:relative;color:#6c7782}.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--tab-ul .cmp-text-purchase__header--tab-li .cmp-text-purchase__header--tab-item.active{color:#202020}.cmp-purchase__root .cmp-container-purchase__header .cmp-text-purchase__header--tab-ul .cmp-text-purchase__header--tab-li .cmp-text-purchase__header--tab-item.active::after{position:absolute;content:"";height:5px;width:40px;background-color:#c95100;bottom:0;left:50%;margin-left:-1.25rem;border-radius:4px}.cmp-purchase__root .cmp-botton-purchase__div{text-align:center;margin:0 .9375rem}.cmp-purchase__root .cmp-botton-purchase__div .cmp-botton-purchase__content--view-more{max-width:320px;margin:1.5625rem auto 0}.cmp-purchase__root .cmp-container-purchase__content{background:#fbf7f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 .9375rem 0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content-message{width:100%;margin:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5625rem;padding:.9375rem 1.5625rem 1.5625rem;border-radius:4px;-webkit-box-shadow:0 4px 10px 0 rgba(148,152,155,.5);box-shadow:0 4px 10px 0 rgba(148,152,155,.5);background-color:#fff;width:100%;max-width:650px;margin:1.5625rem auto 0;min-height:100px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head{position:relative;padding-bottom:.625rem;border-bottom:1px solid #a3a3a3;min-height:50px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-head--title{margin-bottom:.3125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-head--sub-title{color:#6c7782}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-toggle-arrow{position:absolute;height:40px;width:40px;top:0;right:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-toggle-arrow::after{position:absolute;content:"";height:100%;width:100%;top:0;bottom:0;left:0;right:0;background-size:22px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 .625rem}@media(min-width: 576px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials{width:100%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-text-purchase__content--box--edit-box--title{text-transform:capitalize}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head{margin-bottom:.9375rem;margin-top:.625rem;display:table;width:100%;position:relative}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head .cmp-text-purchase__content--box-order-head--order-number{display:table-cell;color:#202020 !important;font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;line-height:1.125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head .cmp-text-purchase__content--box-order-head--order-status,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head .cmp-text-purchase__content--box-order-head--title{display:table-cell;text-transform:capitalize}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head.font-rosso-corsa{color:#df0909}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head.font-purple{color:#b83fab}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head.font-red{color:#df0909}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head.font-orange{color:#ca4f04}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-head .cmp-text-purchase__content--box-order-head--p{display:table-row}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-box--order-details .cmp-container-purchase__content--edit-box--form .cmp-text-purchase__content--edit-box--label{width:100%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-box--order-details .cmp-container-purchase__content--edit-box--form .cmp-input-purchase__content--edit-box--select{width:100%;margin-bottom:.9375rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn{padding:.3125rem;width:100%;margin:.625rem 0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--cancel-btn{padding:.3125rem;width:100%;margin:.3125rem 0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-group{margin-bottom:.9375rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field{display:block;margin-bottom:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field.parentSelect,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field .parentSelect{margin-bottom:.625rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field .cmp-grid__checkout-address--col{overflow:hidden}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--is-active .cmp-form__checkout-form-field__control::after{border-bottom:1px solid #555;-webkit-transform:scaleX(150);transform:scaleX(150)}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--is-active .cmp-form__checkout-form-field__label{font-size:.625rem;-webkit-transform:translateY(-14px);transform:translateY(-14px);color:#909090;text-transform:uppercase}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--is-filled .cmp-form__checkout-form-field__label{font-size:.625rem;-webkit-transform:translateY(-14px);transform:translateY(-14px);color:#909090;text-transform:uppercase}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__label{text-transform:capitalize;top:.625rem;font-weight:500}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__control{background:#fff;overflow:hidden;position:relative;width:100%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__control::after{bottom:0;content:"";display:block;left:0;margin:0 auto;position:absolute;right:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .4s;transition:all .4s;width:1%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__select{margin-top:.5rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field__date-input{width:100%;margin-top:.5rem;padding:.625rem .9375rem;border-radius:4px;border:solid 1px #221f20;color:#221f20;background-color:#f7f7f7}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .select--error-message{font-size:.75rem;color:#df0909}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country{width:100%;border:0;background:#ebebeb;padding:.3125rem;color:#767676;margin-bottom:.625rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-image-purchase__content--box-order-detials-item--image{display:-webkit-box;display:-ms-flexbox;display:flex;width:40%;margin-right:.625rem;-o-object-fit:contain;object-fit:contain}@media(min-width: 576px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-image-purchase__content--box-order-detials-item--image{width:80px}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:10px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--darkroast{color:#8e502b}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--item-name{padding:0 0 .625rem;font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;line-height:1.125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--item-quantitly{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;font-weight:700;line-height:1.125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-text-purchase__content--box--content-p{margin:.3125rem 0 .3125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--subscription{color:#ca4f04;padding-left:1.25rem;position:relative;margin:.625rem 0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-detials-item--subscription::before{content:"";position:absolute;width:15px;height:15px;left:0;top:0;background-repeat:no-repeat;background-position:center left;background-size:cover}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials-item .cmp-container-purchase__content--box-order-detials-item--details .cmp-container-purchase__content--box-order-details-item--trackLink{font-size:.75rem;letter-spacing:-0.5px;font-weight:700}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul{display:table;width:100%;border-bottom:1px solid #6c7782}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li{display:table-cell;padding:.9375rem 0;color:#6c7782}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li:nth-child(2){text-align:right;color:#202020;min-width:3.75rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li.order-total{color:#221f20}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li.order-sub-total{color:#221f20}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li .cmp-container-purchase__content--box--order-price-details--span{display:block}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .cmp-container-purchase__content--box--order-price-details--li .cmp-container-purchase__content--box--order-price-details--span span{font-weight:700}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul .text-green{color:#318500 !important}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--ul:last-child{border-bottom:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul{display:table;width:100%;border-top:1px solid #6c7782}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li{display:table-cell;padding:.9375rem 0;color:#6c7782}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li:nth-child(2){text-align:right;color:#202020;min-width:3.75rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li.order-total{color:#221f20}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li.order-sub-total{color:#221f20}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li .cmp-container-purchase__content--box--subscription-price-details--span{display:block;line-height:16px;font-weight:400}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .cmp-container-purchase__content--box--subscription-price-details--li .cmp-container-purchase__content--box--subscription-price-details--span span{font-weight:700}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul .text-green{color:#318500 !important}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--subscription-price-details--ul:last-child{border-bottom:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--container{background-color:#f5f5f5;padding:0 14px 0 12px;border-radius:12px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--p{font-family:"Helvetica-Neue",sans-serif;font-size:12px;line-height:16px;color:rgba(10,10,10,.2588235294);font-weight:700;padding:12px 0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--p.order-price-p{padding-top:6px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details .cmp-container-purchase__content--box--order-price-details--p .cmp-container-purchase__content--box--order-price-details--p-span{font-family:"Archer-Ssm",sans-serif;color:#ec6418;font-size:24px;line-height:32px;font-weight:400}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-price-details hr{height:0;border:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column:nth-child(1){padding-left:0;padding-right:0}@media(min-width: 576px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column:nth-child(1){padding-right:.625rem}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column:nth-child(2){border-right:0;padding-right:0;padding-left:0}@media(min-width: 576px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column:nth-child(2){padding-left:.625rem}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment{position:relative;display:table;margin-bottom:.3125rem;width:100%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box .cmp-text-purchase__content--box--edit-box--title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box .cmp-text-purchase__content--box--edit-box--edit,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment .cmp-text-purchase__content--box--edit-box--title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment .cmp-text-purchase__content--box--edit-box--edit{color:#6c7782;display:table-cell;height:20px;vertical-align:middle}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box .cmp-text-purchase__content--box--edit-box--title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment .cmp-text-purchase__content--box--edit-box--title{position:relative;padding-left:1.5625rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box .cmp-text-purchase__content--box--edit-box--title::before,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment .cmp-text-purchase__content--box--edit-box--title::before{content:"";position:absolute;width:20px;height:20px;left:0;top:0;background-repeat:no-repeat;background-position:center left}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-box .cmp-text-purchase__content--box--edit-box--edit,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--edit-payment .cmp-text-purchase__content--box--edit-box--edit{text-align:right;cursor:pointer}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment{margin-top:.625rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button__icon,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button__icon{display:none}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout-input__inline-validation,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout-input__inline-validation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button{max-width:100%;margin:1.25rem auto;display:block;font-size:1rem;border-radius:8px}@media(min-width: 576px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button{max-width:240px;font-size:1.25rem;margin:1.875rem auto .9375rem}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment p{font-size:1rem !important;font-weight:500 !important}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button.disabled{opacity:.5;pointer-events:none;cursor:not-allowed;background-color:#f2f2f2;color:rgba(148,152,155,.5);border:1px solid rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types fieldset{border:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types fieldset input{cursor:pointer}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types fieldset .existing__new-popup-card-container .form-check-label img{margin-right:.625rem;margin-left:.625rem;position:relative;top:.3125rem;height:25px;border-radius:4px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types fieldset .existing__new-popup-card-container .form-check-label div{display:inline-block;padding-left:.625rem;font-weight:700}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--shipping-address,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--billing-address,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--gift-card,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment{position:relative;padding-bottom:.9375rem;margin-bottom:.9375rem;border-bottom:1px solid rgba(34,31,32,.26)}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--shipping-address .cmp-egiftcard-spacing,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--billing-address .cmp-egiftcard-spacing,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--gift-card .cmp-egiftcard-spacing,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-egiftcard-spacing{padding-bottom:.525rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--shipping-address .cmp-text-purchase__content--box--edit-box--edit,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--billing-address .cmp-text-purchase__content--box--edit-box--edit,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--gift-card .cmp-text-purchase__content--box--edit-box--edit,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-text-purchase__content--box--edit-box--edit{text-decoration:underline;cursor:pointer}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--shipping-address .cmp-container-purchase__content-box-details,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--billing-address .cmp-container-purchase__content-box-details,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--gift-card .cmp-container-purchase__content-box-details,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-container-purchase__content-box-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.3125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment{border:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment.edit-payment-section{position:relative}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-text-purchase__content--box--payment-p{padding-bottom:.3125rem;padding-top:.3125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-text-purchase__content--box--payment-p.card-detail{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-text-purchase__content--box--payment-p.card-detail .cmp-image__card-image{width:28px;margin-right:.3125rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-text-purchase__content--box--payment-p.card-expired{color:#df0909}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-container--subscription-buttons{margin-top:1.25rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-form__checkout--form-control{margin-top:1.25rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-form__checkout--form-control .cmp-form__checkout--form-input{padding-bottom:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-form__checkout--form-control .cmp-form__checkout--form-input:-moz-read-only{border-color:rgba(0,0,0,0)}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-form__checkout--form-control .cmp-form__checkout--form-input:read-only{border-color:rgba(0,0,0,0)}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .payment-form-label{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;text-align:left;top:-25px;font-size:10px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-container__payement--row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;margin:-0.625rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment .cmp-container__payement--row .cmp-container__payement--col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 .625rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info{margin-bottom:0;padding-left:1.5625rem;position:relative;margin-top:.9375rem}@media(min-width: 576px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info{margin-bottom:.9375rem}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info::before{content:"";position:absolute;width:20px;height:20px;left:0;top:0;background-repeat:no-repeat;background-position:center left}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info .cmp-text-purchase__content--box--order-info-p{margin-bottom:.625rem;color:#ca4f04}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon{margin-bottom:0;padding-left:1.5625rem;position:relative;margin-top:.9375rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon.progress-info{margin-top:8px !important}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon::before{content:"";position:absolute;width:20px;height:20px;left:0;top:0;background-repeat:no-repeat;background-position:center left}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon .cmp-text-purchase__content--box--order-info-p{color:#ca4f04;line-height:16px !important}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.625rem;border-top:1px solid #a3a3a3;margin-top:0;padding-top:.9375rem}@media(max-width: 767.98px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button{width:auto}@media(max-width: 767.98px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button{padding-left:.9375rem !important;padding-right:.9375rem !important;min-width:auto !important;font-size:.875rem !important;height:40px !important}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button.cancel-btn,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button.cancel-btn{margin-right:0;margin-left:auto}@media(max-width: 767.98px){.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button.cancel-btn,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button.cancel-btn{margin-left:0}}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button.disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button.disabled{width:auto;background-color:#b9b0ab !important;border-color:#b9b0ab !important;pointer-events:none;margin-right:.625rem}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-form__checkout--form-control{margin:.625rem 0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button{height:40px;width:100%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button{width:100%;margin-bottom:.625rem;margin-top:.3125rem;height:40px}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button:disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button:disabled{background-color:#b9b0ab !important;border-color:#b9b0ab !important;color:#fff;pointer-events:none}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button{border-top:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button{width:100%;margin:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--order-status{float:right;display:none}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--order-status.font-rosso-corsa{color:#df0909}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--order-status.font-purple{color:#b83fab}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--order-status.font-orange{color:#ca4f04;top:.625rem;position:relative}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--order-status.font-red{color:#df0909;top:.625rem;position:relative}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed{display:block}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box--order-price-details,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box--shipping-address,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box--billing-address,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box--gift-card,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box--payment,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box--order-info,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--buttons,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--change-cofffee-button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-order-detials-item--details,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-text-purchase__content--box-order-head--order-number,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-text-purchase__content--box-order-head--order-status,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-order-head,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-text-purchase__content--box--edit-box--title,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--update-order-buttons,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .edit-subscription-button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content-message{display:none !important}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-order-detials-item{-webkit-box-flex:initial !important;-ms-flex:initial !important;flex:initial !important;max-width:100% !important}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--order-status{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-transform:uppercase}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-head{border-bottom:0;margin-bottom:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-head .cmp-text-purchase__content--box-toggle-arrow::after{background-size:22px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;border-right:0;padding-right:0}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials .cmp-container-purchase__content--box-order-head,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials .cmp-container-purchase__content--box-order-detials-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials .cmp-container-purchase__content--box-order-head .cmp-image-purchase__content--box-order-detials-item--image,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials .cmp-container-purchase__content--box-order-detials-item .cmp-image-purchase__content--box-order-detials-item--image{width:40px;margin:0;-o-object-fit:contain;object-fit:contain}.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box.collapsed .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box-order-detials .cmp-container-purchase__content--box-order-head{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right;margin-bottom:0}.cmp-container--subscription-popup{width:100%;height:100%;position:fixed;z-index:99999;left:0;top:0;visibility:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;background-color:rgba(0,0,0,.65);overflow-y:auto}.cmp-container--subscription-popup .cmp-container--subscription-popup--content{margin-top:0;position:absolute;background-color:#fff;background-clip:padding-box;border:0;border-radius:0;width:auto;max-width:100%;max-height:100vh;left:0;top:0;right:0;opacity:0;overflow-y:auto}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content{width:100%;max-width:680px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-left:0;max-height:95vh;left:50%;top:50%}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--no-data{font-size:1.25rem;padding-bottom:2.5rem;padding-top:1.5625rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading{position:relative;padding-top:1.25rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-text--subscription-popup--heading--title{border-bottom:0;color:#2b2b2d;text-align:center;margin:auto;padding:0 3.125rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-btn--subscription-popup-close{position:absolute;width:40px;height:40px;padding:0;border:0;background:#fff;cursor:pointer;right:.625rem;top:.625rem;-webkit-box-shadow:none;box-shadow:none}@media(min-width: 992px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-btn--subscription-popup-close{right:.9375rem;top:1.25rem}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-btn--subscription-popup-close::before,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-btn--subscription-popup-close::after{content:"";position:absolute;display:block;height:2px;margin-top:-1px;top:50%;left:.625rem;right:.625rem;background:#2b2b2d}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-btn--subscription-popup-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--heading .cmp-btn--subscription-popup-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .comment--error-message{font-size:.75rem;color:#df0909}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body{padding:.9375rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-text--subscription-popup--p{text-align:center;margin-bottom:.9375rem;display:block;padding:0 .9375rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-text--subscription-popup--p .cmp-text__bold-font{font-weight:700}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-text--subscription-popup--offer-p{text-align:center;margin:.3125rem auto;display:table;padding:.625rem .9375rem;background:#f7f3ed;border-radius:8px}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-text--subscription-popup--offer-p .cmp-text__bold-font{font-weight:700}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container{text-align:center;margin:0 auto .9375rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container .cmp-image--subscription-popup--offer-img{margin:1.5625rem auto 1.25rem;width:auto;height:auto;max-height:180px;max-width:180px}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container .cmp-text--subscription-popup--offer-title{font-weight:700}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container .cmp-text--subscription-popup--offer-price{font-family:"Montserrat";margin:1.5625rem auto .625rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--offer-container .cmp-text--subscription-popup--offer-price span{font-weight:500;padding-right:.625rem;text-decoration:line-through}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-image--subscription-popup--success-icon{display:block;margin:1.875rem auto 1.5625rem;-o-object-fit:contain;object-fit:contain}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-input-box{margin:1.25rem .3125rem}@media(min-width: 768px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-input-box{margin:1.25rem 2.5rem}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box{margin:1.25rem .3125rem .3125rem}@media(min-width: 768px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box{margin:1.25rem 2.5rem}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box .cmp-form--subscription-questionnaire-comments-label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box .cmp-form--subscription-questionnaire-comments-textarea{font-size:.875rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-textarea-box .cmp-form--subscription-questionnaire-comments-textarea{width:100%;border:1px solid dimgray;border-radius:4px;padding:.3125rem;color:#2b2b2d}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked){position:absolute;left:-9999px}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked+label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked)+label{font-size:.875rem;position:relative;padding-left:2.5rem;cursor:pointer;display:inline-block;color:#221f20}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked+label,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked)+label{font-size:.875rem}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked+label::before,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked)+label::before{content:"";position:absolute;left:0;top:0;width:24px;height:24px;border:1px solid dimgray;border-radius:100%;background:#fff}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked+label::after,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked)+label::after{content:"";width:12px;height:12px;background:#c95100;position:absolute;top:6px;left:6px;border-radius:100%;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:not(:checked)+label::after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-questionnaire-box .cmp-form--subscription-questionnaire-radio:checked+label::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-dropdown{margin:.625rem auto 1.875rem;position:relative;width:100%;display:block}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-dropdown{max-width:380px}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-dropdown::after{position:absolute;width:15px;content:"";right:.625rem;top:0;bottom:0;background-repeat:no-repeat;background-position:center;background-size:contain}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-dropdown .cmp-input--subscription-popup--order--select{display:block;width:100%;border:1px solid #221f20;border-radius:4px;background:#fbf7f5;padding:.9375rem 1.875rem .9375rem .9375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons{display:block}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:.625rem 0;height:50px;padding:0;width:100%}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave{margin:.625rem}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave{max-width:240px}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn{max-width:240px}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons{display:table;margin:auto;text-align:center;width:100%}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons{width:auto}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn{width:100%;margin-bottom:.625rem;margin-top:.3125rem;height:40px}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn{width:100%;margin-bottom:.625rem;margin-top:.3125rem;height:40px}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:.625rem 0;min-height:48px;padding:0;width:100%;max-width:100%;font-size:1.125rem}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn{margin:.625rem;font-size:1.25rem;width:380px;min-height:52px}}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn{width:325px}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn{margin-bottom:1.25rem}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn{width:110px}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-text--subscription-popup--p{font-size:.875rem}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-text--subscription-popup--p{font-size:1rem}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:530px;margin:1.25rem auto}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-img--subscription-popup--media-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;-o-object-fit:contain;object-fit:contain}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-img--subscription-popup--media-img{width:60px}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:.625rem}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title{font-weight:500}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title{font-weight:700}}.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-p{font-size:.875rem}@media(min-width: 576px){.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-p{font-size:.875rem}}.cmp-container--subscription-popup.shown{visibility:visible;opacity:1}.cmp-container--subscription-popup.shown .cmp-container--subscription-popup--content{opacity:1}@media(min-width: 576px){.page .change-coffee-popup .add-to-cart-popup--container,.page .order-history .add-to-cart-popup--container{border-radius:0}}.page .change-coffee-popup .add-to-cart-popup--container .cmp-text--add-to-cart-heading,.page .order-history .add-to-cart-popup--container .cmp-text--add-to-cart-heading{border-bottom:0}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 3.125rem;padding-top:.9375rem}@media(min-width: 576px){.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin:.3125rem 0}@media(min-width: 576px){.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item{width:100%;max-width:100% !important}}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-p,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label{color:#8e502b;padding-right:.625rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:auto}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item{margin-bottom:-0.9375rem;margin-top:-0.3125rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item .add-to-cart-popup-content--detail-item,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item .add-to-cart-popup-content--detail-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items.center-single-item .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-p{width:auto}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box{margin-bottom:1.875rem;display:block}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper{padding:.625rem;background-color:#ccf2f2;border-radius:8px;margin:1.5625rem 1.875rem .3125rem 1.875rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--text{display:block;margin:.9375rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .add-to-cart-popup--footer,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .add-to-cart-popup--footer{margin:0 1.875rem !important;padding:0 !important}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .add-to-cart-popup--footer .btn,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .add-to-cart-popup--footer .btn{margin:0 !important}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item{border:2px solid #221f20;padding:.625rem;border-radius:4px;margin:.9375rem 1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-item--img,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-item--img{display:-webkit-box;display:-ms-flexbox;display:flex;width:65px;-o-object-fit:contain;object-fit:contain}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.625rem;text-align:left}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p{color:#221f20}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-containe__history-popup--content-box,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-containe__history-popup--content-box{margin:.9375rem .625rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #2b2b2d;border-bottom:1px solid #2b2b2d;text-align:left;padding:.9375rem 0}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-image__history-popup--media-img,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-image__history-popup--media-img{width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.625rem;-o-object-fit:contain;object-fit:contain}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title{color:#2b2b2d}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title .brown-font,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title .brown-font{color:#8e502b;padding-right:.625rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p{color:#6c7782;display:table-cell;text-transform:uppercase}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;padding:.9375rem 0}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-image__history-popup--media-img,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-image__history-popup--media-img{width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.625rem;-o-object-fit:contain;object-fit:contain}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black{color:#202020}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black .brown-font,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title-black .brown-font{color:#202020;padding-right:.625rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title{color:#2b2b2d}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title .brown-font,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-title .brown-font{color:#8e502b;padding-right:.625rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-media-black .cmp-container__history-popup--media-body .cmp-text__history-popup--media-p{color:#6c7782;display:table-cell;text-transform:uppercase}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details{text-align:left;border-bottom:1px solid #2b2b2d;position:relative;overflow:hidden}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 .9375rem;position:relative}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-container__history-popup--content-item-col-6,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-container__history-popup--content-item-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-label{padding-left:1.5625rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.3125rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-label::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-label::before,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-label::before,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-label::before,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-label::before,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-label::before{content:"";position:absolute;width:20px;height:20px;left:0;top:0;background-repeat:no-repeat;background-position:center left}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-p,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-p,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-ships-to .cmp-text__history-popup--content-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .section-billed-to .cmp-text__history-popup--content-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .payment .cmp-text__history-popup--content-item-p{padding-left:1.5625rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-label{color:#6c7782;display:table-cell;text-transform:uppercase}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p{color:#202020}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p .cmp-text__bold-font,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row .cmp-text__history-popup--content-item-p .cmp-text__bold-font{font-weight:700}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row.panel-head,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--content-item-row.panel-head{padding-top:.9375rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--collapsed-panel,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-container__history-popup--collapsed-panel{-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;opacity:0;height:0}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-text-purchase__content--box-toggle-arrow,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-text-purchase__content--box-toggle-arrow{position:absolute;height:40px;width:40px;top:50%;right:0;background-color:#fff;border-radius:4px;border:1px solid #221f20;margin-top:-1.25rem}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-text-purchase__content--box-toggle-arrow::after,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details .cmp-text-purchase__content--box-toggle-arrow::after{position:absolute;content:"";height:100%;width:100%;top:0;bottom:0;left:0;right:0;background-size:15px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-text-purchase__content--box-toggle-arrow,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-text-purchase__content--box-toggle-arrow{background-color:#221f20}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-text-purchase__content--box-toggle-arrow::after,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-text-purchase__content--box-toggle-arrow::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-container__history-popup--collapsed-panel,.page .order-history .add-to-cart-popup--container .add-to-cart-popup-content--details .cmp-container__history-popup--content-item .cmp-container__history-popup--content-item-details.collapsed .cmp-container__history-popup--collapsed-panel{opacity:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer{margin-left:.625rem;margin-right:.625rem;padding:1.25rem 0;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:0}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn{margin:.625rem .9375rem !important;font-size:1.25rem !important;height:50px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;padding:0 !important;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary{width:100%}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded{width:100%;max-width:200px}@media(min-width: 576px){.page .product-unavailable-popup .add-to-cart-popup--container{max-width:610px !important}}.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer{border-top:0 !important;margin-top:0 !important;padding-right:1.875rem !important}@media(min-width: 576px){.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer{padding-right:0 !important}}.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn{margin-left:.625rem !important;margin-right:.625rem !important}.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded{width:100%;max-width:100% !important}@media(min-width: 576px){.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded{max-width:200px !important}}@media(min-width: 576px){.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded.full-width-btn{max-width:100% !important}}@media(min-width: 576px){.page .change-coffee-popup .add-to-cart-popup--container{max-width:610px !important}}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer{padding-right:1.875rem !important}@media(min-width: 576px){.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer{padding-right:0 !important}}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn{margin-left:.625rem !important;margin-right:.625rem !important}.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded{width:100%;max-width:100% !important}@media(min-width: 576px){.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded{max-width:200px !important}}@media(min-width: 576px){.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded.full-width-btn{max-width:100% !important}}.cmp-container-purchase__content .payment-popup.shown .addNew__card button.adyen-checkout__button{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;height:46px;text-align:center;min-width:118px;border-radius:50px;-webkit-transition:.3s;transition:.3s;padding-left:25px;padding-right:25px;color:#fff;border:0 !important}.cmp-container-purchase__content .payment-popup.shown .addNew__card button.adyen-checkout__button.disabled{opacity:.5;pointer-events:none;cursor:not-allowed;background-color:#b9b0ab !important;-webkit-box-shadow:none;box-shadow:none}.cmp-container-purchase__content .payment-popup.shown .addNew__card button.adyen-checkout__button.active{opacity:1;cursor:pointer;background-color:#221f20 !important}.cmp-purchase-rewards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px auto;max-width:920px;background-color:#fff}.cmp-purchase-rewards--cashback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;padding:40px;text-align:center}.cmp-purchase-rewards--cashback>*{max-width:650px}.cmp-purchase-rewards--no-cashback{padding:24px}.cmp-purchase-rewards--no-cashback>*,.cmp-purchase-rewards--no-cashback .xps-splitteaser{padding:0}.cmp-purchase-rewards__modal{max-width:1080px}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__heading{background-color:#faf7f5;border-bottom:.0625rem solid #202020}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__heading .order-confirmation__content-heading{padding-top:1.25rem !important;padding-bottom:1.25rem !important;margin-bottom:0;line-height:1.5rem;color:#8e502b;font-size:3rem;font-family:"Archer-Ssm",sans-serif;font-weight:700;font-stretch:normal;letter-spacing:normal}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__heading .order-confirmation__success--text-center{font-size:1.25rem;line-height:1.125rem;font-family:"Montserrat";color:#000;text-align:center;margin-bottom:1.875rem !important}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__heading .order-confirmation__success--text-center .order-confirmation__order-no{font-weight:700}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content{padding-bottom:1.25rem;padding-top:2.5rem}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-right:.9375rem;padding-left:.9375rem;margin-right:auto;margin-left:auto}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__container-fluid.-block{display:block}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;max-width:1200px;margin:auto}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col{display:-webkit-box;display:-ms-flexbox;display:flex}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details{text-align:center}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__prod-img-container .order-confirmation__prod-img{height:auto;max-width:375px;max-height:300px;min-height:100px;width:100%;margin:auto;-o-object-fit:contain;object-fit:contain}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__listWithRightBorderBrown{font-size:1rem;margin-top:.9375rem;margin-bottom:.9375rem;color:#8e502b;font-family:"Helvetica-Neue",sans-serif;letter-spacing:-0.5px;font-weight:700}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__displayName{font-family:"Archer-Ssm",sans-serif;font-size:2rem;font-weight:700;line-height:1.5rem;letter-spacing:-0.5px;max-width:350px;margin-left:auto;margin-right:auto}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__checkout-details{font-family:"Archer-Ssm",sans-serif;margin-top:.625rem !important;margin-bottom:.9375rem;font-size:1rem;line-height:1.125rem;color:#2b2b2d;font-weight:normal}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__order-item-price-shipping .order-confirmation__roastSchedule{font-family:"Helvetica-Neue",sans-serif;font-size:1.125rem;line-height:1.5rem;letter-spacing:-0.5px;margin-bottom:.9375rem}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__listWithLeftIcon{padding:.9375rem 0}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__listWithLeftIcon .order-confirmation__listWithLeftIcon--item .order-confirmation__listWithLeftIcon--content{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;color:#ca4f04;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.order-confirmation .order-confirmation__success-main-wrapper .order-confirmation__container .order-confirmation__success-content .order-confirmation__success-row .order-confirmation__success-col .order-confirmation__success-details .order-confirmation__order-list-details .order-confirmation__listWithLeftIcon .order-confirmation__listWithLeftIcon--item .order-confirmation__listWithLeftIcon--content .order-confirmation__listWithLeftIcon--s-icon{background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:20px;margin-right:.625rem}#order-confirmation_buttons{margin:0 auto 2.5rem}#order-confirmation_buttons .cmp-button--background-blue .cmp-button{width:100% !important;max-width:420px;margin:0 auto}#order-confirmation_buttons .cmp-button--background-white{max-width:420px;margin:auto;padding:0 1.25rem;width:100%}#order-confirmation_buttons .cmp-button--background-white .cmp-button{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;margin:1.25rem 0 0}@media(min-width: 768px){#order-confirmation_buttons .cmp-button--background-white .cmp-button{height:65px}}.order-confirmation_detail{margin-top:1.875rem}.order-confirmation_detail .order-confirmation_gift_heading{color:#313638;font-family:"Archer-Ssm",sans-serif;font-size:1.75rem;margin-bottom:1.25rem}.order-confirmation_detail .order-confirmation_gift_section{font-family:"Helvetica-Neue",sans-serif;font-size:1.125rem;color:#313638;font-weight:500;letter-spacing:-0.5px}.order-confirmation_detail .order-confirmation_gift_section .order-confirmation_gift_space{text-decoration:line-through}.order-confirmation_receipient{max-width:1200px;margin:auto;text-align:center}.order-confirmation_receipient .order-confirmation_receipient_heading{color:#313638;font-family:"Archer-Ssm",sans-serif;font-size:1.25rem;margin-top:2.5rem}.order-confirmation_receipient .order-confirmation_receipient_section{font-family:"Helvetica-Neue",sans-serif;font-size:1.125rem;color:#313638;font-weight:500;letter-spacing:-0.5px}.order-confirmation_receipient .order-confirmation_receipient_section .order-confirmation_receipient_section_email{margin-top:1.25rem}.order-confirmation_receipient .order-confirmation_receipient_section .order-confirmation_receipient_section_address{margin-top:1.25rem}.overflow-hidden{overflow:hidden}.beanzSearch{background-color:#fff;width:100%;position:absolute;height:100vh;bottom:0;left:0;right:0;top:73px;z-index:999;overflow-y:scroll;-webkit-transition:opacity .5s linear;transition:opacity .5s linear;opacity:0;visibility:hidden;padding-bottom:5rem}@media(min-width: 992px){.beanzSearch{top:105px}}.beanzSearch.active{display:block;visibility:visible;opacity:1}.beanzSearch .cmp-container-beanz-search__roasters--search-box{border-bottom:1px solid #929292;padding:0 .9375rem}.beanzSearch .cmp-container-beanz-search__roasters--search-box .aa-input-container{position:relative;max-width:760px;margin:auto;text-align:left}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-clear{position:absolute;width:40px;height:100%;top:0;bottom:0;right:0;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;z-index:3}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-clear::before,.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-clear::after{content:"";position:absolute;display:block;height:1px;margin-top:-1px;top:50%;left:.625rem;right:.625rem;background:#007584}@media(min-width: 768px){.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-clear::before,.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-clear::after{height:2px}}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-clear::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-clear::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search{height:65px;border:0;outline:none;width:100%;padding:0 1.875rem;background-size:30px;background-position:center left;background-repeat:no-repeat;background-color:rgba(0,0,0,0);position:relative;z-index:2}@media(min-width: 768px){.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search{height:100px;background-size:40px;padding:0 2.5rem}}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search::-webkit-input-placeholder{font-weight:500;color:#007584;font-style:italic}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search::-moz-placeholder{font-weight:500;color:#007584;font-style:italic}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search:-ms-input-placeholder{font-weight:500;color:#007584;font-style:italic}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search::-ms-input-placeholder{font-weight:500;color:#007584;font-style:italic}.beanzSearch .cmp-container-beanz-search__roasters--search-box .cmp-input-beanz-search__roasters-input-search::placeholder{font-weight:500;color:#007584;font-style:italic}.beanzSearch .cmp-container-beanz-search__roasters--search-box .aa-input-container--form .cmp-form-beanz-search__label{height:65px;width:100%;padding:0 1.875rem;font-weight:500;color:#007584;font-style:italic;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}@media(min-width: 768px){.beanzSearch .cmp-container-beanz-search__roasters--search-box .aa-input-container--form .cmp-form-beanz-search__label{height:100px;padding:0 2.5rem}}.beanzSearch .cmp-container-beanz-search__roasters--search-box .aa-input-container--form.floating-placeholder-float .cmp-form-beanz-search__label{display:none !important}.beanzSearch .cmp-container-beanz-search__result-box{display:block;max-width:1400px;margin:auto;padding-bottom:3.125rem}@media(min-width: 576px){.beanzSearch .cmp-container-beanz-search__result-box{display:table}}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee{display:block;padding:0 .9375rem;width:100%;margin:auto;padding:0 .9375rem}@media(min-width: 576px){.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee{display:table-cell;width:450px}}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col{display:block;width:100%}@media(min-width: 576px){.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col{display:table-cell;width:50%}}@media(min-width: 1200px){.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col{display:block;width:auto}}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters{display:block;padding:0 1.25rem;display:block;width:auto;max-width:100%}@media(min-width: 1200px){.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters{display:table-cell;width:450px}}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__categories .cmp-text-beanz-search__categories--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__roasters--item-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__result-box--category-col .cmp-container-beanz-search__roasters .cmp-text-beanz-search__categories--item-p{padding:.3125rem 0;display:block}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item{padding:1.25rem .625rem;border-bottom:1px solid #929292}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a{display:-webkit-box;display:-ms-flexbox;display:flex}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-image-beanz-search__coffee--image{max-width:100px;width:100%;height:auto;-ms-flex-item-align:start;align-self:flex-start;-o-object-fit:contain;object-fit:contain}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:center;align-self:center;padding-left:.625rem}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory{color:#8e502b}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title{margin-top:.3125rem;color:#2b2b2d}.beanzSearch .cmp-container-beanz-search__result-box .cmp-container-beanz-search__coffee .cmp-text-beanz-search__coffee--all-coffee{margin-top:.625rem;display:block}.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title{border-bottom:1px solid #929292;color:#2b2b2d;padding:.625rem 0;margin:1.5625rem 0 .625rem}@media(min-width: 576px){.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title{margin:1.875rem 0 .9375rem}}.beanzSearch .cmp-container-beanz-search__popular-row{display:table;margin:auto;width:100%}@media(min-width: 576px){.beanzSearch .cmp-container-beanz-search__popular-row{width:auto}}.beanzSearch .cmp-container-beanz-search__popular-search,.beanzSearch .cmp-container-beanz-search__popular-coffees{display:block;width:100%;max-width:100%;padding:0 .9375rem}@media(min-width: 576px){.beanzSearch .cmp-container-beanz-search__popular-search,.beanzSearch .cmp-container-beanz-search__popular-coffees{display:table-cell;width:450px}}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title{border-bottom:1px solid #929292;color:#2b2b2d;padding:.625rem 0;margin:1.5625rem 0 .625rem}@media(min-width: 576px){.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title{margin:1.875rem 0 .9375rem}}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--item-p,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--item-p{padding:.3125rem 0;display:block}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item{padding:1.25rem .625rem;border-bottom:1px solid #929292}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a{display:-webkit-box;display:-ms-flexbox;display:flex}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-image-beanz-search__coffee--image,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-image-beanz-search__coffee--image{max-width:100px;width:100%;height:auto;-ms-flex-item-align:start;align-self:flex-start;-o-object-fit:contain;object-fit:contain}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:center;align-self:center;padding-left:.625rem}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-catergory{color:#8e502b}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item .cmp-text-beanz-search__coffee--media-a .cmp-container-beanz-search__coffee--media-body .cmp-text-beanz-search__coffee--product-title{margin-top:.3125rem;color:#2b2b2d}.beanzSearch .cmp-container-beanz-search__popular-search .cmp-container-beanz-search__coffee--item:last-child,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-container-beanz-search__coffee--item:last-child{border-bottom:0}@media(min-width: 768px){.navigation-account-logged-in--popup-active .cmp-navigation__account-button::before{content:"";position:absolute;right:.625rem;bottom:-1.25rem;width:0;height:0;border-left:15px solid rgba(0,0,0,0);border-right:15px solid rgba(0,0,0,0);border-bottom:20px solid #fff;z-index:999999;-webkit-box-sizing:border-box;box-sizing:border-box}}.navigation-account-logged-in--account-menu-active .cmp-navigation__account-button{background-size:cover}.ReactLoggedIn{position:relative}.ReactLoggedIn .navigation-logged-in--account-container{right:0 !important;top:0 !important;margin:0;overflow:auto;z-index:99999;position:fixed;left:100%;bottom:0;right:0;height:100vh;width:100vw;opacity:1;pointer-events:none;-webkit-transition:left var(--transition-speed);transition:left var(--transition-speed);-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}@media(min-width: 768px){.ReactLoggedIn .navigation-logged-in--account-container{position:absolute;display:none;left:auto;bottom:auto;height:auto;width:392px;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.5);box-shadow:0 2px 16px 0 rgba(0,0,0,.5);top:2.1875rem !important;right:-0.9375rem !important}}.ReactLoggedIn .navigation-logged-in--account-container .cmp-title__text{margin-bottom:1.25rem;color:#8e502b;text-align:center;padding:1.25rem 0;margin-bottom:0;margin-top:.9375rem}@media(min-width: 768px){.ReactLoggedIn .navigation-logged-in--account-container .cmp-title__text{margin-top:0}}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container{display:block;background-color:#fff;padding-left:0 !important;padding-right:0 !important}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content{display:block;width:100%}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__email{color:#2b2b2d;background-color:#f1fafa;padding:1.5625rem .625rem;word-break:break-all;width:100%;text-align:center}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__content--verify-email{padding:.625rem}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__content--verify-email__a{color:#313638;cursor:pointer}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__content--verify-email__a .cmp-text-my-beanz__verify-mail-bold{color:#007584}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul{text-align:left;padding:.3125rem 1.875rem}@media(min-width: 768px){.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul{padding:.3125rem 1.25rem}}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-text-my-beanz__content--header{text-transform:uppercase;padding:.625rem 0;color:#8e502b;margin-top:0}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li{padding:.625rem 0;border-top:1px solid #707070}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a{display:table;width:100%;color:#313638;position:relative}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a .cmp-icon-my-beanz__content--icons{display:table-cell;text-align:right}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-container-my-beanz__content--ul .cmp-container-my-beanz__content--li .cmp-text-my-beanz__content--a--call-now{padding:0 .625rem;color:#228639}.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__contact-time{color:#2b2b2d;font-weight:500;padding:.9375rem 1.5625rem 1.25rem;text-align:center}.ReactLoggedIn .navigation-logged-in--account-container .cmp-button-logged-in__button{margin:0 !important;padding:0 1.875rem 1.875rem !important;display:block;width:100%}@media(min-width: 768px){.ReactLoggedIn .navigation-logged-in--account-container .cmp-button-logged-in__button{padding:0 1.25rem 1.875rem !important}}.ReactLoggedIn .navigation-logged-in--account-container .cmp-button-logged-in__button .cmp-button{font-size:1rem;font-weight:700;padding:.625rem;width:100%}.ReactLoggedIn .navigation-logged-in--account-container .close-logged-in-popup .cmp-button-logged-in__popup--close-btn{position:absolute;width:40px;height:40px;padding:0;border:0;background:#bebebe;border-radius:4px;cursor:pointer;top:.625rem;right:.625rem}@media(min-width: 768px){.ReactLoggedIn .navigation-logged-in--account-container .close-logged-in-popup .cmp-button-logged-in__popup--close-btn{display:none}}.ReactLoggedIn .navigation-logged-in--account-container .close-logged-in-popup .cmp-button-logged-in__popup--close-btn .cmp-button__text{display:none}.ReactLoggedIn .navigation-logged-in--account-container .close-logged-in-popup .cmp-button-logged-in__popup--close-btn::before,.ReactLoggedIn .navigation-logged-in--account-container .close-logged-in-popup .cmp-button-logged-in__popup--close-btn::after{content:"";position:absolute;display:block;height:2px;margin-top:-0.0625rem;top:50%;left:.625rem;right:.625rem;background:#fff}.ReactLoggedIn .navigation-logged-in--account-container .close-logged-in-popup .cmp-button-logged-in__popup--close-btn::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ReactLoggedIn .navigation-logged-in--account-container .close-logged-in-popup .cmp-button-logged-in__popup--close-btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ReactLoggedIn .navigation-logged-in--account-container--popup-active{left:0;pointer-events:all;background-color:#fff}@media(min-width: 768px){.ReactLoggedIn .navigation-logged-in--account-container--popup-active{display:block;left:auto}}.cmp-subscriptiondiscountmessage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-subscriptiondiscountmessage .subscription-discount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper{background-color:#ccf2f2;border-radius:8px;margin:1.875rem 0 0;padding:.625rem;text-align:center}@media(min-width: 768px){.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper{width:460px;margin:1.875rem 1.875rem 1.25rem}}.cmp-subscriptiondiscountmessage .subscription-discount--initial-display{min-height:100px}@media(min-width: 768px){.reactBeanzQuestionnaire{border:1px solid #909090;border-radius:16px}}.reactBeanzQuestionnaire__title-wrapper{text-align:center;padding:1.25rem .625rem}@media(min-width: 768px){.reactBeanzQuestionnaire__title-wrapper{border-bottom:1px solid #909090;padding:1.25rem}}.reactBeanzQuestionnaire__title{font-size:1rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.5rem;margin-bottom:10px}@media(min-width: 768px){.reactBeanzQuestionnaire__title{font-size:1.125rem;line-height:2rem}}.reactBeanzQuestionnaire__subtitle{font-size:1rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.5rem}@media(min-width: 768px){.reactBeanzQuestionnaire__subtitle{font-size:1.125rem;line-height:2rem}}.cmp-questionnaire-result-overview{display:block;min-width:280px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 1.25rem}@media(min-width: 768px){.cmp-questionnaire-result-overview{padding:0 .625rem;margin:0 auto 2.5rem}}.cmp-questionnaire-result-overview--label-choice{margin-bottom:.625rem;white-space:nowrap;font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}@media(min-width: 768px){.cmp-questionnaire-result-overview--label-choice{display:inline;margin-bottom:0;padding:0 .9375rem 0 0;font-size:1rem}}.cmp-questionnaire-result-overview--answer{display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 .3125rem .625rem 0;padding:.3125rem .625rem;line-height:1.5rem;border:solid 1px #2b2b2d;border-radius:8px;font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem;color:#2b2b2d}@media(min-width: 768px){.cmp-questionnaire-result-overview--answer{font-size:1rem}}.cmp-questionnaire-result-overview--link{font-weight:700;text-align:left;text-decoration:underline;color:#221f20;-webkit-transition:color 250ms ease-in-out,-webkit-text-decoration 250ms ease-in-out;transition:color 250ms ease-in-out,-webkit-text-decoration 250ms ease-in-out;transition:color 250ms ease-in-out,text-decoration 250ms ease-in-out;transition:color 250ms ease-in-out,text-decoration 250ms ease-in-out,-webkit-text-decoration 250ms ease-in-out;font-family:"Helvetica-Neue",sans-serif;margin-left:0;padding:0 !important;white-space:nowrap;background:none;border:0;outline:none;cursor:pointer}.cmp-questionnaire-result-overview--link:hover,.cmp-questionnaire-result-overview--link:focus{color:#007584}@media(min-width: 768px){.cmp-questionnaire-result-overview--link{margin-left:.9375rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile{border-radius:12px;-webkit-box-shadow:0 .3125rem 12px 0 rgba(0,0,0,.15),0 .3125rem .3125rem 0 rgba(0,0,0,.15);box-shadow:0 .3125rem 12px 0 rgba(0,0,0,.15),0 .3125rem .3125rem 0 rgba(0,0,0,.15);padding:1.25rem;margin:.3125rem;width:100%}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile{display:grid;grid-template:none/3fr 2fr;border-radius:none;-webkit-box-shadow:none;box-shadow:none}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-image{-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-image{grid-area:1/1/6/1;width:60%;margin:auto}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-image img{width:100%;height:auto}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-detail{text-align:center}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-detail{text-align:left;grid-area:1/2/2/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-info{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-area:2/2/3/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-info .product__roast-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-info .product__roast-wrapper .product__roast{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-ecom{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-area:3/1/4/3}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-ecom{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-area:4/2/5/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-description{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-area:4/1/5/3}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-product-description{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-area:3/2/4/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-button-wrapper{grid-area:5/1/6/3;margin-top:1.25rem}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-button-wrapper{grid-area:5/2/6/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-button-wrapper .cmp-questionnaire-result-product__button{width:100%;position:relative;font-family:"Helvetica-Neue",sans-serif;display:block;text-align:center}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-button-wrapper .cmp-questionnaire-result-product__button{width:unset;padding:.9375rem 3.75rem;display:inline-block}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-button-wrapper .cmp-questionnaire-result-product__button .loadingSpinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;vertical-align:middle;position:absolute;left:2.5rem}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-button-wrapper .cmp-questionnaire-result-product__button .loadingSpinner{left:1.25rem}}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista{display:grid;grid-template:none/3fr 2fr}}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-image{grid-area:1/1/6/1;width:70%;margin:auto}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-image img{width:100%;height:auto}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-product-detail{text-align:center}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-product-detail{text-align:left;grid-area:1/2/2/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-product-detail .product__brand{display:none}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-product-ecom{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-product-ecom{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-area:3/2/4/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-product-description{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-product-description{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-area:2/2/3/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-button-wrapper{margin-top:1.25rem}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-button-wrapper{grid-area:4/2/5/2}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-button-wrapper .cmp-questionnaire-result-product__button{width:100%}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .cmp-questionnaire-result-product__tile-barista .cmp-questionnaire-result-product__tile-button-wrapper .cmp-questionnaire-result-product__button{width:unset}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__name{font-family:"Archer-Ssm",sans-serif;font-size:1.125rem;font-weight:700;line-height:1.5rem;color:#2b2b2d}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__name{font-size:1.5rem;line-height:1.5rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__brand{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;color:#221f20;margin-top:.625rem}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__brand{font-size:1rem;line-height:1.5rem;margin-top:1.25rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__flavour{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;color:#2b2b2d;margin-top:.625rem}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__flavour{font-size:.875rem;font-weight:700;line-height:1.5rem;margin-top:1.25rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__roast{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;color:#2b2b2d;background-color:#f5eae6;border-radius:16px;padding:.3125rem .625rem}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__roast{font-size:1rem;line-height:1.5rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__roast:not(:last-of-type){margin-right:.625rem}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__size{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem;color:#221f20;margin-right:.625rem;padding-right:.625rem;border-right:1px solid #909090}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__size{font-size:1rem;line-height:1.5rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__price{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem;color:#221f20}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__price{font-size:1rem;line-height:1.5rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__description{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;font-weight:500;line-height:1.5rem;color:#2b2b2d}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__description{font-size:1rem;line-height:1.5rem}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .cmp-questionnaire-result-product__product-content .product__description-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;color:#007584}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .splide__track{overflow:visible}@media(min-width: 768px){.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .splide__track{overflow:hidden}}.cmp-questionnaire-result-product .cmp-questionnaire-result-product__content .splide__track .splide__slide{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-questionnaire-result-product .splide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.cmp-questionnaire-result-product .splide .splide__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.25rem}@media(min-width: 768px){.cmp-questionnaire-result-product .splide .splide__arrows{margin-bottom:.625rem}}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-title{font-size:1rem;font-weight:700;line-height:1.125rem}@media(min-width: 768px){.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-title{font-size:1.25rem;line-height:1.5rem}}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__control-position{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 .9375rem}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__prev-icon{height:20px;width:20px;background-position:center center;background-repeat:no-repeat;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__next-icon{height:20px;width:20px;background-position:center center;background-repeat:no-repeat;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__arrow{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-transform:none;transform:none}.questionnaire__container ol .questionnaire__item .questionnaire__question,.questionnaire__container ol .questionnaire__item::marker{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem}@media(min-width: 768px){.questionnaire__container ol .questionnaire__item .questionnaire__question,.questionnaire__container ol .questionnaire__item::marker{font-size:1.125rem;line-height:1.43}}.title.cmp-title--quiz .cmp-title h1.cmp-title__text{font-size:32px;line-height:48px}@media(min-width: 768px){.title.cmp-title--quiz .cmp-title h1.cmp-title__text{font-size:40px;line-height:56px}}.questionnaire__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;padding:0 .625rem 2.1875rem}@media(min-width: 768px){.questionnaire__container{padding:3.125rem .625rem}}@media(min-width: 992px){.questionnaire__container{padding:3.125rem 120px 3.125rem}}.questionnaire__container ol{margin-bottom:2.5rem;-webkit-padding-start:inherit;padding-inline-start:inherit;list-style-position:outside}@media(min-width: 768px){.questionnaire__container ol{margin-bottom:3.125rem}}.questionnaire__container ol .questionnaire__mobile{width:auto;height:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:center right .9375rem;background-repeat:no-repeat;background-size:10px;min-width:260px;max-width:260px;padding:.9375rem 1.875rem .9375rem 1.25rem;color:#313638;border:1px solid silver;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;text-overflow:ellipsis !important;font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}.questionnaire__container ol .questionnaire__mobile:disabled{opacity:1;color:#313638;background-color:#f2f2f2}@media(min-width: 768px){.questionnaire__container ol{max-width:600px;margin:0 auto;padding:0 0 1.25rem;list-style-position:inside}}.questionnaire__container ol .questionnaire__desktop{display:none}@media(min-width: 768px){.questionnaire__container ol .questionnaire__desktop{display:inline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.questionnaire__container ol .questionnaire__mobile{display:none}}.questionnaire__container ol .questionnaire__item{margin-bottom:1.875rem;list-style-position:outside}.questionnaire__container ol .questionnaire__item.questionnaire__item--disabled{margin-bottom:1.5625rem}@media(min-width: 768px){.questionnaire__container ol .questionnaire__item.questionnaire__item--disabled{margin-bottom:2.5rem}}.questionnaire__container ol .questionnaire__item.questionnaire__item--disabled .questionnaire__button-wrapper{display:none}.questionnaire__container ol .questionnaire__item .questionnaire__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.625rem;overflow:auto}.questionnaire__container ol .questionnaire__item .questionnaire__button-wrapper .questionnaire__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.9375rem 0;color:#221f20;font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:18px;border:1px solid #221f20;border-right:0;border-radius:0;white-space:unset}.questionnaire__container ol .questionnaire__item .questionnaire__button-wrapper .questionnaire__button:hover{color:#fff;background-color:#221f20}.questionnaire__container ol .questionnaire__item .questionnaire__button-wrapper .questionnaire__button.react-button--color-scheme-oysterBayFill{background-color:#221f20;color:#fff}.questionnaire__container ol .questionnaire__item .questionnaire__button-wrapper .questionnaire__button:last-of-type{border-right:1px solid #221f20;border-top-right-radius:4px;border-bottom-right-radius:4px}.questionnaire__container ol .questionnaire__item .questionnaire__button-wrapper .questionnaire__button:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.questionnaire__container ol .questionnaire__item::marker{font-weight:700}.questionnaire__container ol .questionnaire__item .questionnaire__question{margin-bottom:1.25rem;line-height:24px !important}@media(min-width: 768px){.questionnaire__container ol .questionnaire__item .questionnaire__question{margin-bottom:1.5625rem}}.questionnaire__container ol .questionnaire__item .tooltip{display:inline-block;margin-left:.625rem}.questionnaire__container ol .questionnaire__item .tooltip .default-tooltip{font-weight:400}.questionnaire__container ol .questionnaire__item .tooltip .info-icon{vertical-align:top}.questionnaire__container .questionnaire__btn-find-coffee{width:100%;font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem;position:relative}@media(min-width: 768px){.questionnaire__container .questionnaire__btn-find-coffee{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:17.5rem;margin:0 auto;font-size:1rem}}.questionnaire__container .questionnaire__btn-find-coffee:hover,.questionnaire__container .questionnaire__btn-find-coffee:focus{background-color:#221f20;color:#fff}.questionnaire__container .questionnaire__btn-find-coffee .loadingSpinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;vertical-align:middle;position:absolute;left:1.25rem}.questionnaire__container .cmp-questionnaire-result__title{font-size:1rem;font-family:"Helvetica-Neue",sans-serif;line-height:1.125rem;margin:1.25rem 0 .625rem;text-align:center}@media(min-width: 768px){.questionnaire__container .cmp-questionnaire-result__title{font-size:1.25rem;line-height:1.5rem;margin:2.5rem 0 .625rem}}.tooltip .default-tooltip{--tooltip-max-width: 280px;z-index:3002;max-width:var(--tooltip-max-width);padding:.9375rem 1.25rem;color:#313638;font-size:.875rem;text-align:left;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.1);box-shadow:0 2px 15px 0 rgba(0,0,0,.1)}.tooltip .show.default-tooltip{opacity:1}.tooltip{cursor:pointer}.tooltip .tooltip-element{color:#313638;background-color:inherit;border:0}.info-icon{vertical-align:middle;background-color:#313638;cursor:pointer}.question-icon{vertical-align:middle;background-color:#313638;cursor:pointer}body.model-open{overflow:hidden}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form{padding-top:1.875rem}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-title__text{margin:0;text-align:center}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-bonus-beanz-form--discription__text{margin:1.25rem 0;max-width:1100px;margin-left:auto !important;margin-right:auto !important;font-size:.875rem;text-align:center}@media(min-width: 576px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-bonus-beanz-form--discription__text{margin:1.875rem 0}}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-bonus-beanz-form--discription__text{font-size:1rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-error-msg,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-select-error-msg{color:#df0909}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message{padding:1.875rem .9375rem 0}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message{padding:4.375rem .9375rem 0}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-title__text{margin:0;text-align:center;font-size:32px;line-height:44px}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-title__text{font-size:40px;line-height:56px}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-text{margin-top:1.5625rem;text-align:center}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-btn--bonus-beanz-message-go-home-btn{display:block;margin:1.875rem auto 1.875rem;padding:12px 32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:220px;font-size:1rem;line-height:24px;border-radius:50px;background-color:#fff;color:#221f20;border:2px solid #221f20}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-message .cmp-btn--bonus-beanz-message-go-home-btn:hover{background-color:#221f20;color:#fff}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group{display:block;width:100%;padding-bottom:1.25rem;position:relative}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-label{font-weight:500;text-transform:uppercase}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input-checkbox-label{font-size:.875rem}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input-checkbox-label{font-size:1rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input-checkbox-label a{color:#c95100;text-decoration:underline}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input-checkbox-label+.cmp-form--bonus-beanz-error-msg{padding-left:1.875rem}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-select{width:100%;height:48px;margin:.3125rem 0;padding:0 .625rem;background-color:#fff;border:1px solid #221f20;border-radius:4px}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-select:focus{outline:none !important}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input{width:100%;margin:0 0 .3125rem;padding:.3125rem 0;background-color:#fff;height:48px;color:#221f20;border:0;border-bottom:1px solid #909090}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input.filled{border-bottom:0}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input:-webkit-autofill,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input:-webkit-autofill:hover,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-input:-webkit-autofill:focus,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-select:-webkit-autofill,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-select:-webkit-autofill:hover,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz-select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group.proof-upload{padding-bottom:.3125rem !important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group.proof-upload .cmp-form--bonus-beanz--file-upload{width:0;height:0;overflow:hidden}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group.proof-upload .cmp-form--bonus-beanz--file-upload+label{position:relative;text-transform:none;display:inline-block;margin-bottom:.3125rem;padding:.3125rem 1.25rem;color:#221f20;font-weight:700;font-size:1rem;background:#fff;border:0;border:1px solid #221f20;border-radius:8px;outline:none}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group.proof-upload .cmp-form--bonus-beanz--file-upload+label{font-size:1.25rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group.proof-upload .cmp-form--bonus-beanz-error-msg{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-text--bonus--file-chosen{display:inline-block;padding-left:.625rem;font-size:.875rem;white-space:nowrap;width:0;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-text--bonus--file-chosen{font-size:1rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz--checkbox{position:absolute;opacity:0}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz--checkbox+label{position:relative;display:block;padding-left:1.875rem;cursor:pointer}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz--checkbox+label::before{position:absolute;left:0;display:inline-block;width:20px;height:20px;margin-right:10px;vertical-align:text-top;background:#fff;border:1px solid #929292;content:""}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group .cmp-form--bonus-beanz--checkbox:checked+label::after{position:absolute;top:.625rem;left:.3125rem;width:2px;height:2px;background:#c95100;-webkit-box-shadow:2px 0 0 #c95100,4px 0 0 #c95100,4px -2px 0 #c95100,4px -4px 0 #c95100,4px -6px 0 #c95100,4px -8px 0 #c95100;box-shadow:2px 0 0 #c95100,4px 0 0 #c95100,4px -2px 0 #c95100,4px -4px 0 #c95100,4px -6px 0 #c95100,4px -8px 0 #c95100;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:""}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group--filled{position:relative;padding-top:1.25rem;padding-bottom:1.25rem}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group--filled label{position:absolute;left:0;z-index:2;cursor:text;-webkit-transition:all .3s ease;transition:all .3s ease;top:.3125rem;color:#221f20;font-size:.625rem;text-transform:uppercase}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-group--filled .cmp-form--bonus-beanz-input{border-bottom:0 !important}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-form--bonus-beanz-form-sub,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-form--bonus-beanz-form-desc{display:block;width:100%;margin:1.25rem 0 .625rem;font-size:.875rem}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-form--bonus-beanz-form-sub,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-form--bonus-beanz-form-desc{font-size:1rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-form--bonus-beanz-form-desc{font-size:.75rem;margin:0 0 1.5625rem}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content{width:100%;margin:auto;padding:0 .9375rem}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content{max-width:1110px}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item{position:relative;padding-top:1.25rem;padding-bottom:1.25rem}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-input{-webkit-transition:all .3s ease;transition:all .3s ease}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-label{position:absolute;top:1.5625rem;padding-top:.3125rem;width:100%;left:0;z-index:2;color:#909090;background-color:#fff;text-transform:none;cursor:text;-webkit-transition:all .3s ease;transition:all .3s ease}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-text--bonus-beanz-serial-number-link{font-size:.75rem;color:#c95100;text-decoration:underline;cursor:pointer}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-input[type=date]{color:rgba(0,0,0,0);text-transform:uppercase}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-input[type=date]::-webkit-inner-spin-button,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none;appearance:none}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item.is-animated .cmp-form--bonus-beanz-label,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item.is-filled .cmp-form--bonus-beanz-label{top:.3125rem;color:#221f20;font-size:.625rem;text-transform:uppercase}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item.is-animated .cmp-form--bonus-beanz-input[type=date],.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item.is-filled .cmp-form--bonus-beanz-input[type=date]{color:#221f20 !important}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-input:focus{outline:none !important}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-input:focus+.cmp-form--bonus-beanz-label{top:.3125rem;color:#221f20;font-size:.625rem;text-transform:uppercase}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item .cmp-form--bonus-beanz-input[type=date]:focus{color:#221f20 !important}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item.serial-number{padding-bottom:0 !important}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .animated-item.serial-number .cmp-form--bonus-beanz-error-msg{min-width:300px}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-container--bonus-beanz-form-phone-number-box{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-container--bonus-beanz-form-phone-number-box .cmp-form--bonus-beanz--number-country-code{height:48px;color:#221f20;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5625rem;background:#f2f2f2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .9375rem;margin-right:.625rem;margin-top:1.25rem;border-radius:4px}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-container--bonus-beanz-form-phone-number-box .cmp-container--bonus-beanz-form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn{display:block;width:100%;margin:0 auto 1.875rem;padding:.625rem 1.25rem;font-size:1rem;border-radius:8px}@media(min-width: 576px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn{width:165px;margin:1.25rem auto 1.875rem}}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn{font-size:1.25rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row{display:block}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-0.9375rem;margin-left:-0.9375rem}}@media(min-width: 1200px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row{margin-right:-1.875rem;margin-left:-1.875rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row .cmp-container--bonus-beanz-form-col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row .cmp-container--bonus-beanz-form-col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:0 .9375rem}}@media(min-width: 1200px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row .cmp-container--bonus-beanz-form-col{padding:0 1.875rem}}.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row .cmp-container--bonus-beanz-form-col .cmp-text--bonus-beanz-form-sub-title{margin:.625rem 0;text-align:center}@media(min-width: 768px){.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-row .cmp-container--bonus-beanz-form-col .cmp-text--bonus-beanz-form-sub-title{font-size:2rem;text-align:left}}.cmp-container--bonus-beans-popup{position:fixed;top:0;left:0;z-index:99999;width:100%;height:100%;overflow-y:auto;background-color:rgba(0,0,0,.65);visibility:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content{position:absolute;top:0;right:0;left:0;width:auto;max-height:100vh;max-width:100%;margin-top:0;background-color:#fff;background-clip:padding-box;border:0;border-radius:0;opacity:0;overflow-y:auto}@media(min-width: 576px){.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content{left:50%;top:50%;width:100%;max-width:620px;max-height:95vh;margin-left:0;border-radius:8px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--no-data{padding-top:1.5625rem;padding-bottom:2.5rem;font-size:1.25rem}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading{position:relative;padding-top:.9375rem}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-text--bonus-beans-popup--heading--title{margin:auto;padding:0 3.125rem;color:#221f20;text-align:center;border-bottom:0}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-btn--bonus-beans-popup-close{position:absolute;top:.625rem;right:.625rem;width:40px;height:40px;padding:0;background:#fff;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}@media(min-width: 992px){.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-btn--bonus-beans-popup-close{top:1.25rem;right:.9375rem}}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-btn--bonus-beans-popup-close::before,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-btn--bonus-beans-popup-close::after{position:absolute;top:50%;right:.625rem;left:.625rem;display:block;height:2px;margin-top:-0.0625rem;background:#221f20;content:""}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-btn--bonus-beans-popup-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--heading .cmp-btn--bonus-beans-popup-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body{padding:.9375rem}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-text--bonus-beans-popup--p{display:block;margin-bottom:.9375rem;padding:0 .9375rem;text-align:center;font-size:.875rem}@media(min-width: 576px){.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-text--bonus-beans-popup--p{font-size:1rem}}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-text--bonus-beans-popup--p .cmp-text__bold-font{font-weight:700}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-image--bonus-beans-popup--success-icon,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-image--bonus-beans-popup--failure-icon{display:block;margin:1.875rem auto 1.5625rem;-o-object-fit:contain;object-fit:contain}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons{display:table;width:100%;margin:auto;text-align:center}@media(min-width: 576px){.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons{width:auto}}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--serial-no-ok-btn,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--confirm-ok-btn,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--failure-ok-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;min-height:48px;margin:.625rem 0;padding:0;font-size:1.125rem;border-radius:8px !important}@media(min-width: 576px){.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--serial-no-ok-btn,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--confirm-ok-btn,.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-btn--bonus-beans-popup--failure-ok-btn{width:110px;min-height:52px;margin:.625rem;font-size:1.25rem}}.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-text--bonus-beans-popup--p{font-size:.875rem}@media(min-width: 576px){.cmp-container--bonus-beans-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-container--bonus-beans-popup--buttons .cmp-text--bonus-beans-popup--p{font-size:1rem}}.cmp-container--bonus-beans-popup.shown{visibility:visible;opacity:1}.cmp-container--bonus-beans-popup.shown .cmp-container--bonus-beans-popup--content{opacity:1}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content{overflow-y:initial}@media(max-width: 991.98px){.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content{top:0;right:0;left:0;width:auto;max-height:100vh;max-width:100%;-webkit-transform:none;transform:none}}@media(min-width: 992px){.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content{max-width:860px}}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body{padding-left:.9375rem;padding-right:.9375rem}@media(min-width: 992px){.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body{padding-left:1.875rem;padding-right:1.875rem}}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body ol{margin-left:.9375rem}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body ol li{font-size:.875rem}@media(min-width: 992px){.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body ol li{font-size:1rem}}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body ol li p{margin-bottom:.625rem}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--body .cmp-image--bonus-beans-popup--serial-number{display:block;margin:.625rem auto;max-width:450px;width:100%}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--content-box{padding:0}.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--content-box .cmp-container--bonus-beans-popup--container{background-color:#fff;display:inline-block;width:100%;padding:0}@media(min-width: 992px){.cmp-container--bonus-beans-popup.serial-number-popup .cmp-container--bonus-beans-popup--content .cmp-container--bonus-beans-popup--content-box .cmp-container--bonus-beans-popup--container{border-radius:8px}}.cmp-form--bonus-beanz--inactive-message{padding:3.125rem 0;text-align:center}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register__title{font-family:"Archer-Ssm",sans-serif;color:#221f20;font-size:28px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-paragraph,.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-toggle-create-account,.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-toggle{font-family:"Helvetica-Neue",sans-serif;font-size:14px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-toggle .register-link{margin-left:8px;padding-bottom:2px;font-weight:700;color:#221f20;border-bottom:2px solid #221f20;cursor:pointer}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-underline{text-decoration:none;color:#221f20;font-weight:bold;border-bottom:2px solid #221f20}.ReactModalPortal .overlay-register .modal-register .register-modal__container .btn-dark{display:block;margin:20px auto 0}.ReactModalPortal .overlay-register .modal-register .register-modal__container .btn-dark:disabled{background-color:#b9b0ab;color:#fff;cursor:not-allowed}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-icon-txt::before{display:none}.ReactModalPortal .overlay-register .modal-register .register-modal__container .tab__wrap{display:inline-block;width:100%}.ReactModalPortal .overlay-register .modal-register .register-modal__container .tab{text-align:left;width:auto;border:0;background-color:rgba(0,0,0,0)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .tab:first-of-type{border-right:1px solid #221f20}.ReactModalPortal .overlay-register .modal-register .register-modal__container .tab .tab__title{font-family:"Helvetica-Neue",sans-serif;color:#221f20;font-size:20px;padding-top:0;padding-bottom:0}.ReactModalPortal .overlay-register .modal-register .register-modal__container .tab .tab__underline{display:none}.ReactModalPortal .overlay-register .modal-register .register-modal__container .tab .active{background-color:rgba(0,0,0,0)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .tab .active .tab__title{font-weight:700}.ReactModalPortal .overlay-register .modal-register .register-modal__container .cmp-text--beanz-sign-in-info-msg{margin-top:2.5rem}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control{font-family:"Helvetica-Neue",sans-serif}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-button,.ReactModalPortal .overlay-register .modal-register .register-modal__container .google-btn,.ReactModalPortal .overlay-register .modal-register .register-modal__container .facebook-btn,.ReactModalPortal .overlay-register .modal-register .register-modal__container .apple-btn{font-family:"Helvetica-Neue",sans-serif;font-weight:700}.tab{position:relative;width:100%;background-color:#f7f7f7;border:1px solid silver}.tab__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.tab__title{margin:0;padding-top:1.25rem;padding-bottom:1.25rem;font-weight:normal;text-align:center}.tab__underline{position:absolute;bottom:0;left:0;width:100%;border-bottom:4px solid #f7f7f7}.tab__content{display:none;padding:.3125rem .9375rem;border-top:0}.tab.active{background-color:#fff}.tab:hover{cursor:pointer}.tab.active .tab__title{font-weight:bold}.tab.active .tab__underline{bottom:-0.0625rem;border-bottom:4px solid #313638}.form-checkbox{position:absolute;opacity:0}.form-checkbox+label{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.5rem;color:#313638;padding-left:2.1875rem;position:relative;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.form-checkbox+label::after{content:"";position:absolute;left:0;top:0;bottom:0;width:22px !important;height:22px !important;border:1px solid #717578;border-radius:3.96px}.form-checkbox:checked+label::after{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;display:inline-block;background-color:#fff;width:.75rem;height:.625rem;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6185 0.214229C12.0525 0.555797 12.1274 1.18451 11.7858 1.61851L5.48952 9.61851C5.3086 9.84839 5.03609 9.98752 4.74378 9.99924C4.45148 10.011 4.1687 9.8941 3.96995 9.67945L0.266244 5.67945C-0.108983 5.27421 -0.0846483 4.64151 0.320597 4.26628C0.725841 3.89105 1.35854 3.91539 1.73377 4.32063L4.642 7.46153L10.2142 0.381578C10.5558 -0.0524146 11.1845 -0.127339 11.6185 0.214229Z' fill='%234C8314'/%3e%3c/svg%3e ");background-repeat:no-repeat;background-position:center;background-size:10px;border:2px solid #313638}.beanz-footer .footer .footer-inner .footer-body .footer-body__social .sf-newsletter__title{font-family:"Archer-Ssm",sans-serif;color:#fff;font-size:20px;line-height:28px;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures;margin-top:20px}@media(min-width: 768px){.beanz-footer .footer .footer-inner .footer-body .footer-body__social .sf-newsletter__title{font-size:24px;line-height:32px;margin-top:24px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3001;min-height:100vh;overflow-y:scroll;background-color:rgba(0,0,0,.3)}@media(min-width: 768px){.modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.modal-overlay .modal{--footer--height: 85px;position:relative;width:100%;max-width:700px;max-height:calc(100vh - env(safe-area-inset-bottom));background-color:#fff}@media(min-width: 768px){.modal-overlay .modal{width:calc(100vw - 40px)}}.modal-overlay .modal:focus-visible{outline:none}.modal-overlay .modal>div{padding:32px;background-color:#fff}@media(min-width: 768px){.modal-overlay .modal>div{padding:50px}}.modal-overlay .modal .modal__content .modal__body{margin:32px 0}@media(min-width: 768px){.modal-overlay .modal .modal__content .modal__body{display:-webkit-box;display:-ms-flexbox;display:flex;margin:40px 0}}.modal-overlay .modal .modal__content .modal__body .product-summary__total span:first-of-type{display:none}.modal-overlay .modal .modal__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.modal-overlay .modal .modal__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.modal-overlay .modal .modal__footer button,.modal-overlay .modal .modal__footer a{max-width:240px}}.modal-overlay .modal .modal__footer button,.modal-overlay .modal .modal__footer a{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding:12px;text-align:center}.modal-overlay .modal .modal__footer .modal__back-btn{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}@media(min-width: 768px){.modal-overlay .modal .modal__footer .modal__back-btn{width:auto}}.modal-overlay .modal .modal__footer .modal__cart-btn{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}@media(min-width: 768px){.modal-overlay .modal .modal__footer .modal__cart-btn{width:auto}}.modal-overlay .modal .modal__close-btn{--btn-size: 24px;--btn-distance-to-corner: 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;background-color:rgba(0,0,0,0);border:0;outline:0;cursor:pointer;position:absolute;top:var(--btn-distance-to-corner);right:var(--btn-distance-to-corner);padding:0}.sg-v2-support-v1-map,.sg-dark-theme,.sg-light-theme,:root{--sg-dark-ramp-1: var(--sg-primary-ramp-1);--sg-dark-ramp-2: var(--sg-primary-ramp-2);--sg-dark-ramp-3: var(--sg-primary-ramp-3);--sg-dark-ramp-4: var(--sg-primary-ramp-4);--sg-dark-ramp-5: var(--sg-primary-ramp-5);--sg-dark-ramp-6: var(--sg-primary-ramp-6);--sg-dark-ramp-7: var(--sg-primary-ramp-7);--sg-white-ramp-1: var(--sg-secondary-ramp-1);--sg-white-ramp-2: var(--sg-secondary-ramp-2);--sg-white-ramp-3: var(--sg-secondary-ramp-3);--sg-white-ramp-4: var(--sg-secondary-ramp-4);--sg-white-ramp-5: var(--sg-secondary-ramp-5);--sg-white-ramp-6: var(--sg-secondary-ramp-6);--sg-white-ramp-7: var(--sg-secondary-ramp-7);--sg-accent-1: var(--sg-brand-accent-1);--sg-muted-accent-1: var(--sg-primary-accent-1);--sg-muted-accent-3: var(--sg-primary-accent-2);--sg-muted-accent-4: var(--sg-primary-accent-3);--sg-accent-5: var(--sg-primary-accent-4);--sg-accent-2: var(--sg-secondary-accent-1);--sg-accent-3: var(--sg-secondary-accent-2);--sg-accent-4: var(--sg-secondary-accent-3);--sg-muted-accent-5: var(--sg-secondary-accent-4);--sg-alert-success: var(--sg-alert-main-success);--sg-alert-caution: var(--sg-alert-main-caution);--sg-alert-error: var(--sg-alert-main-error);--sg-alert-info: var(--sg-alert-main-info);--sg-alert-grey: var(--sg-alert-main-grey);--sg-alert-success-flat: var(--sg-alert-bg-success);--sg-alert-caution-flat: var(--sg-alert-bg-caution);--sg-alert-error-flat: var(--sg-alert-bg-error);--sg-alert-info-flat: var(--sg-alert-bg-info);--sg-alert-grey-flat: var(--sg-alert-bg-grey);--sg-light-bg: var(--sg-primary-brand-bg);--sg-dark-primary: var(--sg-secondary-brand-bg)}.sg-light-overlay,.sg-light-theme,:root{--sg-overlay-1: rgba(255,255,255,0.10);--sg-overlay-2: rgba(255,255,255,0.20);--sg-overlay-3: rgba(255,255,255,0.30);--sg-overlay-4: rgba(255,255,255,0.40);--sg-overlay-5: rgba(255,255,255,0.50);--sg-overlay-6: rgba(255,255,255,0.60);--sg-overlay-7: rgba(255,255,255,0.70);--sg-overlay-8: rgba(255,255,255,0.80);--sg-overlay-8: rgba(255,255,255,0.90);--sg-overlay-8: rgba(255,255,255,1);--sg-persistent-overlay-1: rgba(0,0,0,0.10);--sg-persistent-overlay-2: rgba(0,0,0,0.20);--sg-persistent-overlay-3: rgba(0,0,0,0.30);--sg-persistent-overlay-4: rgba(0,0,0,0.40);--sg-persistent-overlay-5: rgba(0,0,0,0.50);--sg-persistent-overlay-6: rgba(0,0,0,0.60);--sg-persistent-overlay-7: rgba(0,0,0,0.70);--sg-persistent-overlay-8: rgba(0,0,0,0.80);--sg-persistent-overlay-9: rgba(0,0,0,0.90);--sg-persistent-overlay-10: rgba(0,0,0,1)}.sg-dark-overlay,.sg-dark-theme{--sg-overlay-1: rgba(0,0,0,0.10);--sg-overlay-2: rgba(0,0,0,0.20);--sg-overlay-3: rgba(0,0,0,0.30);--sg-overlay-4: rgba(0,0,0,0.40);--sg-overlay-5: rgba(0,0,0,0.50);--sg-overlay-6: rgba(0,0,0,0.60);--sg-overlay-7: rgba(0,0,0,0.70);--sg-overlay-8: rgba(0,0,0,0.80);--sg-overlay-9: rgba(0,0,0,0.90);--sg-overlay-10: rgba(0,0,0,1);--sg-persistent-overlay-1: rgba(0,0,0,0.10);--sg-persistent-overlay-2: rgba(0,0,0,0.20);--sg-persistent-overlay-3: rgba(0,0,0,0.30);--sg-persistent-overlay-4: rgba(0,0,0,0.40);--sg-persistent-overlay-5: rgba(0,0,0,0.50);--sg-persistent-overlay-6: rgba(0,0,0,0.60);--sg-persistent-overlay-7: rgba(0,0,0,0.70);--sg-persistent-overlay-8: rgba(0,0,0,0.80);--sg-persistent-overlay-8: rgba(0,0,0,0.90);--sg-persistent-overlay-8: rgba(0,0,0,1)}.sg-light-theme__v1-deprecated,:root{--sg-dark-primary: #221F20;--sg-light-bg: #F7F3ED;--sg-accent-1: #EC6418;--sg-accent-2: #8E502B;--sg-accent-3: #A86F42;--sg-accent-4: #F0DBC7;--sg-accent-5: #B9B0AB;--sg-muted-accent-1: #C95100;--sg-muted-accent-2: #613F24;--sg-muted-accent-3: #A98263;--sg-muted-accent-4: #D4B697;--sg-muted-accent-5: #ECE5DD;--sg-alert-success: #007A31;--sg-alert-error: #CA0813;--sg-alert-caution: #D35B17;--sg-alert-info: #046B99;--sg-alert-grey: #BAB9B8;--sg-alert-success-flat: #E2EFE7;--sg-alert-error-flat: #FCF0F1;--sg-alert-caution-flat: #FAF3E7;--sg-alert-info-flat: #F0F6F9;--sg-alert-grey-flat: #F5F5F5;--sg-dark-ramp-1: #302d2c;--sg-dark-ramp-2: rgba(48, 45, 44, 0.87);--sg-dark-ramp-3: rgba(48, 45, 44, 0.68);--sg-dark-ramp-4: rgba(48, 45, 44, 0.38);--sg-dark-ramp-5: rgba(48, 45, 44, 0.26);--sg-dark-ramp-6: rgba(48, 45, 44, 0.12);--sg-dark-ramp-7: rgba(48, 45, 44, 0.04);--sg-white-ramp-1: white;--sg-white-ramp-2: rgba(255, 255, 255, 0.7);--sg-white-ramp-3: rgba(255, 255, 255, 0.5);--sg-white-ramp-4: rgba(255, 255, 255, 0.3);--sg-white-ramp-5: rgba(255, 255, 255, 0.2);--sg-white-ramp-6: rgba(255, 255, 255, 0.1);--sg-white-ramp-7: rgba(255, 255, 255, 0.05)}.sg-light-theme,:root{--sg-primary-ramp-1: rgba(48, 45, 44, 1);--sg-primary-ramp-2: rgba(48, 45, 44, 0.87);--sg-primary-ramp-3: rgba(48, 45, 44, 0.68);--sg-primary-ramp-4: rgba(48, 45, 44, 0.38);--sg-primary-ramp-5: rgba(48, 45, 44, 0.26);--sg-primary-ramp-6: rgba(48, 45, 44, 0.12);--sg-primary-ramp-7: rgba(48, 45, 44, 0.06);--sg-secondary-ramp-1: rgba(255, 255, 255, 1);--sg-secondary-ramp-2: rgba(255, 255, 255, 0.72);--sg-secondary-ramp-3: rgba(255, 255, 255, 0.48);--sg-secondary-ramp-4: rgba(255, 255, 255, 0.24);--sg-secondary-ramp-5: rgba(255, 255, 255, 0.18);--sg-secondary-ramp-6: rgba(255, 255, 255, 0.08);--sg-secondary-ramp-7: rgba(255, 255, 255, 0.05);--sg-brand-accent-1: rgba(236, 100, 24, 1);--sg-primary-accent-1: rgba(232, 199, 166, 1);--sg-primary-accent-2: rgba(198, 152, 116, 1);--sg-primary-accent-3: rgba(135, 255, 183, 1);--sg-primary-accent-4: rgba(135, 255, 183, 1);--sg-secondary-accent-1: rgba(142, 80, 43, 1);--sg-secondary-accent-2: rgba(104, 69, 45, 1);--sg-secondary-accent-3: rgba(135, 255, 183, 1);--sg-secondary-accent-4: rgba(135, 255, 183, 1);--sg-alert-main-success: rgba(0, 122, 49, 1);--sg-alert-main-caution: rgba(184, 80, 21, 1);--sg-alert-main-error: rgba(202, 8, 19, 1);--sg-alert-main-info: rgba(4, 107, 153, 1);--sg-alert-main-grey: rgba(97, 97, 97, 1);--sg-alert-bg-success: rgba(226, 239, 231, 1);--sg-alert-bg-caution: rgba(250, 243, 231, 1);--sg-alert-bg-error: rgba(252, 240, 241, 1);--sg-alert-bg-info: rgba(240, 246, 249, 1);--sg-alert-bg-grey: rgba(228, 228, 228, 1);--sg-page-color: rgba(255, 255, 255, 1);--sg-secondary-brand-bg: rgba(73, 67, 66, 1);--sg-primary-brand-bg: rgba(247, 243, 237, 1);--sg-focus-color: rgba(4, 107, 153, 1);--sg-l-page-d-primary: rgba(255,255,255,1);--sg-attention-cta: rgba(236,100,24,1);--sg-brand-variation: rgba(135,255,183,1);--sg-secondary-brand-bg-1_10: rgba(73, 67, 66, 0.1);--sg-secondary-brand-bg-1_20: rgba(73, 67, 66, 0.2);--sg-secondary-brand-bg-1_60: rgba(73, 67, 66, 0.6);--sg-secondary-brand-bg-1_80: rgba(73, 67, 66, 0.8);--sg-brand-accent-1_10: rgba(236, 100, 24, 0.10);--sg-brand-accent-1_20: rgba(236, 100, 24, 0.20);--sg-brand-accent-1_60: rgba(236, 100, 24, 0.60);--sg-brand-accent-1_80: rgba(236, 100, 24, 0.80);--sg-attention-cta-1_60: rgba(236,100,24,0.60);--sg-attention-cta-1_80: rgba(236,100,24,0.80);--sg-persistent-white: rgba(255, 255, 255, 1);--sg-persistent-black: rgba(48, 45, 44, 1)}.sg-dark-theme{--sg-primary-ramp-1: rgba(255, 255, 255, 1);--sg-primary-ramp-2: rgba(255, 255, 255, 0.72);--sg-primary-ramp-3: rgba(255, 255, 255, 0.48);--sg-primary-ramp-4: rgba(255, 255, 255, 0.24);--sg-primary-ramp-5: rgba(255, 255, 255, 0.18);--sg-primary-ramp-6: rgba(255, 255, 255, 0.08);--sg-primary-ramp-7: rgba(255, 255, 255, 0.05);--sg-secondary-ramp-1: rgba(48, 45, 44, 1);--sg-secondary-ramp-2: rgba(48, 45, 44, 0.87);--sg-secondary-ramp-3: rgba(48, 45, 44, 0.68);--sg-secondary-ramp-4: rgba(48, 45, 44, 0.38);--sg-secondary-ramp-5: rgba(48, 45, 44, 0.26);--sg-secondary-ramp-6: rgba(48, 45, 44, 0.12);--sg-secondary-ramp-7: rgba(48, 45, 44, 0.06);--sg-brand-accent-1: rgba(236, 100, 24, 1);--sg-primary-accent-1: rgba(142, 80, 43, 1);--sg-primary-accent-2: rgb(104, 69, 45, 1);--sg-primary-accent-3: rgb(135, 255, 183, 1);--sg-primary-accent-4: rgba(135, 255, 183, 1);--sg-secondary-accent-1: rgba(232, 199, 166, 1);--sg-secondary-accent-2: rgba(198, 152, 116, 1);--sg-secondary-accent-3: rgba(135, 255, 183, 1);--sg-secondary-accent-4: rgba(135, 255, 183, 1);--sg-alert-main-success: rgba(242, 190, 0, 1);--sg-alert-main-caution: rgb(255, 163, 163, 1);--sg-alert-main-error: rgba(255, 163, 163, 1);--sg-alert-main-info: rgba(143, 190, 255, 1);--sg-alert-main-grey: rgba(207, 207, 207, 1);--sg-alert-bg-success: rgba(37, 96, 71, 1);--sg-alert-bg-caution: rgba(108, 74, 34, 1);--sg-alert-bg-error: rgba(120, 54, 45, 1);--sg-alert-bg-info: rgba(29, 71, 129, 1);--sg-alert-bg-grey: rgba(89, 89, 89, 1);--sg-page-color: rgba(48, 45, 44, 1);--sg-secondary-brand-bg: rgb(247, 243, 237, 1);--sg-primary-brand-bg: rgba(73, 67, 66, 1);--sg-focus-color: rgba(143, 190, 255, 1);--sg-l-page-d-primary: rgba(73, 67, 66, 1);--sg-attention-cta: rgba(236,100,24,1);--sg-brand-variation: rgba(135,255,183,1);--sg-secondary-brand-bg-1_10: rgba(247, 243, 237, 0.1);--sg-secondary-brand-bg-1_20: rgba(247, 243, 237, 0.2);--sg-secondary-brand-bg-1_60: rgba(247, 243, 237, 0.6);--sg-secondary-brand-bg-1_80: rgba(247, 243, 237, 0.8);--sg-brand-accent-1_10: rgba(236, 100, 24, 0.1);--sg-brand-accent-1_20: rgba(236, 100, 24, 0.2);--sg-brand-accent-1_60: rgba(236, 100, 24, 0.6);--sg-brand-accent-1_80: rgba(236, 100, 24, 0.8);--sg-attention-cta-1_60: rgba(236,100,24,0.60);--sg-attention-cta-1_80: rgba(236,100,24,0.80);--sg-persistent-white: rgba(255, 255, 255, 1);--sg-persistent-black: rgba(48, 45, 44, 1)}.xps-button{--xps-btn-primary-color: #B9B0AB;--xps-btn-border-radius: 48px}.xps-carousel-top-button-container{--xps-carousel-navigator-border-radius: 20px}.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-family:"Archer-Ssm",sans-serif;font-size:2rem;font-weight:400;line-height:3rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-size:2.5rem;line-height:3.5rem}}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cartwrapper__order-item-price{font-family:"Helvetica-Neue",sans-serif;font-size:1.75rem;line-height:2.5rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures;font-weight:400}@media(min-width: 768px){.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cartwrapper__order-item-price{font-size:2rem;line-height:3rem}}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title,.cmp-container__checkout-root .cmp-text__checkout--sub-heading{font-family:"Archer-Ssm",sans-serif;font-size:1.5rem;font-weight:400;line-height:2rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title,.cmp-container__checkout-root .cmp-text__checkout--sub-heading{font-size:1.75rem;line-height:2.5rem}}.questionnaire__container ol .questionnaire__item::marker,.questionnaire__container ol .questionnaire__item .questionnaire__question{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem}@media(min-width: 768px){.questionnaire__container ol .questionnaire__item::marker,.questionnaire__container ol .questionnaire__item .questionnaire__question{font-size:1.125rem}}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__title{font-family:"Helvetica-Neue",sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5rem}.beanz-nav .header-banner__item .header-banner__item-content p,.beanz-panel-search .search-results .roasters-results li a,.beanz-panel-search .search-results .category-results li a,.beanz-panel-search .result-category-list li,.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header,#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p,.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label,.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input,.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span,.cmp-cart-container .promo-code-wrapper .promo-input input,.cmp-cart-container .promocode-error-message,#cart-page-container .cart-loggedin-username,.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--subscribe-save-note,.cmp-container__checkout-root .cmp-text__checkout--saved,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}@media(min-width: 768px){.beanz-nav .header-banner__item .header-banner__item-content p,.beanz-panel-search .search-results .roasters-results li a,.beanz-panel-search .search-results .category-results li a,.beanz-panel-search .result-category-list li,.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header,#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p,.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label,.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input,.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span,.cmp-cart-container .promo-code-wrapper .promo-input input,.cmp-cart-container .promocode-error-message,#cart-page-container .cart-loggedin-username,.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--subscribe-save-note,.cmp-container__checkout-root .cmp-text__checkout--saved,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text{font-size:1rem}}.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header{font-weight:700}.beanz-panel-search .run-search__form .run-search__input,.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-regular,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem}@media(min-width: 768px){.beanz-panel-search .run-search__form .run-search__input,.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-regular,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-size:1.125rem}}.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-weight:700}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-btn,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-text,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__logout-btn,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .list__list-item-link,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-heading,.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-label,.beanz-nav .menu-item__display-content .mybeanz__user-info{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;line-height:1.5rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-regular,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-bold{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-regular,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p3-bold{font-size:1rem !important}}.cmp-container--policy-pages .cmp-container .text p,.cmp-container__change-coffee--footer .cmp-container .image .cmp-image .cmp-image__title,.cmp-container--beanz-signup .container .red-color,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item,.cmp-container__order-list-details .cmp-text__checkout-order-list-details .cmp-text__checkout-order-list-detail-item .cmp-text__checkout-order-list-detail-content,.cmp-text__small-font,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-label,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu,.cmp-container__checkout-root .cmp-text__checkout--billing-addres--label,.cmp-container__checkout-root .cmp-text__checkout--saved-email,.invalid .cmp-form__error-message,.cmp-form__error-message,.cmp-checkout__shipping-adress-checkobox .cmp-checkout__shipping-adress-checkobox--label,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info .cmp-text-purchase__content--box--order-info-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon .cmp-text-purchase__content--box--order-info-p,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__contact-time,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-error-msg,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-select-error-msg{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;line-height:.75rem}.beanz-nav .header-banner__item .header-banner__item-cta__text{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;line-height:1rem}@media(min-width: 768px){.beanz-nav .header-banner__item .header-banner__item-cta__text{font-size:.875rem;line-height:1.5rem}}.beanz-panel-search .run-search__form .run-search__input::-webkit-input-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-panel-search .run-search__form .run-search__input::-moz-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-panel-search .run-search__form .run-search__input:-ms-input-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-panel-search .run-search__form .run-search__input::-ms-input-placeholder{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.header .list .list__list .list__list-item,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-text,.beanz-panel-search .search-dropdown__results .search-dropdown__results-list .search-dropdown__item,.beanz-panel-search .run-search__form .run-search__input::placeholder,.message-box__link,.message-box,.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link,.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info .region-header__description,.panel-content .panel-heading{font-family:"Helvetica-Neue",sans-serif;font-size:.875rem;line-height:1.5rem}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info .region-header__description,.panel-content .panel-heading{font-weight:700}.footer .footer-inner .footer-bottom .footer-bottom__rights,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content,.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper .cmp-text__checkout--saved-label{font-family:"Helvetica-Neue",sans-serif;font-size:.75rem;line-height:1rem}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:48px;line-height:56px}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}.xps-text-h1{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:40px;line-height:56px}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}.xps-text-h2{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:32px;line-height:48px}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:28px;line-height:40px}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}.xps-text-h4{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}.xps-text-h4-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}.xps-text-h5-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}.xps-text-h6{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:18px;line-height:22px}.xps-text-h6-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:18px;line-height:22px}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}.xps-text-p1-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:14px;line-height:20px}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:14px;line-height:20px}.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:12px;line-height:16px}.xps-text-p4-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:16px}.xps-text-caps-label{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:24px;letter-spacing:1px;text-transform:uppercase}.xps-text-cart-count{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:8px;line-height:100%;letter-spacing:-0.5px}.xps-text a{display:inline-block;text-decoration:none;border-bottom:1px solid;color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}.no-underline a{border-bottom:0}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__arrow[disabled] .splide__arrow-icon,.questionnaire__container ol .questionnaire__mobile,.questionnaire__container ol .questionnaire__item .tooltip .info-icon,.info-icon{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;display:inline-block;background-color:#fff}.questionnaire__container ol .questionnaire__mobile{background-image:url("clientlib-beanz-site/resources/svgs/arrow-down-selectbox.svg");width:.625rem;height:.4rem}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__arrow[disabled] .splide__arrow-icon{background-image:url("clientlib-beanz-site/resources/svgs/arrow-down-large-grey.svg");height:.625rem;width:1.25rem}.questionnaire__container ol .questionnaire__item .tooltip .info-icon,.info-icon{background-image:url("clientlib-beanz-site/resources/svgs/info.svg");width:1.375rem;height:1.375rem}.visually-hidden,.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@keyframes alerter{0%{background-color:red}50%{background-color:rgba(255,0,0,.2)}100%{background-color:red}}.visible-md-up{display:none}@media(min-width: 768px){.visible-md-up{display:block}}.visible-lg-up{display:block}@media(max-width: 992px){.visible-lg-up{display:none}}.visible-xl-up{display:none}@media(min-width: 1200px){.visible-xl-up{display:block}}.visible-xxl-up{display:none}@media(min-width: 1440px){.visible-xxl-up{display:block}}.hidden-xl-up{display:block}@media(min-width: 1200px){.hidden-xl-up{display:none}}.hidden-md-up{display:block}@media(min-width: 768px){.hidden-md-up{display:none}}.hidden-lg-up{display:block}@media(min-width: 992px){.hidden-lg-up{display:none}}.hidden-xxl-up{display:block}@media(min-width: 1440px){.hidden-xxl-up{display:none}}.xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-only{display:block}}.col-xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-hide{display:block}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-hide{display:none}}.col-xs-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-hide{display:none !important}}.xs-up{display:none}@media screen and (min-width: 0){.xs-up{display:block}}.col-xs-up{display:none}@media screen and (min-width: 0){.col-xs-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-down{display:none}@media screen and (max-width: 575.98px){.xs-down{display:block}}.col-xs-down{display:none}@media screen and (max-width: 575.98px){.col-xs-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-only{display:none}@media screen and (max-width: 767.98px){.sm-only{display:block}}.col-sm-only{display:none}@media screen and (max-width: 767.98px){.col-sm-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-hide{display:block}@media screen and (max-width: 767.98px){.sm-hide{display:none}}.col-sm-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px){.col-sm-hide{display:none !important}}.sm-up{display:none;display:block}.col-sm-up{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.sm-down{display:none}@media screen and (max-width: 767.98px){.sm-down{display:block}}.col-sm-down{display:none}@media screen and (max-width: 767.98px){.col-sm-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-only{display:block}}.col-md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-hide{display:block}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-hide{display:none}}.col-md-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-hide{display:none !important}}.md-up{display:none}@media screen and (min-width: 768px){.md-up{display:block}}.col-md-up{display:none}@media screen and (min-width: 768px){.col-md-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-down{display:none}@media screen and (max-width: 991.99px){.md-down{display:block}}.col-md-down{display:none}@media screen and (max-width: 991.99px){.col-md-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-only{display:none}@media screen and (min-width: 992px){.lg-only{display:block}}.col-lg-only{display:none}@media screen and (min-width: 992px){.col-lg-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-hide{display:block}@media screen and (min-width: 992px){.lg-hide{display:none}}.col-lg-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 992px){.col-lg-hide{display:none !important}}.lg-up{display:none}@media screen and (min-width: 992px){.lg-up{display:block}}.col-lg-up{display:none}@media screen and (min-width: 992px){.col-lg-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-down{display:none;display:block}.col-lg-down{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.xl-only{display:block}}.col-xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-hide{display:block}@media screen and (min-width: 1200px)and (max-width: ){.xl-hide{display:none}}.col-xl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-hide{display:none !important}}.xl-up{display:none}@media screen and (min-width: 1200px){.xl-up{display:block}}.col-xl-up{display:none}@media screen and (min-width: 1200px){.col-xl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-down{display:none}@media screen and (max-width: ){.xl-down{display:block}}.col-xl-down{display:none}@media screen and (max-width: ){.col-xl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.xxl-only{display:block}}.col-xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-hide{display:block}@media screen and (min-width: 1440px)and (max-width: ){.xxl-hide{display:none}}.col-xxl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-hide{display:none !important}}.xxl-up{display:none}@media screen and (min-width: 1440px){.xxl-up{display:block}}.col-xxl-up{display:none}@media screen and (min-width: 1440px){.col-xxl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-down{display:none}@media screen and (max-width: ){.xxl-down{display:block}}.col-xxl-down{display:none}@media screen and (max-width: ){.col-xxl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-only{display:block}}.col-xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-hide{display:block}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-hide{display:none}}.col-xs-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-hide{display:none !important}}.xs-up{display:none}@media screen and (min-width: 0){.xs-up{display:block}}.col-xs-up{display:none}@media screen and (min-width: 0){.col-xs-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-down{display:none}@media screen and (max-width: 575.98px){.xs-down{display:block}}.col-xs-down{display:none}@media screen and (max-width: 575.98px){.col-xs-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-only{display:none}@media screen and (max-width: 767.98px){.sm-only{display:block}}.col-sm-only{display:none}@media screen and (max-width: 767.98px){.col-sm-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-hide{display:block}@media screen and (max-width: 767.98px){.sm-hide{display:none}}.col-sm-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px){.col-sm-hide{display:none !important}}.sm-up{display:none;display:block}.col-sm-up{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.sm-down{display:none}@media screen and (max-width: 767.98px){.sm-down{display:block}}.col-sm-down{display:none}@media screen and (max-width: 767.98px){.col-sm-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-only{display:block}}.col-md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-hide{display:block}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-hide{display:none}}.col-md-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-hide{display:none !important}}.md-up{display:none}@media screen and (min-width: 768px){.md-up{display:block}}.col-md-up{display:none}@media screen and (min-width: 768px){.col-md-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-down{display:none}@media screen and (max-width: 991.99px){.md-down{display:block}}.col-md-down{display:none}@media screen and (max-width: 991.99px){.col-md-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-only{display:none}@media screen and (min-width: 992px){.lg-only{display:block}}.col-lg-only{display:none}@media screen and (min-width: 992px){.col-lg-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-hide{display:block}@media screen and (min-width: 992px){.lg-hide{display:none}}.col-lg-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 992px){.col-lg-hide{display:none !important}}.lg-up{display:none}@media screen and (min-width: 992px){.lg-up{display:block}}.col-lg-up{display:none}@media screen and (min-width: 992px){.col-lg-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-down{display:none;display:block}.col-lg-down{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.xl-only{display:block}}.col-xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-hide{display:block}@media screen and (min-width: 1200px)and (max-width: ){.xl-hide{display:none}}.col-xl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-hide{display:none !important}}.xl-up{display:none}@media screen and (min-width: 1200px){.xl-up{display:block}}.col-xl-up{display:none}@media screen and (min-width: 1200px){.col-xl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-down{display:none}@media screen and (max-width: ){.xl-down{display:block}}.col-xl-down{display:none}@media screen and (max-width: ){.col-xl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.xxl-only{display:block}}.col-xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-hide{display:block}@media screen and (min-width: 1440px)and (max-width: ){.xxl-hide{display:none}}.col-xxl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-hide{display:none !important}}.xxl-up{display:none}@media screen and (min-width: 1440px){.xxl-up{display:block}}.col-xxl-up{display:none}@media screen and (min-width: 1440px){.col-xxl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-down{display:none}@media screen and (max-width: ){.xxl-down{display:block}}.col-xxl-down{display:none}@media screen and (max-width: ){.col-xxl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.flex-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-grow-2{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.flex-grow-3{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-1{-ms-flex-negative:1;flex-shrink:1}.flex-shrink-2{-ms-flex-negative:2;flex-shrink:2}.flex-shrink-3{-ms-flex-negative:3;flex-shrink:3}.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-center{-ms-flex-line-pack:center;align-content:center}.align-content-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-center{-ms-flex-item-align:center;align-self:center}.align-self-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.row-gap{row-gap:var(--xps-row-gap, 40px) !important}.flex-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-sm-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-sm-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-sm-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-sm-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-sm-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-sm-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-sm-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-sm-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-sm-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-sm-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-sm-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-sm-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-sm-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-sm-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-sm-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-sm-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-sm-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-sm-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-sm-center{-ms-flex-line-pack:center;align-content:center}.align-content-sm-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-sm-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-sm-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-sm-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-sm-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-sm-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-sm-center{-ms-flex-item-align:center;align-self:center}.align-self-sm-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-sm-stretch{-ms-flex-item-align:stretch;align-self:stretch}@media screen and (min-width: 768px){.flex-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-md-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-md-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-md-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-md-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-md-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-md-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-md-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-md-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-md-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-md-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-md-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-md-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-md-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-md-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-md-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-md-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-md-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-md-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-md-center{-ms-flex-line-pack:center;align-content:center}.align-content-md-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-md-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-md-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-md-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-md-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-md-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-md-center{-ms-flex-item-align:center;align-self:center}.align-self-md-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-md-stretch{-ms-flex-item-align:stretch;align-self:stretch}}@media screen and (min-width: 992px){.flex-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-lg-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-lg-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-lg-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-lg-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-lg-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-lg-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-lg-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-lg-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-lg-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-lg-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-lg-around{-ms-flex-pack:distribute;justify-content:space-around}.align-items-lg-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-lg-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-lg-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-lg-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-lg-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-lg-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-lg-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-lg-center{-ms-flex-line-pack:center;align-content:center}.align-content-lg-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-lg-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-lg-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-lg-auto{-ms-flex-item-align:auto;align-self:auto}.align-self-lg-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-lg-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-lg-center{-ms-flex-item-align:center;align-self:center}.align-self-lg-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-lg-stretch{-ms-flex-item-align:stretch;align-self:stretch}}.grid-container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.25rem;padding-left:1.25rem;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--grid-bg-color)}@media screen and (min-width: 0){.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:100%}}@media screen and (min-width: 768px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:100%}}@media screen and (min-width: 992px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:100%}}@media screen and (min-width: 1200px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:1440px}}@media screen and (min-width: 1440px){.grid-container{padding-right:2.5rem;padding-left:2.5rem;max-width:1440px}}.grid-container *,.grid-container ::after,.grid-container ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.grid-container.no-gutters{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.grid-container-fluid{width:100%;margin-right:auto;margin-left:auto;background-color:var(--grid-bg-color)}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.fixed-row{max-width:1360px;margin:auto !important;padding:0 20px}@media(min-width: 768px){.fixed-row{padding:0 40px}}@media(min-width: 1440px){.fixed-row{padding:0}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.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-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,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:.3125rem;padding-left:.3125rem}@media screen and (min-width: 0){.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.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-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,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{padding-right:.3125rem;padding-left:.3125rem}}@media screen and (min-width: 768px){.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.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-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,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 992px){.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.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-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,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 1200px){.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.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-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,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 1440px){.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.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-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,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{padding-right:.625rem;padding-left:.625rem}}@media screen and (min-width: 0){.col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xs-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xs-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-md-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-md-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-lg-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-lg-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xl-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xl-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (min-width: 1440px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-0{margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-1{margin-left:8.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-2{margin-left:16.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-3{margin-left:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-4{margin-left:33.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-5{margin-left:41.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-6{margin-left:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-7{margin-left:58.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-8{margin-left:66.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-9{margin-left:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-10{margin-left:83.3333333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.offset-xxl-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xxl-offset-11{margin-left:91.6666666667%;-webkit-box-sizing:border-box;box-sizing:border-box}}.row.negative-gutters{margin-right:-0.3125rem;margin-left:-0.3125rem}@media screen and (min-width: 0){.row.negative-gutters{margin-right:-0.3125rem;margin-left:-0.3125rem}}@media screen and (min-width: 768px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 992px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 1200px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 1440px){.row.negative-gutters{margin-right:-0.625rem;margin-left:-0.625rem}}.display-flex,.flex,.flex-box,.flex-row,.flex-start,.flex-col,.flex-column,.flex-center,.flex-justify-center,.flex-align-center,.flex-end,.flex-space-between,.flex-space-around,.flex-space-evenly,.flex-stretch,.flex-baseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.flex-col,.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-space-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex-direction-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-direction-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-direction-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-flex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-space-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-content-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.align-items-flex-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-flex-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.align-items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-content-flex-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-flex-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-center{-ms-flex-line-pack:center;align-content:center}.align-content-space-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-space-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-content-space-evenly{-ms-flex-line-pack:space-evenly;align-content:space-evenly}.align-content-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.align-self-flex-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-flex-end{-ms-flex-item-align:end;align-self:flex-end}.align-self-center{-ms-flex-item-align:center;align-self:center}.align-self-baseline{-ms-flex-item-align:baseline;align-self:baseline}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-self-auto{-ms-flex-item-align:auto;align-self:auto}.flex-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0}.flex-fixed{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.flex-auto{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.flex-none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-item{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-fixed{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-auto{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-none{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-2{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.flex-3{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.flex-4{-webkit-box-flex:4;-ms-flex-positive:4;flex-grow:4}.flex-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.flex-90{-webkit-box-flex:1;-ms-flex:1 1 90%;flex:1 1 90%}.flex-80{-webkit-box-flex:1;-ms-flex:1 1 80%;flex:1 1 80%}.flex-75{-webkit-box-flex:1;-ms-flex:1 1 75%;flex:1 1 75%}.flex-70{-webkit-box-flex:1;-ms-flex:1 1 70%;flex:1 1 70%}.flex-66{-webkit-box-flex:1;-ms-flex:1 1 66.6666666667%;flex:1 1 66.6666666667%}.flex-60{-webkit-box-flex:1;-ms-flex:1 1 60%;flex:1 1 60%}.flex-50{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.flex-40{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%}.flex-33{-webkit-box-flex:1;-ms-flex:1 1 33.3333333333%;flex:1 1 33.3333333333%}.flex-30{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%}.flex-25{-webkit-box-flex:1;-ms-flex:1 1 25%;flex:1 1 25%}.flex-20{-webkit-box-flex:1;-ms-flex:1 1 20%;flex:1 1 20%}.flex-10{-webkit-box-flex:1;-ms-flex:1 1 10%;flex:1 1 10%}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-no-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-only{display:block}}.col-xs-only{display:none}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-hide{display:block}@media screen and (min-width: 0)and (max-width: 575.98px){.xs-hide{display:none}}.col-xs-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 0)and (max-width: 575.98px){.col-xs-hide{display:none !important}}.xs-up{display:none}@media screen and (min-width: 0){.xs-up{display:block}}.col-xs-up{display:none}@media screen and (min-width: 0){.col-xs-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xs-down{display:none}@media screen and (max-width: 575.98px){.xs-down{display:block}}.col-xs-down{display:none}@media screen and (max-width: 575.98px){.col-xs-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-only{display:none}@media screen and (max-width: 767.98px){.sm-only{display:block}}.col-sm-only{display:none}@media screen and (max-width: 767.98px){.col-sm-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.sm-hide{display:block}@media screen and (max-width: 767.98px){.sm-hide{display:none}}.col-sm-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px){.col-sm-hide{display:none !important}}.sm-up{display:none;display:block}.col-sm-up{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.sm-down{display:none}@media screen and (max-width: 767.98px){.sm-down{display:block}}.col-sm-down{display:none}@media screen and (max-width: 767.98px){.col-sm-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-only{display:block}}.col-md-only{display:none}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-hide{display:block}@media screen and (min-width: 768px)and (max-width: 991.99px){.md-hide{display:none}}.col-md-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px)and (max-width: 991.99px){.col-md-hide{display:none !important}}.md-up{display:none}@media screen and (min-width: 768px){.md-up{display:block}}.col-md-up{display:none}@media screen and (min-width: 768px){.col-md-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.md-down{display:none}@media screen and (max-width: 991.99px){.md-down{display:block}}.col-md-down{display:none}@media screen and (max-width: 991.99px){.col-md-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-only{display:none}@media screen and (min-width: 992px){.lg-only{display:block}}.col-lg-only{display:none}@media screen and (min-width: 992px){.col-lg-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-hide{display:block}@media screen and (min-width: 992px){.lg-hide{display:none}}.col-lg-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 992px){.col-lg-hide{display:none !important}}.lg-up{display:none}@media screen and (min-width: 992px){.lg-up{display:block}}.col-lg-up{display:none}@media screen and (min-width: 992px){.col-lg-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.lg-down{display:none;display:block}.col-lg-down{display:none;display:-webkit-box;display:-ms-flexbox;display:flex}.xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.xl-only{display:block}}.col-xl-only{display:none}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-hide{display:block}@media screen and (min-width: 1200px)and (max-width: ){.xl-hide{display:none}}.col-xl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1200px)and (max-width: ){.col-xl-hide{display:none !important}}.xl-up{display:none}@media screen and (min-width: 1200px){.xl-up{display:block}}.col-xl-up{display:none}@media screen and (min-width: 1200px){.col-xl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xl-down{display:none}@media screen and (max-width: ){.xl-down{display:block}}.col-xl-down{display:none}@media screen and (max-width: ){.col-xl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.xxl-only{display:block}}.col-xxl-only{display:none}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-hide{display:block}@media screen and (min-width: 1440px)and (max-width: ){.xxl-hide{display:none}}.col-xxl-hide{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 1440px)and (max-width: ){.col-xxl-hide{display:none !important}}.xxl-up{display:none}@media screen and (min-width: 1440px){.xxl-up{display:block}}.col-xxl-up{display:none}@media screen and (min-width: 1440px){.col-xxl-up{display:-webkit-box;display:-ms-flexbox;display:flex}}.xxl-down{display:none}@media screen and (max-width: ){.xxl-down{display:block}}.col-xxl-down{display:none}@media screen and (max-width: ){.col-xxl-down{display:-webkit-box;display:-ms-flexbox;display:flex}}.m-5{margin:5px}.mt-5{margin-top:5px}.mr-5{margin-right:5px}.mb-5{margin-bottom:5px}.ml-5{margin-left:5px}.mx-5{margin-right:5px;margin-left:5px}.my-5{margin-top:5px;margin-bottom:5px}.m-10{margin:10px}.mt-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.mx-10{margin-right:10px;margin-left:10px}.my-10{margin-top:10px;margin-bottom:10px}.m-15{margin:15px}.mt-15{margin-top:15px}.mr-15{margin-right:15px}.mb-15{margin-bottom:15px}.ml-15{margin-left:15px}.mx-15{margin-right:15px;margin-left:15px}.my-15{margin-top:15px;margin-bottom:15px}.m-20{margin:20px}.mt-20{margin-top:20px}.mr-20{margin-right:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mx-20{margin-right:20px;margin-left:20px}.my-20{margin-top:20px;margin-bottom:20px}.m-25{margin:25px}.mt-25{margin-top:25px}.mr-25{margin-right:25px}.mb-25{margin-bottom:25px}.ml-25{margin-left:25px}.mx-25{margin-right:25px;margin-left:25px}.my-25{margin-top:25px;margin-bottom:25px}.m-30{margin:30px}.mt-30{margin-top:30px}.mr-30{margin-right:30px}.mb-30{margin-bottom:30px}.ml-30{margin-left:30px}.mx-30{margin-right:30px;margin-left:30px}.my-30{margin-top:30px;margin-bottom:30px}.m-35{margin:35px}.mt-35{margin-top:35px}.mr-35{margin-right:35px}.mb-35{margin-bottom:35px}.ml-35{margin-left:35px}.mx-35{margin-right:35px;margin-left:35px}.my-35{margin-top:35px;margin-bottom:35px}.m-40{margin:40px}.mt-40{margin-top:40px}.mr-40{margin-right:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.mx-40{margin-right:40px;margin-left:40px}.my-40{margin-top:40px;margin-bottom:40px}.m-45{margin:45px}.mt-45{margin-top:45px}.mr-45{margin-right:45px}.mb-45{margin-bottom:45px}.ml-45{margin-left:45px}.mx-45{margin-right:45px;margin-left:45px}.my-45{margin-top:45px;margin-bottom:45px}.m-50{margin:50px}.mt-50{margin-top:50px}.mr-50{margin-right:50px}.mb-50{margin-bottom:50px}.ml-50{margin-left:50px}.mx-50{margin-right:50px;margin-left:50px}.my-50{margin-top:50px;margin-bottom:50px}.m-auto{margin:autopx}.mt-auto{margin-top:autopx}.mr-auto{margin-right:autopx}.mb-auto{margin-bottom:autopx}.ml-auto{margin-left:autopx}.mx-auto{margin-right:autopx;margin-left:autopx}.my-auto{margin-top:autopx;margin-bottom:autopx}.p-5{padding:5px}.pt-5{padding-top:5px}.pr-5{padding-right:5px}.pb-5{padding-bottom:5px}.pl-5{padding-left:5px}.px-5{padding-right:5px;padding-left:5px}.py-5{padding-top:5px;padding-bottom:5px}.p-10{padding:10px}.pt-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.px-10{padding-right:10px;padding-left:10px}.py-10{padding-top:10px;padding-bottom:10px}.p-15{padding:15px}.pt-15{padding-top:15px}.pr-15{padding-right:15px}.pb-15{padding-bottom:15px}.pl-15{padding-left:15px}.px-15{padding-right:15px;padding-left:15px}.py-15{padding-top:15px;padding-bottom:15px}.p-20{padding:20px}.pt-20{padding-top:20px}.pr-20{padding-right:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}.px-20{padding-right:20px;padding-left:20px}.py-20{padding-top:20px;padding-bottom:20px}.p-25{padding:25px}.pt-25{padding-top:25px}.pr-25{padding-right:25px}.pb-25{padding-bottom:25px}.pl-25{padding-left:25px}.px-25{padding-right:25px;padding-left:25px}.py-25{padding-top:25px;padding-bottom:25px}.p-30{padding:30px}.pt-30{padding-top:30px}.pr-30{padding-right:30px}.pb-30{padding-bottom:30px}.pl-30{padding-left:30px}.px-30{padding-right:30px;padding-left:30px}.py-30{padding-top:30px;padding-bottom:30px}.p-35{padding:35px}.pt-35{padding-top:35px}.pr-35{padding-right:35px}.pb-35{padding-bottom:35px}.pl-35{padding-left:35px}.px-35{padding-right:35px;padding-left:35px}.py-35{padding-top:35px;padding-bottom:35px}.p-40{padding:40px}.pt-40{padding-top:40px}.pr-40{padding-right:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.px-40{padding-right:40px;padding-left:40px}.py-40{padding-top:40px;padding-bottom:40px}.p-45{padding:45px}.pt-45{padding-top:45px}.pr-45{padding-right:45px}.pb-45{padding-bottom:45px}.pl-45{padding-left:45px}.px-45{padding-right:45px;padding-left:45px}.py-45{padding-top:45px;padding-bottom:45px}.p-50{padding:50px}.pt-50{padding-top:50px}.pr-50{padding-right:50px}.pb-50{padding-bottom:50px}.pl-50{padding-left:50px}.px-50{padding-right:50px;padding-left:50px}.py-50{padding-top:50px;padding-bottom:50px}.p-auto{padding:autopx}.pt-auto{padding-top:autopx}.pr-auto{padding-right:autopx}.pb-auto{padding-bottom:autopx}.pl-auto{padding-left:autopx}.px-auto{padding-right:autopx;padding-left:autopx}.py-auto{padding-top:autopx;padding-bottom:autopx}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInWithSlideInRight{0%{opacity:0;-webkit-transform:translateX(20rem);transform:translateX(20rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(0.5);transform:scale(0.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(0.5);transform:scale(0.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.gray-shade{position:relative}.gray-shade::after{position:absolute;content:" ";width:100%;height:100%;top:0;left:0}.gray-shade-1::after,.gray-shade-overlay-1::after{background-color:var(--sg-overlay-8, rgba(0, 0, 0, 0.8))}.gray-shade-2::after,.gray-shade-overlay-2::after{background-color:var(--sg-overlay-7, rgba(0, 0, 0, 0.7))}.gray-shade-3::after,.gray-shade-overlay-3::after{background-color:var(--sg-overlay-6, rgba(0, 0, 0, 0.6))}.gray-shade-4::after,.gray-shade-overlay-4::after{background-color:var(--sg-overlay-5, rgba(0, 0, 0, 0.5))}.gray-shade-5::after,.gray-shade-overlay-5::after{background-color:var(--sg-overlay-4, rgba(0, 0, 0, 0.4))}.gray-shade-6::after,.gray-shade-overlay-6::after{background-color:var(--sg-overlay-3, rgba(0, 0, 0, 0.3))}.gray-shade-7::after,.gray-shade-overlay-7::after{background-color:var(--sg-overlay-2, rgba(0, 0, 0, 0.2))}.gray-shade-8::after,.gray-shade-overlay-8::after{background-color:var(--sg-overlay-1, rgba(0, 0, 0, 0.1))}.page-loader-wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.5);z-index:9999}.page-loader-spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:65px;height:65px}.page-loader-spinner .path{stroke:#f8f9fa;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.xps-btnv2,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--xps-btnv2-border-radius: 48px;--xps-btnv2-border-width: 1px;--xps-btn-spacing-sm-x:20px;--xps-btn-spacing-lg-x: 32px;--xps-btnv2-text-color: #ffffff;--xps-btnv2-bg-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-border-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-hover-text-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-hover-bg-color: #ffffff;--xps-btnv2-hover-border-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-active-text-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-active-bg-color: rgba(34, 31, 32, 0.2);--xps-btnv2-active-border-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-focus-color: var(--sg-focus-color, #046B99);--xps-btnv2-primary-outlined-text-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-primary-outlined-bg-color: transparent;--xps-btnv2-primary-outlined-border-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-primary-outlined-hover-text-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-primary-outlined-hover-bg-color: rgba(34, 31, 32, 0.1);--xps-btnv2-primary-outlined-hover-border-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-primary-outlined-active-text-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-primary-outlined-active-bg-color: rgba(34, 31, 32, 0.2);--xps-btnv2-primary-outlined-active-border-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-primary-outlined-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-primary-outlined-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-primary-outlined-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-primary-clear-text-color: var(--sg-secondary-brand-bg, #221F20);--xps-btnv2-secondary-text-color: #ffffff;--xps-btnv2-secondary-bg-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-border-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-hover-text-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-hover-bg-color: #ffffff;--xps-btnv2-secondary-hover-border-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-active-text-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-active-bg-color: rgba(236, 100, 24, 0.2);--xps-btnv2-secondary-active-border-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-secondary-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-outlined-text-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-outlined-bg-color: transparent;--xps-btnv2-secondary-outlined-border-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-outlined-hover-text-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-outlined-hover-bg-color: rgba(236, 100, 24, 0.1);--xps-btnv2-secondary-outlined-hover-border-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-outlined-active-text-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-outlined-active-bg-color: rgba(236, 100, 24, 0.2);--xps-btnv2-secondary-outlined-active-border-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-secondary-outlined-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-secondary-outlined-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-outlined-disable-border-color: rvar(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-secondary-clear-text-color: var(--sg-brand-accent-1, #EC6418);--xps-btnv2-tertiary-text-color: var( --sg-secondary-brand-bg, #221F20);--xps-btnv2-tertiary-bg-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-hover-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-hover-bg-color: transparent;--xps-btnv2-tertiary-hover-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-active-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-active-bg-color: rgba(255, 255, 255, 0.2);--xps-btnv2-tertiary-active-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-tertiary-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-tertiary-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-tertiary-outline-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-bg-color: transparent;--xps-btnv2-tertiary-outline-border-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-hover-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-hover-bg-color: rgba(255, 255, 255, 0.1);--xps-btnv2-tertiary-outline-hover-border-color: #ffffff;--xps-btnv2-tertiary-outline-active-text-color: var(--sg-secondary-ramp-1, #ffffff);--xps-btnv2-tertiary-outline-active-bg-color: rgba(255, 255, 255, 0.2);--xps-btnv2-tertiary-outline-active-border-color: #ffffff;--xps-btnv2-tertiary-outline-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-tertiary-outline-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-tertiary-outline-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-text-color: var( --sg-secondary-ramp-1, #ffffff);--xps-btnv2-black-bg-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-border-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-hover-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-hover-bg-color: transparent;--xps-btnv2-black-hover-border-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-active-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-active-bg-color: rgba(48, 45, 44, 0.1);--xps-btnv2-black-active-border-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-black-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-outline-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-outline-bg-color: transparent;--xps-btnv2-black-outline-border-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-outline-hover-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-outline-hover-bg-color: rgba(48, 45, 44, 0.1);--xps-btnv2-black-outline-hover-border-color: #302D2C;--xps-btnv2-black-outline-active-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-black-outline-active-bg-color: rgba(48, 45, 44, 0.2);--xps-btnv2-black-outline-active-border-color: #302D2C;--xps-btnv2-black-outline-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-black-outline-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-black-outline-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-pill-bg-color: rgba(10, 10, 10, 0.04);--xps-btnv2-pill-border-color: rgba(10, 10, 10, 0.04);--xps-btnv2-pill-hover-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-pill-hover-bg-color: rgba(10, 10, 10, 0.12);--xps-btnv2-pill-hover-border-color: rgba(10, 10, 10, 0.12);--xps-btnv2-pill-active-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-pill-active-bg-color: rgba(10, 10, 10, 0.26);--xps-btnv2-pill-active-border-color: rgba(10, 10, 10, 0.26);--xps-btnv2-pill-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-pill-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-outline-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-pill-outline-bg-color: #ffffff;--xps-btnv2-pill-outline-border-color: rgba(10, 10, 10, 0.38);--xps-btnv2-pill-outline-hover-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-pill-outline-hover-bg-color: rgba(10, 10, 10, 0.12);--xps-btnv2-pill-outline-hover-border-color: rgba(10, 10, 10, 0.38);--xps-btnv2-pill-outline-active-text-color: var(--sg-primary-ramp-1, #302D2C);--xps-btnv2-pill-outline-active-bg-color: rgba(10, 10, 10, 0.26);--xps-btnv2-pill-outline-active-border-color: rgba(10, 10, 10, 0.38);--xps-btnv2-pill-outline-disable-text-color: var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));--xps-btnv2-pill-outline-disable-bg-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-outline-disable-border-color: var(--sg-alert-main-grey, #BAB9B8);--xps-btnv2-pill-outline-selected-text-color: #ffffff;--xps-btnv2-pill-outline-selected-bg-color: var(--sg-secondary-brand-bg, $sg-dark-primary);--xps-btnv2-pill-outline-selected-border-color: var(--sg-secondary-brand-bg, $sg-dark-primary)}button#chip{height:30px;border-radius:15px;text-align:center;line-height:30px;padding:0 15px;background-color:rgba(0,0,0,0);color:#313638;margin-right:10px;border-color:#d0d0d0}button#chip:hover{background-color:#421540;color:#fff}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:auto 1fr}@media(min-width: 768px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:unset}}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{height:120px}@media(min-width: 768px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:auto;height:270px;width:auto}}@media(min-width: 1920px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:212px}}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-time-wrapper{padding:2px 5px}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-time-wrapper .cmp-image__video-container-icon{display:none}.cmp-card__recipe-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{height:162px}@media(min-width: 768px){.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{height:340px;width:unset}}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-time-wrapper{padding:2px 5px}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-time-wrapper .cmp-image__video-container-icon{display:none}.cmp-card__recipe-tile.cmp-card__wrapper-layout-horizontal .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:auto}@media(min-width: 992px){.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical{grid-template-columns:unset}}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-list__item{margin-top:5px}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-list__item>p{font-size:14px}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:262px;height:147px}@media(min-width: 768px){.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:210px;height:118px}}@media(min-width: 1200px){.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container{width:267px;height:150px}}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container .cmp-image__video-container-time-wrapper-duration{font-size:14px}.cmp-card__tutorial-tile.cmp-card__wrapper-layout-vertical .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal{display:grid;grid-template-columns:1fr 2fr;gap:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;padding:10px 15px;margin-bottom:10px}@media(min-width: 768px){.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal{grid-template-columns:2fr 3fr;padding:10px 20px}}@media(min-width: 1200px){.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal{grid-template-columns:3fr 5fr;gap:20px}}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3{margin-bottom:7px;font-size:16px;line-height:24px;margin-bottom:7px}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-list__item{gap:10px;display:none}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{height:120px;width:120px}@media(min-width: 768px){.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{width:150px;height:100px}}.cmp-card__tutorial-playlist.cmp-card__wrapper-layout-horizontal .cmp-image__video-container::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(3.97%, rgba(0, 0, 0, 0.4)), color-stop(27.83%, rgba(0, 0, 0, 0.06)), color-stop(89.26%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.97%, rgba(0, 0, 0, 0.06) 27.83%, rgba(0, 0, 0, 0) 89.26%);content:""}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal{margin:0;grid-template-columns:auto 1fr;gap:20px}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{width:110px !important;height:110px !important;border-radius:8px}@media(min-width: 768px){.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-image__video-container{width:150px;height:150px}}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-image__video-container .cmp-image__video-container-size{-o-object-fit:cover;object-fit:cover}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3{margin:0;padding:0;font-family:"Archer-Book",sans-serif;font-weight:400;font-size:20px;font-family:"Archer-Book",sans-serif;line-height:28px;color:#313638}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-card__actions-layout a,.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-card__actions-layout button{font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;font-size:14px;font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:22px;color:#313638;text-decoration:underline;cursor:pointer;border:0;background:none}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{width:110px;height:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:110px !important;height:110px !important;border-radius:8px}@media(min-width: 768px){.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{width:150px;height:150px}}.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{width:110px;height:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:110px !important;height:110px !important;border-radius:8px}@media(min-width: 768px){.cmp-card__tutorials-equipment.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{width:150px;height:150px}}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal{grid-gap:20px;grid-template-columns:auto 1fr;gap:30px;margin:0;padding:15px;background-color:#fff}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3{margin:0;padding:0;color:#313638;font-weight:400;font-size:14px;font-family:"Helvetica-Neue",sans-serif;line-height:22px}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout h3 a{pointer-events:none}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-list__item{margin-bottom:unset}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .cmp-card__actions-layout a{color:#313638;font-weight:400;font-size:20px;font-family:"Archer-Book",sans-serif;line-height:28px;text-decoration:none;background:none;border:0}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px !important;height:100px !important}@media(min-width: 768px){.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__body-layout .fall-back-image{width:100px !important;height:100px !important}}.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{position:unset !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px !important;height:100px !important}@media(min-width: 768px){.cmp-card__recipe-machine.cmp-card__wrapper-layout-horizontal .cmp-card__header-layout img{width:100px !important;height:100px !important}}.video-player{width:100% !important;height:200px !important}@media screen and (min-width: 992px){.video-player{height:360px !important}}.video-player .react-player__preview{border-radius:8px}@media screen and (max-width: 991.99px){.video-player .react-player__preview{background-position:left !important}}.cmp-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.cmp-list__item p{margin-bottom:0px !important}.badge{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px;color:#fff;font-weight:bold;font-size:12px;font-family:"Helvetica-Neue";line-height:16px;white-space:break-spaces;text-align:center;border-radius:3px}.badge:focus{outline:1px #000 dotted;outline-offset:1px}.xps-card{display:grid;grid-template-columns:1fr;gap:15px;width:100%}.xps-card .card-header{position:relative;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xps-card .card-body{position:relative;display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xps-card .card-action{position:relative;display:block;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xps-card.vertical-card.responsive{grid-template-columns:auto 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media screen and (min-width: 768px){.xps-card.vertical-card.responsive{grid-template-columns:1fr}}.xps-card.horizontal-card{grid-template-columns:1.5fr 1fr}.xps-card.horizontal-card.responsive{grid-template-columns:1fr}@media screen and (min-width: 768px){.xps-card.horizontal-card.responsive{grid-template-columns:1.8fr 1fr;gap:40px}}.cmp-image__video-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:10px}.cmp-image__video-container::after{position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;content:""}.cmp-image__video-container-size{height:100%;width:100%}.cmp-image__video-container-time-wrapper{position:absolute;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 0 5px;padding:4px;background-color:rgba(0,0,0,.65);border-radius:8px}.cmp-image__video-container-time-wrapper-icon{margin:0 5px 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.cmp-image__video-container-time-wrapper-icon svg{width:14px;height:14px}.cmp-image__video-container-time-wrapper-duration{font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:12px;color:#fff;background:rgba(0,0,0,0);font-weight:bold;line-height:normal}.trendingRecipes{margin:30px 0 0}.trendingRecipes .trendingRecipesTitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:30px}.trendingRecipes .trendingRecipesTitle h2{margin-right:10px}.trendingRecipes .trendingRecipesTitle a{font-size:14px;text-decoration:underline}.trendingRecipesCards{display:grid;grid-auto-rows:auto;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin:auto;margin-bottom:50px}@media(min-width: 768px){.trendingRecipesCards{grid-template-columns:repeat(5, 1fr)}}.cmp-card--archer-txt{margin:25px 0 35px}.cmp-card--archer-txt .cmp-text{padding-bottom:2rem;padding-right:50px;padding-left:50px}@media(min-width: 768px){.cmp-card--archer-txt .cmp-text{padding-right:100px;padding-left:100px}}@media(min-width: 992px){.cmp-card--archer-txt .cmp-text{padding-right:150px;padding-left:150px}}.cmp-card--archer-txt .cmp-text h4{font-family:"Archer-Ssm",sans-serif;font-size:1rem;line-height:1.5;font-weight:700;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures;text-align:center;margin-bottom:15px}@media(min-width: 768px){.cmp-card--archer-txt .cmp-text h4{font-size:20px;line-height:1.4}}.cmp-card--archer-txt .cmp-text a{color:#b83fab}.cmp-title--card-return .cmp-title{margin:.67em 0;margin-top:-0.625rem;margin-bottom:1.25rem;padding-right:50px;padding-left:50px;padding-top:40px;padding-bottom:1.875rem}@media(min-width: 768px){.cmp-title--card-return .cmp-title{padding-right:100px;padding-left:100px;padding-top:50px}}@media(min-width: 992px){.cmp-title--card-return .cmp-title{padding-bottom:2.5rem;padding-right:150px;padding-left:150px;padding-top:50px}}.cmp-title--card-return .cmp-title .cmp-title__text{font-size:24px;font-weight:700;text-align:center;letter-spacing:-0.5px;color:#007584;margin-top:-0.625rem;line-height:normal;font-family:"Archer-Ssm",sans-serif;font-style:normal}@media(min-width: 768px){.cmp-title--card-return .cmp-title .cmp-title__text{font-size:32px}}@media(min-width: 992px){.cmp-title--card-return .cmp-title .cmp-title__text{font-size:48px}}.cmp-title--perfectcard{padding-top:1.25rem}@media(min-width: 768px){.cmp-title--perfectcard{padding-top:2.5rem}}@media(min-width: 992px){.cmp-title--perfectcard{padding-top:5rem}}.cmp-title--perfectcard .cmp-title{padding-bottom:1.875rem;padding-right:50px;padding-left:50px;padding-top:40px;color:#2b2b2d;letter-spacing:-0.5px;margin-bottom:20px;line-height:normal;font-family:"Archer-Ssm",sans-serif;text-align:center}@media(min-width: 768px){.cmp-title--perfectcard .cmp-title{padding-right:100px;padding-left:100px;padding-top:50px}}@media(min-width: 992px){.cmp-title--perfectcard .cmp-title{padding-bottom:2.5rem;padding-right:150px;padding-left:150px;padding-top:50px}}.cmp-title--perfectcard .cmp-title h2{font-size:24px;font-weight:700}@media(min-width: 768px){.cmp-title--perfectcard .cmp-title h2{font-size:36px}}@media(min-width: 992px){.cmp-title--perfectcard .cmp-title h2{font-size:48px}}.smart-teaser-homepage__thin-banner .cmp-teaser{position:relative;width:100%;padding:35px 10px}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap{width:100%}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap .cmp-teaser__image{height:100%;overflow:hidden}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap .cmp-teaser__image img{width:100%;height:631px;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser-image__wrap .cmp-teaser__image img{height:321px}}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{position:absolute;top:50%;left:50%;width:80%;padding:2rem 1rem 0;color:#fff;text-align:center;-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{width:50%;text-align:left;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}}@media(min-width: 992px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{padding:2rem}}@media(min-width: 1200px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{padding:2rem 5rem}}@media(min-width: 1440px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content{padding:2rem 10rem}}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title{color:#fff;font-family:"Archer-Ssm",sans-serif}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title-link{color:#fff;font-family:"Archer-Ssm",sans-serif}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:20px}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:15px}}.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{display:inline-block;width:50%;padding:10px 0;color:#fff;font-weight:700;font-size:14px;font-family:"Helvetica-Neue",Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.5;white-space:nowrap;text-align:center;text-shadow:none;vertical-align:middle;border:1px solid;border-color:#fff;border-radius:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 768px){.smart-teaser-homepage__thin-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link{width:30%;font-size:16px}}.loading-skeleton{background-color:#eaeaea;background-image:-webkit-gradient(linear, left top, right top, from(#eaeaea), color-stop(#f5f5f5), to(#eaeaea));background-image:linear-gradient(90deg, #eaeaea, #f5f5f5, #eaeaea);background-size:200px 100%;background-repeat:no-repeat;display:inline-block;line-height:1;width:100%;-webkit-animation:wave 1.5s ease-in-out infinite;animation:wave 1.5s ease-in-out infinite}@keyframes wave{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}.menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0;padding:0;list-style:none}.menu-list .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:var(--h-primary-menu-item-font-size, 1.125rem)}.menu-list .menu-item--hidden{display:none}.menu-list .menu-item .menu-item__btn{min-width:40px;color:var(--h-color, #313638);font-weight:var(--h-primary-menu-item-font-weight, 700);font-size:var(--h-primary-menu-item-font-size, 1.125rem);background-color:rgba(0,0,0,0);border:0;cursor:pointer}.menu-list .menu-item .menu-item__btn .menu-item__btn-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-list:not(:last-child){margin-right:1rem}.primary-menu-mobile .menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu-item__display{position:absolute;top:0;right:0;z-index:calc(var(--h-z-index, 999) + 1);display:-webkit-box;display:-ms-flexbox;display:flex;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-height:calc(100*var(--h-vh, 1vh) - var(--h-panel-margin-top, 80px));margin-top:var(--h-panel-margin-top, 80px);overflow-x:hidden;overflow-y:auto;color:var(--h-color, #313638);background-color:var(--h-panel-bg, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2)}.menu-item__display--active{display:block}.menu-item__display .menu-item__display-content{position:relative;width:100%;max-width:var(--h-drawer-content-max-width, 1440px);height:100%;min-height:555px;margin:auto;padding:30px var(--h-bar-gutter, 30px);opacity:0}.menu-item__display .menu-item__display-content--active{opacity:1;-webkit-transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out);transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out)}.menu-item__display.menu-item--display-type-sidebar{width:var(--h-sidebar-width, 380px);min-height:calc(100*var(--h-vh, 1vh))}.menu-item__display.menu-item--display-type-fullscreen{width:100%;height:calc(100*var(--h-vh, 1vh)) !important;overflow-x:hidden;overflow-y:auto}.menu-item__display.menu-item--display-type-fullscreen .menu-item__display-content{padding:0}.mobile-panel__wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-slide-transition-duration, 200ms);transition-duration:var(--h-slide-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.mobile-panel{position:absolute;top:0;left:0;display:none;width:100%;height:100%;padding:var(--h-mobile-panel-gutter, 1rem);-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);pointer-events:none}.mobile-panel--in-view{height:auto;min-height:100%}.mobile-panel--active{display:block;pointer-events:auto}.mobile-panel--hidden-active{display:block}.mobile-panel--depth-0{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mobile-panel__list{max-height:var(--h-mobile-panel-max-height, calc(var(--h-vh, 1vh) * 100));overflow:hidden;list-style:none}.mobile-panel__list-item{padding:10px 0;font-size:var(--h-mobile-panel-list-item-font-size, 1rem);background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-action{color:var(--h-color, #313638);text-decoration:none}.mobile-panel__list-item-action-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-panel__list-item-action-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;width:100%;font-weight:var(--h-mobile-panel-list-item-btn-font-weight, 700);font-size:var(--h-mobile-panel-list-item-font-size, 1rem);line-height:2.25rem;background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-btn .mobile-panel__list-item-action-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.mobile-panel__list-item--heading{position:relative;margin-top:calc(-1*var(--h-mobile-panel-gutter, 1rem));margin-bottom:10px;text-align:center}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner{position:relative;height:auto}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn{position:absolute;top:50%;left:0;padding:.5rem .75rem .5rem 0;font-size:1rem;background-color:rgba(0,0,0,0);border:0;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.95rem 0;font-weight:var(--h-mobile-panel-title-font-weight, 700);font-size:var(--h-mobile-panel-title-font-size, 1.125rem);text-align:center;border-bottom:var(--h-panel-border, 1px solid #e2e2e2)}.overlay{position:fixed;top:0;left:0;z-index:calc(var(--h-z-index, 999) - 1);width:100%;height:100vh;background-color:rgba(0,0,0,0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:backdrop-filter,background-color;transition-property:backdrop-filter,background-color;pointer-events:none}.overlay--animate{background-color:rgba(0,0,0,.45)}.focus-animation{position:absolute;bottom:0;left:0;width:0;height:3px;background-color:var(--h-color);-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-underline-transition-duration, 300ms);transition-duration:var(--h-underline-transition-duration, 300ms);-webkit-transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,transform;transition-property:opacity,width,transform,-webkit-transform;pointer-events:none}.header-banner-list .header-banner__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:var(--h-banner-height, 1.5rem);color:var(--h-banner-font-color, #313638);font-size:var(--h-font-size-12, 12px);font-family:var(--h-font-family, "Helvetica-Neue");line-height:var(--h-font-line-height-p, 1rem);text-align:center;background-color:var(--h-banner-bg-color, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2);border-bottom:var(--h-header-border, 1px solid #e2e2e2)}.header-banner-list .header-banner__item p,.header-banner-list .header-banner__item a{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.header-banner-list .header-banner__item .header-banner__item-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-banner-list .header-banner__item .header-banner__item-content .header-banner__item-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--h-banner-cta-font-color, #313638);background-color:var(--h-banner-cta-bg-color, transparent)}.header-banner-list .header-banner__item .header-banner__item-close{position:absolute;right:1rem;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.header-wrapper{--h-side-content-min-width: 120px;position:fixed;top:0;z-index:var(--h-z-index, 999);width:100%;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;pointer-events:none}.header-wrapper a,.header-wrapper button{color:var(--h-color, #313638);-webkit-transition:color var(--h-transition-duration) var(--h-transition-easing);transition:color var(--h-transition-duration) var(--h-transition-easing)}.header-wrapper a:focus,.header-wrapper button:focus{outline-color:var(--h-color, #313638);outline-offset:2px}.header-wrapper ul{margin:0}.header-wrapper svg path,.header-wrapper svg rect,.header-wrapper svg polygon{-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:fill,stroke;transition-property:fill,stroke;fill:var(--h-color, #313638)}.header-wrapper--active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);pointer-events:auto}.header-wrapper--absolute{position:absolute}.header-wrapper--static{position:relative}.header-wrapper .header{position:relative;z-index:calc(var(--h-z-index, 999) + 1);font-family:var(--h-font-family, "Helvetica-Neue");background-color:var(--h-bg-color, #fff);border-bottom:var(--h-header-border, 1px solid #e2e2e2);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-bar-transition-duration, 0ms);transition-duration:var(--h-bar-transition-duration, 0ms);-webkit-transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,transform,opacity;transition-property:color,background-color,transform,opacity,-webkit-transform}.header-wrapper .header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:var(--h-max-width, none);height:var(--h-height, 80px);max-height:var(--h-height, 80px);margin:auto}@media(min-width: 768px){.header-wrapper .header-inner{padding:0 var(--h-bar-gutter, 30px)}}.header-wrapper .header-inner .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:var(--h-side-content-min-width);padding:10px;color:var(--h-color, #313638);font-weight:bold;font-size:2rem}.header-wrapper .header-inner .primary-menu,.header-wrapper .header-inner .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}.header-wrapper .header-inner .primary-menu{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}@media(min-width: 768px){.header-wrapper .header-inner .primary-menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header-wrapper .header-inner .primary-menu .menu-item__btn{padding:.75rem 1.5vw}.header-wrapper .header-inner .secondary-menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:var(--h-side-content-min-width)}.header-wrapper .header-inner .secondary-menu .menu-list:not(:last-child){margin-right:.5rem}.header-wrapper .header-inner .secondary-menu .menu-item__btn{padding:1rem}@media(min-width: 768px){.header-wrapper .header-inner .secondary-menu .menu-item__btn{padding:10px}}.header-wrapper .header-inner .primary-menu-mobile .menu-item__btn{padding:1rem}@media(max-width: 767px){.header-wrapper{--h-side-content-min-width: 100px}.header-wrapper .primary-menu{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:var(--h-side-content-min-width)}.header-wrapper .logo{-webkit-box-flex:1;-ms-flex:1;flex:1}.header-wrapper .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;min-width:var(--h-side-content-min-width)}.header-wrapper .menu-list:not(:last-child){margin-right:.25rem !important}.header-wrapper .menu-item__display{width:100vw !important}}.header-wrapper .hidden{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);opacity:0;pointer-events:none}@media(prefers-reduced-motion: reduce){.header-wrapper *,.header-wrapper ::before,.header-wrapper ::after{background-attachment:initial !important;-webkit-transition-duration:0s !important;transition-duration:0s !important;-webkit-animation-duration:1s !important;animation-duration:1s !important;-webkit-animation-delay:-1s !important;animation-delay:-1s !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;scroll-behavior:auto !important}}.container-parent{container-type:inline-size;container-name:container-parent}.responsive-container.use-container-queries{container-type:inline-size;container-name:container}.xps-author-tool{position:fixed;bottom:-2px;right:-2px;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:40px;min-width:40px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.xps-author-tool .xps-author-tool__indicator--preview{background-color:var(--sg-page-color, #fff);margin:5px}.xps-author-tool .xps-author-tool__indicator--hidden{background-color:var(--sg-page-color, #fff) !important;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}.xps-author-tool .xps-author-tool__tools{background-color:var(--sg-page-color, #fff);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0;padding:5px;border:2px solid var(--sg-primary-ramp-1, #000);border-top-left-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.xps-author-tool:hover .xps-author-tool__indicator--hidden{opacity:1}.xps-author-tool:hover .xps-author-tool__tools{opacity:1}.menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0;padding:0;list-style:none}.menu-list .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:var(--h-primary-menu-item-font-size, 1.125rem)}.menu-list .menu-item--hidden{display:none}.menu-list .menu-item .menu-item__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;min-width:40px;color:var(--h-color, #313638);font-weight:var(--h-primary-menu-item-font-weight, 700);font-size:var(--h-primary-menu-item-font-size, 1.125rem);background-color:rgba(0,0,0,0);border:0;cursor:pointer}.menu-list .menu-item .menu-item__btn .menu-item__btn-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-list:not(:last-child){margin-right:1rem}.primary-menu-mobile .menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu-item__display{position:absolute;top:0;right:0;z-index:calc(var(--h-z-index, 999) + 1);display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-height:calc(100*var(--h-vh, 1vh) - var(--h-panel-margin-top, 80px));margin-top:var(--h-panel-margin-top, 80px);overflow-x:hidden;overflow-y:auto;color:var(--h-color, #313638);background-color:var(--h-panel-bg, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2)}.menu-item__display--active{display:block}.menu-item__display .menu-item__display-content{position:relative;width:100%;max-width:var(--h-drawer-content-max-width, 1440px);height:100%;min-height:100%;margin:auto;padding:32px var(--h-bar-gutter, 30px);opacity:0}.menu-item__display .menu-item__display-content--active{opacity:1;-webkit-transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out);transition:opacity var(--h-panel-content-transition-duration, 200ms) var(--h-transition-easing, ease-in-out)}.menu-item__display.menu-item--display-type-sidebar{width:var(--h-sidebar-width, 380px);min-height:calc(100*var(--h-vh, 1vh))}.menu-item__display.menu-item--display-type-fullscreen{width:100%;height:calc(100*var(--h-vh, 1vh)) !important;overflow-x:hidden;overflow-y:auto}.menu-item__display.menu-item--display-type-fullscreen .menu-item__display-content{padding:0}.mobile-panel__wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-slide-transition-duration, 200ms);transition-duration:var(--h-slide-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.mobile-panel{position:absolute;top:0;left:0;display:none;width:100%;height:100%;padding:var(--h-mobile-panel-gutter, 1rem);-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);pointer-events:none}.mobile-panel--in-view{height:auto;min-height:100%}.mobile-panel--active{display:block;pointer-events:auto}.mobile-panel--hidden-active{display:block}.mobile-panel--depth-0{-webkit-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important}.mobile-panel__list{max-height:var(--h-mobile-panel-max-height, calc(var(--h-vh, 1vh) * 100));overflow:hidden;list-style:none}.mobile-panel__list-item{padding:10px 0;font-size:var(--h-mobile-panel-list-item-font-size, 1rem);background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-action{color:var(--h-color, #313638);text-decoration:none}.mobile-panel__list-item-action-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:var(--h-mobile-panel-list-item-btn-font-weight, 700)}.mobile-panel__list-item-action-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-weight:var(--h-mobile-panel-list-item-btn-font-weight, 700);font-size:var(--h-mobile-panel-list-item-font-size, 1rem);line-height:2.25rem;background-color:rgba(0,0,0,0);border:0}.mobile-panel__list-item-action-btn .mobile-panel__list-item-action-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}[dir=rtl] .mobile-panel__list-item-action-btn>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mobile-panel__list-item--heading{position:relative;margin-top:calc(-1*var(--h-mobile-panel-gutter, 1rem));margin-bottom:10px;text-align:center}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px 20px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn2{width:100%;background:rgba(0,0,0,0);border:0}.mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn2-label{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[dir=rtl] .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn2-label svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-header-overlay{position:fixed;top:0;left:0;z-index:calc(var(--h-z-index, 999) - 1);width:100%;height:100vh;background-color:rgba(0,0,0,0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:backdrop-filter,background-color;transition-property:backdrop-filter,background-color;pointer-events:none}.xps-header-overlay--animate{background-color:rgba(0,0,0,.45)}.focus-animation{position:absolute;bottom:0;left:0;width:0;height:3px;background-color:var(--h-color);-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-underline-transition-duration, 300ms);transition-duration:var(--h-underline-transition-duration, 300ms);-webkit-transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,transform;transition-property:opacity,width,transform,-webkit-transform;pointer-events:none}.header-banner-list .header-banner__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:var(--h-banner-height, 2.5rem);color:var(--h-banner-font-color, #313638);font-size:var(--h-font-size-12, 12px);font-family:var(--h-font-family, "Helvetica-Neue");line-height:var(--h-font-line-height-p, 1rem);text-align:center;background-color:var(--h-banner-bg-color, #fcfcfc);border-top:var(--h-header-border, 1px solid #e2e2e2);border-bottom:var(--h-header-border, 1px solid #e2e2e2)}.header-banner-list .header-banner__item p,.header-banner-list .header-banner__item a{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.header-banner-list .header-banner__item .header-banner__item-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-banner-list .header-banner__item .header-banner__item-content .header-banner__item-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--h-banner-cta-font-color, #313638);background-color:var(--h-banner-cta-bg-color, transparent)}.header-banner-list .header-banner__item .header-banner__item-close{position:absolute;right:1rem;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.secure-checkout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}@media(min-width: 768px){.secure-checkout-wrapper{margin-right:unset}}.secure-checkout-wrapper :first-child{margin-right:8px}.secure-checkout-wrapper .secure-checkout{color:var(--h-color, #313638)}.retailer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--sg-dark-ramp-5, rgba(49, 54, 56, 0.26))}.retailer-nav__logo{-o-object-fit:contain;object-fit:contain}.header-wrapper{--h-side-content-min-width: 0;position:fixed;top:0;z-index:var(--h-z-index, 999);width:100%;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;pointer-events:none}.header-wrapper a,.header-wrapper button{font-family:var(--h-font-family, "Helvetica-Neue");color:var(--h-color, #313638);-webkit-transition:color var(--h-transition-duration) var(--h-transition-easing);transition:color var(--h-transition-duration) var(--h-transition-easing)}.header-wrapper ul{margin:0}.header-wrapper svg path{-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-transition-duration, 200ms);transition-duration:var(--h-transition-duration, 200ms);-webkit-transition-property:fill,stroke;transition-property:fill,stroke;fill:var(--h-color, #313638)}.header-wrapper--active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);pointer-events:auto}.header-wrapper--absolute{position:absolute}.header-wrapper--static{position:relative}.header-wrapper .header{position:relative;z-index:calc(var(--h-z-index, 999) + 1);font-family:var(--h-font-family, "Helvetica-Neue");background-color:var(--h-bg-color, #fff);border-bottom:var(--h-header-border, 1px solid #e2e2e2);-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-bar-transition-duration, 0ms);transition-duration:var(--h-bar-transition-duration, 0ms);-webkit-transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,opacity,-webkit-transform;transition-property:color,background-color,transform,opacity;transition-property:color,background-color,transform,opacity,-webkit-transform}.header-wrapper .header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:var(--h-max-width, none);height:var(--h-height, 80px);max-height:var(--h-height, 80px);margin:auto;padding:0 20px}@media(min-width: 768px){.header-wrapper .header-inner{padding:0 40px}}.header-wrapper .header-inner .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:var(--h-side-content-min-width);padding:0;color:var(--h-color, #313638);font-weight:bold;font-size:2rem}.header-wrapper .header-inner .primary-menu,.header-wrapper .header-inner .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}.header-wrapper .header-inner .primary-menu{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}@media(min-width: 768px){.header-wrapper .header-inner .primary-menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header-wrapper .header-inner .primary-menu .menu-item__btn{padding:0 8px}@media(min-width: 992px){.header-wrapper .header-inner .primary-menu .menu-item__btn{padding:0 1.25rem}}.header-wrapper .header-inner .secondary-menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:var(--h-side-content-min-width)}.header-wrapper .header-inner .secondary-menu .menu-list:not(:last-child){margin-right:.5rem}.header-wrapper .header-inner .secondary-menu .menu-item__btn{padding:0 8px}.header-wrapper .header-inner .primary-menu-mobile .menu-item__btn{padding:0 8px}.header-wrapper .header-inner .primary-secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 767px){.header-wrapper .primary-menu{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:var(--h-side-content-min-width)}.header-wrapper .secure-checkout-view-active{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;margin-left:20px}.header-wrapper .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;min-width:var(--h-side-content-min-width)}.header-wrapper .menu-list:not(:last-child){margin-right:.25rem !important}.header-wrapper .menu-item__display{width:100vw !important}}.header-wrapper .hidden{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);opacity:0;pointer-events:none}@media(prefers-reduced-motion: reduce){.header-wrapper *,.header-wrapper ::before,.header-wrapper ::after{background-attachment:initial !important;-webkit-transition-duration:0s !important;transition-duration:0s !important;-webkit-animation-duration:1s !important;animation-duration:1s !important;-webkit-animation-delay:-1s !important;animation-delay:-1s !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;scroll-behavior:auto !important}}.xps-page-not-found-image-container{padding-top:48px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media(min-width: 768px){.xps-page-not-found-image-container{padding-top:60px}}.xps-page-not-found-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.xps-page-not-found-error-code{padding-top:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-code{padding-top:32px}}.xps-page-not-found-error-text{padding-bottom:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-text{padding-bottom:32px}}.xps-page-not-found-image{width:220px;height:220px}@media(min-width: 768px){.xps-page-not-found-image{width:440px;height:440px}}.xps-plp-herobanner{--xps-plp-herobanner-gradient: linear-gradient(180deg, rgba(128, 128, 128, 0) 49.88%, rgba(128, 128, 128, 0.1) 100%);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:var(--xps-plp-herobanner-gradient);margin:40px 0px}.xps-plp-herobanner .xps-plp-herobanner__grid{padding:2.5rem 2.5rem}@media(min-width: 992px){.xps-plp-herobanner{height:376px}}@media(min-width: 1440px){.xps-plp-herobanner{height:550px}}.xps-plp-herobanner__content{margin-top:40px}@media(min-width: 992px){.xps-plp-herobanner__content{margin-top:unset}}.xps-plp-herobanner__image{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:100%;overflow:hidden;background:var(--xps-plp-herobanner-gradient)}@media(min-width: 992px){.xps-plp-herobanner__image{background:none;position:absolute;right:0;bottom:0}}.xps-plp-herobanner__image img{mix-blend-mode:darken;width:100%;height:100%;max-width:710px;max-height:550px;aspect-ratio:710/550}.xps-plp-herobanner__tag-text{display:inline-block;background-color:var(--sg-primary-ramp-1, #313638);border-radius:34px;color:var(--sg-secondary-ramp-1, #fff);padding:4px 12px;text-transform:uppercase}.xps-plp-herobanner__tag{margin-bottom:15px}.xps-plp-herobanner__title{margin-bottom:15px}@media(max-width: 1200px){.xps-plp-herobanner__title{line-height:56px}}@media(max-width: 1200px){.xps-plp-herobanner__description{font-size:16px}}.xps-alert,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1rem;border-radius:var(--xps-alert-border-radius, 0.25rem);min-width:156px}.xps-alert.xps-info,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-info.hw-global-errors-error{color:var(--sg-alert-main-info, #046b99);background-color:var(--sg-alert-bg-info, #f0f6f9)}.xps-alert.xps-error,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error{color:var(--sg-alert-main-error, #ca0813);background-color:var(--sg-alert-bg-error, #fcf0f1)}.xps-alert.xps-success,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-success.hw-global-errors-error{color:var(--sg-alert-main-success, #007a31);background-color:var(--sg-alert-bg-success, #e2efe7)}.xps-alert.xps-caution,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-caution.hw-global-errors-error{color:var(--sg-alert-main-caution, #d35b17);background-color:var(--sg-alert-bg-caution, #faf3e7)}.xps-alert.remove-bg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .remove-bg.hw-global-errors-error{background-color:unset;padding:0}.xps-alert .icon-wrapper,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:20px}.xps-alert .icon-wrapper svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper svg{margin-right:6px}.xps-alert a,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error a{color:inherit}.xps-alert a.alert-cta,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error a.alert-cta{text-decoration:underline}.xps-radio__container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:1.5rem;word-break:break-word}.xps-radio__input{width:1.5rem;height:1.5rem;background-color:var(--sg-secondary-ramp-1, #fff);border:var(--xps-radio-border-width, 1px) solid var(--sg-primary-ramp-1, #313638);appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:50%;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.xps-radio__input:checked[type=radio]{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiMzMTM2MzgiLz4KPC9zdmc+Cg==");background-position:center;background-repeat:no-repeat;border:var(--xps-radio-border-width, 2px) solid var(--sg-primary-ramp-1, #313638)}.xps-radio__input.right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xps-radio__input:focus-visible{outline-offset:2px;outline:var(--sg-focus-color) solid 2px}.xps-radio__label-wrapper{margin-left:.75rem}.xps-radio__label{cursor:pointer;color:var(--sg-primary-ramp-1, #313638)}.xps-radio__label.right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.xps-radio--underlabel{display:block;margin-top:.5rem;color:var(--sg-primary-ramp-3)}.xps-radio--subtle{color:var(--sg-primary-ramp-3)}.sg-dark-theme .xps-radio__input:checked[type=radio]{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMTAwJSwxMDAlLDEwMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA2IDEyIEMgOS4zMTI1IDEyIDEyIDkuMzEyNSAxMiA2IEMgMTIgMi42ODc1IDkuMzEyNSAwIDYgMCBDIDIuNjg3NSAwIDAgMi42ODc1IDAgNiBDIDAgOS4zMTI1IDIuNjg3NSAxMiA2IDEyIFogTSA2IDEyICIvPgo8L2c+Cjwvc3ZnPgo=")}.xps-checkbox__container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:1.5rem;word-break:break-word}.xps-checkbox__input[type=checkbox]{width:1.5rem;height:1.5rem;background-color:var(--sg-secondary-ramp-1, #fff);border:var(--xps-checkbox-border-width, 1px) solid var(--sg-primary-ramp-1, #313638);appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:4px;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.xps-checkbox__input[type=checkbox]:checked{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY4NzUgMS4zMTI1QzE1LjA5MzggMS42ODc1IDE1LjA5MzggMi4zNDM3NSAxNC42ODc1IDIuNzE4NzVMNi42ODc1IDEwLjcxODhDNi4zMTI1IDExLjEyNSA1LjY1NjI1IDExLjEyNSA1LjI4MTI1IDEwLjcxODhMMS4yODEyNSA2LjcxODc1QzAuODc1IDYuMzQzNzUgMC44NzUgNS42ODc1IDEuMjgxMjUgNS4zMTI1QzEuNjU2MjUgNC45MDYyNSAyLjMxMjUgNC45MDYyNSAyLjY4NzUgNS4zMTI1TDYgOC41OTM3NUwxMy4yODEyIDEuMzEyNUMxMy42NTYyIDAuOTA2MjUgMTQuMzEyNSAwLjkwNjI1IDE0LjY4NzUgMS4zMTI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");background-position:center;background-repeat:no-repeat;background-color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox__input[type=checkbox].right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xps-checkbox__input[type=checkbox]:focus-visible{outline-offset:2px;outline:var(--sg-focus-color) solid 2px}.xps-checkbox__label-wrapper{margin-left:.75rem}.xps-checkbox__label{cursor:pointer;color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox__label.right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.xps-checkbox__label a{color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox--underlabel{display:block;margin-top:.5rem;color:var(--sg-primary-ramp-3)}.xps-checkbox--subtle{color:var(--sg-primary-ramp-3)}.sg-dark-theme .xps-checkbox__input[type=checkbox]:checked{background-blend-mode:difference}.xps__text-field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps__input-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.xps__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input{width:100%;padding:12px 18px;color:var(--sg-primary-ramp-1, #313638);font-weight:normal;font-size:16px;line-height:24px;background:var(--sg-secondary-ramp-1, #fff);border:var(--xps-component-input-border-size, 1px) solid var(--sg-primary-ramp-1, #313638);border-radius:var(--xps-component-input-border-radius, 4px);-webkit-transition:all 100ms ease 0s;transition:all 100ms ease 0s}.xps__input--with-leading-trailing-icons{padding:12px 40px}.xps__input--with-leading-icon{padding:12px 18px 12px 40px}.xps__input--with-trailing-icon{padding:12px 40px 12px 18px}.xps__input:focus,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:focus,.xps__input:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:focus-visible{outline:none;border:var(--sg-accent-7, #046b99) solid var(--xps-component-input-border-size, 1px)}.xps__input::-webkit-input-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::-webkit-input-placeholder{color:var(--sg-primary-ramp-5)}.xps__input::-moz-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::-moz-placeholder{color:var(--sg-primary-ramp-5)}.xps__input:-ms-input-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:-ms-input-placeholder{color:var(--sg-primary-ramp-5)}.xps__input::-ms-input-placeholder, .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::-ms-input-placeholder{color:var(--sg-primary-ramp-5)}.xps__input::placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input::placeholder{color:var(--sg-primary-ramp-5)}.xps__input--error,.xps__input--error:focus,.xps__input--error:focus-visible{border:var(--sg-alert-main-error, #ca0813) solid var(--xps-component-input-border-size, 1px)}.xps__input:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled{border:var(--sg-primary-ramp-4) solid var(--xps-component-input-border-size, 1px);background-color:var(--sg-primary-ramp-7);color:var(--sg-primary-ramp-4)}.xps__input:disabled~.xps__trailing-icon svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__trailing-icon svg,.xps__input:disabled~.xps__leading-icon svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__leading-icon svg{cursor:default}.xps__input:disabled~.xps__trailing-icon svg path,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__trailing-icon svg path,.xps__input:disabled~.xps__leading-icon svg path,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:disabled~.xps__leading-icon svg path{fill:var(--sg-primary-ramp-4)}.xps__label{color:var(--sg-primary-ramp-1, #313638);margin-bottom:4px}.xps__helper-text{margin-top:5px}.xps__leading-icon>*{position:absolute;top:0;bottom:0;left:.875rem;margin:auto;cursor:pointer}.xps__trailing-icon>*{position:absolute;top:0;right:.875rem;bottom:0;margin:auto;cursor:pointer}.xps-btnv2.btn-dark.btn-fill-borderless,.xps-btnv2.btn-brandbg.btn-fill-borderless,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.xps-btnv2.btn-accent.btn-fill-borderless,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.xps-btnv2.btn-white.btn-fill-borderless,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.xps-btnv2.btn-black.btn-fill-borderless,.xps-btnv2.btn-primary.btn-fill-borderless,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:100%}.xps-btnv2.btn-playStore .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button .btn-play-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE2IiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTE2IDI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzcuMjgzOSA0Ljg4NjQ2QzM3LjQxMjggNC41NDI3NCAzNy40NzA3IDQuMTc2NDggMzcuNDU0MyAzLjgwOTc2QzM3LjQ1MDUgMy42NTU3NSAzNy40MzcxIDMuNTAyMTMgMzcuNDE0MyAzLjM0OTc2SDM0LjUwNDNWNC4wNjk3NkgzNi42ODQzQzM2LjY2NjkgNC41MjI3IDM2LjQ4OTggNC45NTQ4NiAzNi4xODQzIDUuMjg5NzZDMzUuOTAxOCA1LjU2MTQ0IDM1LjU1NjkgNS43NTk3NyAzNS4xOCA1Ljg2NzQyQzM0LjgwMzEgNS45NzUwNyAzNC40MDU2IDUuOTg4NzYgMzQuMDIyMSA1LjkwNzNDMzMuNjM4NyA1LjgyNTg0IDMzLjI4MTEgNS42NTE3IDMyLjk4MDUgNS40MDAxQzMyLjY3OTkgNS4xNDg1IDMyLjQ0NTUgNC44MjcxMSAzMi4yOTc4IDQuNDY0MDJDMzIuMTUwMSA0LjEwMDkyIDMyLjA5MzYgMy43MDcxOCAzMi4xMzMyIDMuMzE3MTlDMzIuMTcyOCAyLjkyNzIxIDMyLjMwNzMgMi41NTI4NyAzMi41MjUgMi4yMjY4OUMzMi43NDI3IDEuOTAwOSAzMy4wMzY5IDEuNjMzMiAzMy4zODIgMS40NDcxN0MzMy43MjcgMS4yNjExNSAzNC4xMTI0IDEuMTYyNDcgMzQuNTA0MyAxLjE1OTc2QzM0LjgxNDggMS4xNDQwNCAzNS4xMjQ3IDEuMjAwOTMgMzUuNDA5NCAxLjMyNTkxQzM1LjY5NDEgMS40NTA5IDM1Ljk0NTcgMS42NDA1MyAzNi4xNDQzIDEuODc5NzZMMzYuNjc0MyAxLjM0OTc2QzM2LjQxNjYgMS4wNTcyNCAzNi4wOTQ5IDAuODI3OTg5IDM1LjczNDMgMC42Nzk3NTlDMzUuMTYwNyAwLjQzNzAxIDM0LjUyODEgMC4zNjkxOTkgMzMuOTE2MSAwLjQ4NDg0N0MzMy4zMDQgMC42MDA0OTUgMzIuNzM5OCAwLjg5NDQ0MiAzMi4yOTQzIDEuMzI5NzZDMzEuNzExNiAxLjkyNTc5IDMxLjM4NTQgMi43MjYyMiAzMS4zODU0IDMuNTU5NzZDMzEuMzg1NCA0LjM5MzMgMzEuNzExNiA1LjE5MzczIDMyLjI5NDMgNS43ODk3NkMzMi41ODE1IDYuMDgyOTcgMzIuOTI1OSA2LjMxNDE0IDMzLjMwNiA2LjQ2ODk0QzMzLjY4NjEgNi42MjM3NSAzNC4wOTQgNi42OTg5IDM0LjUwNDMgNi42ODk3NkMzNC45MTIzIDYuNzA2MjIgMzUuMzE5MiA2LjYzNjM1IDM1LjY5ODMgNi40ODQ3QzM2LjA3NzQgNi4zMzMwNSAzNi40MjAyIDYuMTAzMDUgMzYuNzA0MyA1LjgwOTc2QzM2Ljk1NzggNS41NDQyNSAzNy4xNTUgNS4yMzAxOCAzNy4yODM5IDQuODg2NDZaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik0zOS4zMzQzIDEuMzA5NzZINDIuMDM0M1YwLjU2OTc2M0gzOC41NTQzVjYuNTY5NzZINDIuMDM0M1Y1LjgyOTc2SDM5LjMzNDNWMy45Mjk3Nkg0MS43OTQzVjMuMjA5NzZIMzkuMzM0M1YxLjMwOTc2WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNDUuMzE0MyA2LjU2OTc2SDQ0LjU0NDNWMS4zMDk3Nkg0Mi44NjQzVjAuNTY5NzYzSDQ3LjAzNDNWMS4zMDk3Nkg0NS4zMTQzVjYuNTY5NzZaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik00OS45NzQzIDAuNTY5NzYzVjYuNTY5NzZINTAuNzQ0M1YwLjU2OTc2M0g0OS45NzQzWiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNTQuMTY0MyA2LjU2OTc2SDUzLjM5NDNWMS4zMDk3Nkg1MS43MTQzVjAuNTY5NzYzSDU1LjgzNDNWMS4zMDk3Nkg1NC4xNjQzVjYuNTY5NzZaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNjIuNjM1MSA2LjQ2NDU3QzYzLjAxMjYgNi4zMDgxMiA2My4zNTU1IDYuMDc4ODEgNjMuNjQ0MyA1Ljc4OTc1QzYzLjkzNTIgNS40OTk2OCA2NC4xNjM0IDUuMTUyOTYgNjQuMzE0OCA0Ljc3MTA5QzY0LjQ2NjEgNC4zODkyMSA2NC41Mzc1IDMuOTgwMzIgNjQuNTI0MyAzLjU2OTc1QzY0LjUzMzQgMy4xNTk2OSA2NC40NjAyIDIuNzUxOTggNjQuMzA5IDIuMzcwNjhDNjQuMTU3OSAxLjk4OTM5IDYzLjkzMTkgMS42NDIyNCA2My42NDQzIDEuMzQ5NzVDNjMuMzU5MSAxLjA1NTk3IDYzLjAxNjggMC44MjM2NzcgNjIuNjM4NSAwLjY2NzE3NUM2Mi4yNjAxIDAuNTEwNjc0IDYxLjg1MzcgMC40MzMyNzggNjEuNDQ0MyAwLjQzOTc1NEM2MS4wMzQ0IDAuNDI5MDI0IDYwLjYyNjcgMC41MDQ0NzcgNjAuMjQ3NyAwLjY2MTIzMkM1OS44Njg4IDAuODE3OTg3IDU5LjUyNjkgMS4wNTI1NSA1OS4yNDQzIDEuMzQ5NzVDNTguNjc5IDEuOTUwNzEgNTguMzY0MyAyLjc0NDY5IDU4LjM2NDMgMy41Njk3NUM1OC4zNjQzIDQuMzk0ODIgNTguNjc5IDUuMTg4OCA1OS4yNDQzIDUuNzg5NzVDNTkuNTMzMiA2LjA3ODgxIDU5Ljg3NjEgNi4zMDgxMiA2MC4yNTM2IDYuNDY0NTdDNjAuNjMxMSA2LjYyMTAyIDYxLjAzNTcgNi43MDE1NSA2MS40NDQzIDYuNzAxNTVDNjEuODUzIDYuNzAxNTUgNjIuMjU3NiA2LjYyMTAyIDYyLjYzNTEgNi40NjQ1N1pNNjAuNTYxIDUuNzk0MDRDNjAuMjgxMiA1LjY3NzA0IDYwLjAyNzQgNS41MDU2MyA1OS44MTQzIDUuMjg5NzVDNTkuMzgyOCA0LjgyMDg4IDU5LjE0MzMgNC4yMDY5NiA1OS4xNDMzIDMuNTY5NzVDNTkuMTQzMyAyLjkzMjU1IDU5LjM4MjggMi4zMTg2MyA1OS44MTQzIDEuODQ5NzVDNjAuMDI3NCAxLjYzMzg4IDYwLjI4MTIgMS40NjI0NiA2MC41NjEgMS4zNDU0N0M2MC44NDA4IDEuMjI4NDggNjEuMTQxMSAxLjE2ODIzIDYxLjQ0NDMgMS4xNjgyM0M2MS43NDc2IDEuMTY4MjMgNjIuMDQ3OSAxLjIyODQ4IDYyLjMyNzcgMS4zNDU0N0M2Mi42MDc1IDEuNDYyNDYgNjIuODYxMyAxLjYzMzg4IDYzLjA3NDMgMS44NDk3NUM2My41MDU4IDIuMzE4NjMgNjMuNzQ1MyAyLjkzMjU1IDYzLjc0NTMgMy41Njk3NUM2My43NDUzIDQuMjA2OTYgNjMuNTA1OCA0LjgyMDg4IDYzLjA3NDMgNS4yODk3NUM2Mi44NjEzIDUuNTA1NjMgNjIuNjA3NSA1LjY3NzA0IDYyLjMyNzcgNS43OTQwNEM2Mi4wNDc5IDUuOTExMDMgNjEuNzQ3NiA1Ljk3MTI4IDYxLjQ0NDMgNS45NzEyOEM2MS4xNDExIDUuOTcxMjggNjAuODQwOCA1LjkxMTAzIDYwLjU2MSA1Ljc5NDA0WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNjUuNjE0MyA2LjU2OTc2VjAuNTY5NzYzSDY2LjU0NDNMNjkuNDY0MyA1LjIzOTc2VjAuNTY5NzYzSDcwLjIzNDNWNi41Njk3Nkg2OS40MzQzTDY2LjM4NDMgMS42Nzk3NlY2LjU2OTc2SDY1LjYxNDNaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTUuODA5MiAxNi4wNDMyQzU2LjUwODcgMTUuNTczNSA1Ny4zMzE3IDE1LjMyMTcgNTguMTc0MyAxNS4zMTk3QzU4LjczNjMgMTUuMzA5IDU5LjI5NDcgMTUuNDExNCA1OS44MTY0IDE1LjYyMDlDNjAuMzM4IDE1LjgzMDQgNjAuODEyMSAxNi4xNDI3IDYxLjIxMDUgMTYuNTM5M0M2MS42MDg5IDE2LjkzNTggNjEuOTIzNSAxNy40MDg1IDYyLjEzNTUgMTcuOTI5MUM2Mi4zNDc0IDE4LjQ0OTcgNjIuNDUyNCAxOS4wMDc3IDYyLjQ0NDMgMTkuNTY5N0M2Mi40NDYzIDIwLjQxMjMgNjIuMTk4MyAyMS4yMzY1IDYxLjczMTkgMjEuOTM4MkM2MS4yNjU0IDIyLjYzOTggNjAuNjAxNCAyMy4xODc0IDU5LjgyMzggMjMuNTExNkM1OS4wNDYxIDIzLjgzNTkgNTguMTg5OCAyMy45MjIzIDU3LjM2MyAyMy43NTk4QzU2LjUzNjMgMjMuNTk3NCA1NS43NzYzIDIzLjE5MzQgNTUuMTc5MSAyMi41OTkxQzU0LjU4MTkgMjIuMDA0NyA1NC4xNzQ0IDIxLjI0NjYgNTQuMDA4MSAyMC40MjA2QzUzLjg0MTggMTkuNTk0NyA1My45MjQxIDE4LjczNzkgNTQuMjQ0NyAxNy45NTg4QzU0LjU2NTMgMTcuMTc5NiA1NS4xMDk4IDE2LjUxMyA1NS44MDkyIDE2LjA0MzJaTTU2LjY5NTIgMjEuODA1MUM1Ny4xNDI1IDIyLjA2NTggNTcuNjU3OSAyMi4xODU5IDU4LjE3NDMgMjIuMTQ5N0M1OC41MDI2IDIyLjE0MjEgNTguODI2MSAyMi4wNjg5IDU5LjEyNTYgMjEuOTM0MkM1OS40MjUyIDIxLjc5OTYgNTkuNjk0NyAyMS42MDY0IDU5LjkxODQgMjEuMzY1OUM2MC4xNDIxIDIxLjEyNTUgNjAuMzE1NCAyMC44NDI3IDYwLjQyOCAyMC41MzQyQzYwLjU0MDYgMjAuMjI1NyA2MC41OTA0IDE5Ljg5NzggNjAuNTc0MyAxOS41Njk3QzYwLjU3MyAxOS4wNTIxIDYwLjQxNjEgMTguNTQ2NyA2MC4xMjM4IDE4LjExOTVDNTkuODMxNSAxNy42OTIyIDU5LjQxNzUgMTcuMzYyNyA1OC45MzU1IDE3LjE3MzhDNTguNDUzNSAxNi45ODUgNTcuOTI1OCAxNi45NDU1IDU3LjQyMTEgMTcuMDYwNUM1Ni45MTYzIDE3LjE3NTUgNTYuNDU3OCAxNy40Mzk3IDU2LjEwNTIgMTcuODE4OEM1NS43NTI3IDE4LjE5NzggNTUuNTIyMiAxOC42NzQyIDU1LjQ0NCAxOS4xODU5QzU1LjM2NTcgMTkuNjk3NiA1NS40NDMxIDIwLjIyMTEgNTUuNjY2MyAyMC42ODgyQzU1Ljg4OTUgMjEuMTU1MyA1Ni4yNDggMjEuNTQ0NSA1Ni42OTUyIDIxLjgwNTFaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDYuNDg5MiAxNi4wNDMyQzQ3LjE4ODcgMTUuNTczNSA0OC4wMTE3IDE1LjMyMTcgNDguODU0MyAxNS4zMTk3QzQ5LjQxNjMgMTUuMzA5IDQ5Ljk3NDcgMTUuNDExNCA1MC40OTY0IDE1LjYyMDlDNTEuMDE4IDE1LjgzMDQgNTEuNDkyMSAxNi4xNDI3IDUxLjg5MDUgMTYuNTM5M0M1Mi4yODg5IDE2LjkzNTggNTIuNjAzNSAxNy40MDg1IDUyLjgxNTUgMTcuOTI5MUM1My4wMjc0IDE4LjQ0OTcgNTMuMTMyNCAxOS4wMDc3IDUzLjEyNDMgMTkuNTY5N0M1My4xMjYzIDIwLjQxMjMgNTIuODc4MyAyMS4yMzY1IDUyLjQxMTkgMjEuOTM4MkM1MS45NDU0IDIyLjYzOTggNTEuMjgxNCAyMy4xODc0IDUwLjUwMzggMjMuNTExNkM0OS43MjYxIDIzLjgzNTkgNDguODY5OCAyMy45MjIzIDQ4LjA0MyAyMy43NTk4QzQ3LjIxNjMgMjMuNTk3NCA0Ni40NTYzIDIzLjE5MzQgNDUuODU5MSAyMi41OTkxQzQ1LjI2MTkgMjIuMDA0NyA0NC44NTQ0IDIxLjI0NjYgNDQuNjg4MSAyMC40MjA2QzQ0LjUyMTggMTkuNTk0NyA0NC42MDQxIDE4LjczNzkgNDQuOTI0NyAxNy45NTg4QzQ1LjI0NTMgMTcuMTc5NiA0NS43ODk4IDE2LjUxMyA0Ni40ODkyIDE2LjA0MzJaTTQ3LjM3NTIgMjEuODA1MUM0Ny44MjI1IDIyLjA2NTggNDguMzM3OSAyMi4xODU5IDQ4Ljg1NDMgMjIuMTQ5N0M0OS4xODI2IDIyLjE0MjEgNDkuNTA2MSAyMi4wNjg5IDQ5LjgwNTYgMjEuOTM0MkM1MC4xMDUyIDIxLjc5OTYgNTAuMzc0NyAyMS42MDY0IDUwLjU5ODQgMjEuMzY1OUM1MC44MjIxIDIxLjEyNTUgNTAuOTk1NCAyMC44NDI3IDUxLjEwOCAyMC41MzQyQzUxLjIyMDYgMjAuMjI1NyA1MS4yNzA0IDE5Ljg5NzggNTEuMjU0MyAxOS41Njk3QzUxLjI1MyAxOS4wNTIxIDUxLjA5NjEgMTguNTQ2NyA1MC44MDM4IDE4LjExOTVDNTAuNTExNSAxNy42OTIyIDUwLjA5NzUgMTcuMzYyNyA0OS42MTU1IDE3LjE3MzhDNDkuMTMzNSAxNi45ODUgNDguNjA1OCAxNi45NDU1IDQ4LjEwMTEgMTcuMDYwNUM0Ny41OTYzIDE3LjE3NTUgNDcuMTM3OCAxNy40Mzk3IDQ2Ljc4NTIgMTcuODE4OEM0Ni40MzI3IDE4LjE5NzggNDYuMjAyMiAxOC42NzQyIDQ2LjEyNCAxOS4xODU5QzQ2LjA0NTcgMTkuNjk3NiA0Ni4xMjMxIDIwLjIyMTEgNDYuMzQ2MyAyMC42ODgyQzQ2LjU2OTUgMjEuMTU1MyA0Ni45MjggMjEuNTQ0NSA0Ny4zNzUyIDIxLjgwNTFaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik0zNy43NzQzIDE4LjQyOTdWMTYuNjI5N0g0My44NTQzQzQzLjkxNzcgMTYuOTk5NiA0My45NDc5IDE3LjM3NDUgNDMuOTQ0MyAxNy43NDk3QzQzLjk5MzkgMTkuMzA4OSA0My40MzQ0IDIwLjgyNjIgNDIuMzg0MyAyMS45Nzk3QzQxLjc4OTggMjIuNTk1OCA0MS4wNzE3IDIzLjA3OTEgNDAuMjc3MiAyMy4zOTc5QzM5LjQ4MjcgMjMuNzE2NyAzOC42Mjk3IDIzLjg2MzkgMzcuNzc0MyAyMy44Mjk3QzM2Ljg4NTMgMjMuODY0MyAzNS45OTg0IDIzLjcxOTEgMzUuMTY2OSAyMy40MDI4QzM0LjMzNTQgMjMuMDg2NCAzMy41NzYyIDIyLjYwNTUgMzIuOTM1IDIxLjk4ODdDMzIuMjkzOCAyMS4zNzIgMzEuNzgzNyAyMC42MzIyIDMxLjQzNTMgMTkuODEzNUMzMS4wODY4IDE4Ljk5NDkgMzAuOTA3MiAxOC4xMTQ0IDMwLjkwNzIgMTcuMjI0N0MzMC45MDcyIDE2LjMzNTEgMzEuMDg2OCAxNS40NTQ1IDMxLjQzNTMgMTQuNjM1OUMzMS43ODM3IDEzLjgxNzMgMzIuMjkzOCAxMy4wNzc1IDMyLjkzNSAxMi40NjA4QzMzLjU3NjIgMTEuODQ0IDM0LjMzNTQgMTEuMzYzMSAzNS4xNjY5IDExLjA0NjdDMzUuOTk4NCAxMC43MzA0IDM2Ljg4NTMgMTAuNTg1MSAzNy43NzQzIDEwLjYxOTdDMzguNjEyNSAxMC42MDY1IDM5LjQ0NDkgMTAuNzYwNiA0MC4yMjI3IDExLjA3MzFDNDEuMDAwNiAxMS4zODU2IDQxLjcwODMgMTEuODUwMyA0Mi4zMDQzIDEyLjQzOTdMNDEuMDM0MyAxMy43MDk3QzQwLjE1MzIgMTIuODY1MSAzOC45NzQ3IDEyLjQwMTYgMzcuNzU0MyAxMi40MTk3QzM2LjQ4MTIgMTIuNDE5NyAzNS4yNjAzIDEyLjkyNTUgMzQuMzYwMiAxMy44MjU2QzMzLjQ2IDE0LjcyNTggMzIuOTU0MyAxNS45NDY3IDMyLjk1NDMgMTcuMjE5N0MzMi45NTQzIDE4LjQ5MjggMzMuNDYgMTkuNzEzNyAzNC4zNjAyIDIwLjYxMzlDMzUuMjYwMyAyMS41MTQgMzYuNDgxMiAyMi4wMTk3IDM3Ljc1NDMgMjIuMDE5N0MzOC4zNzI0IDIyLjA0NTcgMzguOTg5IDIxLjk0MTYgMzkuNTY0NCAyMS43MTQzQzQwLjEzOTcgMjEuNDg2OSA0MC42NjA5IDIxLjE0MTMgNDEuMDk0MyAyMC42OTk3QzQxLjY3NDEgMjAuMDc3NSA0Mi4wMjY1IDE5LjI3NzYgNDIuMDk0MyAxOC40Mjk3SDM3Ljc3NDNaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNODEuNjg1OCAxNi4xMDg2QzgyLjMzNTggMTYuNTkyNSA4Mi44MjM1IDE3LjI2MjUgODMuMDg0MyAxOC4wMjk3TDgzLjI5NDMgMTguNDY5N0w3Ny42MDQzIDIwLjgxOTdDNzcuNzc3NCAyMS4yMTc1IDc4LjA2NjggMjEuNTUzNSA3OC40MzQ1IDIxLjc4MzhDNzguODAyMSAyMi4wMTQgNzkuMjMwOSAyMi4xMjc2IDc5LjY2NDMgMjIuMTA5N0M4MC4wODQ0IDIyLjExMzggODAuNDk4MyAyMi4wMDggODAuODY0OSAyMS44MDI4QzgxLjIzMTUgMjEuNTk3NSA4MS41MzgxIDIxLjMgODEuNzU0MyAyMC45Mzk3TDgzLjIwNDMgMjEuOTM5N0M4Mi43MDEzIDIyLjcwMTYgODEuOTY1NCAyMy4yODAzIDgxLjEwNjUgMjMuNTg5NUM4MC4yNDc1IDIzLjg5ODYgNzkuMzExNiAyMy45MjE1IDc4LjQzODUgMjMuNjU0OUM3Ny41NjU1IDIzLjM4ODIgNzYuODAyMSAyMi44NDYzIDc2LjI2MjQgMjIuMTFDNzUuNzIyNyAyMS4zNzM3IDc1LjQzNTcgMjAuNDgyNiA3NS40NDQzIDE5LjU2OTdDNzUuNDEwMSAxOS4wMjM4IDc1LjQ4ODIgMTguNDc2NyA3NS42NzM5IDE3Ljk2MjFDNzUuODU5NSAxNy40NDc2IDc2LjE0ODggMTYuOTc2NiA3Ni41MjM3IDE2LjU3ODNDNzYuODk4NiAxNi4xOCA3Ny4zNTEyIDE1Ljg2MjggNzcuODUzNSAxNS42NDYzQzc4LjM1NTkgMTUuNDI5OCA3OC44OTczIDE1LjMxODcgNzkuNDQ0MyAxNS4zMTk3QzgwLjI1NDEgMTUuMzQ5NiA4MS4wMzU4IDE1LjYyNDcgODEuNjg1OCAxNi4xMDg2Wk03Ny40MDc2IDE4LjUzMzRDNzcuMzA1OSAxOC44Mjc2IDc3LjI2NCAxOS4xMzkxIDc3LjI4NDMgMTkuNDQ5N0w4MS4wODQzIDE3Ljg2OTdDODAuOTQxMiAxNy41ODA0IDgwLjcxNTkgMTcuMzM5NyA4MC40MzY2IDE3LjE3NzhDODAuMTU3MyAxNy4wMTU5IDc5LjgzNjUgMTYuOTQwMSA3OS41MTQzIDE2Ljk1OTdDNzkuMjAzMyAxNi45NzM3IDc4Ljg5ODMgMTcuMDQ5NiA3OC42MTcgMTcuMTgyOUM3OC4zMzU3IDE3LjMxNjMgNzguMDgzOSAxNy41MDQ0IDc3Ljg3NjIgMTcuNzM2M0M3Ny42Njg1IDE3Ljk2ODIgNzcuNTA5MiAxOC4yMzkxIDc3LjQwNzYgMTguNTMzNFoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTc0LjUzNDMgMjMuNTY5N0g3Mi42NjQzVjExLjA2OTdINzQuNTM0M1YyMy41Njk3WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTY5LjUzNDMgMTYuMjY5N0g2OS42MDQzVjE1LjU2OTdINzEuMzM0M1YyMy4xMzk3QzcxLjMzNDMgMjYuMjc5NyA2OS41MjQzIDI3LjU2OTcgNjcuMzM0MyAyNy41Njk3QzY2LjUyNDcgMjcuNTgwNiA2NS43MzA4IDI3LjM0NTUgNjUuMDU3NyAyNi44OTU2QzY0LjM4NDUgMjYuNDQ1NiA2My44NjM4IDI1LjgwMiA2My41NjQzIDI1LjA0OTdMNjUuMTg0MyAyNC4zNzk3QzY1LjM1MjcgMjQuODE2MiA2NS42NDY5IDI1LjE5MjcgNjYuMDI5NyAyNS40NjE2QzY2LjQxMjUgMjUuNzMwNCA2Ni44NjY2IDI1Ljg3OTUgNjcuMzM0MyAyNS44ODk3QzY4LjczNDMgMjUuODg5NyA2OS42MDQzIDI1LjAxOTcgNjkuNjA0MyAyMy4zODk3VjIyLjc3OTdINjkuNTM0M0M2OS4yNTc2IDIzLjEwMTEgNjguOTEzMyAyMy4zNTczIDY4LjUyNjEgMjMuNTMwMkM2OC4xMzg5IDIzLjcwMyA2Ny43MTgyIDIzLjc4ODIgNjcuMjk0MyAyMy43Nzk3QzY2LjIwMTUgMjMuNzI2OCA2NS4xNzA5IDIzLjI1NTMgNjQuNDE2MyAyMi40NjMyQzYzLjY2MTYgMjEuNjcxIDYzLjI0MDYgMjAuNjE4OCA2My4yNDA2IDE5LjUyNDdDNjMuMjQwNiAxOC40MzA2IDYzLjY2MTYgMTcuMzc4NSA2NC40MTYzIDE2LjU4NjNDNjUuMTcwOSAxNS43OTQyIDY2LjIwMTUgMTUuMzIyNyA2Ny4yOTQzIDE1LjI2OTdDNjcuNzE3NiAxNS4yNjUzIDY4LjEzNyAxNS4zNTI0IDY4LjUyMzYgMTUuNTI1QzY4LjkxMDIgMTUuNjk3NiA2OS4yNTQ5IDE1Ljk1MTYgNjkuNTM0MyAxNi4yNjk3Wk02NS43MzQ2IDIxLjM0MTRDNjYuMTg0MSAyMS44MTk4IDY2Ljc5OTEgMjIuMTA4OSA2Ny40NTQzIDIyLjE0OTdDNjcuNzc1OSAyMi4xMzc0IDY4LjA5MTcgMjIuMDU5OSA2OC4zODI1IDIxLjkyMkM2OC42NzMzIDIxLjc4NDEgNjguOTMzMSAyMS41ODg3IDY5LjE0NjIgMjEuMzQ3NUM2OS4zNTk0IDIxLjEwNjQgNjkuNTIxNCAyMC44MjQ1IDY5LjYyMjQgMjAuNTE4OUM2OS43MjM1IDIwLjIxMzMgNjkuNzYxNiAxOS44OTA0IDY5LjczNDMgMTkuNTY5N0M2OS43NTg3IDE5LjI1MDEgNjkuNzE4NiAxOC45Mjg5IDY5LjYxNjQgMTguNjI1MUM2OS41MTQxIDE4LjMyMTMgNjkuMzUxOCAxOC4wNDEyIDY5LjEzOTEgMTcuODAxNEM2OC45MjY0IDE3LjU2MTYgNjguNjY3NiAxNy4zNjcxIDY4LjM3ODEgMTcuMjI5NEM2OC4wODg3IDE3LjA5MTcgNjcuNzc0NSAxNy4wMTM2IDY3LjQ1NDMgMTYuOTk5N0M2Ni43OTkxIDE3LjA0MDYgNjYuMTg0MSAxNy4zMjk3IDY1LjczNDYgMTcuODA4MUM2NS4yODUxIDE4LjI4NjUgNjUuMDM0OCAxOC45MTgzIDY1LjAzNDggMTkuNTc0N0M2NS4wMzQ4IDIwLjIzMTIgNjUuMjg1MSAyMC44NjMgNjUuNzM0NiAyMS4zNDE0WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTg3LjM2NDMgMTEuMDY5N0g5MS44NDQzQzkyLjM3NzIgMTEuMDMxNSA5Mi45MTI0IDExLjEwMzQgOTMuNDE2MyAxMS4yODFDOTMuOTIwMiAxMS40NTg3IDk0LjM4MjIgMTEuNzM4MiA5NC43NzMzIDEyLjEwMjNDOTUuMTY0NCAxMi40NjYzIDk1LjQ3NjQgMTIuOTA3IDk1LjY4OTcgMTMuMzk2OUM5NS45MDI5IDEzLjg4NjggOTYuMDEzIDE0LjQxNTQgOTYuMDEzIDE0Ljk0OTdDOTYuMDEzIDE1LjQ4NDEgOTUuOTAyOSAxNi4wMTI3IDk1LjY4OTcgMTYuNTAyNkM5NS40NzY0IDE2Ljk5MjUgOTUuMTY0NCAxNy40MzMyIDk0Ljc3MzMgMTcuNzk3MkM5NC4zODIyIDE4LjE2MTMgOTMuOTIwMiAxOC40NDA4IDkzLjQxNjMgMTguNjE4NUM5Mi45MTI0IDE4Ljc5NjEgOTIuMzc3MiAxOC44NjggOTEuODQ0MyAxOC44Mjk3SDg5LjIzNDNWMjMuNTY5N0g4Ny4zNjQzVjExLjA2OTdaTTg5LjIzNDMgMTcuMDY5N0g5MS44NDQzTDkxLjg4NDMgMTcuMDg5N0M5Mi4xNjUzIDE3LjA4OTcgOTIuNDQzNiAxNy4wMzQ0IDkyLjcwMzIgMTYuOTI2OEM5Mi45NjI5IDE2LjgxOTMgOTMuMTk4OCAxNi42NjE3IDkzLjM5NzUgMTYuNDYzQzkzLjU5NjIgMTYuMjY0MiA5My43NTM4IDE2LjAyODMgOTMuODYxNCAxNS43Njg3QzkzLjk2ODkgMTUuNTA5MSA5NC4wMjQzIDE1LjIzMDggOTQuMDI0MyAxNC45NDk3Qzk0LjAyNDMgMTQuNjY4NyA5My45Njg5IDE0LjM5MDQgOTMuODYxNCAxNC4xMzA4QzkzLjc1MzggMTMuODcxMiA5My41OTYyIDEzLjYzNTMgOTMuMzk3NSAxMy40MzY1QzkzLjE5ODggMTMuMjM3OCA5Mi45NjI5IDEzLjA4MDIgOTIuNzAzMiAxMi45NzI2QzkyLjQ0MzYgMTIuODY1MSA5Mi4xNjUzIDEyLjgwOTcgOTEuODg0MyAxMi44MDk3SDg5LjIzNDNWMTcuMDY5N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDEuNDMzIDE1LjczNThDMTAyLjAyNSAxNS4zOTYzIDEwMi43MDMgMTUuMjM3OCAxMDMuMzg0IDE1LjI3OTdMMTAzLjQyNCAxNS4yOTk3QzEwNS41NTQgMTUuMjk5NyAxMDcuMjE0IDE2LjU2OTcgMTA3LjIxNCAxOC43NTk3VjIzLjU2OTdIMTA1LjQxNFYyMi41Njk3SDEwNS4zNTRDMTA1LjEwMSAyMi45NjU5IDEwNC43NDggMjMuMjg3NiAxMDQuMzI5IDIzLjUwMkMxMDMuOTExIDIzLjcxNjQgMTAzLjQ0NCAyMy44MTU3IDEwMi45NzQgMjMuNzg5N0MxMDIuNTg4IDIzLjgxOTYgMTAyLjIgMjMuNzcxNiAxMDEuODMzIDIzLjY0ODVDMTAxLjQ2NiAyMy41MjU1IDEwMS4xMjcgMjMuMzI5OSAxMDAuODM3IDIzLjA3MzRDMTAwLjU0NyAyMi44MTY4IDEwMC4zMTEgMjIuNTA0NiAxMDAuMTQ0IDIyLjE1NTNDOTkuOTc3MSAyMS44MDYgOTkuODgxOSAyMS40MjY2IDk5Ljg2NDMgMjEuMDM5N0M5OS44NjQzIDE5LjIxOTcgMTAxLjY4NCAxOC4yMTk3IDEwMy40NjQgMTguMjE5N0MxMDQuMTQ0IDE4LjIxODkgMTA0LjgxMyAxOC4zODM3IDEwNS40MTQgMTguNjk5N1YxOC41Nzk3QzEwNS4zOTEgMTguMzQxOSAxMDUuMzIgMTguMTExMiAxMDUuMjA2IDE3LjkwMUMxMDUuMDkyIDE3LjY5MDggMTA0LjkzOCAxNy41MDUzIDEwNC43NTIgMTcuMzU1NUMxMDQuNTY2IDE3LjIwNTYgMTA0LjM1MSAxNy4wOTQzIDEwNC4xMjIgMTcuMDI4MUMxMDMuODkyIDE2Ljk2MTggMTAzLjY1MiAxNi45NDIgMTAzLjQxNCAxNi45Njk3QzEwMy4wNzIgMTYuOTQwMSAxMDIuNzI4IDE3LjAxMDMgMTAyLjQyNSAxNy4xNzE4QzEwMi4xMjEgMTcuMzMzMyAxMDEuODcxIDE3LjU3OTIgMTAxLjcwNCAxNy44Nzk3TDEwMC4wNTQgMTcuMTg5N0MxMDAuMzYyIDE2LjU4MDcgMTAwLjg0MSAxNi4wNzUyIDEwMS40MzMgMTUuNzM1OFpNMTAxLjY5NCAyMS4wNjk3QzEwMS42OTQgMjEuODE5NyAxMDIuNTQ0IDIyLjEyOTcgMTAzLjE1NCAyMi4xMjk3TDEwMy4xOTQgMjIuMTQ5N0MxMDMuNzQxIDIyLjEzODkgMTA0LjI2NSAyMS45MzAyIDEwNC42NjkgMjEuNTYyNUMxMDUuMDc0IDIxLjE5NDcgMTA1LjMzMSAyMC42OTI4IDEwNS4zOTQgMjAuMTQ5N0MxMDQuODc1IDE5Ljg2MDEgMTA0LjI4OCAxOS43MTUxIDEwMy42OTQgMTkuNzI5N0MxMDIuNzU0IDE5LjcyOTcgMTAxLjY5NCAyMC4wNjk3IDEwMS42OTQgMjEuMDY5N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTExMS42MzQgMjAuOTg5N0wxMTMuNzc0IDE1LjU2OTdIMTE1Ljg1NEwxMTAuNzM0IDI3LjM1OTdIMTA4Ljc4NEwxMTAuNjg0IDIzLjE0OTdMMTA3LjM1NCAxNS41Njk3SDEwOS4zNTRMMTExLjU3NCAyMC45ODk3SDExMS42MzRaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik05OC44MzQzIDIzLjU2OTdIOTYuOTc0M1YxMS4wNjk3SDk4LjgzNDNWMjMuNTY5N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTAuNDc0MzAyIDEuMTA5NzdDMC4xNDQ3NzEgMS40OTkzOSAtMC4wMjMzNzA0IDIuMDAwMjMgMC4wMDQzMDA1MSAyLjUwOTc3VjI0LjYyOThDLTAuMDI5NzI1NSAyNS4xNDAxIDAuMTM5MTk1IDI1LjY0MzMgMC40NzQzMDIgMjYuMDI5OEwwLjU0NDMwMSAyNi4xMDk4TDEyLjkzNDMgMTMuNzE5OFYxMy40MTk4TDAuNTQ0MzAxIDEuMDM5NzZMMC40NzQzMDIgMS4xMDk3N1oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDM4Nl85NikiLz4KPHBhdGggZD0iTTE3LjAzNDMgMTcuODQ5OEwxMi45MzQzIDEzLjcxOThWMTMuNDE5OEwxNy4wMzQzIDkuMjg5NzZMMTcuMTI0MyA5LjM0OTc3TDIyLjAzNDMgMTIuMTI5OEMyMy40MzQzIDEyLjkxOTggMjMuNDM0MyAxNC4yMTk4IDIyLjAzNDMgMTUuMDE5OEwxNy4xNDQzIDE3Ljc5OThMMTcuMDM0MyAxNy44NDk4WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE0Mzg2Xzk2KSIvPgo8cGF0aCBkPSJNMTcuMTU0NCAxNy43ODk4TDEyLjkzNDQgMTMuNTY5OEwwLjQ3NDM2NSAyNi4wMjk4QzAuNzU2OTQgMjYuMjgxMyAxLjExODYzIDI2LjQyNiAxLjQ5NjcyIDI2LjQzODhDMS44NzQ4IDI2LjQ1MTYgMi4yNDU0NCAyNi4zMzE2IDIuNTQ0MzYgMjYuMDk5OEwxNy4xNTQ0IDE3Ljc4OThaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTQzODZfOTYpIi8+CjxwYXRoIGQ9Ik0xNy4xNTQ0IDkuMzQ5NzZMMi41NDQzNiAxLjA0OTc2QzIuMjQ3MzkgMC44MTQ2NzYgMS44NzcwNCAwLjY5MTgyIDEuNDk4NDQgMC43MDI3OTRDMS4xMTk4NCAwLjcxMzc2OCAwLjc1NzIyNSAwLjg1Nzg3MSAwLjQ3NDM2NSAxLjEwOTc2TDEyLjkzNDQgMTMuNTY5OEwxNy4xNTQ0IDkuMzQ5NzZaIiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTQzODZfOTYpIi8+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTE3LjAzNDQgMTcuNjk5OEwyLjU0NDM2IDI1Ljk0OThDMi4yNTYzMSAyNi4xNjcyIDEuOTA1MjUgMjYuMjg0OCAxLjU0NDM2IDI2LjI4NDhDMS4xODM0OCAyNi4yODQ4IDAuODMyNDIgMjYuMTY3MiAwLjU0NDM2NSAyNS45NDk4TDAuNDc0MzY1IDI2LjAxOThMMC41NDQzNjUgMjYuMDk5OEMwLjgzMjQyIDI2LjMxNzIgMS4xODM0OCAyNi40MzQ4IDEuNTQ0MzYgMjYuNDM0OEMxLjkwNTI1IDI2LjQzNDggMi4yNTYzMSAyNi4zMTcyIDIuNTQ0MzYgMjYuMDk5OEwxNy4xNTQ0IDE3Ljc4OThMMTcuMDM0NCAxNy42OTk4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBvcGFjaXR5PSIwLjEyIiBkPSJNMC40NzQzMDIgMjUuODg5OEMwLjE1MzA5NiAyNS40OTMxIC0wLjAwNDMxNjYxIDI0Ljk4ODcgMC4wMzQzMDE1IDI0LjQ3OThWMjQuNjI5OEMwLjAwMDI3NTQzNSAyNS4xNDAxIDAuMTY5MTk0IDI1LjY0MzMgMC41MDQzMDEgMjYuMDI5OEwwLjU3NDMwMiAyNS45NTk4TDAuNDc0MzAyIDI1Ljg4OThaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIG9wYWNpdHk9IjAuMTIiIGQ9Ik0yMi4wMzQzIDE0Ljg2OThMMTcuMDM0MyAxNy42OTk4TDE3LjEyNDMgMTcuNzg5OEwyMi4wMzQzIDE1LjAwOThDMjIuMzI0MSAxNC44ODcyIDIyLjU3NTYgMTQuNjg4OCAyMi43NjIxIDE0LjQzNTRDMjIuOTQ4NiAxNC4xODE5IDIzLjA2MzQgMTMuODgyOSAyMy4wOTQzIDEzLjU2OThDMjMuMDMxOCAxMy44NTQzIDIyLjkwMzMgMTQuMTIwMiAyMi43MTkyIDE0LjM0NkMyMi41MzUgMTQuNTcxOCAyMi4zMDA1IDE0Ljc1MTIgMjIuMDM0MyAxNC44Njk4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBvcGFjaXR5PSIwLjI1IiBkPSJNMi41NDQyNyAxLjE4OTc3TDIyLjAzNDMgMTIuMjY5OEMyMi4zMDA0IDEyLjM4ODMgMjIuNTM1IDEyLjU2NzcgMjIuNzE5MSAxMi43OTM1QzIyLjkwMzMgMTMuMDE5MyAyMy4wMzE4IDEzLjI4NTIgMjMuMDk0MyAxMy41Njk4QzIzLjA2MzQgMTMuMjU2NiAyMi45NDg2IDEyLjk1NzYgMjIuNzYyMSAxMi43MDQyQzIyLjU3NTUgMTIuNDUwOCAyMi4zMjQxIDEyLjI1MjMgMjIuMDM0MyAxMi4xMjk4TDIuNTQ0MjcgMS4wNDk3N0MxLjE1NDI3IDAuMjQ5NzcyIDAuMDA0MjcyNDYgMC45MDk3NzMgMC4wMDQyNzI0NiAyLjUwOTc3VjIuNjU5NzdDMC4wMzQyNzI1IDEuMDU5NzcgMS4xNTQyNyAwLjM5OTc3MyAyLjU0NDI3IDEuMTg5NzdaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iMTEuODM0MyIgeTE9IjIuMjc5NzYiIHgyPSItNC45NDU3IiB5Mj0iMTkuMDU5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDBBMEZGIi8+CjxzdG9wIG9mZnNldD0iMC4wMSIgc3RvcC1jb2xvcj0iIzAwQTFGRiIvPgo8c3RvcCBvZmZzZXQ9IjAuMjYiIHN0b3AtY29sb3I9IiMwMEJFRkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjUxIiBzdG9wLWNvbG9yPSIjMDBEMkZGIi8+CjxzdG9wIG9mZnNldD0iMC43NiIgc3RvcC1jb2xvcj0iIzAwREZGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMEUzRkYiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iMjMuODY0MyIgeTE9IjEzLjU2OTgiIHgyPSItMC4zMjU2NzIiIHkyPSIxMy41Njk4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkUwMDAiLz4KPHN0b3Agb2Zmc2V0PSIwLjQxIiBzdG9wLWNvbG9yPSIjRkZCRDAwIi8+CjxzdG9wIG9mZnNldD0iMC43OCIgc3RvcC1jb2xvcj0iI0ZGQTUwMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjlDMDAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iMTQuODY0NCIgeTE9IjE1Ljg2OTgiIHgyPSItNy44OTU2NCIgeTI9IjM4LjYxOTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGM0E0NCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDMzExNjIiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyXzE0Mzg2Xzk2IiB4MT0iLTIuNjY1NjMiIHkxPSItNi4yNTAyNCIgeDI9IjcuNDk0MzciIHkyPSIzLjkwOTc2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMkEwNzEiLz4KPHN0b3Agb2Zmc2V0PSIwLjA3IiBzdG9wLWNvbG9yPSIjMkRBNzcxIi8+CjxzdG9wIG9mZnNldD0iMC40OCIgc3RvcC1jb2xvcj0iIzE1Q0Y3NCIvPgo8c3RvcCBvZmZzZXQ9IjAuOCIgc3RvcC1jb2xvcj0iIzA2RTc3NSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMEYwNzYiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K")}.xps-btnv2.btn-playStore.sg-dark-theme .btn-play-store-img,.sg-dark-theme .xps-btnv2.btn-playStore .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.sg-dark-theme.hw-button .btn-play-store-img,.sg-dark-theme .hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .sg-dark-theme .btn-playStore.hw-button .btn-play-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE2IiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTE2IDI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzcuMjgzOSA0LjQ1NjU2QzM3LjQxMjggNC4xMTI4NCAzNy40NzA3IDMuNzQ2NTggMzcuNDU0MyAzLjM3OTg2QzM3LjQ1MDUgMy4yMjU4NSAzNy40MzcxIDMuMDcyMjIgMzcuNDE0MyAyLjkxOTg2SDM0LjUwNDNWMy42Mzk4NkgzNi42ODQzQzM2LjY2NjkgNC4wOTI3OSAzNi40ODk4IDQuNTI0OTYgMzYuMTg0MyA0Ljg1OTg2QzM1LjkwMTggNS4xMzE1NCAzNS41NTY5IDUuMzI5ODcgMzUuMTggNS40Mzc1MkMzNC44MDMxIDUuNTQ1MTcgMzQuNDA1NiA1LjU1ODg2IDM0LjAyMjEgNS40Nzc0QzMzLjYzODcgNS4zOTU5MyAzMy4yODExIDUuMjIxNzkgMzIuOTgwNSA0Ljk3MDJDMzIuNjc5OSA0LjcxODYgMzIuNDQ1NSA0LjM5NzIxIDMyLjI5NzggNC4wMzQxMkMzMi4xNTAxIDMuNjcxMDIgMzIuMDkzNiAzLjI3NzI3IDMyLjEzMzIgMi44ODcyOUMzMi4xNzI4IDIuNDk3MzEgMzIuMzA3MyAyLjEyMjk3IDMyLjUyNSAxLjc5Njk4QzMyLjc0MjcgMS40NzEgMzMuMDM2OSAxLjIwMzMgMzMuMzgyIDEuMDE3MjdDMzMuNzI3IDAuODMxMjQ5IDM0LjExMjQgMC43MzI1NjkgMzQuNTA0MyAwLjcyOTg1N0MzNC44MTQ4IDAuNzE0MTM3IDM1LjEyNDcgMC43NzEwMjcgMzUuNDA5NCAwLjg5NjAxQzM1LjY5NDEgMS4wMjA5OSAzNS45NDU3IDEuMjEwNjMgMzYuMTQ0MyAxLjQ0OTg2TDM2LjY3NDMgMC45MTk4NThDMzYuNDE2NiAwLjYyNzM0MSAzNi4wOTQ5IDAuMzk4MDg4IDM1LjczNDMgMC4yNDk4NThDMzUuMTYwNyAwLjAwNzEwODk0IDM0LjUyODEgLTAuMDYwNzAxOSAzMy45MTYxIDAuMDU0OTQ1OUMzMy4zMDQgMC4xNzA1OTQgMzIuNzM5OCAwLjQ2NDU0MSAzMi4yOTQzIDAuODk5ODU3QzMxLjcxMTYgMS40OTU4OSAzMS4zODU0IDIuMjk2MzIgMzEuMzg1NCAzLjEyOTg2QzMxLjM4NTQgMy45NjM0IDMxLjcxMTYgNC43NjM4MiAzMi4yOTQzIDUuMzU5ODZDMzIuNTgxNSA1LjY1MzA3IDMyLjkyNTkgNS44ODQyNCAzMy4zMDYgNi4wMzkwNEMzMy42ODYxIDYuMTkzODUgMzQuMDk0IDYuMjY5IDM0LjUwNDMgNi4yNTk4NkMzNC45MTIzIDYuMjc2MzIgMzUuMzE5MiA2LjIwNjQ1IDM1LjY5ODMgNi4wNTQ4QzM2LjA3NzQgNS45MDMxNSAzNi40MjAyIDUuNjczMTUgMzYuNzA0MyA1LjM3OTg2QzM2Ljk1NzggNS4xMTQzNSAzNy4xNTUgNC44MDAyOCAzNy4yODM5IDQuNDU2NTZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzkuMzM0MyAwLjg3OTg2Mkg0Mi4wMzQzVjAuMTM5ODYySDM4LjU1NDNWNi4xMzk4Nkg0Mi4wMzQzVjUuMzk5ODZIMzkuMzM0M1YzLjQ5OTg2SDQxLjc5NDNWMi43Nzk4NkgzOS4zMzQzVjAuODc5ODYyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ1LjMxNDMgNi4xMzk4Nkg0NC41NDQzVjAuODc5ODYySDQyLjg2NDNWMC4xMzk4NjJINDcuMDM0M1YwLjg3OTg2Mkg0NS4zMTQzVjYuMTM5ODZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNDkuOTc0MyAwLjEzOTg2MlY2LjEzOTg2SDUwLjc0NDNWMC4xMzk4NjJINDkuOTc0M1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01NC4xNjQzIDYuMTM5ODZINTMuMzk0M1YwLjg3OTg2Mkg1MS43MTQzVjAuMTM5ODYySDU1LjgzNDNWMC44Nzk4NjJINTQuMTY0M1Y2LjEzOTg2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Mi42MzUxIDYuMDM0NjdDNjMuMDEyNiA1Ljg3ODIyIDYzLjM1NTUgNS42NDg5MSA2My42NDQzIDUuMzU5ODVDNjMuOTM1MiA1LjA2OTc4IDY0LjE2MzQgNC43MjMwNiA2NC4zMTQ4IDQuMzQxMTlDNjQuNDY2MSAzLjk1OTMxIDY0LjUzNzUgMy41NTA0MiA2NC41MjQzIDMuMTM5ODVDNjQuNTMzNCAyLjcyOTc5IDY0LjQ2MDIgMi4zMjIwOCA2NC4zMDkgMS45NDA3OEM2NC4xNTc5IDEuNTU5NDkgNjMuOTMxOSAxLjIxMjM0IDYzLjY0NDMgMC45MTk4NTNDNjMuMzU5MSAwLjYyNjA3IDYzLjAxNjggMC4zOTM3NzYgNjIuNjM4NSAwLjIzNzI3NEM2Mi4yNjAxIDAuMDgwNzcyOCA2MS44NTM3IDAuMDAzMzc3MTkgNjEuNDQ0MyAwLjAwOTg1MzM0QzYxLjAzNDQgLTAuMDAwODc3Mzc5IDYwLjYyNjcgMC4wNzQ1NzU1IDYwLjI0NzcgMC4yMzEzMzFDNTkuODY4OCAwLjM4ODA4NiA1OS41MjY5IDAuNjIyNjUyIDU5LjI0NDMgMC45MTk4NTNDNTguNjc5IDEuNTIwOCA1OC4zNjQzIDIuMzE0NzkgNTguMzY0MyAzLjEzOTg1QzU4LjM2NDMgMy45NjQ5MiA1OC42NzkgNC43NTg5IDU5LjI0NDMgNS4zNTk4NUM1OS41MzMyIDUuNjQ4OTEgNTkuODc2MSA1Ljg3ODIyIDYwLjI1MzYgNi4wMzQ2N0M2MC42MzExIDYuMTkxMTIgNjEuMDM1NyA2LjI3MTY1IDYxLjQ0NDMgNi4yNzE2NUM2MS44NTMgNi4yNzE2NSA2Mi4yNTc2IDYuMTkxMTIgNjIuNjM1MSA2LjAzNDY3Wk02MC41NjEgNS4zNjQxNEM2MC4yODEyIDUuMjQ3MTQgNjAuMDI3NCA1LjA3NTczIDU5LjgxNDMgNC44NTk4NUM1OS4zODI4IDQuMzkwOTggNTkuMTQzMyAzLjc3NzA1IDU5LjE0MzMgMy4xMzk4NUM1OS4xNDMzIDIuNTAyNjUgNTkuMzgyOCAxLjg4ODczIDU5LjgxNDMgMS40MTk4NUM2MC4wMjc0IDEuMjAzOTggNjAuMjgxMiAxLjAzMjU2IDYwLjU2MSAwLjkxNTU2OUM2MC44NDA4IDAuNzk4NTc1IDYxLjE0MTEgMC43MzgzMzEgNjEuNDQ0MyAwLjczODMzMUM2MS43NDc2IDAuNzM4MzMxIDYyLjA0NzkgMC43OTg1NzUgNjIuMzI3NyAwLjkxNTU2OUM2Mi42MDc1IDEuMDMyNTYgNjIuODYxMyAxLjIwMzk4IDYzLjA3NDMgMS40MTk4NUM2My41MDU4IDEuODg4NzMgNjMuNzQ1MyAyLjUwMjY1IDYzLjc0NTMgMy4xMzk4NUM2My43NDUzIDMuNzc3MDUgNjMuNTA1OCA0LjM5MDk4IDYzLjA3NDMgNC44NTk4NUM2Mi44NjEzIDUuMDc1NzMgNjIuNjA3NSA1LjI0NzE0IDYyLjMyNzcgNS4zNjQxNEM2Mi4wNDc5IDUuNDgxMTMgNjEuNzQ3NiA1LjU0MTM3IDYxLjQ0NDMgNS41NDEzN0M2MS4xNDExIDUuNTQxMzcgNjAuODQwOCA1LjQ4MTEzIDYwLjU2MSA1LjM2NDE0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTY1LjYxNDMgNi4xMzk4NlYwLjEzOTg2Mkg2Ni41NDQzTDY5LjQ2NDMgNC44MDk4NlYwLjEzOTg2Mkg3MC4yMzQzVjYuMTM5ODZINjkuNDM0M0w2Ni4zODQzIDEuMjQ5ODZWNi4xMzk4Nkg2NS42MTQzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01NS44MDkyIDE1LjYxMzNDNTYuNTA4NyAxNS4xNDM2IDU3LjMzMTcgMTQuODkxOCA1OC4xNzQzIDE0Ljg4OThDNTguNzM2MyAxNC44NzkxIDU5LjI5NDcgMTQuOTgxNSA1OS44MTY0IDE1LjE5MUM2MC4zMzggMTUuNDAwNSA2MC44MTIxIDE1LjcxMjggNjEuMjEwNSAxNi4xMDk0QzYxLjYwODkgMTYuNTA1OSA2MS45MjM1IDE2Ljk3ODYgNjIuMTM1NSAxNy40OTkyQzYyLjM0NzQgMTguMDE5OCA2Mi40NTI0IDE4LjU3NzggNjIuNDQ0MyAxOS4xMzk4QzYyLjQ0NjMgMTkuOTgyNCA2Mi4xOTgzIDIwLjgwNjYgNjEuNzMxOSAyMS41MDgzQzYxLjI2NTQgMjIuMjA5OSA2MC42MDE0IDIyLjc1NzUgNTkuODIzOCAyMy4wODE3QzU5LjA0NjEgMjMuNDA2IDU4LjE4OTggMjMuNDkyMyA1Ny4zNjMgMjMuMzI5OUM1Ni41MzYzIDIzLjE2NzUgNTUuNzc2MyAyMi43NjM1IDU1LjE3OTEgMjIuMTY5MkM1NC41ODE5IDIxLjU3NDggNTQuMTc0NCAyMC44MTY3IDU0LjAwODEgMTkuOTkwN0M1My44NDE4IDE5LjE2NDggNTMuOTI0MSAxOC4zMDggNTQuMjQ0NyAxNy41Mjg5QzU0LjU2NTMgMTYuNzQ5NyA1NS4xMDk4IDE2LjA4MzEgNTUuODA5MiAxNS42MTMzWk01Ni42OTUyIDIxLjM3NTJDNTcuMTQyNSAyMS42MzU5IDU3LjY1NzkgMjEuNzU2IDU4LjE3NDMgMjEuNzE5OEM1OC41MDI2IDIxLjcxMjIgNTguODI2MSAyMS42MzkgNTkuMTI1NiAyMS41MDQzQzU5LjQyNTIgMjEuMzY5NyA1OS42OTQ3IDIxLjE3NjUgNTkuOTE4NCAyMC45MzZDNjAuMTQyMSAyMC42OTU2IDYwLjMxNTQgMjAuNDEyOCA2MC40MjggMjAuMTA0M0M2MC41NDA2IDE5Ljc5NTggNjAuNTkwNCAxOS40Njc5IDYwLjU3NDMgMTkuMTM5OEM2MC41NzMgMTguNjIyMiA2MC40MTYxIDE4LjExNjggNjAuMTIzOCAxNy42ODk2QzU5LjgzMTUgMTcuMjYyMyA1OS40MTc1IDE2LjkzMjggNTguOTM1NSAxNi43NDM5QzU4LjQ1MzUgMTYuNTU1MSA1Ny45MjU4IDE2LjUxNTYgNTcuNDIxMSAxNi42MzA2QzU2LjkxNjMgMTYuNzQ1NiA1Ni40NTc4IDE3LjAwOTggNTYuMTA1MiAxNy4zODg5QzU1Ljc1MjcgMTcuNzY3OSA1NS41MjIyIDE4LjI0NDMgNTUuNDQ0IDE4Ljc1NkM1NS4zNjU3IDE5LjI2NzcgNTUuNDQzMSAxOS43OTEyIDU1LjY2NjMgMjAuMjU4M0M1NS44ODk1IDIwLjcyNTQgNTYuMjQ4IDIxLjExNDYgNTYuNjk1MiAyMS4zNzUyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ni40ODkyIDE1LjYxMzNDNDcuMTg4NyAxNS4xNDM2IDQ4LjAxMTcgMTQuODkxOCA0OC44NTQzIDE0Ljg4OThDNDkuNDE2MyAxNC44NzkxIDQ5Ljk3NDcgMTQuOTgxNSA1MC40OTY0IDE1LjE5MUM1MS4wMTggMTUuNDAwNSA1MS40OTIxIDE1LjcxMjggNTEuODkwNSAxNi4xMDk0QzUyLjI4ODkgMTYuNTA1OSA1Mi42MDM1IDE2Ljk3ODYgNTIuODE1NSAxNy40OTkyQzUzLjAyNzQgMTguMDE5OCA1My4xMzI0IDE4LjU3NzggNTMuMTI0MyAxOS4xMzk4QzUzLjEyNjMgMTkuOTgyNCA1Mi44NzgzIDIwLjgwNjYgNTIuNDExOSAyMS41MDgzQzUxLjk0NTQgMjIuMjA5OSA1MS4yODE0IDIyLjc1NzUgNTAuNTAzOCAyMy4wODE3QzQ5LjcyNjEgMjMuNDA2IDQ4Ljg2OTggMjMuNDkyMyA0OC4wNDMgMjMuMzI5OUM0Ny4yMTYzIDIzLjE2NzUgNDYuNDU2MyAyMi43NjM1IDQ1Ljg1OTEgMjIuMTY5MkM0NS4yNjE5IDIxLjU3NDggNDQuODU0NCAyMC44MTY3IDQ0LjY4ODEgMTkuOTkwN0M0NC41MjE4IDE5LjE2NDggNDQuNjA0MSAxOC4zMDggNDQuOTI0NyAxNy41Mjg5QzQ1LjI0NTMgMTYuNzQ5NyA0NS43ODk4IDE2LjA4MzEgNDYuNDg5MiAxNS42MTMzWk00Ny4zNzUyIDIxLjM3NTJDNDcuODIyNSAyMS42MzU5IDQ4LjMzNzkgMjEuNzU2IDQ4Ljg1NDMgMjEuNzE5OEM0OS4xODI2IDIxLjcxMjIgNDkuNTA2MSAyMS42MzkgNDkuODA1NiAyMS41MDQzQzUwLjEwNTIgMjEuMzY5NyA1MC4zNzQ3IDIxLjE3NjUgNTAuNTk4NCAyMC45MzZDNTAuODIyMSAyMC42OTU2IDUwLjk5NTQgMjAuNDEyOCA1MS4xMDggMjAuMTA0M0M1MS4yMjA2IDE5Ljc5NTggNTEuMjcwNCAxOS40Njc5IDUxLjI1NDMgMTkuMTM5OEM1MS4yNTMgMTguNjIyMiA1MS4wOTYxIDE4LjExNjggNTAuODAzOCAxNy42ODk2QzUwLjUxMTUgMTcuMjYyMyA1MC4wOTc1IDE2LjkzMjggNDkuNjE1NSAxNi43NDM5QzQ5LjEzMzUgMTYuNTU1MSA0OC42MDU4IDE2LjUxNTYgNDguMTAxMSAxNi42MzA2QzQ3LjU5NjMgMTYuNzQ1NiA0Ny4xMzc4IDE3LjAwOTggNDYuNzg1MiAxNy4zODg5QzQ2LjQzMjcgMTcuNzY3OSA0Ni4yMDIyIDE4LjI0NDMgNDYuMTI0IDE4Ljc1NkM0Ni4wNDU3IDE5LjI2NzcgNDYuMTIzMSAxOS43OTEyIDQ2LjM0NjMgMjAuMjU4M0M0Ni41Njk1IDIwLjcyNTQgNDYuOTI4IDIxLjExNDYgNDcuMzc1MiAyMS4zNzUyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM3Ljc3NDMgMTcuOTk5OFYxNi4xOTk4SDQzLjg1NDNDNDMuOTE3NyAxNi41Njk3IDQzLjk0NzkgMTYuOTQ0NiA0My45NDQzIDE3LjMxOThDNDMuOTkzOSAxOC44NzkgNDMuNDM0NCAyMC4zOTYzIDQyLjM4NDMgMjEuNTQ5OEM0MS43ODk4IDIyLjE2NTkgNDEuMDcxNyAyMi42NDkyIDQwLjI3NzIgMjIuOTY4QzM5LjQ4MjcgMjMuMjg2OCAzOC42Mjk3IDIzLjQzNCAzNy43NzQzIDIzLjM5OThDMzYuODg1MyAyMy40MzQ0IDM1Ljk5ODQgMjMuMjg5MiAzNS4xNjY5IDIyLjk3MjlDMzQuMzM1NCAyMi42NTY1IDMzLjU3NjIgMjIuMTc1NiAzMi45MzUgMjEuNTU4OEMzMi4yOTM4IDIwLjk0MjEgMzEuNzgzNyAyMC4yMDIzIDMxLjQzNTMgMTkuMzgzNkMzMS4wODY4IDE4LjU2NSAzMC45MDcyIDE3LjY4NDUgMzAuOTA3MiAxNi43OTQ4QzMwLjkwNzIgMTUuOTA1MiAzMS4wODY4IDE1LjAyNDYgMzEuNDM1MyAxNC4yMDZDMzEuNzgzNyAxMy4zODc0IDMyLjI5MzggMTIuNjQ3NiAzMi45MzUgMTIuMDMwOUMzMy41NzYyIDExLjQxNDEgMzQuMzM1NCAxMC45MzMyIDM1LjE2NjkgMTAuNjE2OEMzNS45OTg0IDEwLjMwMDUgMzYuODg1MyAxMC4xNTUyIDM3Ljc3NDMgMTAuMTg5OEMzOC42MTI1IDEwLjE3NjYgMzkuNDQ0OSAxMC4zMzA3IDQwLjIyMjcgMTAuNjQzMkM0MS4wMDA2IDEwLjk1NTcgNDEuNzA4MyAxMS40MjA0IDQyLjMwNDMgMTIuMDA5OEw0MS4wMzQzIDEzLjI3OThDNDAuMTUzMiAxMi40MzUyIDM4Ljk3NDcgMTEuOTcxNyAzNy43NTQzIDExLjk4OThDMzYuNDgxMiAxMS45ODk4IDM1LjI2MDMgMTIuNDk1NiAzNC4zNjAyIDEzLjM5NTdDMzMuNDYgMTQuMjk1OSAzMi45NTQzIDE1LjUxNjggMzIuOTU0MyAxNi43ODk4QzMyLjk1NDMgMTguMDYyOSAzMy40NiAxOS4yODM4IDM0LjM2MDIgMjAuMTg0QzM1LjI2MDMgMjEuMDg0MSAzNi40ODEyIDIxLjU4OTggMzcuNzU0MyAyMS41ODk4QzM4LjM3MjQgMjEuNjE1OCAzOC45ODkgMjEuNTExNyAzOS41NjQ0IDIxLjI4NDRDNDAuMTM5NyAyMS4wNTcgNDAuNjYwOSAyMC43MTE0IDQxLjA5NDMgMjAuMjY5OEM0MS42NzQxIDE5LjY0NzYgNDIuMDI2NSAxOC44NDc3IDQyLjA5NDMgMTcuOTk5OEgzNy43NzQzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MS42ODU4IDE1LjY3ODdDODIuMzM1OCAxNi4xNjI2IDgyLjgyMzUgMTYuODMyNiA4My4wODQzIDE3LjU5OThMODMuMjk0MyAxOC4wMzk4TDc3LjYwNDMgMjAuMzg5OEM3Ny43Nzc0IDIwLjc4NzYgNzguMDY2OCAyMS4xMjM2IDc4LjQzNDUgMjEuMzUzOUM3OC44MDIxIDIxLjU4NDEgNzkuMjMwOSAyMS42OTc3IDc5LjY2NDMgMjEuNjc5OEM4MC4wODQ0IDIxLjY4MzkgODAuNDk4MyAyMS41NzgxIDgwLjg2NDkgMjEuMzcyOUM4MS4yMzE1IDIxLjE2NzYgODEuNTM4MSAyMC44NzAxIDgxLjc1NDMgMjAuNTA5OEw4My4yMDQzIDIxLjUwOThDODIuNzAxMyAyMi4yNzE3IDgxLjk2NTQgMjIuODUwNCA4MS4xMDY1IDIzLjE1OTZDODAuMjQ3NSAyMy40Njg3IDc5LjMxMTYgMjMuNDkxNiA3OC40Mzg1IDIzLjIyNUM3Ny41NjU1IDIyLjk1ODMgNzYuODAyMSAyMi40MTY0IDc2LjI2MjQgMjEuNjgwMUM3NS43MjI3IDIwLjk0MzggNzUuNDM1NyAyMC4wNTI3IDc1LjQ0NDMgMTkuMTM5OEM3NS40MTAxIDE4LjU5MzkgNzUuNDg4MiAxOC4wNDY4IDc1LjY3MzkgMTcuNTMyMkM3NS44NTk1IDE3LjAxNzcgNzYuMTQ4OCAxNi41NDY3IDc2LjUyMzcgMTYuMTQ4NEM3Ni44OTg2IDE1Ljc1MDEgNzcuMzUxMiAxNS40MzI4IDc3Ljg1MzUgMTUuMjE2NEM3OC4zNTU5IDE0Ljk5OTkgNzguODk3MyAxNC44ODg4IDc5LjQ0NDMgMTQuODg5OEM4MC4yNTQxIDE0LjkxOTcgODEuMDM1OCAxNS4xOTQ4IDgxLjY4NTggMTUuNjc4N1pNNzcuNDA3NiAxOC4xMDM1Qzc3LjMwNTkgMTguMzk3NyA3Ny4yNjQgMTguNzA5MiA3Ny4yODQzIDE5LjAxOThMODEuMDg0MyAxNy40Mzk4QzgwLjk0MTIgMTcuMTUwNSA4MC43MTU5IDE2LjkwOTggODAuNDM2NiAxNi43NDc5QzgwLjE1NzMgMTYuNTg2IDc5LjgzNjUgMTYuNTEwMiA3OS41MTQzIDE2LjUyOThDNzkuMjAzMyAxNi41NDM4IDc4Ljg5ODMgMTYuNjE5NyA3OC42MTcgMTYuNzUzQzc4LjMzNTcgMTYuODg2NCA3OC4wODM5IDE3LjA3NDUgNzcuODc2MiAxNy4zMDY0Qzc3LjY2ODUgMTcuNTM4MyA3Ny41MDkyIDE3LjgwOTIgNzcuNDA3NiAxOC4xMDM1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTc0LjUzNDMgMjMuMTM5OEg3Mi42NjQzVjEwLjYzOThINzQuNTM0M1YyMy4xMzk4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02OS41MzQzIDE1LjgzOThINjkuNjA0M1YxNS4xMzk4SDcxLjMzNDNWMjIuNzA5OEM3MS4zMzQzIDI1Ljg0OTggNjkuNTI0MyAyNy4xMzk4IDY3LjMzNDMgMjcuMTM5OEM2Ni41MjQ3IDI3LjE1MDcgNjUuNzMwOCAyNi45MTU2IDY1LjA1NzcgMjYuNDY1N0M2NC4zODQ1IDI2LjAxNTcgNjMuODYzOCAyNS4zNzIxIDYzLjU2NDMgMjQuNjE5OEw2NS4xODQzIDIzLjk0OThDNjUuMzUyNyAyNC4zODYzIDY1LjY0NjkgMjQuNzYyOCA2Ni4wMjk3IDI1LjAzMTdDNjYuNDEyNSAyNS4zMDA1IDY2Ljg2NjYgMjUuNDQ5NiA2Ny4zMzQzIDI1LjQ1OThDNjguNzM0MyAyNS40NTk4IDY5LjYwNDMgMjQuNTg5OCA2OS42MDQzIDIyLjk1OThWMjIuMzQ5OEg2OS41MzQzQzY5LjI1NzYgMjIuNjcxMiA2OC45MTMzIDIyLjkyNzQgNjguNTI2MSAyMy4xMDAzQzY4LjEzODkgMjMuMjczMSA2Ny43MTgyIDIzLjM1ODMgNjcuMjk0MyAyMy4zNDk4QzY2LjIwMTUgMjMuMjk2OSA2NS4xNzA5IDIyLjgyNTQgNjQuNDE2MyAyMi4wMzMzQzYzLjY2MTYgMjEuMjQxMSA2My4yNDA2IDIwLjE4ODkgNjMuMjQwNiAxOS4wOTQ4QzYzLjI0MDYgMTguMDAwNyA2My42NjE2IDE2Ljk0ODYgNjQuNDE2MyAxNi4xNTY0QzY1LjE3MDkgMTUuMzY0MyA2Ni4yMDE1IDE0Ljg5MjggNjcuMjk0MyAxNC44Mzk4QzY3LjcxNzYgMTQuODM1NCA2OC4xMzcgMTQuOTIyNSA2OC41MjM2IDE1LjA5NTFDNjguOTEwMiAxNS4yNjc3IDY5LjI1NDkgMTUuNTIxNyA2OS41MzQzIDE1LjgzOThaTTY1LjczNDYgMjAuOTExNUM2Ni4xODQxIDIxLjM4OTkgNjYuNzk5MSAyMS42NzkgNjcuNDU0MyAyMS43MTk4QzY3Ljc3NTkgMjEuNzA3NSA2OC4wOTE3IDIxLjYzIDY4LjM4MjUgMjEuNDkyMUM2OC42NzMzIDIxLjM1NDIgNjguOTMzMSAyMS4xNTg4IDY5LjE0NjIgMjAuOTE3NkM2OS4zNTk0IDIwLjY3NjUgNjkuNTIxNCAyMC4zOTQ2IDY5LjYyMjQgMjAuMDg5QzY5LjcyMzUgMTkuNzgzNCA2OS43NjE2IDE5LjQ2MDUgNjkuNzM0MyAxOS4xMzk4QzY5Ljc1ODcgMTguODIwMiA2OS43MTg2IDE4LjQ5OSA2OS42MTY0IDE4LjE5NTJDNjkuNTE0MSAxNy44OTE0IDY5LjM1MTggMTcuNjExMyA2OS4xMzkxIDE3LjM3MTVDNjguOTI2NCAxNy4xMzE3IDY4LjY2NzYgMTYuOTM3MiA2OC4zNzgxIDE2Ljc5OTVDNjguMDg4NyAxNi42NjE4IDY3Ljc3NDUgMTYuNTgzNyA2Ny40NTQzIDE2LjU2OThDNjYuNzk5MSAxNi42MTA3IDY2LjE4NDEgMTYuODk5OCA2NS43MzQ2IDE3LjM3ODJDNjUuMjg1MSAxNy44NTY2IDY1LjAzNDggMTguNDg4NCA2NS4wMzQ4IDE5LjE0NDhDNjUuMDM0OCAxOS44MDEzIDY1LjI4NTEgMjAuNDMzMSA2NS43MzQ2IDIwLjkxMTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTg3LjM2NDMgMTAuNjM5OEg5MS44NDQzQzkyLjM3NzIgMTAuNjAxNiA5Mi45MTI0IDEwLjY3MzUgOTMuNDE2MyAxMC44NTExQzkzLjkyMDIgMTEuMDI4OCA5NC4zODIyIDExLjMwODMgOTQuNzczMyAxMS42NzI0Qzk1LjE2NDQgMTIuMDM2NCA5NS40NzY0IDEyLjQ3NzEgOTUuNjg5NyAxMi45NjdDOTUuOTAyOSAxMy40NTY5IDk2LjAxMyAxMy45ODU1IDk2LjAxMyAxNC41MTk4Qzk2LjAxMyAxNS4wNTQyIDk1LjkwMjkgMTUuNTgyOCA5NS42ODk3IDE2LjA3MjdDOTUuNDc2NCAxNi41NjI2IDk1LjE2NDQgMTcuMDAzMyA5NC43NzMzIDE3LjM2NzNDOTQuMzgyMiAxNy43MzE0IDkzLjkyMDIgMTguMDEwOSA5My40MTYzIDE4LjE4ODZDOTIuOTEyNCAxOC4zNjYyIDkyLjM3NzIgMTguNDM4MSA5MS44NDQzIDE4LjM5OThIODkuMjM0M1YyMy4xMzk4SDg3LjM2NDNWMTAuNjM5OFpNODkuMjM0MyAxNi42Mzk4SDkxLjg0NDNMOTEuODg0MyAxNi42NTk4QzkyLjE2NTMgMTYuNjU5OCA5Mi40NDM2IDE2LjYwNDUgOTIuNzAzMiAxNi40OTY5QzkyLjk2MjkgMTYuMzg5NCA5My4xOTg4IDE2LjIzMTggOTMuMzk3NSAxNi4wMzMxQzkzLjU5NjIgMTUuODM0MyA5My43NTM4IDE1LjU5ODQgOTMuODYxNCAxNS4zMzg4QzkzLjk2ODkgMTUuMDc5MiA5NC4wMjQzIDE0LjgwMDkgOTQuMDI0MyAxNC41MTk4Qzk0LjAyNDMgMTQuMjM4OCA5My45Njg5IDEzLjk2MDUgOTMuODYxNCAxMy43MDA5QzkzLjc1MzggMTMuNDQxMyA5My41OTYyIDEzLjIwNTQgOTMuMzk3NSAxMy4wMDY2QzkzLjE5ODggMTIuODA3OSA5Mi45NjI5IDEyLjY1MDMgOTIuNzAzMiAxMi41NDI3QzkyLjQ0MzYgMTIuNDM1MiA5Mi4xNjUzIDEyLjM3OTggOTEuODg0MyAxMi4zNzk4SDg5LjIzNDNWMTYuNjM5OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAxLjQzMyAxNS4zMDU5QzEwMi4wMjUgMTQuOTY2NCAxMDIuNzAzIDE0LjgwNzkgMTAzLjM4NCAxNC44NDk4TDEwMy40MjQgMTQuODY5OEMxMDUuNTU0IDE0Ljg2OTggMTA3LjIxNCAxNi4xMzk4IDEwNy4yMTQgMTguMzI5OFYyMy4xMzk4SDEwNS40MTRWMjIuMTM5OEgxMDUuMzU0QzEwNS4xMDEgMjIuNTM2IDEwNC43NDggMjIuODU3NyAxMDQuMzI5IDIzLjA3MjFDMTAzLjkxMSAyMy4yODY1IDEwMy40NDQgMjMuMzg1OCAxMDIuOTc0IDIzLjM1OThDMTAyLjU4OCAyMy4zODk3IDEwMi4yIDIzLjM0MTcgMTAxLjgzMyAyMy4yMTg2QzEwMS40NjYgMjMuMDk1NiAxMDEuMTI3IDIyLjkgMTAwLjgzNyAyMi42NDM1QzEwMC41NDcgMjIuMzg2OSAxMDAuMzExIDIyLjA3NDcgMTAwLjE0NCAyMS43MjU0Qzk5Ljk3NzEgMjEuMzc2IDk5Ljg4MTkgMjAuOTk2NyA5OS44NjQzIDIwLjYwOThDOTkuODY0MyAxOC43ODk4IDEwMS42ODQgMTcuNzg5OCAxMDMuNDY0IDE3Ljc4OThDMTA0LjE0NCAxNy43ODkgMTA0LjgxMyAxNy45NTM4IDEwNS40MTQgMTguMjY5OFYxOC4xNDk4QzEwNS4zOTEgMTcuOTEyIDEwNS4zMiAxNy42ODEzIDEwNS4yMDYgMTcuNDcxMUMxMDUuMDkyIDE3LjI2MDkgMTA0LjkzOCAxNy4wNzU0IDEwNC43NTIgMTYuOTI1NkMxMDQuNTY2IDE2Ljc3NTcgMTA0LjM1MSAxNi42NjQ0IDEwNC4xMjIgMTYuNTk4MkMxMDMuODkyIDE2LjUzMTkgMTAzLjY1MiAxNi41MTIxIDEwMy40MTQgMTYuNTM5OEMxMDMuMDcyIDE2LjUxMDIgMTAyLjcyOCAxNi41ODA0IDEwMi40MjUgMTYuNzQxOUMxMDIuMTIxIDE2LjkwMzQgMTAxLjg3MSAxNy4xNDkzIDEwMS43MDQgMTcuNDQ5OEwxMDAuMDU0IDE2Ljc1OThDMTAwLjM2MiAxNi4xNTA4IDEwMC44NDEgMTUuNjQ1MyAxMDEuNDMzIDE1LjMwNTlaTTEwMS42OTQgMjAuNjM5OEMxMDEuNjk0IDIxLjM4OTggMTAyLjU0NCAyMS42OTk4IDEwMy4xNTQgMjEuNjk5OEwxMDMuMTk0IDIxLjcxOThDMTAzLjc0MSAyMS43MDkgMTA0LjI2NSAyMS41MDAzIDEwNC42NjkgMjEuMTMyNkMxMDUuMDc0IDIwLjc2NDggMTA1LjMzMSAyMC4yNjI5IDEwNS4zOTQgMTkuNzE5OEMxMDQuODc1IDE5LjQzMDIgMTA0LjI4OCAxOS4yODUyIDEwMy42OTQgMTkuMjk5OEMxMDIuNzU0IDE5LjI5OTggMTAxLjY5NCAxOS42Mzk4IDEwMS42OTQgMjAuNjM5OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMTEuNjM0IDIwLjU1OThMMTEzLjc3NCAxNS4xMzk4SDExNS44NTRMMTEwLjczNCAyNi45Mjk4SDEwOC43ODRMMTEwLjY4NCAyMi43MTk4TDEwNy4zNTQgMTUuMTM5OEgxMDkuMzU0TDExMS41NzQgMjAuNTU5OEgxMTEuNjM0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTk4LjgzNDMgMjMuMTM5OEg5Ni45NzQzVjEwLjYzOThIOTguODM0M1YyMy4xMzk4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuNDc0MzAyIDAuNjc5ODY1QzAuMTQ0NzcxIDEuMDY5NDggLTAuMDIzMzcwNCAxLjU3MDMzIDAuMDA0MzAwNTEgMi4wNzk4NlYyNC4xOTk5Qy0wLjAyOTcyNTUgMjQuNzEwMiAwLjEzOTE5NSAyNS4yMTM0IDAuNDc0MzAyIDI1LjU5OTlMMC41NDQzMDEgMjUuNjc5OUwxMi45MzQzIDEzLjI4OTlWMTIuOTg5OUwwLjU0NDMwMSAwLjYwOTg2M0wwLjQ3NDMwMiAwLjY3OTg2NVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDM4Nl8xMzYpIi8+CjxwYXRoIGQ9Ik0xNy4wMzQzIDE3LjQxOTlMMTIuOTM0MyAxMy4yODk5VjEyLjk4OTlMMTcuMDM0MyA4Ljg1OTg2TDE3LjEyNDMgOC45MTk4NkwyMi4wMzQzIDExLjY5OTlDMjMuNDM0MyAxMi40ODk5IDIzLjQzNDMgMTMuNzg5OSAyMi4wMzQzIDE0LjU4OTlMMTcuMTQ0MyAxNy4zNjk5TDE3LjAzNDMgMTcuNDE5OVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xNDM4Nl8xMzYpIi8+CjxwYXRoIGQ9Ik0xNy4xNTQ0IDE3LjM1OTlMMTIuOTM0NCAxMy4xMzk5TDAuNDc0MzY1IDI1LjU5OTlDMC43NTY5NCAyNS44NTE0IDEuMTE4NjMgMjUuOTk2MSAxLjQ5NjcyIDI2LjAwODlDMS44NzQ4IDI2LjAyMTcgMi4yNDU0NCAyNS45MDE3IDIuNTQ0MzYgMjUuNjY5OUwxNy4xNTQ0IDE3LjM1OTlaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTQzODZfMTM2KSIvPgo8cGF0aCBkPSJNMTcuMTU0NCA4LjkxOTg2TDIuNTQ0MzYgMC42MTk4NjFDMi4yNDczOSAwLjM4NDc3NSAxLjg3NzA0IDAuMjYxOTE5IDEuNDk4NDQgMC4yNzI4OTNDMS4xMTk4NCAwLjI4Mzg2NyAwLjc1NzIyNSAwLjQyNzk3IDAuNDc0MzY1IDAuNjc5ODYyTDEyLjkzNDQgMTMuMTM5OUwxNy4xNTQ0IDguOTE5ODZaIiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTQzODZfMTM2KSIvPgo8cGF0aCBvcGFjaXR5PSIwLjIiIGQ9Ik0xNy4wMzQ0IDE3LjI2OTlMMi41NDQzNiAyNS41MTk5QzIuMjU2MzEgMjUuNzM3MyAxLjkwNTI1IDI1Ljg1NDkgMS41NDQzNiAyNS44NTQ5QzEuMTgzNDggMjUuODU0OSAwLjgzMjQyIDI1LjczNzMgMC41NDQzNjUgMjUuNTE5OUwwLjQ3NDM2NSAyNS41ODk5TDAuNTQ0MzY1IDI1LjY2OTlDMC44MzI0MiAyNS44ODczIDEuMTgzNDggMjYuMDA0OSAxLjU0NDM2IDI2LjAwNDlDMS45MDUyNSAyNi4wMDQ5IDIuMjU2MzEgMjUuODg3MyAyLjU0NDM2IDI1LjY2OTlMMTcuMTU0NCAxNy4zNTk5TDE3LjAzNDQgMTcuMjY5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIG9wYWNpdHk9IjAuMTIiIGQ9Ik0wLjQ3NDMwMiAyNS40NTk5QzAuMTUzMDk2IDI1LjA2MzIgLTAuMDA0MzE2NjEgMjQuNTU4OCAwLjAzNDMwMTUgMjQuMDQ5OVYyNC4xOTk5QzAuMDAwMjc1NDM1IDI0LjcxMDIgMC4xNjkxOTQgMjUuMjEzNCAwLjUwNDMwMSAyNS41OTk5TDAuNTc0MzAyIDI1LjUyOTlMMC40NzQzMDIgMjUuNDU5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIG9wYWNpdHk9IjAuMTIiIGQ9Ik0yMi4wMzQzIDE0LjQzOTlMMTcuMDM0MyAxNy4yNjk5TDE3LjEyNDMgMTcuMzU5OUwyMi4wMzQzIDE0LjU3OTlDMjIuMzI0MSAxNC40NTczIDIyLjU3NTYgMTQuMjU4OSAyMi43NjIxIDE0LjAwNTVDMjIuOTQ4NiAxMy43NTIgMjMuMDYzNCAxMy40NTMgMjMuMDk0MyAxMy4xMzk5QzIzLjAzMTggMTMuNDI0NCAyMi45MDMzIDEzLjY5MDMgMjIuNzE5MiAxMy45MTYxQzIyLjUzNSAxNC4xNDE5IDIyLjMwMDUgMTQuMzIxMyAyMi4wMzQzIDE0LjQzOTlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBvcGFjaXR5PSIwLjI1IiBkPSJNMi41NDQyNyAwLjc1OTg3MkwyMi4wMzQzIDExLjgzOTlDMjIuMzAwNCAxMS45NTg0IDIyLjUzNSAxMi4xMzc4IDIyLjcxOTEgMTIuMzYzNkMyMi45MDMzIDEyLjU4OTQgMjMuMDMxOCAxMi44NTUzIDIzLjA5NDMgMTMuMTM5OUMyMy4wNjM0IDEyLjgyNjcgMjIuOTQ4NiAxMi41Mjc3IDIyLjc2MjEgMTIuMjc0M0MyMi41NzU1IDEyLjAyMDkgMjIuMzI0MSAxMS44MjI0IDIyLjAzNDMgMTEuNjk5OUwyLjU0NDI3IDAuNjE5ODdDMS4xNTQyNyAtMC4xODAxMyAwLjAwNDI3MjQ2IDAuNDc5ODcyIDAuMDA0MjcyNDYgMi4wNzk4N1YyLjIyOTg3QzAuMDM0MjcyNSAwLjYyOTg3MSAxLjE1NDI3IC0wLjAzMDEyODIgMi41NDQyNyAwLjc1OTg3MloiIGZpbGw9IiMzMTM2MzgiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDM4Nl8xMzYiIHgxPSIxMS44MzQzIiB5MT0iMS44NDk4NiIgeDI9Ii00Ljk0NTciIHkyPSIxOC42Mjk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMEEwRkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjAxIiBzdG9wLWNvbG9yPSIjMDBBMUZGIi8+CjxzdG9wIG9mZnNldD0iMC4yNiIgc3RvcC1jb2xvcj0iIzAwQkVGRiIvPgo8c3RvcCBvZmZzZXQ9IjAuNTEiIHN0b3AtY29sb3I9IiMwMEQyRkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjc2IiBzdG9wLWNvbG9yPSIjMDBERkZGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwRTNGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTQzODZfMTM2IiB4MT0iMjMuODY0MyIgeTE9IjEzLjEzOTkiIHgyPSItMC4zMjU2NzIiIHkyPSIxMy4xMzk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkUwMDAiLz4KPHN0b3Agb2Zmc2V0PSIwLjQxIiBzdG9wLWNvbG9yPSIjRkZCRDAwIi8+CjxzdG9wIG9mZnNldD0iMC43OCIgc3RvcC1jb2xvcj0iI0ZGQTUwMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjlDMDAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE0Mzg2XzEzNiIgeDE9IjE0Ljg2NDQiIHkxPSIxNS40Mzk5IiB4Mj0iLTcuODk1NjQiIHkyPSIzOC4xODk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjNBNDQiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzMxMTYyIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xNDM4Nl8xMzYiIHgxPSItMi42NjU2MyIgeTE9Ii02LjY4MDE0IiB4Mj0iNy40OTQzNyIgeTI9IjMuNDc5ODYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzMyQTA3MSIvPgo8c3RvcCBvZmZzZXQ9IjAuMDciIHN0b3AtY29sb3I9IiMyREE3NzEiLz4KPHN0b3Agb2Zmc2V0PSIwLjQ4IiBzdG9wLWNvbG9yPSIjMTVDRjc0Ii8+CjxzdG9wIG9mZnNldD0iMC44IiBzdG9wLWNvbG9yPSIjMDZFNzc1Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwRjA3NiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=")}.xps-btnv2.btn-appStore .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button .btn-app-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgMTAxIDI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTIuNTgyMyAzLjgwNzc1QzEzLjQyODYgMi43OTQ2NyAxMy44NDU1IDEuNDkyNTMgMTMuNzQ0NSAwLjE3Nzg1NkMxMi40NTE2IDAuMzEzMjcxIDExLjI1NzMgMC45Mjk0NyAxMC4zOTk2IDEuOTAzNjhDOS45ODAyNiAyLjM3OTYgOS42NTkwOCAyLjkzMzI4IDkuNDU0NDMgMy41MzMwNkM5LjI0OTc4IDQuMTMyODQgOS4xNjU2OCA0Ljc2Njk3IDkuMjA2OTQgNS4zOTkxOEM5Ljg1MzYzIDUuNDA1ODEgMTAuNDkzNCA1LjI2NjA0IDExLjA3ODEgNC45OTAzOEMxMS42NjI3IDQuNzE0NzEgMTIuMTc3IDQuMzEwMzUgMTIuNTgyMyAzLjgwNzc1WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNMTUuNDMwOSAxMi4yMjAzQzE1LjQ0MjEgMTEuMzUyMyAxNS42NzMzIDEwLjUwMTMgMTYuMTAyOSA5Ljc0NjM4QzE2LjUzMjYgOC45OTE0NiAxNy4xNDY4IDguMzU3MTkgMTcuODg4MyA3LjkwMjU4QzE3LjQxNzIgNy4yMzE2OCAxNi43OTU4IDYuNjc5NTUgMTYuMDczMyA2LjI5MDA2QzE1LjM1MDggNS45MDA1NyAxNC41NDcyIDUuNjg0NDMgMTMuNzI2MyA1LjY1ODgyQzEyLjY1NTEgNS41NDY2OSAxMS42MDQgNS45NjI3MSAxMC43NDQ5IDYuMzAyN0MxMC4xOTk2IDYuNTE4NTQgOS43MzE2NCA2LjcwMzc0IDkuMzg1MTIgNi43MDM3NEM4Ljk5MDkzIDYuNzAzNzQgOC41MDk1NiA2LjUxMDkyIDcuOTcwMTggNi4yOTQ4OEM3LjI2NDkgNi4wMTIzOCA2LjQ2MDQ2IDUuNjkwMTcgNS42MjIxMiA1LjcwNzM3QzQuNjY1MTUgNS43MzgyIDMuNzMyNTEgNi4wMTU3IDIuOTE1MDcgNi41MTI4M0MyLjA5NzY0IDcuMDA5OTYgMS40MjMyNyA3LjcwOTc3IDAuOTU3Njg4IDguNTQ0MDdDLTEuMDU5MDcgMTIuMDI2MSAwLjQ0NTI1NCAxNy4xNDM1IDIuMzc3MTcgMTkuOTU4MUMzLjM0Mzc2IDIxLjMzNjMgNC40NzM0MSAyMi44NzU4IDUuOTUxNTYgMjIuODIxMkM2LjYyMjA5IDIyLjc5MzUgNy4wOTc4NyAyMi41OTM4IDcuNTg5MyAyMi4zODc2QzguMTU3OTggMjIuMTQ4OSA4Ljc0NzYxIDIxLjkwMTQgOS42ODQyMSAyMS45MDE0QzEwLjU2NzMgMjEuOTAxNCAxMS4xMzE3IDIyLjE0MTIgMTEuNjczMyAyMi4zNzEzQzEyLjE5MjUgMjIuNTkxOCAxMi42OTA4IDIyLjgwMzUgMTMuNDI5IDIyLjc4NjVDMTQuOTgxMSAyMi43NjE0IDE1Ljk1OSAyMS40MDIyIDE2Ljg5MTcgMjAuMDEwOUMxNy41ODYxIDE5LjAyODggMTguMTIwNiAxNy45NDM1IDE4LjQ3NTEgMTYuNzk1QzE3LjU3MzQgMTYuNDE0NyAxNi44MDM4IDE1Ljc3ODEgMTYuMjYyNSAxNC45NjQ2QzE1LjcyMTEgMTQuMTUxIDE1LjQzMTkgMTMuMTk2NiAxNS40MzA5IDEyLjIyMDNaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjguMDM3OCAxOS40NzA2SDMyLjc4NDVMMzMuOTIzNCAyMi44MjdIMzUuOTY4MkwzMS40NzIyIDEwLjQwOUgyOS4zODM0TDI0Ljg4NzQgMjIuODI3SDI2Ljg5NzlMMjguMDM3OCAxOS40NzA2Wk0zMi4yOTIgMTcuOTIxN0gyOC41Mjk0TDMwLjM4NTIgMTIuNDc0NUgzMC40MzcxTDMyLjI5MiAxNy45MjE3WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ1LjY3OCAxOC4zMDA3QzQ1LjY3OCAyMS4xMTQxIDQ0LjE2NzkgMjIuOTIxNyA0MS44ODkxIDIyLjkyMTdDNDEuMzExOCAyMi45NTE5IDQwLjczNzcgMjIuODE5MyA0MC4yMzI1IDIyLjUzOTFDMzkuNzI3MyAyMi4yNTkgMzkuMzExNCAyMS44NDI2IDM5LjAzMjUgMjEuMzM3N0gzOC45ODkzVjI1LjgyMjFIMzcuMTI1N1YxMy43NzMzSDM4LjkyOTZWMTUuMjc5MkgzOC45NjM5QzM5LjI1NTYgMTQuNzc2NyAzOS42Nzg2IDE0LjM2MjUgNDAuMTg3NiAxNC4wODA3QzQwLjY5NjcgMTMuNzk4OCA0MS4yNzI4IDEzLjY1OTkgNDEuODU0OCAxMy42Nzg2QzQ0LjE1OTEgMTMuNjc4NiA0NS42NzggMTUuNDk1IDQ1LjY3OCAxOC4zMDA3Wk00My43NjI1IDE4LjMwMDdDNDMuNzYyNSAxNi40Njc3IDQyLjgxMjYgMTUuMjYyNiA0MS4zNjMyIDE1LjI2MjZDMzkuOTM5MyAxNS4yNjI2IDM4Ljk4MTUgMTYuNDkzIDM4Ljk4MTUgMTguMzAwN0MzOC45ODE1IDIwLjEyNDkgMzkuOTM5MyAyMS4zNDY2IDQxLjM2MzIgMjEuMzQ2NkM0Mi44MTI2IDIxLjM0NjYgNDMuNzYyNSAyMC4xNTAzIDQzLjc2MjUgMTguMzAwN1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MS44ODE5IDIyLjkyMTdDNTQuMTYwNyAyMi45MjE3IDU1LjY3MTMgMjEuMTE0MSA1NS42NzEzIDE4LjMwMDdDNTUuNjcxMyAxNS40OTUgNTQuMTUxOSAxMy42Nzg2IDUxLjg0NzYgMTMuNjc4NkM1MS4yNjU2IDEzLjY1OTkgNTAuNjg5NSAxMy43OTg4IDUwLjE4MDQgMTQuMDgwN0M0OS42NzE0IDE0LjM2MjUgNDkuMjQ4NSAxNC43NzY3IDQ4Ljk1NjcgMTUuMjc5Mkg0OC45MjI0VjEzLjc3MzNINDcuMTE4NVYyNS44MjIxSDQ4Ljk4MjJWMjEuMzM3N0g0OS4wMjUzQzQ5LjMwNDIgMjEuODQyNiA0OS43MjAxIDIyLjI1OSA1MC4yMjUzIDIyLjUzOTFDNTAuNzMwNSAyMi44MTkzIDUxLjMwNDYgMjIuOTUxOSA1MS44ODE5IDIyLjkyMTdaTTUxLjM1NiAxNS4yNjI2QzUyLjgwNTQgMTUuMjYyNiA1My43NTUzIDE2LjQ2NzcgNTMuNzU1MyAxOC4zMDA3QzUzLjc1NTMgMjAuMTUwMyA1Mi44MDU0IDIxLjM0NjYgNTEuMzU2IDIxLjM0NjZDNDkuOTMyMSAyMS4zNDY2IDQ4Ljk3NDMgMjAuMTI0OSA0OC45NzQzIDE4LjMwMDdDNDguOTc0MyAxNi40OTMgNDkuOTMyMSAxNS4yNjI2IDUxLjM1NiAxNS4yNjI2WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNjIuMjc0OCAxOS4zNjcxQzYyLjQxMjggMjAuNTk4NSA2My42MTI1IDIxLjQwNzEgNjUuMjUxOCAyMS40MDcxQzY2LjgyMjYgMjEuNDA3MSA2Ny45NTI4IDIwLjU5ODUgNjcuOTUyOCAxOS40ODgxQzY3Ljk1MjggMTguNTI0MiA2Ny4yNzEyIDE3Ljk0NzEgNjUuNjU3MyAxNy41NTE2TDY0LjA0MzQgMTcuMTYzOUM2MS43NTY3IDE2LjYxMzEgNjAuNjk1MiAxNS41NDY3IDYwLjY5NTIgMTMuODE2MkM2MC42OTUyIDExLjY3MzYgNjIuNTY3NiAxMC4yMDIgNjUuMjI1NCAxMC4yMDJDNjcuODU3OCAxMC4yMDIgNjkuNjYxNyAxMS42NzM2IDY5LjcyMjQgMTMuODE2Mkg2Ny44NDExQzY3LjcyODUgMTIuNTc3IDY2LjcwMTIgMTEuODI4OSA2NS4xOTk5IDExLjgyODlDNjMuNjk4NyAxMS44Mjg5IDYyLjY3MTQgMTIuNTg1OCA2Mi42NzE0IDEzLjY4NzNDNjIuNjcxNCAxNC41NjUzIDYzLjMyNzUgMTUuMDgxOSA2NC45MzI2IDE1LjQ3NzNMNjYuMzA0NiAxNS44MTMzQzY4Ljg1OTYgMTYuNDE1OCA2OS45MjAyIDE3LjQzOTMgNjkuOTIwMiAxOS4yNTU2QzY5LjkyMDIgMjEuNTc4OSA2OC4wNjU0IDIzLjAzNCA2NS4xMTM3IDIzLjAzNEM2Mi4zNTIxIDIzLjAzNCA2MC40ODc1IDIxLjYxMzEgNjAuMzY3IDE5LjM2N0w2Mi4yNzQ4IDE5LjM2NzFaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik03My45NDQyIDEzLjc3MzNWMTEuNjMwN0g3Mi4wNzE3VjEzLjc3MzNINzAuNzUxNlYxNS4yNDVINzIuMDcxN1YyMC40MzQ0QzcyLjA3MTcgMjIuMTkwMyA3Mi43ODg2IDIyLjg3ODcgNzQuNjI2NyAyMi44Nzg3Qzc0Ljk3MzggMjIuODg1MiA3NS4zMjA2IDIyLjg1NjQgNzUuNjYxOCAyMi43OTI4VjIxLjMyOTlDNzUuNDU4NCAyMS4zNTUgNzUuMjUzOCAyMS4zNjk0IDc1LjA0ODggMjEuMzcyOUM3NC4yODk4IDIxLjM3MjkgNzMuOTQ0MiAyMS4wMTE2IDczLjk0NDIgMjAuMjM2MlYxNS4yNDVINzUuNjcwN1YxMy43NzMzSDczLjk0NDJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzYuNjY5NiAxOC4zMDA3Qzc2LjY2OTYgMTUuNDUyIDc4LjM1MiAxMy42NjIgODAuOTc1NiAxMy42NjJDODMuNjA3OSAxMy42NjIgODUuMjgyNSAxNS40NTIgODUuMjgyNSAxOC4zMDA3Qzg1LjI4MjUgMjEuMTU3MSA4My42MTY4IDIyLjkzOTMgODAuOTc1NiAyMi45MzkzQzc4LjMzNTQgMjIuOTM5MyA3Ni42Njk2IDIxLjE1NzEgNzYuNjY5NiAxOC4zMDA3Wk04My4zODM3IDE4LjMwMDdDODMuMzgzNyAxNi4zNDY2IDgyLjQ4NTYgMTUuMTkzMiA4MC45NzU2IDE1LjE5MzJDNzkuNDY1NSAxNS4xOTMyIDc4LjU2NzUgMTYuMzU1MyA3OC41Njc1IDE4LjMwMDdDNzguNTY3NSAyMC4yNjI2IDc5LjQ2NTUgMjEuNDA3MSA4MC45NzU2IDIxLjQwNzFDODIuNDg1NiAyMS40MDcxIDgzLjM4MzcgMjAuMjYyNiA4My4zODM3IDE4LjMwMDdaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik04OC41OTY1IDEzLjc3MzNIODYuODE5MUw4Ni44MTkgMjIuODI3SDg4LjY4MjdWMTcuNDU2OUM4OC42NTIgMTcuMTg4NCA4OC42OCAxNi45MTY1IDg4Ljc2NDYgMTYuNjU5OUM4OC44NDkzIDE2LjQwMzIgODguOTg4NyAxNi4xNjc4IDg5LjE3MzIgMTUuOTY5OUM4OS4zNTc3IDE1Ljc3MiA4OS41ODI5IDE1LjYxNjMgODkuODMzNCAxNS41MTM0QzkwLjA4NCAxNS40MTA1IDkwLjM1MzkgMTUuMzYyOSA5MC42MjQ2IDE1LjM3MzlDOTAuOTA4IDE1LjM2NTYgOTEuMTkwOCAxNS40MDM2IDkxLjQ2MiAxNS40ODYyVjEzLjc0NzlDOTEuMjUyNCAxMy43MDExIDkxLjAzODIgMTMuNjc3OCA5MC44MjM1IDEzLjY3ODZDOTAuMzI2NCAxMy42NTk2IDg5LjgzOCAxMy44MTE5IDg5LjQ0MDMgMTQuMTA5OEM4OS4wNDI2IDE0LjQwNzcgODguNzU5OSAxNC44MzMgODguNjM5NiAxNS4zMTQzSDg4LjU5NjVWMTMuNzczM1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDAuMDU0IDIwLjE2NzhDOTkuODAzNyAyMS44MTE0IDk4LjE5ODYgMjIuOTM5MyA5Ni4xNDUgMjIuOTM5M0M5My41MDM4IDIyLjkzOTMgOTEuODY0NCAyMS4xNzQ3IDkxLjg2NDQgMTguMzQzNkM5MS44NjQ0IDE1LjUwMzggOTMuNTEyNiAxMy42NjIgOTYuMDY2NiAxMy42NjJDOTguNTc4NSAxMy42NjIgMTAwLjE1OCAxNS4zODI3IDEwMC4xNTggMTguMTI3OFYxOC43NjQ1SDkzLjc0NTdWMTguODc2OEM5My43MTYxIDE5LjIxIDkzLjc1NzkgMTkuNTQ1NyA5My44Njg0IDE5Ljg2MTVDOTMuOTc4OSAyMC4xNzc0IDk0LjE1NTUgMjAuNDY2MSA5NC4zODY1IDIwLjcwODdDOTQuNjE3NSAyMC45NTEyIDk0Ljg5NzYgMjEuMTQyIDk1LjIwODIgMjEuMjY4M0M5NS41MTg4IDIxLjM5NDYgOTUuODUyOSAyMS40NTM2IDk2LjE4ODEgMjEuNDQxM0M5Ni42Mjg1IDIxLjQ4MjQgOTcuMDcwNCAyMS4zODA3IDk3LjQ0ODIgMjEuMTUxM0M5Ny44MjU5IDIwLjkyMTggOTguMTE5NCAyMC41NzY5IDk4LjI4NDggMjAuMTY3OEwxMDAuMDU0IDIwLjE2NzhaTTkzLjc1NDUgMTcuNDY1N0g5OC4yOTM2Qzk4LjMxMDMgMTcuMTY2MSA5OC4yNjQ3IDE2Ljg2NjMgOTguMTU5OCAxNi41ODUxQzk4LjA1NDggMTYuMzAzOSA5Ny44OTI3IDE2LjA0NzMgOTcuNjgzNiAxNS44MzE2Qzk3LjQ3NDUgMTUuNjE1OCA5Ny4yMjI5IDE1LjQ0NTUgOTYuOTQ0NiAxNS4zMzEyQzk2LjY2NjQgMTUuMjE3IDk2LjM2NzUgMTUuMTYxNCA5Ni4wNjY2IDE1LjE2NzhDOTUuNzYzMSAxNS4xNjYgOTUuNDYyMyAxNS4yMjQyIDk1LjE4MTUgMTUuMzM4OUM5NC45MDA3IDE1LjQ1MzcgOTQuNjQ1NCAxNS42MjI3IDk0LjQzMDQgMTUuODM2NEM5NC4yMTU1IDE2LjA1IDk0LjA0NTEgMTYuMzA0IDkzLjkyOTEgMTYuNTgzNkM5My44MTMgMTYuODYzMyA5My43NTM3IDE3LjE2MzEgOTMuNzU0NSAxNy40NjU3WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI4LjA4MDcgMS4zNDU5MUMyNy43MTU2IDEuMjA0NDggMjcuMzIzNSAxLjE0NTYyIDI2LjkzMjggMS4xNzM1OEgyNC43NzE1VjcuMTQwNDJIMjYuOTMyOEMyOC43MTUxIDcuMTQwNDIgMjkuNzQ4MyA2LjA0NDY3IDI5Ljc0ODMgNC4xMzg0MkMyOS43OTc2IDMuNzUwOSAyOS43NiAzLjM1NzMxIDI5LjYzODIgMi45ODYwNEMyOS41MTY1IDIuNjE0NzcgMjkuMzEzNiAyLjI3NTA3IDI5LjA0NDMgMS45OTE0NUMyOC43NzUgMS43MDc4MiAyOC40NDU4IDEuNDg3MzQgMjguMDgwNyAxLjM0NTkxWk0yNi44MjkgNi4yOTY1OEgyNS43MDA4VjIuMDE2NzlIMjYuODI5QzI3LjEwNjggMi4wMDE0MiAyNy4zODQ1IDIuMDQ3NSAyNy42NDIzIDIuMTUxNzRDMjcuOTAwMSAyLjI1NTk3IDI4LjEzMTYgMi40MTU3OCAyOC4zMjAyIDIuNjE5NzFDMjguNTA4OCAyLjgyMzY0IDI4LjY0OTggMy4wNjY2NCAyOC43MzMxIDMuMzMxMzFDMjguODE2NSAzLjU5NTk3IDI4Ljg0MDEgMy44NzU3NCAyOC44MDIzIDQuMTUwNThDMjguODQzMSA0LjQyNjUgMjguODIxNiA0LjcwODAyIDI4LjczOTUgNC45NzQ2NEMyOC42NTc0IDUuMjQxMjUgMjguNTE2OCA1LjQ4NjI2IDI4LjMyNzcgNS42OTE4M0MyOC4xMzg3IDUuODk3MzkgMjcuOTA2MSA2LjA1ODM0IDI3LjY0NjggNi4xNjI5NkMyNy4zODc2IDYuMjY3NTcgMjcuMTA4MiA2LjMxMzIyIDI2LjgyOSA2LjI5NjU4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMwLjc5ODEgNC44ODY5MkMzMC43Njk3IDQuNTkxIDMwLjgwMzcgNC4yOTI0MyAzMC44OTc4IDQuMDEwMzZDMzAuOTkxOSAzLjcyODI5IDMxLjE0NDEgMy40Njg5NSAzMS4zNDQ2IDMuMjQ4OTdDMzEuNTQ1MSAzLjAyODk5IDMxLjc4OTUgMi44NTMyMiAzMi4wNjIxIDIuNzMyOTRDMzIuMzM0NyAyLjYxMjY3IDMyLjYyOTUgMi41NTA1NCAzMi45Mjc2IDIuNTUwNTRDMzMuMjI1NyAyLjU1MDU0IDMzLjUyMDUgMi42MTI2NyAzMy43OTMxIDIuNzMyOTRDMzQuMDY1OCAyLjg1MzIyIDM0LjMxMDIgMy4wMjg5OSAzNC41MTA3IDMuMjQ4OTdDMzQuNzExMiAzLjQ2ODk1IDM0Ljg2MzMgMy43MjgyOSAzNC45NTc1IDQuMDEwMzZDMzUuMDUxNiA0LjI5MjQzIDM1LjA4NTUgNC41OTEgMzUuMDU3MSA0Ljg4NjkyQzM1LjA4NiA1LjE4MzE0IDM1LjA1MjUgNS40ODIxMiAzNC45NTg2IDUuNzY0NjVDMzQuODY0OCA2LjA0NzE3IDM0LjcxMjcgNi4zMDY5OSAzNC41MTIxIDYuNTI3NEMzNC4zMTE2IDYuNzQ3ODIgMzQuMDY3IDYuOTIzOTUgMzMuNzk0MSA3LjA0NDQ5QzMzLjUyMTIgNy4xNjUwMiAzMy4yMjYxIDcuMjI3MjkgMzIuOTI3NiA3LjIyNzI5QzMyLjYyOTIgNy4yMjcyOSAzMi4zMzQgNy4xNjUwMiAzMi4wNjExIDcuMDQ0NDlDMzEuNzg4MiA2LjkyMzk1IDMxLjU0MzYgNi43NDc4MiAzMS4zNDMxIDYuNTI3NEMzMS4xNDI1IDYuMzA2OTkgMzAuOTkwNCA2LjA0NzE3IDMwLjg5NjYgNS43NjQ2NUMzMC44MDI3IDUuNDgyMTIgMzAuNzY5MiA1LjE4MzE0IDMwLjc5ODEgNC44ODY5MlpNMzQuMTQwNSA0Ljg4NjkyQzM0LjE0MDUgMy45MTA4NSAzMy43MDA4IDMuMzQwMDUgMzIuOTI5MSAzLjM0MDA1QzMyLjE1NDUgMy4zNDAwNSAzMS43MTg3IDMuOTEwODUgMzEuNzE4NyA0Ljg4NjkzQzMxLjcxODcgNS44NzA4MiAzMi4xNTQ1IDYuNDM3MjIgMzIuOTI5MSA2LjQzNzIyQzMzLjcwMDggNi40MzcyMSAzNC4xNDA1IDUuODY2OSAzNC4xNDA1IDQuODg2OTJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGQ9Ik0zOS43OTQgNy4xNDAzM0g0MC43MTg1TDQxLjk1ODMgMi42Mzc0SDQxLjA2NzFMNDAuMjYyMSA2LjA3MzRINDAuMTkxNkwzOS4yNjMyIDIuNjM3NEgzOC40MDgzTDM3LjQ3OTkgNi4wNzM0SDM3LjQxMzNMMzYuNjA0NCAyLjYzNzRIMzUuNzAwNUwzNi45NDUyIDcuMTQwMzNIMzcuODYwOUwzOC43OTAyIDMuODIzOTJIMzguODYwN0wzOS43OTQgNy4xNDAzM1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTQzLjAwNTEgMi42Mzc0SDQzLjg2M1YzLjM1MjczSDQzLjkyOTZDNDQuMDQyNiAzLjA5NTgxIDQ0LjIzMzEgMi44ODA0MyA0NC40NzQ3IDIuNzM2NjNDNDQuNzE2MiAyLjU5MjgyIDQ0Ljk5NjcgMi41Mjc3NSA0NS4yNzcxIDIuNTUwNDhDNDUuNDk2OCAyLjUzNCA0NS43MTc1IDIuNTY3MDQgNDUuOTIyNiAyLjY0NzE0QzQ2LjEyNzggMi43MjcyMyA0Ni4zMTIzIDIuODUyMzQgNDYuNDYyNCAzLjAxMzE4QzQ2LjYxMjUgMy4xNzQwMiA0Ni43MjQ0IDMuMzY2NDggNDYuNzg5OCAzLjU3NjNDNDYuODU1MSAzLjc4NjEyIDQ2Ljg3MjMgNC4wMDc5MyA0Ni44NDAxIDQuMjI1MjhWNy4xNDAyOEg0NS45NDg5VjQuNDQ4NDRDNDUuOTQ4OSAzLjcyNDgxIDQ1LjYzMzYgMy4zNjQ5NCA0NC45NzQ1IDMuMzY0OTRDNDQuODI1MyAzLjM1ODAxIDQ0LjY3NjQgMy4zODMzMyA0NC41MzggMy40MzkxNkM0NC4zOTk1IDMuNDk0OTkgNDQuMjc0OCAzLjU4MDAxIDQ0LjE3MjQgMy42ODgzOUM0NC4wNyAzLjc5Njc4IDQzLjk5MjMgMy45MjU5NiA0My45NDQ3IDQuMDY3MUM0My44OTcgNC4yMDgyMyA0My44ODA1IDQuMzU3OTYgNDMuODk2MyA0LjUwNjA1VjcuMTQwMzNINDMuMDA1MUw0My4wMDUxIDIuNjM3NFoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTQ5LjE1MTMgMC44Nzk1NzhINDguMjYwMVY3LjE0MDMySDQ5LjE1MTNWMC44Nzk1NzhaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTAuMzkwMSA0Ljg4NjkyQzUwLjM2MTcgNC41OTA5OCA1MC4zOTU3IDQuMjkyNCA1MC40ODk4IDQuMDEwMzJDNTAuNTgzOSAzLjcyODIzIDUwLjczNjEgMy40Njg4OCA1MC45MzY3IDMuMjQ4OUM1MS4xMzcyIDMuMDI4OTEgNTEuMzgxNiAyLjg1MzE0IDUxLjY1NDIgMi43MzI4NkM1MS45MjY5IDIuNjEyNTkgNTIuMjIxNyAyLjU1MDQ2IDUyLjUxOTggMi41NTA0NkM1Mi44MTc5IDIuNTUwNDYgNTMuMTEyOCAyLjYxMjU5IDUzLjM4NTQgMi43MzI4NkM1My42NTggMi44NTMxNCA1My45MDI0IDMuMDI4OTEgNTQuMTAzIDMuMjQ4OUM1NC4zMDM1IDMuNDY4ODggNTQuNDU1NyAzLjcyODIzIDU0LjU0OTggNC4wMTAzMkM1NC42NDM5IDQuMjkyNCA1NC42Nzc5IDQuNTkwOTggNTQuNjQ5NiA0Ljg4NjkyQzU0LjY3ODQgNS4xODMxNSA1NC42NDQ5IDUuNDgyMTQgNTQuNTUxIDUuNzY0NjZDNTQuNDU3MSA2LjA0NzE4IDU0LjMwNSA2LjMwNyA1NC4xMDQ0IDYuNTI3NEM1My45MDM4IDYuNzQ3ODEgNTMuNjU5MiA2LjkyMzk0IDUzLjM4NjMgNy4wNDQ0N0M1My4xMTM0IDcuMTY1IDUyLjgxODMgNy4yMjcyNiA1Mi41MTk4IDcuMjI3MjZDNTIuMjIxMyA3LjIyNzI2IDUxLjkyNjIgNy4xNjUgNTEuNjUzMyA3LjA0NDQ3QzUxLjM4MDQgNi45MjM5NCA1MS4xMzU4IDYuNzQ3ODEgNTAuOTM1MiA2LjUyNzRDNTAuNzM0NiA2LjMwNyA1MC41ODI1IDYuMDQ3MTggNTAuNDg4NiA1Ljc2NDY2QzUwLjM5NDggNS40ODIxNCA1MC4zNjEyIDUuMTgzMTUgNTAuMzkwMSA0Ljg4NjkyWk01My43MzI0IDQuODg2OTJDNTMuNzMyNCAzLjkxMDg1IDUzLjI5MjcgMy4zNDAwNSA1Mi41MjEgMy4zNDAwNUM1MS43NDY0IDMuMzQwMDUgNTEuMzEwNiAzLjkxMDg1IDUxLjMxMDYgNC44ODY5M0M1MS4zMTA2IDUuODcwODIgNTEuNzQ2NCA2LjQzNzIyIDUyLjUyMSA2LjQzNzIyQzUzLjI5MjcgNi40MzcyMSA1My43MzI0IDUuODY2OSA1My43MzI0IDQuODg2OTJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTcuMjY3MiA0LjUyMjY2QzU2LjE5MjkgNC41ODkwNyA1NS41ODc3IDUuMDU2MzUgNTUuNTg3NyA1Ljg2NjlDNTUuNTg4NSA2LjA1Njk1IDU1LjYyOTIgNi4yNDQ3NCA1NS43MDcxIDYuNDE4MTVDNTUuNzg1MSA2LjU5MTU3IDU1Ljg5ODcgNi43NDY3NiA1Ni4wNDA1IDYuODczNzNDNTYuMTgyMyA3LjAwMDcgNTYuMzQ5MiA3LjA5NjYzIDU2LjUzMDUgNy4xNTUzMkM1Ni43MTE4IDcuMjE0MDIgNTYuOTAzNCA3LjIzNDE5IDU3LjA5MjkgNy4yMTQ1M0M1Ny4zNjE1IDcuMjI2OTEgNTcuNjI4NiA3LjE2Nzk5IDU3Ljg2NjkgNy4wNDM3OEM1OC4xMDUyIDYuOTE5NTcgNTguMzA2MSA2LjczNDUyIDU4LjQ0OTMgNi41MDc1M0g1OC41MTk4VjcuMTQwMzRINTkuMzc3NlY0LjA2MzY4QzU5LjM3NzYgMy4xMTI1IDU4LjczOTEgMi41NTA1IDU3LjYwNzEgMi41NTA1QzU2LjU4MjcgMi41NTA1IDU1Ljg1MzEgMy4wNDY1OSA1NS43NjIgMy44MjAwM0g1Ni42MjQ4QzU2LjcyMzcgMy41MDE2NyA1Ny4wNjg0IDMuMzE5NTQgNTcuNTY1OSAzLjMxOTU0QzU4LjE3NTEgMy4zMTk1NCA1OC40OTA0IDMuNTg4MDkgNTguNDkwNCA0LjA2MzY4VjQuNDUyMzVMNTcuMjY3MiA0LjUyMjY2Wk01OC40OTA0IDUuMTA1NjdWNS40ODIxM0M1OC40ODA3IDUuNjI0MTcgNTguNDQyNSA1Ljc2MjgzIDU4LjM3ODEgNS44ODk4NUM1OC4zMTM2IDYuMDE2ODcgNTguMjI0MSA2LjEyOTY1IDU4LjExNSA2LjIyMTQ5QzU4LjAwNTkgNi4zMTMzMyA1Ny44Nzk0IDYuMzgyMzUgNTcuNzQzIDYuNDI0NDRDNTcuNjA2NyA2LjQ2NjUzIDU3LjQ2MzIgNi40ODA4NCA1Ny4zMjExIDYuNDY2NUM1Ni44MzYzIDYuNDY2NSA1Ni40ODM4IDYuMjMwNjYgNTYuNDgzOCA1LjgyNTM5QzU2LjQ4MzggNS40Mjg0MiA1Ni43NjU4IDUuMjE3NDggNTcuMzg3NyA1LjE3NTk4TDU4LjQ5MDQgNS4xMDU2N1oiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MC41NDg5IDQuODg2OTJDNjAuNTQ4OSAzLjQ2NDA3IDYxLjI4MjQgMi41NjI3IDYyLjQyMzMgMi41NjI3QzYyLjcwNTUgMi41NDk3MyA2Mi45ODU2IDIuNjE3MTMgNjMuMjMwOCAyLjc1NzAzQzYzLjQ3NiAyLjg5NjkyIDYzLjY3NjIgMy4xMDM1MyA2My44MDggMy4zNTI3SDYzLjg3NDZWMC44Nzk1NzhINjQuNzY1OFY3LjE0MDMySDYzLjkxMThWNi40Mjg4OUg2My44NDEzQzYzLjY5OTMgNi42NzYzOCA2My40OTIxIDYuODgwNDEgNjMuMjQyMiA3LjAxODlDNjIuOTkyMiA3LjE1NzM4IDYyLjcwOSA3LjIyNTAzIDYyLjQyMzMgNy4yMTQ1M0M2MS4yNzQ2IDcuMjE0NTggNjAuNTQ4OSA2LjMxMzE5IDYwLjU0ODkgNC44ODY5MlpNNjEuNDY5NSA0Ljg4NjkyQzYxLjQ2OTUgNS44NDIgNjEuOTIwOSA2LjQxNjcxIDYyLjY3NiA2LjQxNjcxQzYzLjQyNzEgNi40MTY3MSA2My44OTEzIDUuODMzNzEgNjMuODkxMyA0Ljg5MDgzQzYzLjg5MTMgMy45NTIzNSA2My40MjIyIDMuMzYxMDQgNjIuNjc2IDMuMzYxMDRDNjEuOTI1OCAzLjM2MTA0IDYxLjQ2OTUgMy45Mzk2NSA2MS40Njk1IDQuODg2OTJaIiBmaWxsPSIjMzEzNjM4Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNjguNTUyNSA0LjAxMDM2QzY4LjQ1ODQgNC4yOTI0MyA2OC40MjQ1IDQuNTkxIDY4LjQ1MjggNC44ODY5MkM2OC40MjM5IDUuMTgzMTQgNjguNDU3NSA1LjQ4MjEyIDY4LjU1MTMgNS43NjQ2NUM2OC42NDUyIDYuMDQ3MTcgNjguNzk3MyA2LjMwNjk5IDY4Ljk5NzggNi41Mjc0QzY5LjE5ODQgNi43NDc4MiA2OS40NDI5IDYuOTIzOTUgNjkuNzE1OCA3LjA0NDQ5QzY5Ljk4ODcgNy4xNjUwMiA3MC4yODM5IDcuMjI3MjkgNzAuNTgyMyA3LjIyNzI5QzcwLjg4MDggNy4yMjcyOSA3MS4xNzYgNy4xNjUwMiA3MS40NDg4IDcuMDQ0NDlDNzEuNzIxNyA2LjkyMzk1IDcxLjk2NjMgNi43NDc4MiA3Mi4xNjY5IDYuNTI3NEM3Mi4zNjc0IDYuMzA2OTkgNzIuNTE5NSA2LjA0NzE3IDcyLjYxMzQgNS43NjQ2NUM3Mi43MDcyIDUuNDgyMTIgNzIuNzQwOCA1LjE4MzE0IDcyLjcxMTggNC44ODY5MkM3Mi43NDAyIDQuNTkxIDcyLjcwNjMgNC4yOTI0MyA3Mi42MTIyIDQuMDEwMzZDNzIuNTE4MSAzLjcyODI5IDcyLjM2NTkgMy40Njg5NSA3Mi4xNjU0IDMuMjQ4OTdDNzEuOTY0OSAzLjAyODk5IDcxLjcyMDUgMi44NTMyMiA3MS40NDc5IDIuNzMyOTRDNzEuMTc1MyAyLjYxMjY3IDcwLjg4MDQgMi41NTA1NCA3MC41ODIzIDIuNTUwNTRDNzAuMjg0MiAyLjU1MDU0IDY5Ljk4OTQgMi42MTI2NyA2OS43MTY4IDIuNzMyOTRDNjkuNDQ0MiAyLjg1MzIyIDY5LjE5OTggMy4wMjg5OSA2OC45OTkzIDMuMjQ4OTdDNjguNzk4OCAzLjQ2ODk1IDY4LjY0NjYgMy43MjgyOSA2OC41NTI1IDQuMDEwMzZaTTcwLjU4MzggMy4zNDAwNUM3MS4zNTU1IDMuMzQwMDUgNzEuNzk1MiAzLjkxMDg1IDcxLjc5NTIgNC44ODY5MkM3MS43OTUyIDUuODY2OSA3MS4zNTU1IDYuNDM3MjEgNzAuNTgzOCA2LjQzNzIyQzY5LjgwOTIgNi40MzcyMiA2OS4zNzM0IDUuODcwODIgNjkuMzczNCA0Ljg4NjkzQzY5LjM3MzQgMy45MTA4NSA2OS44MDkyIDMuMzQwMDUgNzAuNTgzOCAzLjM0MDA1WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBkPSJNNzMuOTA3NiAyLjYzNzRINzQuNzY1NFYzLjM1MjczSDc0LjgzMkM3NC45NDUgMy4wOTU4MSA3NS4xMzU1IDIuODgwNDMgNzUuMzc3MSAyLjczNjYzQzc1LjYxODYgMi41OTI4MiA3NS44OTkyIDIuNTI3NzUgNzYuMTc5NiAyLjU1MDQ4Qzc2LjM5OTMgMi41MzQgNzYuNjE5OSAyLjU2NzA0IDc2LjgyNTEgMi42NDcxNEM3Ny4wMzAyIDIuNzI3MjMgNzcuMjE0NyAyLjg1MjM0IDc3LjM2NDggMy4wMTMxOEM3Ny41MTQ5IDMuMTc0MDIgNzcuNjI2OCAzLjM2NjQ4IDc3LjY5MjIgMy41NzYzQzc3Ljc1NzYgMy43ODYxMiA3Ny43NzQ4IDQuMDA3OTMgNzcuNzQyNSA0LjIyNTI4VjcuMTQwMjhINzYuODUxNFY0LjQ0ODQ0Qzc2Ljg1MTQgMy43MjQ4MSA3Ni41MzYgMy4zNjQ5NCA3NS44NzcgMy4zNjQ5NEM3NS43Mjc4IDMuMzU4MDEgNzUuNTc4OSAzLjM4MzMzIDc1LjQ0MDQgMy40MzkxNkM3NS4zMDIgMy40OTQ5OSA3NS4xNzczIDMuNTgwMDEgNzUuMDc0OSAzLjY4ODM5Qzc0Ljk3MjUgMy43OTY3OCA3NC44OTQ4IDMuOTI1OTYgNzQuODQ3MSA0LjA2NzFDNzQuNzk5NCA0LjIwODIzIDc0Ljc4MjkgNC4zNTc5NiA3NC43OTg3IDQuNTA2MDVWNy4xNDAzM0g3My45MDc2VjIuNjM3NFoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTgyLjc3ODEgMi42NTc5MVYxLjUxNjMxSDgxLjg4NlYyLjY1Nzg3SDgxLjE2OTFWMy40MDY0MUg4MS44ODZWNS45NDk0MUM4MS44ODYgNi44MTc1NyA4Mi4yODA2IDcuMTY1MjMgODMuMjcxNyA3LjE2NTIzQzgzLjQzNDIgNy4xNjM1NiA4My41OTY0IDcuMTQ4MzcgODMuNzU2NCA3LjExOTgyVjYuMzc5NTlDODMuNjQzNyA2LjM5Mjg5IDgzLjUzMDIgNi4zOTk3MyA4My40MTY2IDYuNDAwMUM4Mi45NzMgNi40MDAxIDgyLjc3ODEgNi4xOTM1NiA4Mi43NzgxIDUuNzIxODhWMy40MDY0NUg4My43NTY0VjIuNjU3OTFIODIuNzc4MVoiIGZpbGw9IiMzMTM2MzgiLz4KPHBhdGggZD0iTTg0Ljk3MzcgMC44Nzk1NzhIODUuODU3VjMuMzYxMDNIODUuOTI3NUM4Ni4wNDYgMy4xMDE3MSA4Ni4yNDE4IDIuODg1MTIgODYuNDg4MiAyLjc0MDc3Qzg2LjczNDYgMi41OTY0MiA4Ny4wMTk2IDIuNTMxMzQgODcuMzA0NCAyLjU1NDM5Qzg3LjUyMyAyLjU0MjUzIDg3Ljc0MTUgMi41Nzg5MiA4Ny45NDQzIDIuNjYwOTZDODguMTQ3MiAyLjc0MyA4OC4zMjk0IDIuODY4NjcgODguNDc3OSAzLjAyOTAxQzg4LjYyNjQgMy4xODkzNSA4OC43Mzc3IDMuMzgwNCA4OC44MDM2IDMuNTg4NTRDODguODY5NiAzLjc5NjY3IDg4Ljg4ODcgNC4wMTY3NiA4OC44NTk1IDQuMjMzMVY3LjE0MDMzSDg3Ljk2NzVWNC40NTIzM0M4Ny45Njc1IDMuNzMzMDkgODcuNjMxNSAzLjM2ODgzIDg3LjAwMTkgMy4zNjg4M0M4Ni44NDg3IDMuMzU2MyA4Ni42OTQ3IDMuMzc3MyA4Ni41NTA1IDMuNDMwMzVDODYuNDA2MyAzLjQ4MzQxIDg2LjI3NTUgMy41NjcyMyA4Ni4xNjcyIDMuNjc1OTdDODYuMDU4OSAzLjc4NDcxIDg1Ljk3NTcgMy45MTU3MyA4NS45MjM1IDQuMDU5ODdDODUuODcxMyA0LjIwNCA4NS44NTEzIDQuMzU3NzggODUuODY0OSA0LjUxMDQzVjcuMTQwMzFIODQuOTczN0w4NC45NzM3IDAuODc5NTc4WiIgZmlsbD0iIzMxMzYzOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkzLjMxNDcgNi45MzAxOEM5My42NzI0IDYuNjkyMDMgOTMuOTM0NyA2LjMzNjA1IDk0LjA1NTggNS45MjQ1MUw5My4xOTc5IDUuOTI0NDhDOTMuMDkzMyA2LjExMTQ2IDkyLjkzNTMgNi4yNjMyMSA5Mi43NDQgNi4zNjA0MUM5Mi41NTI3IDYuNDU3NjIgOTIuMzM2OCA2LjQ5NTkgOTIuMTIzNiA2LjQ3MDM4QzkxLjk1NzMgNi40NzIyMiA5MS43OTI1IDYuNDM5MzkgOTEuNjM5NyA2LjM3Mzk5QzkxLjQ4NjggNi4zMDg1OSA5MS4zNDk0IDYuMjEyMDcgOTEuMjM2MiA2LjA5MDYyQzkxLjEyMyA1Ljk2OTE2IDkxLjAzNjQgNS44MjU0NSA5MC45ODIyIDUuNjY4N0M5MC45Mjc5IDUuNTExOTUgOTAuOTA3MSA1LjM0NTYyIDkwLjkyMSA1LjE4MDM4VjUuMTMwNThIOTQuMTA5NlY0LjgyMDQ5Qzk0LjEwOTYgMy40MDY0OSA5My4zNTE3IDIuNTUwNDkgOTIuMDk1MiAyLjU1MDQ5QzkxLjc5NjkgMi41NDc5NSA5MS41MDE0IDIuNjA5MzYgOTEuMjI5IDIuNzMwNTdDOTAuOTU2NSAyLjg1MTc4IDkwLjcxMzMgMy4wMjk5NSA5MC41MTU5IDMuMjUzMDJDOTAuMzE4NSAzLjQ3NjEgOTAuMTcxNCAzLjczODg3IDkwLjA4NDcgNC4wMjM1NEM4OS45OTggNC4zMDgyMSA4OS45NzM2IDQuNjA4MTQgOTAuMDEzMiA0LjkwMzAzQzg5Ljk3MjUgNS4xOTcwMSA4OS45OTY1IDUuNDk2MjkgOTAuMDgzNCA1Ljc4MDEyQzkwLjE3MDMgNi4wNjM5NCA5MC4zMTgyIDYuMzI1NSA5MC41MTY2IDYuNTQ2NjNDOTAuNzE1MSA2Ljc2Nzc3IDkwLjk1OTQgNi45NDMxOSA5MS4yMzI3IDcuMDYwNzJDOTEuNTA2IDcuMTc4MjUgOTEuODAxNiA3LjIzNTA3IDkyLjA5OTEgNy4yMjcyNEM5Mi41MjY3IDcuMjczNDggOTIuOTU3IDcuMTY4MzMgOTMuMzE0NyA2LjkzMDE4Wk05My4yMDE4IDQuNDczMzRIOTAuOTIxQzkwLjkxOSA0LjMxOTY0IDkwLjk0NzkgNC4xNjcxIDkxLjAwNTkgNC4wMjQ3QzkxLjA2NCAzLjg4MjMxIDkxLjE1IDMuNzUyOTQgOTEuMjU5IDMuNjQ0MjNDOTEuMzY4IDMuNTM1NTEgOTEuNDk3NyAzLjQ0OTY1IDkxLjY0MDQgMy4zOTE3MUM5MS43ODMyIDMuMzMzNzYgOTEuOTM2MiAzLjMwNDkxIDkyLjA5MDMgMy4zMDY4NEM5Mi4yNDIyIDMuMzAzMzYgOTIuMzkzMiAzLjMzMTYyIDkyLjUzMzUgMy4zODk4QzkyLjY3MzggMy40NDc5NyA5Mi44MDA0IDMuNTM0NzggOTIuOTA1MSAzLjY0NDY0QzkzLjAwOTggMy43NTQ0OSA5My4wOTAyIDMuODg0OTcgOTMuMTQxMyA0LjAyNzY5QzkzLjE5MjQgNC4xNzA0MSA5My4yMTMgNC4zMjIyMSA5My4yMDE4IDQuNDczMzRaIiBmaWxsPSIjMzEzNjM4Ii8+Cjwvc3ZnPgo=")}.xps-btnv2.btn-appStore.sg-dark-theme .btn-app-store-img,.sg-dark-theme .xps-btnv2.btn-appStore .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.sg-dark-theme.hw-button .btn-app-store-img,.sg-dark-theme .hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .sg-dark-theme .btn-appStore.hw-button .btn-app-store-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMTAxIDI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTIuNTgyMyA0LjM3Nzg1QzEzLjQyODYgMy4zNjQ3NyAxMy44NDU1IDIuMDYyNjMgMTMuNzQ0NSAwLjc0Nzk1NUMxMi40NTE2IDAuODgzMzcgMTEuMjU3MyAxLjQ5OTU3IDEwLjM5OTYgMi40NzM3N0M5Ljk4MDI2IDIuOTQ5NyA5LjY1OTA4IDMuNTAzMzggOS40NTQ0MyA0LjEwMzE2QzkuMjQ5NzggNC43MDI5NCA5LjE2NTY4IDUuMzM3MDYgOS4yMDY5NCA1Ljk2OTI4QzkuODUzNjMgNS45NzU5MSAxMC40OTM0IDUuODM2MTQgMTEuMDc4MSA1LjU2MDQ4QzExLjY2MjcgNS4yODQ4MSAxMi4xNzcgNC44ODA0NSAxMi41ODIzIDQuMzc3ODVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTUuNDMwOSAxMi43OTA0QzE1LjQ0MjEgMTEuOTIyNCAxNS42NzMzIDExLjA3MTQgMTYuMTAyOSAxMC4zMTY1QzE2LjUzMjYgOS41NjE1NiAxNy4xNDY4IDguOTI3MjkgMTcuODg4MyA4LjQ3MjY4QzE3LjQxNzIgNy44MDE3OCAxNi43OTU4IDcuMjQ5NjUgMTYuMDczMyA2Ljg2MDE2QzE1LjM1MDggNi40NzA2NiAxNC41NDcyIDYuMjU0NTMgMTMuNzI2MyA2LjIyODkyQzEyLjY1NTEgNi4xMTY3OSAxMS42MDQgNi41MzI4IDEwLjc0NDkgNi44NzI4QzEwLjE5OTYgNy4wODg2MyA5LjczMTY0IDcuMjczODQgOS4zODUxMiA3LjI3Mzg0QzguOTkwOTMgNy4yNzM4NCA4LjUwOTU2IDcuMDgxMDIgNy45NzAxOCA2Ljg2NDk4QzcuMjY0OSA2LjU4MjQ4IDYuNDYwNDYgNi4yNjAyNyA1LjYyMjEyIDYuMjc3NDZDNC42NjUxNSA2LjMwODMgMy43MzI1MSA2LjU4NTggMi45MTUwNyA3LjA4MjkzQzIuMDk3NjQgNy41ODAwNiAxLjQyMzI3IDguMjc5ODcgMC45NTc2ODggOS4xMTQxN0MtMS4wNTkwNyAxMi41OTYyIDAuNDQ1MjU0IDE3LjcxMzYgMi4zNzcxNyAyMC41MjgyQzMuMzQzNzYgMjEuOTA2NCA0LjQ3MzQxIDIzLjQ0NTkgNS45NTE1NiAyMy4zOTEzQzYuNjIyMDkgMjMuMzYzNiA3LjA5Nzg3IDIzLjE2MzkgNy41ODkzIDIyLjk1NzdDOC4xNTc5OCAyMi43MTkgOC43NDc2MSAyMi40NzE1IDkuNjg0MjEgMjIuNDcxNUMxMC41NjczIDIyLjQ3MTUgMTEuMTMxNyAyMi43MTEzIDExLjY3MzMgMjIuOTQxNEMxMi4xOTI1IDIzLjE2MTkgMTIuNjkwOCAyMy4zNzM2IDEzLjQyOSAyMy4zNTY2QzE0Ljk4MTEgMjMuMzMxNSAxNS45NTkgMjEuOTcyMyAxNi44OTE3IDIwLjU4MUMxNy41ODYxIDE5LjU5ODkgMTguMTIwNiAxOC41MTM2IDE4LjQ3NTEgMTcuMzY1MUMxNy41NzM0IDE2Ljk4NDggMTYuODAzOCAxNi4zNDgyIDE2LjI2MjUgMTUuNTM0NkMxNS43MjExIDE0LjcyMTEgMTUuNDMxOSAxMy43NjY3IDE1LjQzMDkgMTIuNzkwNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjguMDM3OCAyMC4wNDA3SDMyLjc4NDVMMzMuOTIzNCAyMy4zOTcxSDM1Ljk2ODJMMzEuNDcyMiAxMC45NzkxSDI5LjM4MzRMMjQuODg3NCAyMy4zOTcxSDI2Ljg5NzlMMjguMDM3OCAyMC4wNDA3Wk0zMi4yOTIgMTguNDkxOEgyOC41Mjk0TDMwLjM4NTIgMTMuMDQ0NkgzMC40MzcxTDMyLjI5MiAxOC40OTE4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS42NzggMTguODcwOEM0NS42NzggMjEuNjg0MiA0NC4xNjc5IDIzLjQ5MTggNDEuODg5MSAyMy40OTE4QzQxLjMxMTggMjMuNTIyIDQwLjczNzcgMjMuMzg5NCA0MC4yMzI1IDIzLjEwOTJDMzkuNzI3MyAyMi44MjkxIDM5LjMxMTQgMjIuNDEyNyAzOS4wMzI1IDIxLjkwNzhIMzguOTg5M1YyNi4zOTIySDM3LjEyNTdWMTQuMzQzNEgzOC45Mjk2VjE1Ljg0OTNIMzguOTYzOUMzOS4yNTU2IDE1LjM0NjggMzkuNjc4NiAxNC45MzI2IDQwLjE4NzYgMTQuNjUwOEM0MC42OTY3IDE0LjM2ODkgNDEuMjcyOCAxNC4yMyA0MS44NTQ4IDE0LjI0ODdDNDQuMTU5MSAxNC4yNDg3IDQ1LjY3OCAxNi4wNjUxIDQ1LjY3OCAxOC44NzA4Wk00My43NjI1IDE4Ljg3MDhDNDMuNzYyNSAxNy4wMzc4IDQyLjgxMjYgMTUuODMyNyA0MS4zNjMyIDE1LjgzMjdDMzkuOTM5MyAxNS44MzI3IDM4Ljk4MTUgMTcuMDYzMSAzOC45ODE1IDE4Ljg3MDhDMzguOTgxNSAyMC42OTUgMzkuOTM5MyAyMS45MTY3IDQxLjM2MzIgMjEuOTE2N0M0Mi44MTI2IDIxLjkxNjcgNDMuNzYyNSAyMC43MjA0IDQzLjc2MjUgMTguODcwOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTEuODgxOSAyMy40OTE4QzU0LjE2MDcgMjMuNDkxOCA1NS42NzEzIDIxLjY4NDIgNTUuNjcxMyAxOC44NzA4QzU1LjY3MTMgMTYuMDY1MSA1NC4xNTE5IDE0LjI0ODcgNTEuODQ3NiAxNC4yNDg3QzUxLjI2NTYgMTQuMjMgNTAuNjg5NSAxNC4zNjg5IDUwLjE4MDQgMTQuNjUwOEM0OS42NzE0IDE0LjkzMjYgNDkuMjQ4NSAxNS4zNDY4IDQ4Ljk1NjcgMTUuODQ5M0g0OC45MjI0VjE0LjM0MzRINDcuMTE4NVYyNi4zOTIySDQ4Ljk4MjJWMjEuOTA3OEg0OS4wMjUzQzQ5LjMwNDIgMjIuNDEyNyA0OS43MjAxIDIyLjgyOTEgNTAuMjI1MyAyMy4xMDkyQzUwLjczMDUgMjMuMzg5NCA1MS4zMDQ2IDIzLjUyMiA1MS44ODE5IDIzLjQ5MThaTTUxLjM1NiAxNS44MzI3QzUyLjgwNTQgMTUuODMyNyA1My43NTUzIDE3LjAzNzggNTMuNzU1MyAxOC44NzA4QzUzLjc1NTMgMjAuNzIwNCA1Mi44MDU0IDIxLjkxNjcgNTEuMzU2IDIxLjkxNjdDNDkuOTMyMSAyMS45MTY3IDQ4Ljk3NDMgMjAuNjk1IDQ4Ljk3NDMgMTguODcwOEM0OC45NzQzIDE3LjA2MzEgNDkuOTMyMSAxNS44MzI3IDUxLjM1NiAxNS44MzI3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYyLjI3NDggMTkuOTM3MkM2Mi40MTI4IDIxLjE2ODYgNjMuNjEyNSAyMS45NzcyIDY1LjI1MTggMjEuOTc3MkM2Ni44MjI2IDIxLjk3NzIgNjcuOTUyOCAyMS4xNjg2IDY3Ljk1MjggMjAuMDU4MkM2Ny45NTI4IDE5LjA5NDMgNjcuMjcxMiAxOC41MTcyIDY1LjY1NzMgMTguMTIxN0w2NC4wNDM0IDE3LjczNEM2MS43NTY3IDE3LjE4MzIgNjAuNjk1MiAxNi4xMTY4IDYwLjY5NTIgMTQuMzg2M0M2MC42OTUyIDEyLjI0MzcgNjIuNTY3NiAxMC43NzIxIDY1LjIyNTQgMTAuNzcyMUM2Ny44NTc4IDEwLjc3MjEgNjkuNjYxNyAxMi4yNDM3IDY5LjcyMjQgMTQuMzg2M0g2Ny44NDExQzY3LjcyODUgMTMuMTQ3MSA2Ni43MDEyIDEyLjM5OSA2NS4xOTk5IDEyLjM5OUM2My42OTg3IDEyLjM5OSA2Mi42NzE0IDEzLjE1NTkgNjIuNjcxNCAxNC4yNTc0QzYyLjY3MTQgMTUuMTM1NCA2My4zMjc1IDE1LjY1MiA2NC45MzI2IDE2LjA0NzRMNjYuMzA0NiAxNi4zODM0QzY4Ljg1OTYgMTYuOTg1OSA2OS45MjAyIDE4LjAwOTQgNjkuOTIwMiAxOS44MjU3QzY5LjkyMDIgMjIuMTQ5IDY4LjA2NTQgMjMuNjA0MSA2NS4xMTM3IDIzLjYwNDFDNjIuMzUyMSAyMy42MDQxIDYwLjQ4NzUgMjIuMTgzMiA2MC4zNjcgMTkuOTM3MUw2Mi4yNzQ4IDE5LjkzNzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzMuOTQ0MiAxNC4zNDM0VjEyLjIwMDhINzIuMDcxN1YxNC4zNDM0SDcwLjc1MTZWMTUuODE1MUg3Mi4wNzE3VjIxLjAwNDVDNzIuMDcxNyAyMi43NjA0IDcyLjc4ODYgMjMuNDQ4OCA3NC42MjY3IDIzLjQ0ODhDNzQuOTczOCAyMy40NTUzIDc1LjMyMDYgMjMuNDI2NSA3NS42NjE4IDIzLjM2MjlWMjEuOUM3NS40NTg0IDIxLjkyNTEgNzUuMjUzOCAyMS45Mzk1IDc1LjA0ODggMjEuOTQzQzc0LjI4OTggMjEuOTQzIDczLjk0NDIgMjEuNTgxNyA3My45NDQyIDIwLjgwNjNWMTUuODE1MUg3NS42NzA3VjE0LjM0MzRINzMuOTQ0MloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzYuNjY5NiAxOC44NzA4Qzc2LjY2OTYgMTYuMDIyMSA3OC4zNTIgMTQuMjMyMSA4MC45NzU2IDE0LjIzMjFDODMuNjA3OSAxNC4yMzIxIDg1LjI4MjUgMTYuMDIyMSA4NS4yODI1IDE4Ljg3MDhDODUuMjgyNSAyMS43MjcyIDgzLjYxNjggMjMuNTA5NCA4MC45NzU2IDIzLjUwOTRDNzguMzM1NCAyMy41MDk0IDc2LjY2OTYgMjEuNzI3MiA3Ni42Njk2IDE4Ljg3MDhaTTgzLjM4MzcgMTguODcwOEM4My4zODM3IDE2LjkxNjcgODIuNDg1NiAxNS43NjMzIDgwLjk3NTYgMTUuNzYzM0M3OS40NjU1IDE1Ljc2MzMgNzguNTY3NSAxNi45MjU0IDc4LjU2NzUgMTguODcwOEM3OC41Njc1IDIwLjgzMjcgNzkuNDY1NSAyMS45NzcyIDgwLjk3NTYgMjEuOTc3MkM4Mi40ODU2IDIxLjk3NzIgODMuMzgzNyAyMC44MzI3IDgzLjM4MzcgMTguODcwOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04OC41OTY1IDE0LjM0MzRIODYuODE5MUw4Ni44MTkgMjMuMzk3MUg4OC42ODI3VjE4LjAyN0M4OC42NTIgMTcuNzU4NSA4OC42OCAxNy40ODY2IDg4Ljc2NDYgMTcuMjI5OUM4OC44NDkzIDE2Ljk3MzMgODguOTg4NyAxNi43Mzc5IDg5LjE3MzIgMTYuNTRDODkuMzU3NyAxNi4zNDIxIDg5LjU4MjkgMTYuMTg2NCA4OS44MzM0IDE2LjA4MzVDOTAuMDg0IDE1Ljk4MDYgOTAuMzUzOSAxNS45MzMgOTAuNjI0NiAxNS45NDRDOTAuOTA4IDE1LjkzNTcgOTEuMTkwOCAxNS45NzM3IDkxLjQ2MiAxNi4wNTYzVjE0LjMxOEM5MS4yNTI0IDE0LjI3MTIgOTEuMDM4MiAxNC4yNDc5IDkwLjgyMzUgMTQuMjQ4N0M5MC4zMjY0IDE0LjIyOTcgODkuODM4IDE0LjM4MiA4OS40NDAzIDE0LjY3OTlDODkuMDQyNiAxNC45Nzc4IDg4Ljc1OTkgMTUuNDAzMSA4OC42Mzk2IDE1Ljg4NDRIODguNTk2NVYxNC4zNDM0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDAuMDU0IDIwLjczNzlDOTkuODAzNyAyMi4zODE1IDk4LjE5ODYgMjMuNTA5NCA5Ni4xNDUgMjMuNTA5NEM5My41MDM4IDIzLjUwOTQgOTEuODY0NCAyMS43NDQ4IDkxLjg2NDQgMTguOTEzN0M5MS44NjQ0IDE2LjA3MzkgOTMuNTEyNiAxNC4yMzIxIDk2LjA2NjYgMTQuMjMyMUM5OC41Nzg1IDE0LjIzMjEgMTAwLjE1OCAxNS45NTI4IDEwMC4xNTggMTguNjk3OVYxOS4zMzQ2SDkzLjc0NTdWMTkuNDQ2OUM5My43MTYxIDE5Ljc4MDEgOTMuNzU3OSAyMC4xMTU4IDkzLjg2ODQgMjAuNDMxNkM5My45Nzg5IDIwLjc0NzUgOTQuMTU1NSAyMS4wMzYyIDk0LjM4NjUgMjEuMjc4OEM5NC42MTc1IDIxLjUyMTMgOTQuODk3NiAyMS43MTIxIDk1LjIwODIgMjEuODM4NEM5NS41MTg4IDIxLjk2NDcgOTUuODUyOSAyMi4wMjM3IDk2LjE4ODEgMjIuMDExNEM5Ni42Mjg1IDIyLjA1MjUgOTcuMDcwNCAyMS45NTA4IDk3LjQ0ODIgMjEuNzIxNEM5Ny44MjU5IDIxLjQ5MTkgOTguMTE5NCAyMS4xNDcgOTguMjg0OCAyMC43Mzc5TDEwMC4wNTQgMjAuNzM3OVpNOTMuNzU0NSAxOC4wMzU4SDk4LjI5MzZDOTguMzEwMyAxNy43MzYyIDk4LjI2NDcgMTcuNDM2NCA5OC4xNTk4IDE3LjE1NTJDOTguMDU0OCAxNi44NzQgOTcuODkyNyAxNi42MTc0IDk3LjY4MzYgMTYuNDAxN0M5Ny40NzQ1IDE2LjE4NTkgOTcuMjIyOSAxNi4wMTU2IDk2Ljk0NDYgMTUuOTAxM0M5Ni42NjY0IDE1Ljc4NzEgOTYuMzY3NSAxNS43MzE1IDk2LjA2NjYgMTUuNzM3OUM5NS43NjMxIDE1LjczNjEgOTUuNDYyMyAxNS43OTQzIDk1LjE4MTUgMTUuOTA5Qzk0LjkwMDcgMTYuMDIzOCA5NC42NDU0IDE2LjE5MjggOTQuNDMwNCAxNi40MDY1Qzk0LjIxNTUgMTYuNjIwMSA5NC4wNDUxIDE2Ljg3NDEgOTMuOTI5MSAxNy4xNTM3QzkzLjgxMyAxNy40MzM0IDkzLjc1MzcgMTcuNzMzMiA5My43NTQ1IDE4LjAzNThaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI4LjA4MDcgMS45MTYwMUMyNy43MTU2IDEuNzc0NTggMjcuMzIzNSAxLjcxNTcyIDI2LjkzMjggMS43NDM2OEgyNC43NzE1VjcuNzEwNTJIMjYuOTMyOEMyOC43MTUxIDcuNzEwNTIgMjkuNzQ4MyA2LjYxNDc3IDI5Ljc0ODMgNC43MDg1MkMyOS43OTc2IDQuMzIxIDI5Ljc2IDMuOTI3NDEgMjkuNjM4MiAzLjU1NjE0QzI5LjUxNjUgMy4xODQ4NyAyOS4zMTM2IDIuODQ1MTcgMjkuMDQ0MyAyLjU2MTU1QzI4Ljc3NSAyLjI3NzkyIDI4LjQ0NTggMi4wNTc0NCAyOC4wODA3IDEuOTE2MDFaTTI2LjgyOSA2Ljg2NjY4SDI1LjcwMDhWMi41ODY4OUgyNi44MjlDMjcuMTA2OCAyLjU3MTUxIDI3LjM4NDUgMi42MTc2IDI3LjY0MjMgMi43MjE4M0MyNy45MDAxIDIuODI2MDcgMjguMTMxNiAyLjk4NTg4IDI4LjMyMDIgMy4xODk4MUMyOC41MDg4IDMuMzkzNzQgMjguNjQ5OCAzLjYzNjc0IDI4LjczMzEgMy45MDE0MUMyOC44MTY1IDQuMTY2MDcgMjguODQwMSA0LjQ0NTg0IDI4LjgwMjMgNC43MjA2OEMyOC44NDMxIDQuOTk2NiAyOC44MjE2IDUuMjc4MTIgMjguNzM5NSA1LjU0NDczQzI4LjY1NzQgNS44MTEzNSAyOC41MTY4IDYuMDU2MzYgMjguMzI3NyA2LjI2MTkzQzI4LjEzODcgNi40Njc0OSAyNy45MDYxIDYuNjI4NDQgMjcuNjQ2OCA2LjczMzA2QzI3LjM4NzYgNi44Mzc2NyAyNy4xMDgyIDYuODgzMzIgMjYuODI5IDYuODY2NjhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMwLjc5ODEgNS40NTcwMkMzMC43Njk3IDUuMTYxMSAzMC44MDM3IDQuODYyNTMgMzAuODk3OCA0LjU4MDQ2QzMwLjk5MTkgNC4yOTgzOSAzMS4xNDQxIDQuMDM5MDUgMzEuMzQ0NiAzLjgxOTA3QzMxLjU0NTEgMy41OTkwOSAzMS43ODk1IDMuNDIzMzIgMzIuMDYyMSAzLjMwMzA0QzMyLjMzNDcgMy4xODI3NyAzMi42Mjk1IDMuMTIwNjQgMzIuOTI3NiAzLjEyMDY0QzMzLjIyNTcgMy4xMjA2NCAzMy41MjA1IDMuMTgyNzcgMzMuNzkzMSAzLjMwMzA0QzM0LjA2NTggMy40MjMzMiAzNC4zMTAyIDMuNTk5MDkgMzQuNTEwNyAzLjgxOTA3QzM0LjcxMTIgNC4wMzkwNSAzNC44NjMzIDQuMjk4MzkgMzQuOTU3NSA0LjU4MDQ2QzM1LjA1MTYgNC44NjI1MyAzNS4wODU1IDUuMTYxMSAzNS4wNTcxIDUuNDU3MDJDMzUuMDg2IDUuNzUzMjQgMzUuMDUyNSA2LjA1MjIyIDM0Ljk1ODYgNi4zMzQ3NEMzNC44NjQ4IDYuNjE3MjcgMzQuNzEyNyA2Ljg3NzA5IDM0LjUxMjEgNy4wOTc1QzM0LjMxMTYgNy4zMTc5MiAzNC4wNjcgNy40OTQwNSAzMy43OTQxIDcuNjE0NTlDMzMuNTIxMiA3LjczNTEyIDMzLjIyNjEgNy43OTczOSAzMi45Mjc2IDcuNzk3MzlDMzIuNjI5MiA3Ljc5NzM5IDMyLjMzNCA3LjczNTEyIDMyLjA2MTEgNy42MTQ1OUMzMS43ODgyIDcuNDk0MDUgMzEuNTQzNiA3LjMxNzkyIDMxLjM0MzEgNy4wOTc1QzMxLjE0MjUgNi44NzcwOSAzMC45OTA0IDYuNjE3MjcgMzAuODk2NiA2LjMzNDc0QzMwLjgwMjcgNi4wNTIyMiAzMC43NjkyIDUuNzUzMjQgMzAuNzk4MSA1LjQ1NzAyWk0zNC4xNDA1IDUuNDU3MDJDMzQuMTQwNSA0LjQ4MDk1IDMzLjcwMDggMy45MTAxNSAzMi45MjkxIDMuOTEwMTVDMzIuMTU0NSAzLjkxMDE1IDMxLjcxODcgNC40ODA5NSAzMS43MTg3IDUuNDU3MDNDMzEuNzE4NyA2LjQ0MDkyIDMyLjE1NDUgNy4wMDczMiAzMi45MjkxIDcuMDA3MzJDMzMuNzAwOCA3LjAwNzMxIDM0LjE0MDUgNi40MzcgMzQuMTQwNSA1LjQ1NzAyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM5Ljc5NCA3LjcxMDQzSDQwLjcxODVMNDEuOTU4MyAzLjIwNzVINDEuMDY3MUw0MC4yNjIxIDYuNjQzNUg0MC4xOTE2TDM5LjI2MzIgMy4yMDc1SDM4LjQwODNMMzcuNDc5OSA2LjY0MzVIMzcuNDEzM0wzNi42MDQ0IDMuMjA3NUgzNS43MDA1TDM2Ljk0NTIgNy43MTA0M0gzNy44NjA5TDM4Ljc5MDIgNC4zOTQwMkgzOC44NjA3TDM5Ljc5NCA3LjcxMDQzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQzLjAwNTEgMy4yMDc1SDQzLjg2M1YzLjkyMjgzSDQzLjkyOTZDNDQuMDQyNiAzLjY2NTkxIDQ0LjIzMzEgMy40NTA1MyA0NC40NzQ3IDMuMzA2NzNDNDQuNzE2MiAzLjE2MjkyIDQ0Ljk5NjcgMy4wOTc4NSA0NS4yNzcxIDMuMTIwNThDNDUuNDk2OCAzLjEwNDEgNDUuNzE3NSAzLjEzNzE0IDQ1LjkyMjYgMy4yMTcyM0M0Ni4xMjc4IDMuMjk3MzMgNDYuMzEyMyAzLjQyMjQ0IDQ2LjQ2MjQgMy41ODMyOEM0Ni42MTI1IDMuNzQ0MTIgNDYuNzI0NCAzLjkzNjU4IDQ2Ljc4OTggNC4xNDY0QzQ2Ljg1NTEgNC4zNTYyMiA0Ni44NzIzIDQuNTc4MDIgNDYuODQwMSA0Ljc5NTM4VjcuNzEwMzhINDUuOTQ4OVY1LjAxODU0QzQ1Ljk0ODkgNC4yOTQ5MSA0NS42MzM2IDMuOTM1MDQgNDQuOTc0NSAzLjkzNTA0QzQ0LjgyNTMgMy45MjgxMSA0NC42NzY0IDMuOTUzNDMgNDQuNTM4IDQuMDA5MjZDNDQuMzk5NSA0LjA2NTA5IDQ0LjI3NDggNC4xNTAxMSA0NC4xNzI0IDQuMjU4NDlDNDQuMDcgNC4zNjY4OCA0My45OTIzIDQuNDk2MDYgNDMuOTQ0NyA0LjYzNzE5QzQzLjg5NyA0Ljc3ODMyIDQzLjg4MDUgNC45MjgwNiA0My44OTYzIDUuMDc2MTVWNy43MTA0M0g0My4wMDUxTDQzLjAwNTEgMy4yMDc1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ5LjE1MTMgMS40NDk2OEg0OC4yNjAxVjcuNzEwNDJINDkuMTUxM1YxLjQ0OTY4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MC4zOTAxIDUuNDU3MDJDNTAuMzYxNyA1LjE2MTA4IDUwLjM5NTcgNC44NjI0OSA1MC40ODk4IDQuNTgwNDFDNTAuNTgzOSA0LjI5ODMzIDUwLjczNjEgNC4wMzg5OCA1MC45MzY3IDMuODE5QzUxLjEzNzIgMy41OTkwMSA1MS4zODE2IDMuNDIzMjQgNTEuNjU0MiAzLjMwMjk2QzUxLjkyNjkgMy4xODI2OSA1Mi4yMjE3IDMuMTIwNTUgNTIuNTE5OCAzLjEyMDU1QzUyLjgxNzkgMy4xMjA1NSA1My4xMTI4IDMuMTgyNjkgNTMuMzg1NCAzLjMwMjk2QzUzLjY1OCAzLjQyMzI0IDUzLjkwMjQgMy41OTkwMSA1NC4xMDMgMy44MTlDNTQuMzAzNSA0LjAzODk4IDU0LjQ1NTcgNC4yOTgzMyA1NC41NDk4IDQuNTgwNDFDNTQuNjQzOSA0Ljg2MjQ5IDU0LjY3NzkgNS4xNjEwOCA1NC42NDk2IDUuNDU3MDJDNTQuNjc4NCA1Ljc1MzI1IDU0LjY0NDkgNi4wNTIyNCA1NC41NTEgNi4zMzQ3NkM1NC40NTcxIDYuNjE3MjggNTQuMzA1IDYuODc3MSA1NC4xMDQ0IDcuMDk3NUM1My45MDM4IDcuMzE3OTEgNTMuNjU5MiA3LjQ5NDA0IDUzLjM4NjMgNy42MTQ1N0M1My4xMTM0IDcuNzM1MSA1Mi44MTgzIDcuNzk3MzYgNTIuNTE5OCA3Ljc5NzM2QzUyLjIyMTMgNy43OTczNiA1MS45MjYyIDcuNzM1MSA1MS42NTMzIDcuNjE0NTdDNTEuMzgwNCA3LjQ5NDA0IDUxLjEzNTggNy4zMTc5MSA1MC45MzUyIDcuMDk3NUM1MC43MzQ2IDYuODc3MSA1MC41ODI1IDYuNjE3MjggNTAuNDg4NiA2LjMzNDc2QzUwLjM5NDggNi4wNTIyNCA1MC4zNjEyIDUuNzUzMjUgNTAuMzkwMSA1LjQ1NzAyWk01My43MzI0IDUuNDU3MDJDNTMuNzMyNCA0LjQ4MDk1IDUzLjI5MjcgMy45MTAxNSA1Mi41MjEgMy45MTAxNUM1MS43NDY0IDMuOTEwMTUgNTEuMzEwNiA0LjQ4MDk1IDUxLjMxMDYgNS40NTcwM0M1MS4zMTA2IDYuNDQwOTIgNTEuNzQ2NCA3LjAwNzMyIDUyLjUyMSA3LjAwNzMyQzUzLjI5MjcgNy4wMDczMSA1My43MzI0IDYuNDM3IDUzLjczMjQgNS40NTcwMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTcuMjY3MiA1LjA5Mjc2QzU2LjE5MjkgNS4xNTkxNyA1NS41ODc3IDUuNjI2NDUgNTUuNTg3NyA2LjQzN0M1NS41ODg1IDYuNjI3MDUgNTUuNjI5MiA2LjgxNDgzIDU1LjcwNzEgNi45ODgyNUM1NS43ODUxIDcuMTYxNjYgNTUuODk4NyA3LjMxNjg2IDU2LjA0MDUgNy40NDM4M0M1Ni4xODIzIDcuNTcwOCA1Ni4zNDkyIDcuNjY2NzIgNTYuNTMwNSA3LjcyNTQyQzU2LjcxMTggNy43ODQxMiA1Ni45MDM0IDcuODA0MjkgNTcuMDkyOSA3Ljc4NDYzQzU3LjM2MTUgNy43OTcwMSA1Ny42Mjg2IDcuNzM4MDkgNTcuODY2OSA3LjYxMzg4QzU4LjEwNTIgNy40ODk2NyA1OC4zMDYxIDcuMzA0NjIgNTguNDQ5MyA3LjA3NzYzSDU4LjUxOThWNy43MTA0NEg1OS4zNzc2VjQuNjMzNzhDNTkuMzc3NiAzLjY4MjYgNTguNzM5MSAzLjEyMDYgNTcuNjA3MSAzLjEyMDZDNTYuNTgyNyAzLjEyMDYgNTUuODUzMSAzLjYxNjY5IDU1Ljc2MiA0LjM5MDEzSDU2LjYyNDhDNTYuNzIzNyA0LjA3MTc3IDU3LjA2ODQgMy44ODk2NCA1Ny41NjU5IDMuODg5NjRDNTguMTc1MSAzLjg4OTY0IDU4LjQ5MDQgNC4xNTgxOSA1OC40OTA0IDQuNjMzNzhWNS4wMjI0NUw1Ny4yNjcyIDUuMDkyNzZaTTU4LjQ5MDQgNS42NzU3N1Y2LjA1MjIzQzU4LjQ4MDcgNi4xOTQyNyA1OC40NDI1IDYuMzMyOTMgNTguMzc4MSA2LjQ1OTk1QzU4LjMxMzYgNi41ODY5NiA1OC4yMjQxIDYuNjk5NzUgNTguMTE1IDYuNzkxNTlDNTguMDA1OSA2Ljg4MzQzIDU3Ljg3OTQgNi45NTI0NSA1Ny43NDMgNi45OTQ1NEM1Ny42MDY3IDcuMDM2NjMgNTcuNDYzMiA3LjA1MDkzIDU3LjMyMTEgNy4wMzY2QzU2LjgzNjMgNy4wMzY2IDU2LjQ4MzggNi44MDA3NiA1Ni40ODM4IDYuMzk1NDlDNTYuNDgzOCA1Ljk5ODUyIDU2Ljc2NTggNS43ODc1OCA1Ny4zODc3IDUuNzQ2MDhMNTguNDkwNCA1LjY3NTc3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MC41NDg5IDUuNDU3MDJDNjAuNTQ4OSA0LjAzNDE3IDYxLjI4MjQgMy4xMzI4IDYyLjQyMzMgMy4xMzI4QzYyLjcwNTUgMy4xMTk4MyA2Mi45ODU2IDMuMTg3MjMgNjMuMjMwOCAzLjMyNzEzQzYzLjQ3NiAzLjQ2NzAyIDYzLjY3NjIgMy42NzM2MyA2My44MDggMy45MjI4SDYzLjg3NDZWMS40NDk2OEg2NC43NjU4VjcuNzEwNDJINjMuOTExOFY2Ljk5ODk5SDYzLjg0MTNDNjMuNjk5MyA3LjI0NjQ4IDYzLjQ5MjEgNy40NTA1MSA2My4yNDIyIDcuNTg4OTlDNjIuOTkyMiA3LjcyNzQ4IDYyLjcwOSA3Ljc5NTEzIDYyLjQyMzMgNy43ODQ2M0M2MS4yNzQ2IDcuNzg0NjggNjAuNTQ4OSA2Ljg4MzI5IDYwLjU0ODkgNS40NTcwMlpNNjEuNDY5NSA1LjQ1NzAyQzYxLjQ2OTUgNi40MTIxIDYxLjkyMDkgNi45ODY4MSA2Mi42NzYgNi45ODY4MUM2My40MjcxIDYuOTg2ODEgNjMuODkxMyA2LjQwMzgxIDYzLjg5MTMgNS40NjA5M0M2My44OTEzIDQuNTIyNDUgNjMuNDIyMiAzLjkzMTE0IDYyLjY3NiAzLjkzMTE0QzYxLjkyNTggMy45MzExNCA2MS40Njk1IDQuNTA5NzUgNjEuNDY5NSA1LjQ1NzAyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02OC41NTI1IDQuNTgwNDZDNjguNDU4NCA0Ljg2MjUzIDY4LjQyNDUgNS4xNjExIDY4LjQ1MjggNS40NTcwMkM2OC40MjM5IDUuNzUzMjQgNjguNDU3NSA2LjA1MjIyIDY4LjU1MTMgNi4zMzQ3NEM2OC42NDUyIDYuNjE3MjcgNjguNzk3MyA2Ljg3NzA5IDY4Ljk5NzggNy4wOTc1QzY5LjE5ODQgNy4zMTc5MiA2OS40NDI5IDcuNDk0MDUgNjkuNzE1OCA3LjYxNDU5QzY5Ljk4ODcgNy43MzUxMiA3MC4yODM5IDcuNzk3MzkgNzAuNTgyMyA3Ljc5NzM5QzcwLjg4MDggNy43OTczOSA3MS4xNzYgNy43MzUxMiA3MS40NDg4IDcuNjE0NTlDNzEuNzIxNyA3LjQ5NDA1IDcxLjk2NjMgNy4zMTc5MiA3Mi4xNjY5IDcuMDk3NUM3Mi4zNjc0IDYuODc3MDkgNzIuNTE5NSA2LjYxNzI3IDcyLjYxMzQgNi4zMzQ3NEM3Mi43MDcyIDYuMDUyMjIgNzIuNzQwOCA1Ljc1MzI0IDcyLjcxMTggNS40NTcwMkM3Mi43NDAyIDUuMTYxMSA3Mi43MDYzIDQuODYyNTMgNzIuNjEyMiA0LjU4MDQ2QzcyLjUxODEgNC4yOTgzOSA3Mi4zNjU5IDQuMDM5MDUgNzIuMTY1NCAzLjgxOTA3QzcxLjk2NDkgMy41OTkwOSA3MS43MjA1IDMuNDIzMzIgNzEuNDQ3OSAzLjMwMzA0QzcxLjE3NTMgMy4xODI3NyA3MC44ODA0IDMuMTIwNjQgNzAuNTgyMyAzLjEyMDY0QzcwLjI4NDIgMy4xMjA2NCA2OS45ODk0IDMuMTgyNzcgNjkuNzE2OCAzLjMwMzA0QzY5LjQ0NDIgMy40MjMzMiA2OS4xOTk4IDMuNTk5MDkgNjguOTk5MyAzLjgxOTA3QzY4Ljc5ODggNC4wMzkwNSA2OC42NDY2IDQuMjk4MzkgNjguNTUyNSA0LjU4MDQ2Wk03MC41ODM4IDMuOTEwMTVDNzEuMzU1NSAzLjkxMDE1IDcxLjc5NTIgNC40ODA5NSA3MS43OTUyIDUuNDU3MDJDNzEuNzk1MiA2LjQzNyA3MS4zNTU1IDcuMDA3MzEgNzAuNTgzOCA3LjAwNzMyQzY5LjgwOTIgNy4wMDczMiA2OS4zNzM0IDYuNDQwOTIgNjkuMzczNCA1LjQ1NzAzQzY5LjM3MzQgNC40ODA5NSA2OS44MDkyIDMuOTEwMTUgNzAuNTgzOCAzLjkxMDE1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTczLjkwNzYgMy4yMDc1SDc0Ljc2NTRWMy45MjI4M0g3NC44MzJDNzQuOTQ1IDMuNjY1OTEgNzUuMTM1NSAzLjQ1MDUzIDc1LjM3NzEgMy4zMDY3M0M3NS42MTg2IDMuMTYyOTIgNzUuODk5MiAzLjA5Nzg1IDc2LjE3OTYgMy4xMjA1OEM3Ni4zOTkzIDMuMTA0MSA3Ni42MTk5IDMuMTM3MTQgNzYuODI1MSAzLjIxNzIzQzc3LjAzMDIgMy4yOTczMyA3Ny4yMTQ3IDMuNDIyNDQgNzcuMzY0OCAzLjU4MzI4Qzc3LjUxNDkgMy43NDQxMiA3Ny42MjY4IDMuOTM2NTggNzcuNjkyMiA0LjE0NjRDNzcuNzU3NiA0LjM1NjIyIDc3Ljc3NDggNC41NzgwMiA3Ny43NDI1IDQuNzk1MzhWNy43MTAzOEg3Ni44NTE0VjUuMDE4NTRDNzYuODUxNCA0LjI5NDkxIDc2LjUzNiAzLjkzNTA0IDc1Ljg3NyAzLjkzNTA0Qzc1LjcyNzggMy45MjgxMSA3NS41Nzg5IDMuOTUzNDMgNzUuNDQwNCA0LjAwOTI2Qzc1LjMwMiA0LjA2NTA5IDc1LjE3NzMgNC4xNTAxMSA3NS4wNzQ5IDQuMjU4NDlDNzQuOTcyNSA0LjM2Njg4IDc0Ljg5NDggNC40OTYwNiA3NC44NDcxIDQuNjM3MTlDNzQuNzk5NCA0Ljc3ODMyIDc0Ljc4MjkgNC45MjgwNiA3NC43OTg3IDUuMDc2MTVWNy43MTA0M0g3My45MDc2VjMuMjA3NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Mi43NzgxIDMuMjI4MDFWMi4wODY0MUg4MS44ODZWMy4yMjc5N0g4MS4xNjkxVjMuOTc2NTFIODEuODg2VjYuNTE5NTFDODEuODg2IDcuMzg3NjcgODIuMjgwNiA3LjczNTMzIDgzLjI3MTcgNy43MzUzM0M4My40MzQyIDcuNzMzNjYgODMuNTk2NCA3LjcxODQ3IDgzLjc1NjQgNy42ODk5MlY2Ljk0OTY5QzgzLjY0MzcgNi45NjI5OSA4My41MzAyIDYuOTY5ODMgODMuNDE2NiA2Ljk3MDJDODIuOTczIDYuOTcwMiA4Mi43NzgxIDYuNzYzNjYgODIuNzc4MSA2LjI5MTk4VjMuOTc2NTVIODMuNzU2NFYzLjIyODAxSDgyLjc3ODFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNODQuOTczNyAxLjQ0OTY4SDg1Ljg1N1YzLjkzMTEzSDg1LjkyNzVDODYuMDQ2IDMuNjcxODEgODYuMjQxOCAzLjQ1NTIxIDg2LjQ4ODIgMy4zMTA4N0M4Ni43MzQ2IDMuMTY2NTIgODcuMDE5NiAzLjEwMTQ0IDg3LjMwNDQgMy4xMjQ0OUM4Ny41MjMgMy4xMTI2MyA4Ny43NDE1IDMuMTQ5MDIgODcuOTQ0MyAzLjIzMTA2Qzg4LjE0NzIgMy4zMTMxIDg4LjMyOTQgMy40Mzg3NyA4OC40Nzc5IDMuNTk5MTFDODguNjI2NCAzLjc1OTQ1IDg4LjczNzcgMy45NTA1IDg4LjgwMzYgNC4xNTg2M0M4OC44Njk2IDQuMzY2NzcgODguODg4NyA0LjU4Njg2IDg4Ljg1OTUgNC44MDMyVjcuNzEwNDNIODcuOTY3NVY1LjAyMjQzQzg3Ljk2NzUgNC4zMDMxOSA4Ny42MzE1IDMuOTM4OTMgODcuMDAxOSAzLjkzODkzQzg2Ljg0ODcgMy45MjY0IDg2LjY5NDcgMy45NDc0IDg2LjU1MDUgNC4wMDA0NUM4Ni40MDYzIDQuMDUzNSA4Ni4yNzU1IDQuMTM3MzMgODYuMTY3MiA0LjI0NjA3Qzg2LjA1ODkgNC4zNTQ4MSA4NS45NzU3IDQuNDg1ODMgODUuOTIzNSA0LjYyOTk3Qzg1Ljg3MTMgNC43NzQxIDg1Ljg1MTMgNC45Mjc4OCA4NS44NjQ5IDUuMDgwNTNWNy43MTA0MUg4NC45NzM3TDg0Ljk3MzcgMS40NDk2OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTMuMzE0NyA3LjUwMDI4QzkzLjY3MjQgNy4yNjIxMyA5My45MzQ3IDYuOTA2MTUgOTQuMDU1OCA2LjQ5NDYxTDkzLjE5NzkgNi40OTQ1OEM5My4wOTMzIDYuNjgxNTYgOTIuOTM1MyA2LjgzMzMgOTIuNzQ0IDYuOTMwNTFDOTIuNTUyNyA3LjAyNzcyIDkyLjMzNjggNy4wNjYgOTIuMTIzNiA3LjA0MDQ4QzkxLjk1NzMgNy4wNDIzMiA5MS43OTI1IDcuMDA5NDkgOTEuNjM5NyA2Ljk0NDA5QzkxLjQ4NjggNi44Nzg2OSA5MS4zNDk0IDYuNzgyMTcgOTEuMjM2MiA2LjY2MDcyQzkxLjEyMyA2LjUzOTI2IDkxLjAzNjQgNi4zOTU1NSA5MC45ODIyIDYuMjM4OEM5MC45Mjc5IDYuMDgyMDUgOTAuOTA3MSA1LjkxNTcyIDkwLjkyMSA1Ljc1MDQ4VjUuNzAwNjhIOTQuMTA5NlY1LjM5MDU5Qzk0LjEwOTYgMy45NzY1OSA5My4zNTE3IDMuMTIwNTkgOTIuMDk1MiAzLjEyMDU5QzkxLjc5NjkgMy4xMTgwNSA5MS41MDE0IDMuMTc5NDYgOTEuMjI5IDMuMzAwNjdDOTAuOTU2NSAzLjQyMTg4IDkwLjcxMzMgMy42MDAwNSA5MC41MTU5IDMuODIzMTJDOTAuMzE4NSA0LjA0NjIgOTAuMTcxNCA0LjMwODk2IDkwLjA4NDcgNC41OTM2NEM4OS45OTggNC44NzgzMSA4OS45NzM2IDUuMTc4MjQgOTAuMDEzMiA1LjQ3MzEzQzg5Ljk3MjUgNS43NjcxMSA4OS45OTY1IDYuMDY2MzkgOTAuMDgzNCA2LjM1MDIxQzkwLjE3MDMgNi42MzQwNCA5MC4zMTgyIDYuODk1NTkgOTAuNTE2NiA3LjExNjczQzkwLjcxNTEgNy4zMzc4NyA5MC45NTk0IDcuNTEzMjkgOTEuMjMyNyA3LjYzMDgyQzkxLjUwNiA3Ljc0ODM1IDkxLjgwMTYgNy44MDUxNyA5Mi4wOTkxIDcuNzk3MzRDOTIuNTI2NyA3Ljg0MzU4IDkyLjk1NyA3LjczODQzIDkzLjMxNDcgNy41MDAyOFpNOTMuMjAxOCA1LjA0MzQ0SDkwLjkyMUM5MC45MTkgNC44ODk3NCA5MC45NDc5IDQuNzM3MiA5MS4wMDU5IDQuNTk0OEM5MS4wNjQgNC40NTI0MSA5MS4xNSA0LjMyMzA0IDkxLjI1OSA0LjIxNDMzQzkxLjM2OCA0LjEwNTYxIDkxLjQ5NzcgNC4wMTk3NSA5MS42NDA0IDMuOTYxODFDOTEuNzgzMiAzLjkwMzg2IDkxLjkzNjIgMy44NzUwMSA5Mi4wOTAzIDMuODc2OTRDOTIuMjQyMiAzLjg3MzQ2IDkyLjM5MzIgMy45MDE3MiA5Mi41MzM1IDMuOTU5OUM5Mi42NzM4IDQuMDE4MDcgOTIuODAwNCA0LjEwNDg4IDkyLjkwNTEgNC4yMTQ3NEM5My4wMDk4IDQuMzI0NTkgOTMuMDkwMiA0LjQ1NTA3IDkzLjE0MTMgNC41OTc3OUM5My4xOTI0IDQuNzQwNTEgOTMuMjEzIDQuODkyMzEgOTMuMjAxOCA1LjA0MzQ0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.xps-btnv2,.hw-payment-form__content .hw-form-transfer-methods .hw-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,-webkit-transform 100ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,-webkit-transform 100ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,transform 100ms ease-in-out;transition:color 300ms ease-in-out,background-color 300ms ease-in-out,border 300ms ease-in-out,border-color 300ms ease-in-out,text-shadow 300ms ease-in-out,outline 300ms ease-in-out,transform 100ms ease-in-out,-webkit-transform 100ms ease-in-out;border-radius:var(--xps-btnv2-border-radius, 1000px);white-space:nowrap;text-shadow:none;text-align:center;overflow:hidden;text-overflow:ellipsis;gap:8px;cursor:pointer;will-change:background-color;text-decoration:none;width:var(--xps-btn-width-sm, auto);padding:0;margin:0;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:normal;overflow-wrap:anywhere}.xps-btnv2.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .btn-sm.hw-button{height:var(--xps-btn-height-sm, 40px);padding:var(--xps-btn-spacing-sm-y, 8px) var(--xps-btn-spacing-sm-x, 20px)}.xps-btnv2.xps-smbtnV2-left-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-smbtnV2-left-icon.hw-button{padding-left:calc(var(--xps-btn-spacing-sm-x, 20px) - 4px)}.xps-btnv2.xps-smbtnV2-right-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-smbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-sm-x, 20px) - 4px)}[dir=rtl] .xps-btnv2.xps-smbtnV2-right-icon,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-smbtnV2-right-icon.hw-button,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-smbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-sm-x, 20px) - 4px)}.xps-btnv2.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button,.hw-payment-form__content .hw-form-transfer-methods .hw-button{height:var(--xps-btn-height-lg, 48px);padding:var(--xps-btn-spacing-lg-y, 12px) var(--xps-btn-spacing-lg-x, 32px)}.xps-btnv2.xps-lgbtnV2-left-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-left-icon.hw-button{padding-left:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}[dir=rtl] .xps-btnv2.xps-lgbtnV2-left-icon,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-left-icon.hw-button,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-lgbtnV2-left-icon.hw-button{padding-left:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}.xps-btnv2.xps-lgbtnV2-right-icon,.hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}[dir=rtl] .xps-btnv2.xps-lgbtnV2-right-icon,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-lgbtnV2-right-icon.hw-button,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-lgbtnV2-right-icon.hw-button{padding-right:calc(var(--xps-btn-spacing-lg-x, 32px) - 8px)}.xps-btnv2.btn-fullWidth,.hw-payment-form__content .hw-form-transfer-methods .btn-fullWidth.hw-button{height:var(--xps-btn-height-fw, 48px);padding:var(--xps-btn-spacing-fw-y, 12px) var(--xps-btn-spacing-fw-x, 32px);width:100%}.xps-btnv2.btn-icon-align-right,.hw-payment-form__content .hw-form-transfer-methods .btn-icon-align-right.hw-button{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xps-btnv2.btn-dark,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button,.xps-btnv2.btn-brandbg,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button,.hw-payment-form__content .hw-form-transfer-methods .hw-button{background-color:var(--sg-secondary-brand-bg);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-dark:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:hover,.xps-btnv2.btn-brandbg:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .hw-button:hover{background-color:var(--sg-secondary-brand-bg-1_80)}}.xps-btnv2.btn-dark:active,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:active,.xps-btnv2.btn-brandbg:active,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .hw-button:active{background-color:var(--sg-secondary-brand-bg-1_60);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:disabled,.xps-btnv2.btn-dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-dark[disabled].hw-button,.xps-btnv2.btn-brandbg:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-button:disabled,.xps-btnv2.btn-brandbg[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg[disabled].hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2[disabled].hw-button,.hw-payment-form__content .hw-form-transfer-methods [disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.hw-button:focus-visible,.xps-btnv2.btn-brandbg:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.hw-button:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-dark.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-outlined.hw-button,.xps-btnv2.btn-brandbg.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-outlined.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-outlined.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-brand-bg);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-brand-bg)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-dark.btn-fill-outlined:hover,.xps-btnv2.btn-brandbg.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:hover{background-color:var(--sg-secondary-brand-bg-1_10)}}.xps-btnv2.btn-dark.btn-fill-outlined:active,.xps-btnv2.btn-brandbg.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:active{background-color:var(--sg-secondary-brand-bg-1_20);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-dark.btn-fill-outlined:disabled,.xps-btnv2.btn-dark.btn-fill-outlined[disabled],.xps-btnv2.btn-brandbg.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-brandbg.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-dark.btn-fill-outlined:focus-visible,.xps-btnv2.btn-brandbg.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-dark.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-secondary-brand-bg)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-secondary-brand-bg)}.xps-btnv2.btn-accent,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button{background-color:var(--sg-brand-accent-1);color:var(--sg-persistent-white)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-accent:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:hover{background-color:var(--sg-brand-accent-1_80)}}.xps-btnv2.btn-accent:active,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:active{background-color:var(--sg-brand-accent-1_60);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-accent:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:disabled,.xps-btnv2.btn-accent[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-accent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-accent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-accent.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-brand-accent-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-brand-accent-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-accent.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:hover{background-color:var(--sg-brand-accent-1_10)}}.xps-btnv2.btn-accent.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:active{background-color:var(--sg-brand-accent-1_20);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-accent.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-accent.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-accent.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-accent.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-brand-accent-1)}.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-brand-accent-1)}.xps-btnv2.btn-white,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button{background-color:var(--sg-primary-brand-bg);color:var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-white:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:hover{background-color:var(--sg-secondary-ramp-2)}}.xps-btnv2.btn-white:active,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-white:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:disabled,.xps-btnv2.btn-white[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-white[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-white:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-white.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-white.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-brand-bg);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-brand-bg)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-white.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:hover{background-color:var(--sg-secondary-ramp-6)}}.xps-btnv2.btn-white.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:active{background-color:var(--sg-secondary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-white.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-white.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-white.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-white.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-primary-brand-bg)}.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-primary-brand-bg)}.xps-btnv2.btn-black,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button,.xps-btnv2.btn-primary,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-black:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:hover,.xps-btnv2.btn-primary:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:hover{background-color:var(--sg-primary-ramp-2)}}.xps-btnv2.btn-black:active,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:active,.xps-btnv2.btn-primary:active,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:active{background-color:var(--sg-primary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-black:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:disabled,.xps-btnv2.btn-black[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-black[disabled].hw-button,.xps-btnv2.btn-primary:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:disabled,.xps-btnv2.btn-primary[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-primary[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-black:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button:focus-visible,.xps-btnv2.btn-primary:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-black.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button,.xps-btnv2.btn-primary.btn-fill-outlined,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-black.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:hover,.xps-btnv2.btn-primary.btn-fill-outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:hover{background-color:var(--sg-primary-ramp-6)}}.xps-btnv2.btn-black.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:active,.xps-btnv2.btn-primary.btn-fill-outlined:active,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-black.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-black.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined[disabled].hw-button,.xps-btnv2.btn-primary.btn-fill-outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:disabled,.xps-btnv2.btn-primary.btn-fill-outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-black.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-outlined.hw-button:focus-visible,.xps-btnv2.btn-primary.btn-fill-outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-black.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button{--xps-btnv2-borderless: var(--sg-primary-ramp-1)}.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button{--xps-btnv2-borderless: var(--sg-primary-ramp-1)}.xps-btnv2.btn-attention,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button{background-color:var(--sg-attention-cta);color:var(--sg-persistent-white)}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-attention:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:hover{background-color:var(--sg-attention-cta-1_80)}}.xps-btnv2.btn-attention:active,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:active{background-color:var(--sg-attention-cta-1_60);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-attention:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:disabled,.xps-btnv2.btn-attention[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-attention[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-attention:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-attention.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-shape-brick,.hw-payment-form__content .hw-form-transfer-methods .btn-shape-brick.hw-button{border-radius:var(--xps-btnv2-brick-border-radius, 4px)}.xps-btnv2.btn-playStore,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button,.xps-btnv2.btn-appStore,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button{background-color:var(--sg-page-color);color:var(--sg-page-color);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1);border-radius:var(--xps-btnv2-download-border-radius, 6px);padding:0 8px}@media(hover: hover)and (pointer: fine){.xps-btnv2.btn-playStore:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:hover,.xps-btnv2.btn-appStore:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:hover{background-color:var(--sg-page-color)}}.xps-btnv2.btn-playStore:active,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:active,.xps-btnv2.btn-appStore:active,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:active{background-color:var(--sg-page-color);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.btn-playStore:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:disabled,.xps-btnv2.btn-playStore[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-playStore[disabled].hw-button,.xps-btnv2.btn-appStore:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:disabled,.xps-btnv2.btn-appStore[disabled],.hw-payment-form__content .hw-form-transfer-methods .btn-appStore[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.btn-playStore:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button:focus-visible,.xps-btnv2.btn-appStore:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.btn-playStore .btn-play-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-playStore.hw-button .btn-play-store-img{width:116px;height:27px}.xps-btnv2.btn-appStore .btn-app-store-img,.hw-payment-form__content .hw-form-transfer-methods .btn-appStore.hw-button .btn-app-store-img{width:100px;height:26px}.xps-btnv2.xps-btnv2-icon-only,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2-icon-only.hw-button{height:auto;border:none;padding:0}.xps-btnv2.xps-btn-scroll-to-element,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button{--xps-btn-height-lg: 64px;--xps-btn-spacing-lg-x: 16px;--xps-btn-spacing-lg-y: 8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xps-btnv2.xps-btn-scroll-to-element span,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button span{font-weight:400}.xps-btnv2.xps-btn-scroll-to-element svg,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button svg{background-color:var(--sg-secondary-ramp-7);padding:10px;border-radius:4px}.xps-btnv2.xps-btn-scroll-to-element:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-btn-scroll-to-element.hw-button:hover{background-color:var(--sg-secondary-ramp-6)}.xps-btnv2.btn-dark.btn-fill-borderless,.xps-btnv2.btn-brandbg.btn-fill-borderless,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.xps-btnv2.btn-accent.btn-fill-borderless,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.xps-btnv2.btn-white.btn-fill-borderless,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.xps-btnv2.btn-black.btn-fill-borderless,.xps-btnv2.btn-primary.btn-fill-borderless,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:100%}.xps-btnv2.xps-carousel-arrow,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-radius: var(--xps-carousel-navigator-border-radius, 50%);padding:0}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btn-width-sm: 40px;--xps-btn-height-lg: 40px}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btn-width-sm: 32px;--xps-btn-height-sm: 32px}.xps-btnv2.xps-carousel-arrow.light,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button,.xps-btnv2.xps-carousel-arrow.outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.light:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:hover,.xps-btnv2.xps-carousel-arrow.outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.light:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:active,.xps-btnv2.xps-carousel-arrow.outlined:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.light:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:focus-visible,.xps-btnv2.xps-carousel-arrow.outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.dark,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.dark:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.dark:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.solid,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.solid:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:hover{background-color:var(--sg-primary-ramp-1)}}.xps-btnv2.xps-carousel-arrow.solid:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:active{background-color:var(--sg-primary-ramp-1);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.solid:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-main-grey);color:var(--sg-secondary-ramp-4)}.xps-btnv2.xps-carousel-arrow.semitransparent,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button{background-color:var(--sg-primary-ramp-4);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.semitransparent:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:hover{background-color:var(--sg-primary-ramp-4)}}.xps-btnv2.xps-carousel-arrow.semitransparent:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.semitransparent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.mixed,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.mixed:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:hover{background-color:var(--sg-secondary-ramp-3)}}.xps-btnv2.xps-carousel-arrow.mixed:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.mixed:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-secondary-ramp-4);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btnv2-border-width: 2px}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-width: 1px}.xps-btnv2.xps-carousel-arrow:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button:focus-visible{--xps-btnv2-focus-offset: 3px}[dir=rtl] .xps-btnv2.xps-carousel-arrow svg,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button svg,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-carousel-arrow.hw-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-carousel-group-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.xps-left-arrow~.xps-right-arrow{margin-left:12px}.xps-carousel-wrapper .splide__pagination,.xps-slider-pagination{background:var(--sg-primary-ramp-5);padding:8px !important;border-radius:100px;margin-left:auto !important;margin-right:auto !important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px;bottom:20px !important}@media(min-width: 768px){.xps-carousel-wrapper .splide__pagination,.xps-slider-pagination{bottom:40px !important}}.xps-carousel-wrapper .splide__pagination li,.xps-slider-pagination li{line-height:0 !important}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page,.xps-slider-pagination li .splide__pagination__page{background:var(--sg-primary-ramp-6);opacity:1;margin:0}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page:focus-visible,.xps-slider-pagination li .splide__pagination__page:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) dashed 2px}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page.is-active,.xps-slider-pagination li .splide__pagination__page.is-active{-webkit-transform:none;transform:none;background:var(--sg-primary-ramp-1)}.xps-carousel-wrapper{position:relative;overflow:hidden}.xps-carousel-wrapper .d-none{display:none !important}.xps-carousel-wrapper .v-hidden{visibility:hidden !important}.xps-carousel-wrapper.fluid-peek{padding:0 40px}@media(min-width: 375px)and (max-width: 768px){.xps-carousel-wrapper.fluid-peek{padding:0 0 0 20px}}@media(min-width: 768px)and (max-width: 1440px){.xps-carousel-wrapper.fluid-peek{padding:0 0 0 40px}}.xps-carousel-wrapper .splide{visibility:visible;direction:ltr}@media(min-width: 992px){.xps-carousel-wrapper .splide.item-center .splide__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.xps-carousel-wrapper .splide__slide{overflow:hidden}.xps-carousel-wrapper .splide__custom_arrows{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:50%;margin-top:-20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.xps-carousel-wrapper .splide__custom_arrows_next_viewall_container{z-index:1;position:relative}.xps-carousel-wrapper .splide__custom_arrows_next_viewall_container .splide__custom_arrows_next{position:absolute;right:0}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow{opacity:1;height:40px;width:40px;border-radius:0;-ms-flex-align:center;-webkit-box-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-decoration:none;padding:0;z-index:1}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall{width:auto;padding:0 16px 0 0;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall span,.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall svg{margin:0 0 0 8px}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall.hide-view-all{-webkit-transform:translateX(100%);transform:translateX(100%)}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow--circle{border-radius:50%}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_alway{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_alway .splide__custom_arrow{visibility:visible}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_onhover .splide__custom_arrow{visibility:hidden}.xps-carousel-wrapper .splide__pagination{bottom:inherit;position:inherit;margin-top:10px !important;margin-bottom:10px !important}.xps-carousel-wrapper:hover .splide__custom_arrows.show_arrows_onhover .splide__custom_arrow{visibility:visible}.xps-carousel-wrapper-header-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}@media(min-width: 768px){.xps-carousel-wrapper-header-section{margin-bottom:40px}}.xps-carousel-wrapper-header-section .xps-card-tile{max-width:785px}@media(min-width: 768px){.xps-carousel-wrapper-header-section .xps-card-tile{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%}}@media(min-width: 1440px){.xps-carousel-wrapper-header-section .xps-card-tile{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:785px}}.xps-carousel-wrapper-header-section .xps-carousel-top-button-container{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.xps-carousel-wrapper-header-section .xps-carousel-top-button-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-carousel-wrapper-header-section .xps-carousel-top-button-container button{padding:0 !important;width:40px;height:40px;border-radius:var(--xps-carousel-navigator-border-radius, 0)}.xps-carousel-wrapper-header-section h4{margin:0}.xps-carousel-wrapper-header-section--without-arrows{margin-bottom:24px}@media(min-width: 768px){.xps-carousel-wrapper-header-section--without-arrows{margin-bottom:40px}}.xps-btnv2.btn-dark.btn-fill-borderless,.xps-btnv2.btn-brandbg.btn-fill-borderless,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.xps-btnv2.btn-accent.btn-fill-borderless,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.xps-btnv2.btn-white.btn-fill-borderless,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.xps-btnv2.btn-black.btn-fill-borderless,.xps-btnv2.btn-primary.btn-fill-borderless,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:100%}.xps-btnv2.xps-carousel-arrow,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-radius: var(--xps-carousel-navigator-border-radius, 50%);padding:0}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btn-width-sm: 40px;--xps-btn-height-lg: 40px}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btn-width-sm: 32px;--xps-btn-height-sm: 32px}.xps-btnv2.xps-carousel-arrow.light,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button,.xps-btnv2.xps-carousel-arrow.outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.light:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:hover,.xps-btnv2.xps-carousel-arrow.outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.light:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:active,.xps-btnv2.xps-carousel-arrow.outlined:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.light:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:focus-visible,.xps-btnv2.xps-carousel-arrow.outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.dark,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.dark:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.dark:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.solid,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.solid:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:hover{background-color:var(--sg-primary-ramp-1)}}.xps-btnv2.xps-carousel-arrow.solid:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:active{background-color:var(--sg-primary-ramp-1);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.solid:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-main-grey);color:var(--sg-secondary-ramp-4)}.xps-btnv2.xps-carousel-arrow.semitransparent,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button{background-color:var(--sg-primary-ramp-4);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.semitransparent:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:hover{background-color:var(--sg-primary-ramp-4)}}.xps-btnv2.xps-carousel-arrow.semitransparent:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.semitransparent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.mixed,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.mixed:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:hover{background-color:var(--sg-secondary-ramp-3)}}.xps-btnv2.xps-carousel-arrow.mixed:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.mixed:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-secondary-ramp-4);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btnv2-border-width: 2px}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-width: 1px}.xps-btnv2.xps-carousel-arrow:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button:focus-visible{--xps-btnv2-focus-offset: 3px}[dir=rtl] .xps-btnv2.xps-carousel-arrow svg,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button svg,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-carousel-arrow.hw-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-carousel-group-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.xps-left-arrow~.xps-right-arrow{margin-left:12px}.xps-carousel-v2-wrapper{position:relative;overflow:hidden;margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px;background-color:var(--carousel-bg-color, transparent)}.xps-carousel-v2-wrapper .xps-carousel-v2-slides{padding:0 0 0 20px !important}@media(min-width: 768px){.xps-carousel-v2-wrapper .xps-carousel-v2-slides{padding:0 0 0 40px !important}}@media(min-width: 1441px){.xps-carousel-v2-wrapper .xps-carousel-v2-slides{padding:0 40px !important}}.xps-carousel-v2-wrapper .xps-carousel-v2-align-left .splide__track .splide__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xps-carousel-v2-wrapper .xps-carousel-v2-align-center .splide__track .splide__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-carousel-v2-wrapper .xps-carousel-v2-align-right .splide__track .splide__list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xps-carousel-v2-wrapper .xps-carousel-v2-padding{padding:20px}@media(min-width: 768px){.xps-carousel-v2-wrapper .xps-carousel-v2-padding{padding:40px}}.xps-carousel-v2-wrapper .xps-carousel-v2-fluid-peek{padding:0 40px}@media(min-width: 375px)and (max-width: 768px){.xps-carousel-v2-wrapper .xps-carousel-v2-fluid-peek{padding:0 0 0 20px}}@media(min-width: 768px)and (max-width: 1440px){.xps-carousel-v2-wrapper .xps-carousel-v2-fluid-peek{padding:0 0 0 40px}}.xps-carousel-v2-wrapper .xps-carousel-v2-col{padding-right:0}.xps-carousel-v2-wrapper .splide{visibility:visible;direction:ltr}.xps-carousel-v2-wrapper .splide__slide{overflow:hidden}.xps-carousel-v2-wrapper .splide__slide:last-child{margin-right:0 !important}.xps-carousel-v2-wrapper .splide__pagination{background:var(--sg-primary-ramp-5);padding:8px !important;border-radius:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px;bottom:0;position:inherit;margin:10px auto !important}.xps-carousel-v2-wrapper .splide__pagination li{line-height:0 !important}.xps-carousel-v2-wrapper .splide__pagination li .splide__pagination__page{background:var(--sg-primary-ramp-6);opacity:1;margin:0}.xps-carousel-v2-wrapper .splide__pagination li .splide__pagination__page:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) dashed 2px}.xps-carousel-v2-wrapper .splide__pagination li .splide__pagination__page.is-active{-webkit-transform:none;transform:none;background:var(--sg-primary-ramp-1)}.xps-carousel-v2-arrows-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-item-align:end;align-self:end}.xps-carousel-v2-top-button-container{display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:12px}@media(min-width: 768px){.xps-carousel-v2-top-button-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-carousel-v2-top-button-container .xps-left-arrow~.xps-right-arrow{margin-left:unset}.xps-vp{display:block;position:relative;width:100%;overflow:hidden}.xps-vp .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.xps-vp-only-play-icon{width:60px;height:60px !important}@media(min-width: 768px){.xps-vp-only-play-icon{width:80px;height:80px !important}}body.ReactModal__Body--open{overflow:hidden !important}.xps-video-modal{position:relative}.xps-video-modal-overlay{position:fixed;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;inset:0;background:var(--xps-overlay-background-color, rgba(10, 10, 10, 0.87))}.xps-video-modal-overlay-close-button{--sg-focus-color: var(--sg-persistent-white, #fff);--xps-btnv2-borderless: var(--sg-persistent-white, #fff) !important;height:1.5rem;width:1.5rem;border:0;z-index:99999;position:absolute;top:0;right:0;cursor:pointer;color:#fff}.xps-video-modal-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:90%;height:80%;padding:24px;outline:none;max-width:1440px;position:relative}@media(min-width: 768px){.xps-video-modal-content{width:80%;padding:40px}}.xps-video-modal-background-image-contaner img{position:relative !important;width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}.xps-video-modal-background-image-contaner.nextjs-image-container span:first-child{position:relative !important;display:block !important}.xps-video-modal-background-image-contaner.nextjs-image-container img{position:relative !important;width:100% !important;height:100% !important}.xps-video-modal-play-icon{position:absolute;top:50%;left:50%;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;border:0;-webkit-transform:translate(-30px, -30px);transform:translate(-30px, -30px);cursor:pointer;background-color:var(--sg-persistent-white);border-radius:1000px}@media(min-width: 768px){.xps-video-modal-play-icon{width:80px;height:80px;-webkit-transform:translate(-40px, -40px);transform:translate(-40px, -40px)}}.xps-video-modal__fa-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:9999}.xps-video-modal__fa-icon--white{color:var(--sg-secondary-ramp-1, #FFFFFF)}.xps-video-modal__fa-icon--dark{color:var(--sg-primary-ramp-1, #313638)}.xps-vp,.xps-video-modal{overflow:hidden}.xps-vp .react-player__preview,.xps-vp .xps-video-modal-background-image-contaner img,.xps-video-modal .react-player__preview,.xps-video-modal .xps-video-modal-background-image-contaner img{-webkit-transition:250ms ease-in-out;transition:250ms ease-in-out}.xps-vp .react-player__preview button,.xps-vp .xps-video-modal-background-image-contaner img button,.xps-video-modal .react-player__preview button,.xps-video-modal .xps-video-modal-background-image-contaner img button{-webkit-transition:250ms ease-in-out;transition:250ms ease-in-out}.xps-vp:hover .react-player__preview,.xps-vp:hover .xps-video-modal-background-image-contaner img,.xps-video-modal:hover .react-player__preview,.xps-video-modal:hover .xps-video-modal-background-image-contaner img{-webkit-transform:scale(1.08);transform:scale(1.08)}.xps-vp:hover .react-player__preview button,.xps-vp:hover .xps-video-modal-background-image-contaner img button,.xps-video-modal:hover .react-player__preview button,.xps-video-modal:hover .xps-video-modal-background-image-contaner img button{-webkit-transform:scale(0.92);transform:scale(0.92)}.xps-vp-hover-wrapper{width:100%;height:100%}.xps-vp-hover-wrapper video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.xps-vp-play-in-modal{width:100%}.xps-vp-play-in-modal video{height:unset !important}.xps-hero-banner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.xps-hero-banner-container .xps-herobanner-pre-title,.xps-hero-banner-container .xps-herobanner-content-container{text-align:var(--xps-herobanner-text-align, left)}.xps-hero-banner-container .xps-herobanner-background-container{height:calc(100vh - var(--xps-herobanner-margin-bottom, 80px))}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image{position:absolute;left:0;top:0;height:100%;width:100%}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video video,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video img,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image video,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video .xps-vp,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image .xps-vp{height:100% !important}.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-video .aspect-ratio,.xps-hero-banner-container .xps-herobanner-background-container .xps-herobanner-background-image .aspect-ratio{height:100%}.xps-hero-banner-container .xps-herobanner-content-grid{z-index:1;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container{color:var(--xps-herobanner-font-color, var(--sg-primary-ramp-1));padding:64px 20px;z-index:1;-webkit-box-sizing:content-box;box-sizing:content-box}@media(min-width: 768px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container{padding:64px 0}}@media(min-width: 992px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container{padding:72px 0}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-pre-title,.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-feature-text{margin:0 0 16px 0}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-header{margin:0 0 24px 0}@media(min-width: 768px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-header{margin:0 0 40px 0}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-sub-title{margin:0 0 32px 0}@media(min-width: 992px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-herobanner-sub-title{margin:0 0 40px 0}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .herobanner-content-button-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:8px}@media(min-width: 768px){.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .herobanner-content-button-container{gap:16px}}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .herobanner-content-button-container--hide{display:none}.xps-hero-banner-container .xps-herobanner-content-grid .xps-herobanner-content-container .xps-card-tile{color:var(--xps-herobanner-font-color, var(--sg-primary-ramp-1))}.xps-hero-banner-container.justify-content-start .xps-herobanner-content-container{padding:64px 20px}@media(min-width: 768px){.xps-hero-banner-container.justify-content-start .xps-herobanner-content-container{padding:64px 40px}}@media(min-width: 992px){.xps-hero-banner-container.justify-content-start .xps-herobanner-content-container{padding:72px 80px}}.xps-hero-banner-container__image-btn-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 768px){.xps-hero-banner-container__image-btn-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-hero-banner-container__image-btn-link{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.xps-hero-banner-container__image-btn{-o-object-fit:none;object-fit:none}.xps-herobanner-content-container--primary{height:100vh;min-height:512px}.xps-herobanner-content-container--secondary{height:550px}.xps-herobanner-content-container--tertiary{height:80vh;min-height:512px}.xps-plp-hero{position:relative}@media(min-width: 992px){.xps-plp-hero{background:-webkit-gradient(linear, left top, left bottom, color-stop(51.56%, rgba(240, 240, 240, 0)), to(#f0f0f0)),var(--sg-secondary-ramp-1, #fff);background:linear-gradient(180deg, rgba(240, 240, 240, 0) 51.56%, #f0f0f0 100%),var(--sg-secondary-ramp-1, #fff);display:-webkit-box;display:-ms-flexbox;display:flex;height:550px}}.xps-plp-hero__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(max-width: 991px){.xps-plp-hero__wrapper{padding:0}}@media(min-width: 992px){.xps-plp-hero__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-plp-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}@media(min-width: 768px){.xps-plp-hero__content{padding:40px}}@media(min-width: 992px){.xps-plp-hero__content{padding:unset}}.xps-plp-hero__image-wrapper{padding:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(51.56%, rgba(240, 240, 240, 0)), to(#f0f0f0)),var(--sg-secondary-ramp-1, #fff);background:linear-gradient(180deg, rgba(240, 240, 240, 0) 51.56%, #f0f0f0 100%),var(--sg-secondary-ramp-1, #fff)}@media(min-width: 992px){.xps-plp-hero__image-wrapper{position:absolute;right:0;bottom:0;height:100%;background:none;overflow:hidden}}.xps-plp-hero__image{width:auto !important;min-height:100%}@media(min-width: 992px){.product-hero-card__image{padding-right:40px}}.product-hero-card__children{display:grid;grid-template-columns:1fr;gap:20px;padding:24px 0}@media(min-width: 768px){.product-hero-card__children{grid-template-columns:1fr 1fr}}.product-hero-card__sticky-header{position:sticky;top:0;z-index:1}@media(max-width: 992px){.product-hero-card .xps-card-tile__children{display:none}}.pdp--v2 .pdp-buystack{--pdp-buystack-spacing-sides: 20px;max-width:1440px;margin:auto;padding:24px var(--pdp-buystack-spacing-sides) 0}@media(min-width: 768px){.pdp--v2 .pdp-buystack{--pdp-buystack-spacing-sides: 40px}}@media(min-width: 992px){.pdp--v2 .pdp-buystack{display:grid;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-template-columns:7fr 5fr;grid-template-rows:auto 1fr;grid-template-areas:"hero heading" "hero content"}}.pdp--v2 .pdp-buystack .pdp-buystack__heading{grid-area:heading;margin-bottom:24px}.pdp--v2 .pdp-buystack .pdp-buystack__hero{grid-area:hero;margin-bottom:32px}@media(min-width: 992px){.pdp--v2 .pdp-buystack .pdp-buystack__hero{margin-right:40px;margin-bottom:0}}@media(min-width: 992px){.pdp--v2 .pdp-buystack .pdp-buystack__hero .pdp-buystack__hero-inner{position:sticky;top:40px}}.pdp--v2 .pdp-buystack .pdp-buystack__content{grid-area:content;margin-bottom:20px}.pdp--v2 .pdp-buystack .pdp-buystack__content>div:has(div){padding:24px 0;border-top:1px solid var(--sg-primary-ramp-5)}.pdp-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1)}.pdp-heading--ratings{margin-bottom:20px}.pdp-heading .category-plp-link{min-height:16px}.pdp-heading--title{overflow-wrap:anywhere;margin:4px 0}.pdp-heading--label{margin-bottom:20px}.pdp-heading--productPrice{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.pdp-heading--productPrice .pdp-price-strinkthrough{text-decoration:line-through;color:var(--sg-primary-ramp-3)}.pdp-heading .xps-offer-callout{margin:0}.pdp-buystack__hero .xps-thumbnail-carousel-main{aspect-ratio:1/1}.pdp-buystack__hero .xps-thumbnail-carousel-main .splide__slide{margin-bottom:10px}.pdp-buystack__hero .xps-thumbnail-carousel-main .splide__slide .xps-vp .react-player__preview{background-size:contain !important;background-repeat:no-repeat;background-color:var(--sg-page-color)}.pdp-buystack__hero .xps-thumbnail-carousel-thumbnails .splide__slide{margin-bottom:16px !important}.pdp-atc-controls{--xps-swatchpicker-size: 40px;--xps-swatch-picker-border-width: 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.pdp-atc-controls .pdp-atc-controls__heading{letter-spacing:1px;color:var(--sg-primary-ramp-1, #313638)}.pdp-atc-controls__color{color:var(--sg-primary-ramp-1, #313638)}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button{width:100%}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button .xps-button-v2-desktop{display:none}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button{width:auto}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-add-to-cart-button .xps-button-v2-mobile{display:none}}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-right-section{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px}}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section{display:none}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:40px}}.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-left-section{display:none}@media(min-width: 768px){.pdp-v2-navigation .xps-pdp-navigation-container .xps-pdp-nav-left-section{display:-webkit-box;display:-ms-flexbox;display:flex}}.pdp-web-options-selector{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.pdp-web-options-selector .weboptions-container{background:var(--sg-secondary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px;border:1px solid var(--sg-primary-ramp-5)}.pdp-web-options-selector .weboptions-container:hover:not(.variant-selected){background:var(--sg-primary-ramp-6)}.pdp-web-options-selector .weboptions-container.variant-selected{background:var(--sg-primary-brand-bg)}.pdp-web-options-selector .weboptions-container .weboptions-items{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;gap:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;text-align:left;border:unset;background-color:unset}.pdp-web-options-selector .weboptions-container .weboptions-items .weboptions__underlabel{margin-top:8px}.pdp-web-options-selector .weboptions-container .weboptions-items input{pointer-events:none}.pdp-web-options-selector .weboptions-container .weboptions__form{padding-top:16px;border-top:1px solid var(--sg-primary-ramp-5)}.pdp-web-options-selector .weboptions-container .weboptions__form .xps-dropdown__label,.pdp-web-options-selector .weboptions-container .weboptions__form .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .pdp-web-options-selector .weboptions-container .weboptions__form .hw-label,.pdp-web-options-selector .weboptions-container .weboptions__form .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .pdp-web-options-selector .weboptions-container .weboptions__form .hw-form-group::before{margin-bottom:8px}.pdp-atc-controls__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 0px 16px 0px;gap:16px}.pdp-atc-controls__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px}.pdp-atc-controls__button{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.pdp-v2-line-item .xps-pdplineitem{padding:24px;background-color:var(--sg-primary-accent-1, #E1E2EF);border-radius:8px}.pdp-v2-line-item .xps-pdplineitem .xps-pdplineitem__content{color:var(--sg-primary-ramp-1);gap:16px}.pdp-included-with-purchase{color:var(--sg-primary-ramp-1)}.pdp-included-with-purchase .pdp-included-with-purchase__offer{margin:24px auto}.pdp-included-with-purchase .pdp-included-with-purchase__offer:last-child{margin-bottom:0px}.pdp-v2-support .accordionV2 .xps-support-doc-container{padding:8px 0 32px 0}.pdp-v2-support .accordionV2 .xps-support-doc-container .xps-support-doc-item-link{background:var(--sg-primary-brand-bg, #F5F5F5)}.pdp-v2-product-specification .accordionV2 .xps-product-spec-container{padding:8px 0 32px 0}.pdp-v2-product-specification .accordionV2 .xps-product-spec-container .xps-product-specifications{padding:40px 0}.pdp-v2-product-specification .accordionV2 .xps-product-spec-container .xps-product-specifications .xps-ps-feature-section{margin:0 0 40px 0}.atc--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media(min-width: 992px){.atc--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px}}.atc--container .atc--img{-o-object-fit:contain;object-fit:contain}@media(min-width: 992px){.atc--container .atc--img{width:40%}}.atc--container .atc-swatch--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 992px){.atc--container .atc-swatch--container{width:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}}.atc--container .atc-swatch--container .atc-swatch__color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-color-swatch-active{border:none}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container img{outline:2px solid var(--sg-primary-ramp-1, #313638);padding:1px}.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .btn-brandbg:hover,.atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .hw-payment-form__content .hw-form-transfer-methods .hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .atc--container .atc-swatch--container .atc-swatch__color .xps-swatchpicker-container .xps-swatchpicker-btn-container .hw-button:hover{background-color:rgba(0,0,0,0)}.atc--container .atc--footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.atc--container .bof.line-item .body-container>.content-wrapper{grid-template-columns:auto}.xps-modal--atc-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0px 20px;height:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #0A0A0A);gap:20px;border-bottom:1px solid var(--sg-alert-main-success, #007a31);background-color:var(--sg-alert-bg-success, #e2efe7)}.xps-modal--atc-header .xps-alert,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-modal--atc-header .hw-global-errors-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.xps-modal--atc-header .xps-alert .icon-wrapper,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-modal--atc-header .hw-global-errors-error .icon-wrapper{font-size:25px}.xps-modal--atc-header .xps-alert .icon-wrapper svg,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error .icon-wrapper svg,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .xps-modal--atc-header .hw-global-errors-error .icon-wrapper svg{margin-right:0px}@media(min-width: 768px){.xps-modal--atc-header{padding:0px 40px}}.xps-modal--atc-header button{padding:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xps-modal--atc-header button.xps-modal-close.xps-btnv2.btn-primary.btn-fill-borderless,.xps-modal--atc-header .hw-payment-form__content .hw-form-transfer-methods button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-modal--atc-header button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button{color:var(--sg-primary-ramp-1, #313638)}.xps-modal--body{min-height:480px}.xps-modal--atc{position:relative !important}.xps-modal-overlay--atc{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.pdp-related-products .xps-plp-product-cards{margin:0;padding-bottom:40px}.pdp-related-products .xps-plp-product-cards .xps-carousel-wrapper-header-section{padding:40px 0;margin-bottom:0px}.pdp-related-products .xps-plp-product-cards .xps-product-card-hover .xps-product-card-hover-content-section{margin-top:8px;gap:8px}.pdp-related-products .xps-plp-product-cards .xps-product-card-hover .xps-product-card-hover-content-section .xps-product-card-hover-content-title-section{padding-top:4px;padding-bottom:8px}.pdp-related-products .xps-plp-product-cards .xps-carousel-wrapper{padding:0}.pdp-v2-support-reviews-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}@media(min-width: 768px){.pdp-v2-support-reviews-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.pdp-v2-support-reviews-title__divider{display:none}@media(min-width: 768px){.pdp-v2-support-reviews-title__divider{display:block}}.pdp--v2 .accordionV2{border-bottom:1px solid var(--sg-primary-ramp-5)}.pdp--v2 .accordionV2 .accordion__header{padding:16px 8px 16px 0;cursor:pointer}.pdp--v2 .accordionV2 .accordion__header svg{font-size:16px}.pdp--v2 .accordionV2 .xps-support-doc-container{padding:8px 0 32px 0}.pdp--v2 .accordionV2 .xps-support-doc-container .xps-support-doc-item-link{background:var(--sg-primary-brand-bg, #F5F5F5)}.pdp-related-accessories .xps-accessories-widget{padding-bottom:40px}.pdp-related-accessories .xps-accessories-widget .xps-carousel-wrapper-header-section{padding:40px 0;margin-bottom:0px}.pdp-related-accessories .xps-accessories-widget .xps-product-card-hover .xps-product-card-hover-content-section{margin-top:8px;gap:8px}.pdp-related-accessories .xps-accessories-widget .xps-product-card-hover .xps-product-card-hover-content-section .xps-product-card-hover-content-title-section{padding-top:4px;padding-bottom:8px}.pdp-related-accessories .xps-accessories-widget .xps-carousel-wrapper{padding:0}.notifyme--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media(min-width: 992px){.notifyme--container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.notifyme--container .notifyme--img{-o-object-fit:contain;object-fit:contain;-ms-flex-preferred-size:40%;flex-basis:40%}@media(min-width: 992px){.notifyme--container .notifyme--img{width:40%}}.notifyme--container .notifyme-swatch--container{-ms-flex-preferred-size:60%;flex-basis:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.notifyme--container .notifyme-swatch--container .notifyme-block-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding-bottom:16px}.notifyme--container .notifyme-swatch--container .notifyme-block-header .notifyme-swatch__color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px}.notifyme--container .notifyme-swatch--container .notifyme-block-header .notifyme-swatch__color .xps-swatchpicker-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:4px}.notifyme--container .notifyme-swatch--container .notifyme--form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.notifyme--container .notifyme-swatch--container .notifyme--form .xps__label{margin-bottom:8px}.xps-modal-overlay-notify-me{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;z-index:999 !important}.xps-modal-overlay-notify-me .xps-modal-notify-me{position:relative !important}.pdp-v2-instructions .pdp-v2-instructions__content{background-color:var(--sg-primary-accent-1, #E1E2EF);padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;border-radius:8px}.pdp-v2-instructions .pdp-v2-instructions__content .pdp-v2-instructions__title{margin-bottom:16px}.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem{max-width:476px;border-radius:8px}.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem .xps-pdplineitem__content{display:unset}.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem .xps-pdplineitem__content .xps-pdplineitem__title{padding-bottom:8px}@media(min-width: 992px){.pdp-v2-instructions .pdp-v2-instructions__content .xps-pdplineitem .xps-pdplineitem__content .xps-pdplineitem__description{padding-right:36px}}.pdp--v2 #klarna-placement::part(osm-container),.pdp--v2 #klarna-placement *::part(osm-container){border:0;padding:0;padding-top:8px;color:var(---color-ramp-primary-ramp-1, #313638);text-align:left;font-family:"Helvetica Neue";font-size:14px;font-style:normal;font-weight:400;line-height:20px}.subscription-options-selector{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.subscription-options-selector .subscription-container{background:var(--sg-secondary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px;border:1px solid var(--sg-primary-ramp-5);border-radius:4px}.subscription-options-selector .subscription-container:hover:not(.variant-selected){background:var(--sg-primary-ramp-6)}.subscription-options-selector .subscription-container.variant-selected{background:var(--sg-primary-brand-bg);border-color:var(--sg-primary-ramp-1)}.subscription-options-selector .subscription-container .subscription-items{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;gap:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;text-align:left;border:unset;background-color:unset}.subscription-options-selector .subscription-container .subscription-items .subscription__underlabel{margin-top:8px}.subscription-options-selector .subscription-container .subscription-items input{pointer-events:none}.subscription-options-selector .subscription-container .subscription-items .xps-text{color:var(--sg-primary-ramp-1, #313638)}.subscription-options-selector .subscription-container .subscription_form_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid var(--sg-primary-ramp-6)}.subscription-options-selector .subscription-container .subscription_form_container .subscription__form{padding-top:16px;width:100%}.subscription-options-selector .subscription-container .subscription_form_container .subscription__form .xps-dropdown__label,.subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-label,.subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .subscription-options-selector .subscription-container .subscription_form_container .subscription__form .hw-form-group::before{margin-bottom:8px;font-size:12px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:1px;text-transform:uppercase}@media(min-width: 768px){.subscription-options-selector .subscription-container .subscription_form_container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px}}.pdp-usually-purchased-with{color:var(--sg-primary-ramp-1)}.pdp-usually-purchased-with .bof-config{--bof-line-item-image-size-desktop: 120px;--bof-line-item-image-size-mobile: 120px;--bof-line-item-control-gap: 6px;--bof-line-item-gap: 24px}.pdp-usually-purchased-with .bof.line-item{margin-top:0}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer{margin:24px auto}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer .line-item .head-container img{border:1px solid var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));border-radius:4px}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer:last-child{margin-bottom:0px}.pdp-usually-purchased-with .pdp-usually-purchased-with__offer .pdp-usually-purchased-with__offer-button{margin-top:8px}.xps-modal-overlay.xps-upsell-product-modal__overlay{z-index:998}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal.invisible{visibility:hidden}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack{padding:0;grid-template-columns:400px auto;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__heading{margin-bottom:0}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__hero{margin-right:0}@media(min-width: 992px){.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__hero .pdp-buystack__hero-inner{position:relative;top:0}}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack-description{margin-top:20px}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .pdp-buystack__content>div:has(div){border-top:0 none}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .xps-thumbnail-carousel .xps-thumbnail-carousel-main{border:0 none}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp--v2.upsell-product-modal__content .pdp-buystack .xps-thumbnail-carousel .xps-thumbnail-carousel-thumbnails{display:none}.xps-modal-overlay.xps-upsell-product-modal__overlay .xps-upsell-product-modal .pdp-atc-controls__actions{padding:0}.xps-pdp-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:20px}@media(min-width: 768px){.xps-pdp-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px;padding:40px}}@media(min-width: 992px){.xps-pdp-container{gap:60px}}.xps-pdp-product-info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;--xps-swtchpicker-size: 32px}.xps-pdp-product-info-container-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 768px){.xps-pdp-product-info-container-content{gap:24px;padding-top:24px}}@media(min-width: 992px){.xps-pdp-product-info-container-content{padding-top:40px}}.xps-pdp-product-info-container-content .xps-pdp-selected-color-text{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:10px 0;color:var(--xps-pdp-variant-color, rgba(49, 54, 56, 0.68))}@media(min-width: 768px){.xps-pdp-product-info-container-content .xps-pdp-selected-color-text{padding:0}}.xps-pdp-product-info-container-content .xps-pdp-selected-model-sku{color:var(--sg-primary-ramp-3)}.xps-pdp-product-info-container-content .xps-pdp-price-label-original{color:var(--sg-alert-main-grey);text-decoration:line-through;margin-right:5px}.xps-pdp-product-info-container .xps-klarna-placement-container{margin-top:40px}@media(min-width: 768px){.xps-pdp-product-info-container .xps-klarna-placement-container{margin-top:32px}}.xps-pdp-product-info-container *{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.xps-pdp-product-info-container-add-to-card{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-top:32px}@media(min-width: 768px){.xps-pdp-product-info-container-add-to-card{margin-top:32px;gap:8px}}@media(min-width: 992px){.xps-pdp-product-info-container-add-to-card{margin-top:40px}}.xps-pdp-product-info-container-add-to-card button{width:100% !important}.xps-pdp-product-info-container-add-to-card .xps-pdp-add-to-cart-button{width:auto !important}.xps-pdp-product-info-container-add-to-card .xps-quantity-counter-container{min-width:135px}.xps-pdp-product-info-container-add-to-card .xps-pdp-sold-out-badge span{color:var(--xps-pdp-sold-out-badge-text-color, rgba(10, 10, 10, 0.38))}.xps-add-cart{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.xps-add-cart--image-container{background-color:var(--sg-alert-bg-grey, #f5f5f5)}.xps-add-cart .xps-add-cart--color-swatch{margin-top:8px}.xps-add-cart .xps-add-cart--color-swatch-img{height:42px;width:42px;overflow:hidden;border:1px solid #fff;border-radius:50%;outline:1px solid;outline-color:var(--xps-swatch-picker-active-border-color, hsla(0, 0%, 4%, 0.68))}.xps-add-cart .xps-add-cart--color-swatch-img img{border:1px solid !important;border-color:var(--xps-swatch-picker-border-color, rgba(10, 10, 10, 0.12)) !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;border-radius:50%}.xps-add-to-cart-modal{max-width:688px}.dt-variant-viewer{display:block;width:100%;max-width:100%;overflow:hidden}.dt-variant-viewer .viewer-container{display:block;width:100%;aspect-ratio:1/1;overflow:hidden}.dt-variant-viewer .viewer-container .viewer-wrapper{display:block;position:relative;width:100%;height:100%}.dt-variant-viewer .viewer-container .viewer-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.dt-variant-viewer .viewer-container .video-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.dt-variant-viewer .variant-assets-wrapper{display:block;width:100%;overflow:hidden;overflow-x:auto;padding:.5rem 0;margin-top:30px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar{height:5px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar-thumb{background-color:#e2e2e2;outline:1px solid #e2e2e2}.dt-variant-viewer .variant-assets-wrapper .assets-list{display:block;text-align:center;white-space:nowrap}.dt-variant-viewer .variant-assets-wrapper .assets-list>li{display:inline-block;position:relative;width:auto;margin-left:0;margin-right:0;border:unset !important;opacity:.5;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:first-child{margin-left:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:last-child{margin-right:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:not(:first-child){margin-left:15px}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{position:relative;width:var(--dt-variant-viewer-tile-size-mobile, 70px);height:var(--dt-variant-viewer-tile-size-mobile, 70px);overflow:hidden;font-size:0;vertical-align:text-bottom;border:1px solid #d0d0d0}@media(min-width: 768px){.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{width:var(--dt-variant-viewer-tile-size-desktop, 70px);height:var(--dt-variant-viewer-tile-size-desktop, 70px)}}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset.video:after{content:"";display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.974.026C7.191.026 0 7.217 0 16c0 8.835 7.191 15.974 15.974 15.974 8.835 0 15.974-7.191 15.974-15.974C31.999 7.217 24.808.026 15.974.026zm0 30.972C7.756 30.998 1.027 24.269 1.027 16c0-8.218 6.729-14.947 14.947-14.947 8.27 0 14.947 6.729 14.947 14.947.051 8.27-6.677 14.998-14.947 14.998z'/%3E%3Cpath d='M21.47 16.103l-7.602-5.291a.605.605 0 00-.514-.051.54.54 0 00-.257.462v10.581c0 .205.103.36.257.462.051.051.154.051.257.051s.205-.051.308-.103l7.551-5.239a.467.467 0 00.205-.411c0-.205-.051-.36-.205-.462zm-7.345 4.725v-8.629l6.164 4.315-6.164 4.315z'/%3E%3C/svg%3E");background-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.3);background-repeat:no-repeat;border:0 none;outline:0 none;border-radius:50%;cursor:pointer;position:absolute;width:60%;height:60%;top:20%;left:20%}.dt-variant-viewer .variant-assets-wrapper .assets-list>li img.thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active,.dt-variant-viewer .variant-assets-wrapper .assets-list>li:hover{opacity:1}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;content:""}.offer-widget{--global-padding: 20px;--top-padding-sticky: 20px;--header-height: 80px;--footer-height: 80px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1)}@supports(min-height: 100dvh){.offer-widget{min-height:100dvh}}.offer-widget .offer-widget__header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;z-index:2;position:fixed;top:0;height:var(--header-height);width:100%}.offer-widget .offer-widget__body{-webkit-box-flex:1;-ms-flex:1;flex:1;z-index:1;padding-top:calc(var(--global-padding) + var(--header-height));padding-left:var(--global-padding);padding-right:var(--global-padding);padding-bottom:var(--global-padding)}@media(min-width: 768px){.offer-widget .offer-widget__body{--global-padding: 40px}}@media(min-width: 992px){.offer-widget .offer-widget__body{padding-top:calc(var(--global-padding) - var(--top-padding-sticky))}}.offer-widget .offer-widget__body .ow-primary-offer__hero-outer{position:relative}@media(min-width: 992px){.offer-widget .offer-widget__body .ow-primary-offer__hero-outer .ow-primary-offer__hero-sticky{padding-top:var(--top-padding-sticky);position:sticky;top:0}}.offer-widget .offer-widget__body .ow-primary-offer__details{margin-bottom:20px}@media(min-width: 992px){.offer-widget .offer-widget__body .ow-primary-offer__details{padding-top:var(--top-padding-sticky);margin-bottom:40px}}.offer-widget .offer-widget__footer{height:var(--footer-height);background-color:var(--sg-page-color)}@media(min-width: 992px){.offer-widget .offer-widget__body--with-no-primary-offer{margin-top:var(--header-height)}}.offer-widget .ow-primary-offer--v2 .ow-primary-offer__hero-outer{margin-bottom:20px}@media(min-width: 992px){.offer-widget .ow-primary-offer--v2 .ow-primary-offer__hero-outer{margin-bottom:0;padding-right:40px}}.offer-widget .ow-spacer-xs{margin-bottom:8px}.offer-widget .ow-spacer-s{margin-bottom:16px}.offer-widget .ow-spacer-sm{margin-bottom:20px}.offer-widget .ow-spacer-md{margin-bottom:20px}@media(min-width: 768px){.offer-widget .ow-spacer-md{margin-bottom:40px}}.offer-widget .xps-tag--bg-success{background-color:var(--sg-attention-cta) !important}.offer-widget--modal__overlay{position:fixed;inset:0;z-index:999}.offer-widget--modal__overlay .ReactModal__Content{inset:0 !important;padding:0 !important;border:none !important;border-radius:0 !important;overflow-y:auto;max-height:100vh}@supports(max-height: 100dvh){.offer-widget--modal__overlay .ReactModal__Content{max-height:100dvh}}.xps-offer-callout{color:var(--sg-alert-main-error);margin:8px 0}.offer-widget .offer-widget__header{background:var(--sg-page-color, #FFF)}.offer-widget .offer-widget__header .grid-container,.offer-widget .offer-widget__header .row{height:100%}.offer-widget .offer-widget__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.offer-widget .ow-primary-offer__hero-sticky{margin-bottom:20px}@media(min-width: 992px){.offer-widget .ow-primary-offer__hero-sticky{margin-bottom:0px}}.offer-widget .ow-primary-offer__hero-content{margin-bottom:32px;margin-top:16px}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-callout{margin-bottom:24px}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-content-features{list-style:none}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-content-features li{margin-top:8px}.offer-widget .ow-primary-offer__hero-content .ow-primary-offer__hero-content-features li .xps-icon-with-text{display:grid;grid-template-columns:24px 1fr;gap:8px;text-align:left}@media(min-width: 992px){.offer-widget .ow-primary-offer__hero-content--mobile{display:none}}.offer-widget .ow-primary-offer__hero-content--desktop{margin-top:24px;display:none}@media(min-width: 992px){.offer-widget .ow-primary-offer__hero-content--desktop{display:block;margin-bottom:0}}.offer-widget .ow-primary-offer__heading .ow-primary-offer__heading-subheading{margin-top:16px;padding-bottom:32px}.offer-widget .ow-primary-offer-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.offer-widget .ow-primary-offer__footer-callout{margin-top:32px}.offer-widget .ow-primary-offer__footer-action{margin:32px 0}.offer-widget .ow-standard-offer{height:100%}.offer-widget .ow-standard-offers__divider{padding-bottom:24px}.offer-widget .ow-standard-offers__heading{padding-bottom:24px}.offer-widget .ow-primary-offer__buystack .ow-primary-offer__buystack__setup-later{margin-top:32px}.offer-widget .ow-alert.ow-alert--mobile{margin-bottom:20px}@media(min-width: 992px){.offer-widget .ow-alert.ow-alert--mobile{display:none}}.offer-widget .ow-alert.ow-alert--desktop{display:none}@media(min-width: 992px){.offer-widget .ow-alert.ow-alert--desktop{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px}}.offer-widget .ow-alert.ow-alert--v2{color:var(--xps-icon-with-text-color)}.offer-widget .ow-alert.ow-alert--v2 .xps-icon-with-text__title{color:inherit}.offer-widget .ow-alert.ow-alert--v2 .xps-icon-with-text svg{color:inherit}.offer-widget .ow-alert.ow-alert--v2 .xps-icon-with-text svg path{fill:currentColor}.offer-widget .ow-alert.ow-alert--v2.ow-alert--mobile{margin-bottom:20px}@media(min-width: 768px){.offer-widget .ow-alert.ow-alert--v2.ow-alert--mobile{display:none}}.offer-widget .ow-alert.ow-alert--v2.ow-alert--desktop{display:none}@media(min-width: 768px){.offer-widget .ow-alert.ow-alert--v2.ow-alert--desktop{display:unset;margin-bottom:0}}.offer-widget .ow-image-grid{container:imagegrid;container-type:inline-size}.offer-widget .ow-image-grid .ow-image-grid__inner{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);gap:20px;padding:20px;border-radius:16px;border:1px solid var(--sg-primary-ramp-5)}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item{overflow:hidden}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(1){grid-column:1;grid-row:2}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(2){grid-column:1/3;grid-row:1;justify-self:center;max-width:50%}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(3){grid-column:2;grid-row:2}@container imagegrid (width > 540px){.offer-widget .ow-image-grid .ow-image-grid__inner{grid-template-columns:repeat(3, 1fr);grid-template-rows:auto}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(1){grid-column:auto;grid-row:auto}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(2){grid-column:auto;grid-row:auto;justify-self:auto;max-width:none}.offer-widget .ow-image-grid .ow-image-grid__inner .ow-image-grid__item:nth-child(3){grid-column:auto;grid-row:auto}}.offer-widget .ow-features--2col{grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}.offer-widget .ow-features{display:grid;list-style:none;gap:0 20px}.offer-widget .ow-features .xps-icon-with-text__title{color:var(--xps-icon-with-text-color) !important;text-align:left}.align-items-start li>div{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.offer-widget .ow-options{width:100%;display:grid;gap:20px;grid-template-columns:1fr;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media(min-width: 768px){.offer-widget .ow-options{grid-template-columns:repeat(2, 1fr)}}.offer-widget .ow-options .ow-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;border-radius:16px;border:1px solid var(--sg-primary-ramp-5);min-height:270px;-webkit-transition:border-color .2s,background-color .2s;transition:border-color .2s,background-color .2s}.offer-widget .ow-options .ow-option:hover{border-color:var(--sg-primary-ramp-1);background-color:var(--sg-secondary-ramp-6)}.offer-widget .ow-options .ow-option:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;border-radius:8px}.offer-widget .ow-options .ow-option .ow-option-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.offer-widget .ow-options .ow-option .ow-option-tags{min-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:var(--ow-spacer-sm, 16px)}.offer-widget .ow-options .ow-option .ow-option-tags .xps-tag--bg-success{padding:2px 8px}.offer-widget .ow-options .ow-option .ow-option-button{margin-top:auto;width:100%}.offer-widget .ow-options .ow-option .ow-option-button button{height:unset;min-height:48px}.offer-widget .ow-options .ow-option .ow-option-button button span{font-size:14px}.offer-widget .ow-coffee-buystack-container{background-color:var(--sg-primary-brand-bg);border-radius:16px;border:1px solid var(--sg-primary-ramp-5)}.offer-widget .ow-coffee-buystack-container .ow-coffee-buystack__router{padding:40px}.offer-widget .ow-coffee-buystack-container .ow-coffee-buystack__options{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}.offer-widget .ow-coffee-buystack-container .ow-coffee-buystack__options button{border-radius:16px}.option-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.option-group .option-group__options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}.option-group.keyboard-focused .option-group__options{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;border-radius:8px}.option-group .option-group__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding:16px 0;border:1px solid var(--sg-primary-ramp-1);border-left:0;border-radius:0;cursor:pointer;-webkit-transition:background .2s,color .2s,border .2s,-webkit-box-shadow .2s;transition:background .2s,color .2s,border .2s,-webkit-box-shadow .2s;transition:background .2s,color .2s,border .2s,box-shadow .2s;transition:background .2s,color .2s,border .2s,box-shadow .2s,-webkit-box-shadow .2s;outline:none}.option-group .option-group__option:hover{-webkit-box-shadow:inset 0 0 0 1px var(--sg-primary-ramp-1);box-shadow:inset 0 0 0 1px var(--sg-primary-ramp-1)}.option-group .option-group__option .option-group__option-label{padding:0 4px}.option-group .option-group__option:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-left:1px solid var(--sg-primary-ramp-1)}.option-group .option-group__option:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.option-group .option-group__option.selected{background:var(--sg-primary-ramp-1);color:var(--sg-page-color);border-color:var(--sg-primary-ramp-1)}.option-group .option-group__option:disabled{opacity:.5;cursor:not-allowed}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:8px}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__callout{color:var(--sg-persistent-white);display:inline-block;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__title{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@container buystack (min-width: 640px){.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__title{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.xps-buystack-v2 .xps-buystack-heading--v2 .xps-buystack-heading__row--v2 .xps-buystack-heading__callout{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.xps-buystack-v2 .xps-buystack-options-v2{--xps-buystack-options-dropdown-spacing: 16px;--xps-buystack-options-element-spacing: 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-buystack-v2 .xps-buystack-options-v2>div{padding:var(--xps-buystack-options-element-spacing) 0}.xps-buystack-v2 .xps-buystack-options-v2>div:first-of-type{padding-top:0}.xps-buystack-v2 .xps-buystack-options-v2>div:last-of-type{padding-bottom:0}.xps-buystack-v2 .xps-buystack-options-v2>button{margin-top:var(--xps-buystack-options-element-spacing)}.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--xps-buystack-options-dropdown-spacing);padding:16px 0 28px 0}.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>*{width:100%}@container buystack (width > 640px){.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>*{width:calc((100% - var(--xps-buystack-options-dropdown-spacing))/2)}}.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .xps-dropdown__label,.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-label,.xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .xps-buystack-v2 .xps-buystack-options-v2 .xps-buystack-options__dropdowns>* .hw-form-group::before{font-size:12px;font-weight:bold;letter-spacing:1px;text-transform:uppercase}.xps-buystack-v2 .xps-buystack-options__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-buystack-v2{container:buystack;container-type:inline-size}.xps-buystack-v2 .ow-spacer-sm{margin-bottom:28px !important}.xps-buystack-v2 .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.xps-buystack-v2 .rc-collapse:last-child{margin-bottom:unset}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item{border-radius:16px;border:1px solid var(--sg-primary-ramp-5);margin-bottom:16px;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item:hover{background-color:var(--sg-primary-ramp-6)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item:last-child{margin-bottom:unset}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item:hover{background-color:var(--sg-primary-brand-bg, #F5F5F5)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active{background-color:var(--sg-primary-accent-1);padding:40px 20px}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header{padding:0 0 28px}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header{padding:40px 24px;margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1)}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content{color:unset;overflow:unset;padding:0;background-color:unset;-webkit-transition:height 300ms ease,opacity 0ms ease;transition:height 300ms ease,opacity 0ms ease}.xps-buystack-v2 .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.xps-pdp-navigation-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:var(--xps-pdp-nav-bar-height, 80px);position:var(--xps-pdp-navbar-position, fixed);left:0;bottom:calc(-1*var(--xps-pdp-nav-bar-height, 80px));-webkit-transition:all .4s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all .4s cubic-bezier(0.165, 0.84, 0.44, 1);border-top:1px solid var(--sg-primary-ramp-6);z-index:6;background:var(--sg-primary-brand-bg, #F8F4F0)}@media(min-width: 992px){.xps-pdp-navigation-container{top:calc(-1*var(--xps-pdp-nav-bar-height, 80px));border-bottom:1px solid var(--sg-primary-ramp-6)}}.xps-pdp-navigation-container-max-width{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1440px;margin:auto;padding:0 20px}@media(min-width: 768px){.xps-pdp-navigation-container-max-width{padding:0 40px}}.xps-pdp-navigation-container .xps-pdp-nav-left-section{display:none}@media(min-width: 992px){.xps-pdp-navigation-container .xps-pdp-nav-left-section{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:0;gap:32px;margin:0}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a{text-decoration:none;background:rgba(0,0,0,0);color:var(--sg-primary-ramp-1, #0A0A0A)}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a p{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a p::after{content:attr(data-label);content:attr(data-label)/"";height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;font-weight:600}@media speech{.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a p::after{display:none}}.xps-pdp-navigation-container .xps-pdp-nav-left-section .xps-pdp-nav-links .xps-pdp-nav-link-item a.active p{color:var(--sg-primary-ramp-1);font-weight:600}.xps-pdp-navigation-container .xps-pdp-nav-right-section{display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--xps-pdp-nav-bar-height, 80px);width:100%;gap:12px}@media(min-width: 992px){.xps-pdp-navigation-container .xps-pdp-nav-right-section{width:auto}}.xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section .xps-pdp-price-label-text{margin:0}.xps-pdp-navigation-container .xps-pdp-nav-right-section .xps-pdp-price-label-section .xps-pdp-price-label-original{color:var(--sg-alert-main-grey);text-decoration:line-through;margin-right:5px}.xps-pdp-navigation-container.show-nav{bottom:0}@media(min-width: 992px){.xps-pdp-navigation-container.show-nav{top:0}}.xps-pdp-navigation-container.hide-nav{bottom:calc(-1*var(--xps-pdp-nav-bar-height, 80px))}@media(min-width: 992px){.xps-pdp-navigation-container.hide-nav{top:calc(-1*var(--xps-pdp-nav-bar-height, 80px))}}.xps-lineitem--reset .line-item,.xps-warranty .line-item{margin-top:0 !important}.xps-lineitem--reset .line-item .main-wrapper,.xps-warranty .line-item .main-wrapper{gap:24px}@media(min-width: 768px){.xps-lineitem--reset .line-item .main-wrapper,.xps-warranty .line-item .main-wrapper{overflow:visible !important}}.xps-lineitem--reset .line-item .content-wrapper,.xps-warranty .line-item .content-wrapper{padding:0 !important;grid-template-columns:unset !important}.xps-lineitem--reset .line-item .control-group,.xps-warranty .line-item .control-group{width:100% !important;margin-bottom:16px;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;gap:8px}@media(min-width: 768px){.xps-lineitem--reset .line-item .control-group,.xps-warranty .line-item .control-group{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}}.xps-lineitem--reset .line-item .control-group .line-item-control,.xps-warranty .line-item .control-group .line-item-control{margin:0 !important}.xps-lineitem--reset .line-item .control-group .xps-btnv2.btn-black,.xps-warranty .line-item .control-group .xps-btnv2.btn-black,.xps-lineitem--reset .line-item .control-group .hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-lineitem--reset .line-item .control-group .btn-black.hw-button,.xps-warranty .line-item .control-group .hw-payment-form__content .hw-form-transfer-methods .btn-black.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-warranty .line-item .control-group .btn-black.hw-button{border:1px solid var(--sg-primary-ramp-1) !important}.xps-warranty{--bof-line-item-control-gap: 8px}.xps-warranty .attr-container{margin-bottom:8px}.xps-warranty .head-container{--bof-line-item-image-size-mobile: 120px;background-color:var(--sg-primary-ramp-7);border-radius:4px;height:120px}@media(min-width: 768px){.xps-warranty .head-container{--bof-line-item-image-size-desktop: 120px }}.warranty-faq .warranty-faq__btn{padding:0px !important}.xps-toggle-switch-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.xps-toggle-switch-container p{margin:0}.xps-toggle-switch-container .xps-toggle-switch{position:relative;display:inline-block;width:56px;height:24px}@media(min-width: 768px){.xps-toggle-switch-container .xps-toggle-switch{width:72px;height:32px}}.xps-toggle-switch-container .xps-toggle-switch input{opacity:0}.xps-toggle-switch-container .xps-toggle-switch input:checked+.slider{background-color:var(--xps-toggle-switch-slider-checked-background, #5A494C)}.xps-toggle-switch-container .xps-toggle-switch input:checked+.slider::before{-webkit-transform:translateX(32px);transform:translateX(32px)}@media(min-width: 768px){.xps-toggle-switch-container .xps-toggle-switch input:checked+.slider::before{-webkit-transform:translateX(38px);transform:translateX(38px)}}.xps-toggle-switch-container .xps-toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--xps-toggle-switch-slider-background, rgba(10, 10, 10, 0.38));-webkit-transition:.4s;transition:.4s;border-radius:30px}.xps-toggle-switch-container .xps-toggle-switch .slider::before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:var(--xps-toggle-switch-slider-indicator-color, #fff);-webkit-transition:.4s;transition:.4s;border-radius:50%}@media(min-width: 768px){.xps-toggle-switch-container .xps-toggle-switch .slider::before{height:26px;width:26px;left:4px;bottom:3px}}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:48px;line-height:56px}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}.xps-text-h1{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:40px;line-height:56px}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}.xps-text-h2{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:32px;line-height:48px}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:28px;line-height:40px}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}.xps-text-h4{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}.xps-text-h4-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}.xps-text-h5-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}.xps-text-h6{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:18px;line-height:22px}.xps-text-h6-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:18px;line-height:22px}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}.xps-text-p1-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:14px;line-height:20px}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:14px;line-height:20px}.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:12px;line-height:16px}.xps-text-p4-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:16px}.xps-text-caps-label{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:24px;letter-spacing:1px;text-transform:uppercase}.xps-text-cart-count{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:8px;line-height:100%;letter-spacing:-0.5px}.xps-text a{display:inline-block;text-decoration:none;border-bottom:1px solid;color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}.no-underline a{border-bottom:0}.xps-default-tooltip{padding:12px !important;max-width:242px !important;opacity:1 !important;border-radius:4px !important;font-size:12px !important}.xps-compare-tile-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;position:relative;background:var(--xps-compare-tile-background, #EFE7DD)}@media(min-width: 768px){.xps-compare-tile-container{padding:32px 40px}}@media(min-width: 992px){.xps-compare-tile-container{padding:40px}}.xps-compare-tile-container button,.xps-compare-tile-container p{padding:0;margin:0}.xps-compare-tile-container .xps-compare-tile-header-section{display:-webkit-box;display:-ms-flexbox;display:flex}.xps-compare-tile-container .xps-compare-tile-header-section button{padding:0;height:24px}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-compare-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media(min-width: 992px){.xps-compare-tile-container .xps-compare-tile-compare-button{position:absolute;bottom:40px;right:40px}}.xps-compare-tile-container .xps-compare-tile-compare-button .xps-btnv2,.xps-compare-tile-container .xps-compare-tile-compare-button .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-compare-tile-container .xps-compare-tile-compare-button .hw-button{width:100%}.xps-compare-tile-container .xps-compare-tile-product-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-top:24px;margin-bottom:32px}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-product-section{gap:20px;margin-top:32px;margin-bottom:40px}}@media(min-width: 992px){.xps-compare-tile-container .xps-compare-tile-product-section{margin-top:40px;margin-bottom:0}}.xps-compare-tile-container .xps-compare-tile-product-section .xps-product-card-hover-content-section{margin-top:8px}.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-product{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:33%}@media(min-width: 992px){.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-product{max-width:210px}}.xps-compare-tile-container .xps-compare-tile-product-section .xps-product-card-hover-media-section .xps-compare-section{top:8px;right:8px}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-product-section .xps-product-card-hover-media-section .xps-compare-section{top:16px;right:16px}}.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-select-imge-placeholder{border:1px solid rgba(10,10,10,.38);aspect-ratio:1/1;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-select-imge-placeholder p{color:rgba(10,10,10,.68);padding:0 16px;text-align:center}@media(min-width: 768px){.xps-compare-tile-container .xps-compare-tile-product-section .xps-compare-tile-select-imge-placeholder p{padding:0 40px}}.xps-modal{background:var(--sg-page-color, rgb(255, 255, 255));position:fixed;top:0;width:100%;height:100vh}@media(min-width: 992px){.xps-modal{position:relative;top:unset;width:75vw;max-width:1080px;max-height:80vh;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.xps-modal__header-wrapper{border-bottom:1px solid var(--sg-primary-ramp-6);position:sticky;top:0;z-index:100}.xps-modal--header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0px 20px;min-height:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #0A0A0A);gap:20px;background-color:var(--sg-primary-brand-bg, rgb(245, 245, 245))}@media(min-width: 768px){.xps-modal--header{padding:0px 40px}}.xps-modal--header button{padding:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xps-modal--header button.xps-modal-close.xps-btnv2.btn-primary.btn-fill-borderless,.xps-modal--header .hw-payment-form__content .hw-form-transfer-methods button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-modal--header button.xps-modal-close.btn-primary.btn-fill-borderless.hw-button{color:var(--sg-primary-ramp-1, #313638)}.xps-modal--body{--xps-row-gap: 20px;padding:20px;background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1, #0A0A0A);max-height:calc(100vh - 169px);overflow:auto}@media(min-width: 768px){.xps-modal--body{padding:40px}}@media(min-width: 992px){.xps-modal--body{height:100%}}.xps-modal--footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:24px;padding:20px;background-color:var(--sg-page-color, #F8F4F0);border-top:1px solid var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));width:100%;position:absolute;bottom:0}@media(min-width: 768px){.xps-modal--footer{padding:20px 40px}}@media(min-width: 992px){.xps-modal--footer{position:relative}}@media(max-width: 767px){.xps-modal.xps-modal-mobile-slide-down{position:absolute;top:-50%;-webkit-animation-name:slidedown;animation-name:slidedown;-webkit-animation-duration:250ms;animation-duration:250ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}}.xps-modal.xps-modal--fullscreen{width:100%;height:100%;max-width:100%;max-height:100%;overflow:auto}.xps-modal.xps-modal--fullscreen .xps-modal--body{width:100%;max-height:100%;max-width:1360px;margin:0 auto;overflow:unset}.xps-modal.xps-modal--fullscreen .xps-modal--header{background-color:var(--sg-page-color);max-width:1360px;width:100%;margin:auto}@keyframes slidedown{from{top:-50%}to{top:0%}}.xps-modal-overlay{position:fixed;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;inset:0;background:var(--sg-persistent-overlay-5, rgba(0, 0, 0, 0.5))}.gs-tray{font-family:var(--gs-font-primary);position:relative;background:var(--sg-primary-ramp-1, #313638);margin:auto;padding:15px 20px 0}@media(min-width: 768px){.gs-tray{padding:19px 0;background:var(--sg-secondary-ramp-1, #fff)}}.gs-tray .gs-tray-header{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:var(--gs-max-width, 1920px);margin:auto;grid-template-columns:16fr 1fr}@media(min-width: 768px){.gs-tray .gs-tray-header{grid-template-columns:1fr 3fr 1fr}}.gs-tray .gs-panel{display:grid;grid-template-columns:1fr;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding:35px 0;max-width:var(--gs-max-width, 1920px)}@media(min-width: 768px){.gs-tray .gs-panel{grid-template-columns:.5fr 1.5fr 1fr;gap:20px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding:0 40px;margin:0 auto}}@media(min-width: 768px)and (max-width: 992px){.gs-tray .gs-panel{grid-template-columns:1fr}}.gs-tray .gs-panel .gs-column{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--sg-secondary-ramp-5)}.gs-tray .gs-panel .gs-column:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}@media(min-width: 768px){.gs-tray .gs-panel .gs-column{margin-bottom:unset;padding-bottom:unset;border-bottom:unset}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;gap:20px;min-height:400px}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col>span{display:contents}}.gs-tray .gs-panel .gs-column .gs-col-link{display:block;margin-top:20px;color:var(--sg-secondary-ramp-1);text-decoration:underline}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-col-link{color:var(--sg-primary-ramp-1)}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-secondary-col{min-height:400px}}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card{margin-bottom:20px}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card:nth-of-type(1n + 4){display:none}.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-primary-ramp-1)}}.gs-tray .run-search__form{display:grid;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;grid-column:span 2;margin-top:25px}@media(min-width: 768px){.gs-tray .run-search__form{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;grid-column:unset;margin-top:unset}}.gs-tray .run-search__form .run-search__input{background-color:var(--sg-secondary-ramp-1);border:0 !important;border-radius:10px !important;padding-top:8px !important;padding-bottom:8px !important;padding-left:50px !important}@media(min-width: 768px){.gs-tray .run-search__form .run-search__input{background-color:var(--sg-primary-ramp-7)}}.gs-tray .search-icon__svg path{--search-color: #717578}.gs-tray .gs-close-btn{margin-left:auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 768px){.gs-tray .gs-close-btn{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:40px}}.gs-tray .gs-close-btn button{display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(0,0,0,0);border:0;cursor:pointer}.gs-tray .gs-close-btn button path{--h-color: var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-close-btn button path{--h-color: var(--sg-primary-ramp-1)}}.gs-tray .xps-separator{display:none}@media(min-width: 768px){.gs-tray .xps-separator{display:unset}}.gs-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.gs-header{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:40px}}@media(min-width: 768px)and (max-width: 992px){.gs-header{padding-left:30px}}.gs-header svg{width:62px;margin-left:20px}@media(min-width: 768px){.gs-header svg{width:unset;margin-left:unset}}.gs-header path{--h-color: #fff;fill:var(--h-color, #fff)}@media(min-width: 768px){.gs-header path{--h-color: #421540;fill:var(--h-color, #421540)}}.gs-header .logo{padding:0 !important}@media(min-width: 768px){.gs-header .logo{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}}.gs-tray-title{color:var(--sg-secondary-ramp-2);margin-bottom:25px}@media(min-width: 768px){.gs-tray-title{color:var(--sg-primary-ramp-2);margin-bottom:30px}}.gs-text-list{list-style:none}.gs-text-list li{font-size:.75rem;line-height:normal;text-transform:capitalize;color:var(--sg-primary-ramp-1, #313638);margin-bottom:20px}.gs-text-list li:last-child{margin-bottom:0}.gs-text-list li a{--h-color: var(--sg-secondary-ramp-1, #fff)}@media(min-width: 768px){.gs-text-list li a{--h-color: var(--sg-primary-ramp-1, #313638)}}.gs-result{margin-bottom:30px}.gs-result .gs-result-title{margin:35px 20px 20px}@media(min-width: 768px){.gs-result .gs-result-title{text-align:center;margin:50px auto 20px}}.gs-result .gs-result-tabs{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.gs-result .gs-result-tabs{margin-bottom:60px}}.gs-result .gs-result-filters{margin-bottom:30px}.gs-result .gs-filter-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;margin-bottom:15px}.gs-result .gs-filter-tabs>button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs>button:last-child{margin-left:unset;-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:last-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-left:auto;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs .active{border:1px var(--sg-primary-ramp-1) solid}.gs-result .gs-filter-tabs .xps-button svg{all:unset}.gs-result .gs-filter-tabs .gs-filter-swipe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:-0.875rem;overflow:hidden;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.gs-result .gs-filter-tabs .gs-filter-swipe::-webkit-scrollbar{display:none}.gs-result .gs-filter-tabs .gs-filter-swipe>button{color:var(--sg-primary-ramp-1, #313638)}@media(max-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe>button:last-child{margin-right:.875rem}}.gs-result .gs-filter-tabs .gs-filter-swipe>button:focus{outline-offset:-1px}@media(min-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-right:unset}}.gs-result .gs-filter-tabs .filter-active-enabled{border:1px solid var(--sg-primary-ramp-1, #313638)}.gs-result .gs-result-product-grid{padding-top:15px}.gs-result .gs-result-product-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px 10px}@media(min-width: 768px){.gs-result .gs-result-product-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:30px 20px}}.gs-result .gs-result-inspo-grid{padding-top:15px}.gs-result .gs-result-inspo-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:50px 20px}}@media(min-width: 1200px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(4, 1fr);gap:50px 20px}}.gs-result .gs-result-text{margin:30px 0 10px;text-align:center}.gs-result .gs-result-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gs-result .gs-result-pagination button{--xps-btn-primary-color: #313638;font-weight:bold;font-size:1rem}.gs-result .gs-no-result-product{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px 10px}@media(min-width: 768px){.gs-result .gs-no-result-product{grid-template-columns:repeat(3, 1fr);gap:20px}}.gs-result .gs-no-result-product>div:nth-of-type(1n + 4){display:none}.gs-result .gs-no-result-inspo{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-no-result-inspo{grid-template-columns:repeat(4, 1fr);gap:20px}}.gs-result .gs-no-result-inspo>div:nth-of-type(1n + 5){display:none}.gs-result .gs-no-result-title{margin-bottom:20px}.xps-tag{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:var(--xps-alert-border-radius, 0.25rem)}.xps-tag--bg-none{background-color:rgba(0,0,0,0)}.xps-tag--bg-primary{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}.xps-tag--bg-secondary{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1)}.xps-tag--bg-persistent-black{background-color:var(--sg-persistent-black);color:var(--sg-persistent-white)}.xps-tag--bg-persistent-white{background-color:var(--sg-persistent-white);color:var(--sg-persistent-black)}.xps-tag--bg-accent{background-color:var(--sg-brand-accent-1);color:var(--sg-persistent-white)}.xps-tag--bg-success{background-color:var(--sg-alert-main-success);color:var(--sg-persistent-white)}.xps-tag--bg-error{background-color:var(--sg-alert-main-error);color:var(--sg-persistent-white)}.xps-tag--bg-brand-variation{background-color:var(--sg-brand-variation);color:var(--sg-persistent-white)}.xps-tag--bg-white-accent{background-color:var(--sg-persistent-white);color:var(--sg-brand-accent-1)}.xps-tag--bg-attention-cta{background-color:var(--sg-attention-cta);color:var(--sg-persistent-white)}.xps-tag--text-primary{color:var(--sg-primary-ramp-1)}.xps-tag--text-secondary{color:var(--sg-secondary-ramp-1)}.xps-tag--text-persistent-black{color:var(--sg-persistent-black)}.xps-tag--text-persistent-white{color:var(--sg-persistent-white)}.xps-tag--text-accent{color:var(--sg-brand-accent-1)}.xps-tag--text-success{color:var(--sg-alert-main-success)}.xps-tag--text-error{color:var(--sg-alert-main-error)}.xps-tag--text-brand-variation{color:var(--sg-brand-variation)}.xps-tag--text-white-accent{color:var(--sg-brand-accent-1)}.xps-tag--text-attention-cta{color:var(--sg-attention-cta)}.xps-tag--padding{padding:0 8px}.xps-tag--icon svg{padding-left:3px}.xps-tag--icon .xps-tag--padding{padding-right:6px}.xps-tag a,.xps-tag span{text-decoration:none;color:inherit}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.auth.sign-in{color:var(--sg-primary-ramp-1)}.auth.sign-in .sign-in__options{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0 28px}.auth.sign-in .sign-in__options .sign-in--link{margin-left:4px;padding:0;height:unset}.auth.sign-in .sign-in__error{margin-bottom:28px}.auth.sign-in .sign-in__inputs .sign-in--password{margin-top:40px}.auth.sign-in .sign-in--forgot-password{margin:8px 0 0;padding:0;height:unset}.auth.sign-in .sign-in__button-wrapper .sign-in--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.sign-in .sign-in__button-wrapper .sign-in--button{width:auto}}.auth.sign-in .sign-in--social{margin-top:40px}.auth.create-account{color:var(--sg-primary-ramp-1)}.auth.create-account .create-account__sign-in{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0 28px 0}.auth.create-account .create-account__sign-in .create-account--link{margin-left:4px;padding:0;height:unset}.auth.create-account .create-account__error{margin-bottom:28px}.auth.create-account .create-account__body .create-account--pb{display:grid}.auth.create-account .create-account__body .create-account--pb>div{padding-bottom:40px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.auth.create-account .create-account__body .create-account--pb>div:last-child{padding-bottom:0}.auth.create-account .create-account__footer{margin-top:40px}.auth.create-account .create-account__footer .create-account__button-wrapper .create-account--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.create-account .create-account__footer .create-account__button-wrapper .create-account--button{width:auto}}.auth.create-account .create-account-checkout__title{margin-top:24px}.auth.create-account .create-account-checkout__subtitle{margin:40px 0 24px}.auth.create-account .create-account-checkout__list{display:grid;gap:8px;margin-bottom:40px}.auth.create-account .create-account-checkout__list>div{display:grid;grid-template-columns:auto 1fr;gap:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.auth.create-account .create-account-checkout__list>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.auth.create-account .create-account-checkout__list>div svg{margin-top:3px}.auth.create-account .create-account-checkout--email{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.auth.create-account .create-account-checkout--email .xps__input,.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input{border:0;padding:0}.auth.create-account .create-account-checkout .create-account--social{margin-top:40px}.auth.guest-checkout{color:var(--sg-primary-ramp-1)}.auth.guest-checkout .guest-checkout__head{margin:0 0 28px 0}.auth.guest-checkout .guest-checkout__account{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:8px}.auth.guest-checkout .guest-checkout__account .guest-checkout--link{margin-left:4px;padding:0;height:unset}.auth.guest-checkout .guest-checkout__error{margin-bottom:28px}.auth.guest-checkout .guest-checkout__body .guest-checkout--required{margin-bottom:40px}.auth.guest-checkout .guest-checkout__body .guest-checkout--pb>div{padding-bottom:40px}.auth.guest-checkout .guest-checkout__footer .guest-checkout--unsubscribe{color:var(--sg-primary-ramp-3)}.auth.guest-checkout .guest-checkout__footer .guest-checkout--unsubscribe a{color:var(--sg-primary-ramp-3)}.auth.guest-checkout .guest-checkout__footer .guest-checkout__button-wrapper .guest-checkout--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.guest-checkout .guest-checkout__footer .guest-checkout__button-wrapper .guest-checkout--button{width:auto}}.auth.social-login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--sg-primary-ramp-1);margin-top:40px}@media(max-width: 767px){.auth.social-login{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}}.auth.social-login .social-login__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;margin-top:16px}.auth.social-login .social-login__wrapper>*{margin-right:16px;padding:0;height:unset}.auth.social-login .social-login__wrapper>*:last-child{margin-right:0}.auth.auth-forgot-password{color:var(--sg-primary-ramp-1)}.auth.auth-forgot-password .auth-forgot-password--subtitle{margin-top:8px}.auth.auth-forgot-password .auth-forgot-password__body{margin-top:28px}.auth.auth-forgot-password .auth-forgot-password__error{margin-top:28px}.auth.auth-forgot-password .auth-forgot-password__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer{-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button,.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{width:100%;margin-top:40px;display:block}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button,.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{width:auto;margin-right:8px}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button:last-child,.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button:last-child{margin-right:0}}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--send-button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 768px){.auth.auth-forgot-password .auth-forgot-password__footer .auth-forgot-password--back-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.auth.auth-forgot-password-submitted{color:var(--sg-primary-ramp-1)}.auth.auth-forgot-password-submitted .auth-forgot-password-submitted--subtitle{margin-top:8px}.auth.auth-forgot-password-submitted .auth-forgot-password-submitted__footer .auth-forgot-password-submitted--button{width:100%;margin-top:40px}@media(min-width: 768px){.auth.auth-forgot-password-submitted .auth-forgot-password-submitted__footer .auth-forgot-password-submitted--button{width:auto}}.auth.password-requisite{color:var(--sg-primary-ramp-4);margin:16px 0 0}.auth.password-requisite p{margin-bottom:8px}.auth.password-requisite p:last-child{margin-bottom:0}.auth.password-requisite .password-requisite__valid{color:var(--sg-alert-main-success)}.auth.password-requisite .password-requisite__invalid{color:var(--sg-alert-main-error)}.auth.password-requisite .xps-password-prerequisite-line-items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.auth.opt-in-checkbox .opt-in-checkbox__wrapper{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper a{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper .opt-in-checkbox--only-text{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper .opt-in-checkbox--only-text a{color:var(--sg-primary-ramp-3)}.auth.opt-in-checkbox .opt-in-checkbox__wrapper .xps-newsletter-checkbox{margin:24px 0 16px}.auth.signed-in-detail{color:var(--sg-primary-ramp-1)}.auth.signed-in-detail .signed-in-detail__title{margin-top:24px}.auth.signed-in-detail .signed-in-detail__subtitle{margin:40px 0 24px}.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email{padding:0 0 24px}.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input{border:0;padding:0}.auth.signed-in-detail .signed-in-detail__error{margin-bottom:28px}.auth.signed-in-detail .signed-in-detail__textfeilds{display:grid;gap:24px 20px}@media(min-width: 768px){.auth.signed-in-detail .signed-in-detail__textfeilds{grid-template-columns:repeat(2, 1fr)}}.auth.signed-in-detail .signed-in-detail__footer .signed-in-detail__button-wrapper .signed-in-detail--button{margin-top:40px;width:100%}@media(min-width: 768px){.auth.signed-in-detail .signed-in-detail__footer .signed-in-detail__button-wrapper .signed-in-detail--button{width:auto}}.auth.signed-in-detail .signed-in-detail--social{margin-top:40px}.xps-auth-email-notification .xps-auth-email-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-auth-email-notification .xps-auth-resend-email{padding:0;height:auto}.xps-auth-success-notification .xps-auth-email-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.auth-v2 .auth.social-login{margin-top:0}.auth-v2 .xps-email-readonly{display:-webkit-box;display:-ms-flexbox;display:flex}.auth-v2 .xps-email-readonly-block{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-partner-tag{display:inline-block;color:var(--sg-primary-ramp-1)}.xps-partner-tag-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:var(--xps-partner-tag-space);padding:.5rem .75rem .5rem var(--xps-partner-tag-left-padding);border-radius:100px;overflow-wrap:anywhere}.xps-partner-tag-box.interaction:hover{background-color:var(--sg-secondary-ramp-3)}.xps-partner-tag-box.interaction:active{background-color:var(--sg-secondary-ramp-1)}.xps-partner-tag-box .xps-partner-tag-title{margin:auto 0px}.xps-partner-tag-box.selected{background-color:var(--sg-secondary-ramp-1)}.xps-partner-tag-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:50%;background-color:var(--sg-secondary-accent-4);overflow:hidden;border:none;-webkit-box-flex:0;-ms-flex:none;flex:none}.xps-partner-tag-avatar-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.xps-partner-tag-avatar-size--24{width:1.5rem;height:1.5rem}.xps-partner-tag-avatar-size--32{width:2rem;height:2rem}.xps-partner-tag-avatar-size--40{width:2.5rem;height:2.5rem}.xps-partner-tag-avatar-size--48{width:3rem;height:3rem}.xps-partner-tag-avatar-size--56{width:3.5rem;height:3.5rem}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.iti{position:relative;display:inline-block;direction:ltr}[dir=rtl] .iti{direction:ltr}.iti *{-webkit-box-sizing:border-box;box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=text],.iti input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px;direction:ltr}[dir=rtl] .iti__flag-container{direction:ltr}.iti__selected-flag{z-index:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid rgba(0,0,0,0);border-right:3px solid rgba(0,0,0,0);border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;padding:0;margin:0 0 0 -1px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media(max-width: 500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;outline:none;direction:ltr}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__flag-box,.iti__country-name{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,0)}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05);direction:ltr}[dir=rtl] .iti--separate-dial-code .iti__selected-flag{direction:ltr}.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:6px}[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-right:0;margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-size:5762px 15px}}.iti__flag.iti__ac{height:10px;background-position:0px 0px}.iti__flag.iti__ad{height:14px;background-position:-22px 0px}.iti__flag.iti__ae{height:10px;background-position:-44px 0px}.iti__flag.iti__af{height:14px;background-position:-66px 0px}.iti__flag.iti__ag{height:14px;background-position:-88px 0px}.iti__flag.iti__ai{height:10px;background-position:-110px 0px}.iti__flag.iti__al{height:15px;background-position:-132px 0px}.iti__flag.iti__am{height:10px;background-position:-154px 0px}.iti__flag.iti__ao{height:14px;background-position:-176px 0px}.iti__flag.iti__aq{height:14px;background-position:-198px 0px}.iti__flag.iti__ar{height:13px;background-position:-220px 0px}.iti__flag.iti__as{height:10px;background-position:-242px 0px}.iti__flag.iti__at{height:14px;background-position:-264px 0px}.iti__flag.iti__au{height:10px;background-position:-286px 0px}.iti__flag.iti__aw{height:14px;background-position:-308px 0px}.iti__flag.iti__ax{height:13px;background-position:-330px 0px}.iti__flag.iti__az{height:10px;background-position:-352px 0px}.iti__flag.iti__ba{height:10px;background-position:-374px 0px}.iti__flag.iti__bb{height:14px;background-position:-396px 0px}.iti__flag.iti__bd{height:12px;background-position:-418px 0px}.iti__flag.iti__be{height:15px;background-position:-440px 0px}.iti__flag.iti__bf{height:14px;background-position:-460px 0px}.iti__flag.iti__bg{height:12px;background-position:-482px 0px}.iti__flag.iti__bh{height:12px;background-position:-504px 0px}.iti__flag.iti__bi{height:12px;background-position:-526px 0px}.iti__flag.iti__bj{height:14px;background-position:-548px 0px}.iti__flag.iti__bl{height:14px;background-position:-570px 0px}.iti__flag.iti__bm{height:10px;background-position:-592px 0px}.iti__flag.iti__bn{height:10px;background-position:-614px 0px}.iti__flag.iti__bo{height:14px;background-position:-636px 0px}.iti__flag.iti__bq{height:14px;background-position:-658px 0px}.iti__flag.iti__br{height:14px;background-position:-680px 0px}.iti__flag.iti__bs{height:10px;background-position:-702px 0px}.iti__flag.iti__bt{height:14px;background-position:-724px 0px}.iti__flag.iti__bv{height:15px;background-position:-746px 0px}.iti__flag.iti__bw{height:14px;background-position:-768px 0px}.iti__flag.iti__by{height:10px;background-position:-790px 0px}.iti__flag.iti__bz{height:12px;background-position:-812px 0px}.iti__flag.iti__ca{height:10px;background-position:-834px 0px}.iti__flag.iti__cc{height:10px;background-position:-856px 0px}.iti__flag.iti__cd{height:15px;background-position:-878px 0px}.iti__flag.iti__cf{height:14px;background-position:-900px 0px}.iti__flag.iti__cg{height:14px;background-position:-922px 0px}.iti__flag.iti__ch{height:15px;background-position:-944px 0px}.iti__flag.iti__ci{height:14px;background-position:-961px 0px}.iti__flag.iti__ck{height:10px;background-position:-983px 0px}.iti__flag.iti__cl{height:14px;background-position:-1005px 0px}.iti__flag.iti__cm{height:14px;background-position:-1027px 0px}.iti__flag.iti__cn{height:14px;background-position:-1049px 0px}.iti__flag.iti__co{height:14px;background-position:-1071px 0px}.iti__flag.iti__cp{height:14px;background-position:-1093px 0px}.iti__flag.iti__cq{height:12px;background-position:-1115px 0px}.iti__flag.iti__cr{height:12px;background-position:-1137px 0px}.iti__flag.iti__cu{height:10px;background-position:-1159px 0px}.iti__flag.iti__cv{height:12px;background-position:-1181px 0px}.iti__flag.iti__cw{height:14px;background-position:-1203px 0px}.iti__flag.iti__cx{height:10px;background-position:-1225px 0px}.iti__flag.iti__cy{height:14px;background-position:-1247px 0px}.iti__flag.iti__cz{height:14px;background-position:-1269px 0px}.iti__flag.iti__de{height:12px;background-position:-1291px 0px}.iti__flag.iti__dg{height:10px;background-position:-1313px 0px}.iti__flag.iti__dj{height:14px;background-position:-1335px 0px}.iti__flag.iti__dk{height:15px;background-position:-1357px 0px}.iti__flag.iti__dm{height:10px;background-position:-1379px 0px}.iti__flag.iti__do{height:14px;background-position:-1401px 0px}.iti__flag.iti__dz{height:14px;background-position:-1423px 0px}.iti__flag.iti__ea{height:14px;background-position:-1445px 0px}.iti__flag.iti__ec{height:14px;background-position:-1467px 0px}.iti__flag.iti__ee{height:13px;background-position:-1489px 0px}.iti__flag.iti__eg{height:14px;background-position:-1511px 0px}.iti__flag.iti__eh{height:10px;background-position:-1533px 0px}.iti__flag.iti__er{height:10px;background-position:-1555px 0px}.iti__flag.iti__es{height:14px;background-position:-1577px 0px}.iti__flag.iti__et{height:10px;background-position:-1599px 0px}.iti__flag.iti__eu{height:14px;background-position:-1621px 0px}.iti__flag.iti__ez{height:14px;background-position:-1643px 0px}.iti__flag.iti__fi{height:12px;background-position:-1665px 0px}.iti__flag.iti__fj{height:10px;background-position:-1687px 0px}.iti__flag.iti__fk{height:10px;background-position:-1709px 0px}.iti__flag.iti__fm{height:11px;background-position:-1731px 0px}.iti__flag.iti__fo{height:15px;background-position:-1753px 0px}.iti__flag.iti__fr{height:14px;background-position:-1775px 0px}.iti__flag.iti__fx{height:14px;background-position:-1797px 0px}.iti__flag.iti__ga{height:15px;background-position:-1819px 0px}.iti__flag.iti__gb{height:10px;background-position:-1841px 0px}.iti__flag.iti__gd{height:12px;background-position:-1863px 0px}.iti__flag.iti__ge{height:14px;background-position:-1885px 0px}.iti__flag.iti__gf{height:14px;background-position:-1907px 0px}.iti__flag.iti__gg{height:14px;background-position:-1929px 0px}.iti__flag.iti__gh{height:14px;background-position:-1951px 0px}.iti__flag.iti__gi{height:10px;background-position:-1973px 0px}.iti__flag.iti__gl{height:14px;background-position:-1995px 0px}.iti__flag.iti__gm{height:14px;background-position:-2017px 0px}.iti__flag.iti__gn{height:14px;background-position:-2039px 0px}.iti__flag.iti__gp{height:14px;background-position:-2061px 0px}.iti__flag.iti__gq{height:14px;background-position:-2083px 0px}.iti__flag.iti__gr{height:14px;background-position:-2105px 0px}.iti__flag.iti__gs{height:10px;background-position:-2127px 0px}.iti__flag.iti__gt{height:13px;background-position:-2149px 0px}.iti__flag.iti__gu{height:11px;background-position:-2171px 0px}.iti__flag.iti__gw{height:10px;background-position:-2193px 0px}.iti__flag.iti__gy{height:12px;background-position:-2215px 0px}.iti__flag.iti__hk{height:14px;background-position:-2237px 0px}.iti__flag.iti__hm{height:10px;background-position:-2259px 0px}.iti__flag.iti__hn{height:10px;background-position:-2281px 0px}.iti__flag.iti__hr{height:10px;background-position:-2303px 0px}.iti__flag.iti__ht{height:12px;background-position:-2325px 0px}.iti__flag.iti__hu{height:10px;background-position:-2347px 0px}.iti__flag.iti__ic{height:14px;background-position:-2369px 0px}.iti__flag.iti__id{height:14px;background-position:-2391px 0px}.iti__flag.iti__ie{height:10px;background-position:-2413px 0px}.iti__flag.iti__il{height:15px;background-position:-2435px 0px}.iti__flag.iti__im{height:10px;background-position:-2457px 0px}.iti__flag.iti__in{height:14px;background-position:-2479px 0px}.iti__flag.iti__io{height:10px;background-position:-2501px 0px}.iti__flag.iti__iq{height:14px;background-position:-2523px 0px}.iti__flag.iti__ir{height:12px;background-position:-2545px 0px}.iti__flag.iti__is{height:15px;background-position:-2567px 0px}.iti__flag.iti__it{height:14px;background-position:-2589px 0px}.iti__flag.iti__je{height:12px;background-position:-2611px 0px}.iti__flag.iti__jm{height:10px;background-position:-2633px 0px}.iti__flag.iti__jo{height:10px;background-position:-2655px 0px}.iti__flag.iti__jp{height:14px;background-position:-2677px 0px}.iti__flag.iti__ke{height:14px;background-position:-2699px 0px}.iti__flag.iti__kg{height:12px;background-position:-2721px 0px}.iti__flag.iti__kh{height:13px;background-position:-2743px 0px}.iti__flag.iti__ki{height:10px;background-position:-2765px 0px}.iti__flag.iti__km{height:12px;background-position:-2787px 0px}.iti__flag.iti__kn{height:14px;background-position:-2809px 0px}.iti__flag.iti__kp{height:10px;background-position:-2831px 0px}.iti__flag.iti__kr{height:14px;background-position:-2853px 0px}.iti__flag.iti__kw{height:10px;background-position:-2875px 0px}.iti__flag.iti__ky{height:10px;background-position:-2897px 0px}.iti__flag.iti__kz{height:10px;background-position:-2919px 0px}.iti__flag.iti__la{height:14px;background-position:-2941px 0px}.iti__flag.iti__lb{height:14px;background-position:-2963px 0px}.iti__flag.iti__lc{height:10px;background-position:-2985px 0px}.iti__flag.iti__li{height:12px;background-position:-3007px 0px}.iti__flag.iti__lk{height:10px;background-position:-3029px 0px}.iti__flag.iti__lr{height:11px;background-position:-3051px 0px}.iti__flag.iti__ls{height:14px;background-position:-3073px 0px}.iti__flag.iti__lt{height:12px;background-position:-3095px 0px}.iti__flag.iti__lu{height:12px;background-position:-3117px 0px}.iti__flag.iti__lv{height:10px;background-position:-3139px 0px}.iti__flag.iti__ly{height:10px;background-position:-3161px 0px}.iti__flag.iti__ma{height:14px;background-position:-3183px 0px}.iti__flag.iti__mc{height:15px;background-position:-3205px 0px}.iti__flag.iti__md{height:10px;background-position:-3226px 0px}.iti__flag.iti__me{height:10px;background-position:-3248px 0px}.iti__flag.iti__mf{height:14px;background-position:-3270px 0px}.iti__flag.iti__mg{height:14px;background-position:-3292px 0px}.iti__flag.iti__mh{height:11px;background-position:-3314px 0px}.iti__flag.iti__mk{height:10px;background-position:-3336px 0px}.iti__flag.iti__ml{height:14px;background-position:-3358px 0px}.iti__flag.iti__mm{height:14px;background-position:-3380px 0px}.iti__flag.iti__mn{height:10px;background-position:-3402px 0px}.iti__flag.iti__mo{height:14px;background-position:-3424px 0px}.iti__flag.iti__mp{height:10px;background-position:-3446px 0px}.iti__flag.iti__mq{height:14px;background-position:-3468px 0px}.iti__flag.iti__mr{height:14px;background-position:-3490px 0px}.iti__flag.iti__ms{height:10px;background-position:-3512px 0px}.iti__flag.iti__mt{height:14px;background-position:-3534px 0px}.iti__flag.iti__mu{height:14px;background-position:-3556px 0px}.iti__flag.iti__mv{height:14px;background-position:-3578px 0px}.iti__flag.iti__mw{height:14px;background-position:-3600px 0px}.iti__flag.iti__mx{height:12px;background-position:-3622px 0px}.iti__flag.iti__my{height:10px;background-position:-3644px 0px}.iti__flag.iti__mz{height:14px;background-position:-3666px 0px}.iti__flag.iti__na{height:14px;background-position:-3688px 0px}.iti__flag.iti__nc{height:10px;background-position:-3710px 0px}.iti__flag.iti__ne{height:15px;background-position:-3732px 0px}.iti__flag.iti__nf{height:10px;background-position:-3752px 0px}.iti__flag.iti__ng{height:10px;background-position:-3774px 0px}.iti__flag.iti__ni{height:12px;background-position:-3796px 0px}.iti__flag.iti__nl{height:14px;background-position:-3818px 0px}.iti__flag.iti__no{height:15px;background-position:-3840px 0px}.iti__flag.iti__np{height:15px;background-position:-3862px 0px}.iti__flag.iti__nr{height:10px;background-position:-3877px 0px}.iti__flag.iti__nu{height:10px;background-position:-3899px 0px}.iti__flag.iti__nz{height:10px;background-position:-3921px 0px}.iti__flag.iti__om{height:10px;background-position:-3943px 0px}.iti__flag.iti__pa{height:14px;background-position:-3965px 0px}.iti__flag.iti__pe{height:14px;background-position:-3987px 0px}.iti__flag.iti__pf{height:14px;background-position:-4009px 0px}.iti__flag.iti__pg{height:15px;background-position:-4031px 0px}.iti__flag.iti__ph{height:10px;background-position:-4053px 0px}.iti__flag.iti__pk{height:14px;background-position:-4075px 0px}.iti__flag.iti__pl{height:13px;background-position:-4097px 0px}.iti__flag.iti__pm{height:14px;background-position:-4119px 0px}.iti__flag.iti__pn{height:10px;background-position:-4141px 0px}.iti__flag.iti__pr{height:14px;background-position:-4163px 0px}.iti__flag.iti__ps{height:10px;background-position:-4185px 0px}.iti__flag.iti__pt{height:14px;background-position:-4207px 0px}.iti__flag.iti__pw{height:13px;background-position:-4229px 0px}.iti__flag.iti__py{height:11px;background-position:-4251px 0px}.iti__flag.iti__qa{height:8px;background-position:-4273px 0px}.iti__flag.iti__re{height:14px;background-position:-4295px 0px}.iti__flag.iti__ro{height:14px;background-position:-4317px 0px}.iti__flag.iti__rs{height:14px;background-position:-4339px 0px}.iti__flag.iti__ru{height:14px;background-position:-4361px 0px}.iti__flag.iti__rw{height:14px;background-position:-4383px 0px}.iti__flag.iti__sa{height:14px;background-position:-4405px 0px}.iti__flag.iti__sb{height:10px;background-position:-4427px 0px}.iti__flag.iti__sc{height:10px;background-position:-4449px 0px}.iti__flag.iti__sd{height:10px;background-position:-4471px 0px}.iti__flag.iti__se{height:13px;background-position:-4493px 0px}.iti__flag.iti__sg{height:14px;background-position:-4515px 0px}.iti__flag.iti__sh{height:10px;background-position:-4537px 0px}.iti__flag.iti__si{height:10px;background-position:-4559px 0px}.iti__flag.iti__sj{height:15px;background-position:-4581px 0px}.iti__flag.iti__sk{height:14px;background-position:-4603px 0px}.iti__flag.iti__sl{height:14px;background-position:-4625px 0px}.iti__flag.iti__sm{height:15px;background-position:-4647px 0px}.iti__flag.iti__sn{height:14px;background-position:-4669px 0px}.iti__flag.iti__so{height:14px;background-position:-4691px 0px}.iti__flag.iti__sr{height:14px;background-position:-4713px 0px}.iti__flag.iti__ss{height:10px;background-position:-4735px 0px}.iti__flag.iti__st{height:10px;background-position:-4757px 0px}.iti__flag.iti__su{height:10px;background-position:-4779px 0px}.iti__flag.iti__sv{height:12px;background-position:-4801px 0px}.iti__flag.iti__sx{height:14px;background-position:-4823px 0px}.iti__flag.iti__sy{height:14px;background-position:-4845px 0px}.iti__flag.iti__sz{height:14px;background-position:-4867px 0px}.iti__flag.iti__ta{height:10px;background-position:-4889px 0px}.iti__flag.iti__tc{height:10px;background-position:-4911px 0px}.iti__flag.iti__td{height:14px;background-position:-4933px 0px}.iti__flag.iti__tf{height:14px;background-position:-4955px 0px}.iti__flag.iti__tg{height:13px;background-position:-4977px 0px}.iti__flag.iti__th{height:14px;background-position:-4999px 0px}.iti__flag.iti__tj{height:10px;background-position:-5021px 0px}.iti__flag.iti__tk{height:10px;background-position:-5043px 0px}.iti__flag.iti__tl{height:10px;background-position:-5065px 0px}.iti__flag.iti__tm{height:14px;background-position:-5087px 0px}.iti__flag.iti__tn{height:14px;background-position:-5109px 0px}.iti__flag.iti__to{height:10px;background-position:-5131px 0px}.iti__flag.iti__tr{height:14px;background-position:-5153px 0px}.iti__flag.iti__tt{height:12px;background-position:-5175px 0px}.iti__flag.iti__tv{height:10px;background-position:-5197px 0px}.iti__flag.iti__tw{height:14px;background-position:-5219px 0px}.iti__flag.iti__tz{height:14px;background-position:-5241px 0px}.iti__flag.iti__ua{height:14px;background-position:-5263px 0px}.iti__flag.iti__ug{height:14px;background-position:-5285px 0px}.iti__flag.iti__uk{height:10px;background-position:-5307px 0px}.iti__flag.iti__um{height:11px;background-position:-5329px 0px}.iti__flag.iti__un{height:14px;background-position:-5351px 0px}.iti__flag.iti__us{height:11px;background-position:-5373px 0px}.iti__flag.iti__uy{height:14px;background-position:-5395px 0px}.iti__flag.iti__uz{height:10px;background-position:-5417px 0px}.iti__flag.iti__va{height:15px;background-position:-5439px 0px}.iti__flag.iti__vc{height:14px;background-position:-5456px 0px}.iti__flag.iti__ve{height:14px;background-position:-5478px 0px}.iti__flag.iti__vg{height:10px;background-position:-5500px 0px}.iti__flag.iti__vi{height:14px;background-position:-5522px 0px}.iti__flag.iti__vn{height:14px;background-position:-5544px 0px}.iti__flag.iti__vu{height:12px;background-position:-5566px 0px}.iti__flag.iti__wf{height:14px;background-position:-5588px 0px}.iti__flag.iti__ws{height:10px;background-position:-5610px 0px}.iti__flag.iti__xk{height:15px;background-position:-5632px 0px}.iti__flag.iti__ye{height:14px;background-position:-5654px 0px}.iti__flag.iti__yt{height:14px;background-position:-5676px 0px}.iti__flag.iti__za{height:14px;background-position:-5698px 0px}.iti__flag.iti__zm{height:14px;background-position:-5720px 0px}.iti__flag.iti__zw{height:10px;background-position:-5742px 0px}.iti__flag{height:15px;-webkit-box-shadow:0px 0px 1px 0px #888;box-shadow:0px 0px 1px 0px #888;background-image:url("../assets/img/flags.png");background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-image:url("../assets/img/flags@2x.png")}}.iti__flag.iti__np{background-color:rgba(0,0,0,0)}.phone-input-container{display:block;width:100%}.phone-input-container input.phone-input{height:48px;direction:ltr}[dir=rtl] .phone-input-container input.phone-input{direction:ltr}.xps-snackbar{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.5rem 1rem;min-width:20.3125rem;min-height:3.5rem;border-radius:4px;-webkit-box-shadow:0 0 1.25rem 0 rgba(0,0,0,.4);box-shadow:0 0 1.25rem 0 rgba(0,0,0,.4);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;visibility:hidden;opacity:0}.xps-snackbar.theme-light{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1)}.xps-snackbar.theme-dark{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}.xps-snackbar.show{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.xps-snackbar.top-right{top:1.5rem;right:1.5rem}.xps-snackbar.top-left{top:1.5rem;left:1.5rem}.xps-snackbar.top-center{top:1.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.xps-snackbar.bottom-right{bottom:1.5rem;right:1.5rem}.xps-snackbar.bottom-left{bottom:1.5rem;left:1.5rem}.xps-snackbar.bottom-center{bottom:1.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.xps-snackbar-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-snackbar-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;padding-left:1rem}.xps-collection-carousel{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--xps-collection-carousel-bg-color)}.xps-collection-carousel .image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.xps-collection-carousel .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--xps-collection-carousel-bg-color)));background:linear-gradient(180deg, transparent 0%, var(--xps-collection-carousel-bg-color) 100%)}.xps-collection-carousel .carousel-container{width:100%;margin-top:-28.125%;color:var(--sg-secondary-ramp-1);z-index:1;padding:40px 0}.xps-dropdown__label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{display:block;margin-bottom:5px;color:var(--sg-primary-ramp-1, #313638)}.xps-dropdown__label--sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{width:100%;min-width:200px;height:var(--xps-dropdown-height, 48px);padding:0 25px 0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjIxODc1IDcuNTMxMjVMMS4yMTg3NSAxLjUzMTI1QzAuOTA2MjUgMS4yNSAwLjkwNjI1IDAuNzgxMjUgMS4yMTg3NSAwLjQ2ODc1QzEuNSAwLjE4NzUgMS45Njg3NSAwLjE4NzUgMi4yODEyNSAwLjQ2ODc1TDcuNzUgNS45Njg3NUwxMy4yMTg4IDAuNUMxMy41IDAuMTg3NSAxMy45Njg4IDAuMTg3NSAxNC4yODEyIDAuNUMxNC41NjI1IDAuNzgxMjUgMTQuNTYyNSAxLjI1IDE0LjI4MTIgMS41MzEyNUw4LjI1IDcuNTMxMjVDNy45Njg3NSA3Ljg0Mzc1IDcuNSA3Ljg0Mzc1IDcuMjE4NzUgNy41MzEyNVoiIGZpbGw9IiMzMTM2MzgiLz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:10px 7px;background-position:center right 10px;border:1px solid var(--sg-primary-ramp-1, #313638);background-color:var(--sg-secondary-ramp-1, #fff);color:var(--sg-primary-ramp-1, #313638);border-radius:var(--xps-dropdown-border-radius, 4px);-webkit-transition:border-color 100ms ease 0s;transition:border-color 100ms ease 0s;cursor:pointer}.xps-dropdown__select .xps-dropdown__option-placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select .xps-dropdown__option-placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date .xps-dropdown__option-placeholder{display:none}@media(min-width: 768px){.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{min-width:220px}}.xps-dropdown__select--error,.xps-dropdown__select--error:focus,.xps-dropdown__select--error:focus-visible{border:var(--sg-alert-main-error, #ca0813) solid 1px;outline:none}.xps-dropdown__select:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date:disabled{background-color:var(--sg-primary-ramp-4);pointer-events:none}.xps-carousel-wrapper .splide__pagination,.xps-slider-pagination{background:var(--sg-primary-ramp-5);padding:8px !important;border-radius:100px;margin-left:auto !important;margin-right:auto !important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px;bottom:20px !important}@media(min-width: 768px){.xps-carousel-wrapper .splide__pagination,.xps-slider-pagination{bottom:40px !important}}.xps-carousel-wrapper .splide__pagination li,.xps-slider-pagination li{line-height:0 !important}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page,.xps-slider-pagination li .splide__pagination__page{background:var(--sg-primary-ramp-6);opacity:1;margin:0}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page:focus-visible,.xps-slider-pagination li .splide__pagination__page:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) dashed 2px}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page.is-active,.xps-slider-pagination li .splide__pagination__page.is-active{-webkit-transform:none;transform:none;background:var(--sg-primary-ramp-1)}.xps-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--bgcolor-color)}.xps-slider--quote{padding:20px;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media(min-width: 768px){.xps-slider--quote{padding:40px}}.xps-slider--quote .splide{z-index:99;width:100%;direction:ltr}@media(min-width: 768px){.xps-slider--quote .splide{width:calc(100% - 80px);max-width:1280px}}.xps-slider--quote .splide .splide__list .splide__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:80px 0}@media(min-width: 992px){.xps-slider--quote .splide .splide__list .splide__slide{padding:100px 0}}.xps-slider .xps-slider-controls{position:absolute;z-index:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-slider .xps-slider-controls .xps-slider-controls-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:85rem;width:100%;margin:0}@media(min-width: 768px){.xps-slider .xps-slider-controls .xps-slider-controls-wrapper{margin:0 2.5rem}}.xps-slider .xps-slider-controls .xps-slider-arrows{display:none;width:100%}@media(min-width: 768px){.xps-slider .xps-slider-controls .xps-slider-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.xps-slider .xps-slider-controls .xps-slider-progress-bar{position:absolute;top:50%;width:100%;height:2px;overflow:hidden;border-radius:10px;padding:0 1.25rem}@media(min-width: 768px){.xps-slider .xps-slider-controls .xps-slider-progress-bar{padding:0 3.75rem}}.xps-slider .xps-slider-controls .xps-slider-progress-bar .xps-slider-progress-bar-container{position:relative;width:100%;height:100%}.xps-slider .xps-slider-controls .xps-slider-progress-bar .xps-slider-progress-bar__line{position:absolute;width:100%;height:100%;background-color:var(--sg-primary-ramp-4)}.xps-slider .xps-slider-controls .xps-slider-progress-bar .xps-slider-progress-bar__indicator{position:absolute;height:100%;background-color:var(--sg-primary-ramp-1);-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps-slider .xps-slider-controls-top{top:50%;left:50%;margin-top:-20px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.xps-slider .xps-slider-controls-bottom{bottom:0;padding-top:2.5rem;padding-bottom:2.5rem}@media(min-width: 768px){.xps-slider .xps-slider-controls-bottom{padding-top:2.5rem;padding-bottom:3.75rem}}@media(min-width: 992px){.xps-slider .xps-slider-controls-bottom{padding-top:5rem;padding-bottom:5rem}}.xps-slider-pagination--outside{bottom:-40px !important}.xps-slider .splide{direction:ltr}.xps-slider-story-book-slide{padding-bottom:5.125rem}@media(min-width: 768px){.xps-slider-story-book-slide{padding-bottom:8.25rem}}@media(min-width: 992px){.xps-slider-story-book-slide{padding-bottom:12rem}}.xps-slider-story-book-slide .xps-slide-show-card-content-container{padding-bottom:0}.xps-text-card{text-align:var(--xps-textcard-text-align);background-color:var(--xps-textcard-bg-color);color:var(--xps-textcard-text-color)}.xps-text-card-title{margin:0px 0px 16px 0px}.xps-text-card-desc{margin:0px 0px 16px 0px}.xps-text-card-desc p{margin:0px}.xps-text-card-custname{margin:0px 0px 16px 0px}.xps-text-card-custname p{margin:0px}.xps-text-card-show-more{overflow:hidden;margin-bottom:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--webkit-line-clamp-count);line-clamp:var(--webkit-line-clamp-count)}.xps-progress-bar .xps-progress-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__container{position:relative;width:var(--bar-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__fill{position:absolute;top:0;left:0;height:100%;border-radius:10px;-webkit-transition:width 400ms ease;transition:width 400ms ease;width:calc(var(--progress)*1%);background-color:var(--filled-color)}.xps-progress-bar__milestone{position:absolute;top:-4px;left:var(--milestone-progress);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(var(--bar-height) + 8px);height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--sg-secondary-ramp-1, #fff);outline:4px solid var(--sg-secondary-ramp-1, #fff)}.xps-progress-bar__milestone--reached{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407)}.xps-progress-bar__checkmark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps-progress-bar__button{padding:4px}.xps_reward_bar__container{width:var(--bar-width);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__empty_bar{position:relative;width:var(--bar-individual-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin-right:5px}.xps_reward_bar--filled_bar{background-color:var(--filled-color)}.xps_reward_bar__milestone{min-width:calc(var(--bar-height) + 8px);min-height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);background-color:rgba(0,0,0,0);margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps_reward_bar--milestone_filled{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407);-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__milestone_icon{color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps_reward_bar__leftover{position:absolute;top:0;left:0;bottom:0;right:var(--leftover-width);border-radius:5px;background-color:var(--sg-brand-accent-1, #f38407)}.mediaslideshow,div[class^=mediaslideshow]{overflow:hidden}.mediaslideshow .xps-slider,div[class^=mediaslideshow] .xps-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1440px;margin:auto}.mediaslideshow .xps-slider .xps-slider-container,div[class^=mediaslideshow] .xps-slider .xps-slider-container{margin:0 auto;width:100%;overflow:visible}.mediaslideshow .xps-slider .xps-progress-bar-wrapper,div[class^=mediaslideshow] .xps-slider .xps-progress-bar-wrapper{margin-top:40px}@media(min-width: 992px){.mediaslideshow .xps-slider .xps-progress-bar-wrapper,div[class^=mediaslideshow] .xps-slider .xps-progress-bar-wrapper{margin-top:80px}}.mediaslideshow .xps-slider .xps-carousel-wrapper,.mediaslideshow .xps-slider .splide__track,div[class^=mediaslideshow] .xps-slider .xps-carousel-wrapper,div[class^=mediaslideshow] .xps-slider .splide__track{overflow:visible}.aspect-ratio{--xps-aspect-ratio-image-border-radius: 4px;position:relative;width:100%;height:auto;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.aspect-ratio--1-1{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){.aspect-ratio--1-1{padding-bottom:100%}}.aspect-ratio--1-1.aspect-ratio--portrait{aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){.aspect-ratio--1-1.aspect-ratio--portrait{padding-bottom:100%}}.aspect-ratio--2-1{aspect-ratio:2/1}@supports not (aspect-ratio: 1/1){.aspect-ratio--2-1{padding-bottom:50%}}.aspect-ratio--2-1.aspect-ratio--portrait{aspect-ratio:1/2}@supports not (aspect-ratio: 1/1){.aspect-ratio--2-1.aspect-ratio--portrait{padding-bottom:200%}}.aspect-ratio--3-2{aspect-ratio:3/2}@supports not (aspect-ratio: 1/1){.aspect-ratio--3-2{padding-bottom:66.6666666667%}}.aspect-ratio--3-2.aspect-ratio--portrait{aspect-ratio:2/3}@supports not (aspect-ratio: 1/1){.aspect-ratio--3-2.aspect-ratio--portrait{padding-bottom:150%}}.aspect-ratio--4-3{aspect-ratio:4/3}@supports not (aspect-ratio: 1/1){.aspect-ratio--4-3{padding-bottom:75%}}.aspect-ratio--4-3.aspect-ratio--portrait{aspect-ratio:3/4}@supports not (aspect-ratio: 1/1){.aspect-ratio--4-3.aspect-ratio--portrait{padding-bottom:133.3333333333%}}.aspect-ratio--5-4{aspect-ratio:5/4}@supports not (aspect-ratio: 1/1){.aspect-ratio--5-4{padding-bottom:80%}}.aspect-ratio--5-4.aspect-ratio--portrait{aspect-ratio:4/5}@supports not (aspect-ratio: 1/1){.aspect-ratio--5-4.aspect-ratio--portrait{padding-bottom:125%}}.aspect-ratio--16-9{aspect-ratio:16/9}@supports not (aspect-ratio: 1/1){.aspect-ratio--16-9{padding-bottom:56.25%}}.aspect-ratio--16-9.aspect-ratio--portrait{aspect-ratio:9/16}@supports not (aspect-ratio: 1/1){.aspect-ratio--16-9.aspect-ratio--portrait{padding-bottom:177.7777777778%}}.aspect-ratio--rounded{border-radius:var(--xps-aspect-ratio-image-border-radius, 4px)}.aspect-ratio--bg-color{background-color:var(--sg-primary-ramp-7)}.aspect-ratio>*{height:100%;width:100%;max-height:100%;max-width:100%}.aspect-ratio--absolute>*{position:absolute;top:0;bottom:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.aspect-ratio--objectfit-contain>*{-o-object-fit:contain;object-fit:contain}.xps-card-carousel{overflow:hidden}.xps-card-carousel .splide__track{overflow:visible}@media only screen and (min-width: 1440px){.xps-card-carousel .splide__track{overflow:hidden}}.xps-card-carousel .xps-carousel-wrapper{overflow:visible}@media only screen and (min-width: 1440px){.xps-card-carousel .xps-carousel-wrapper{overflow:hidden}}.xps-recipe-card-aspect{display:block}.xps-recipe-card-aspect .xps-recipe-card{position:relative;width:100%;height:100%}.xps-recipe-card-aspect .xps-recipe-card span{min-height:100%}.xps-recipe-card-aspect .xps-recipe-card:hover .recipe-card__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__overlay{position:absolute;top:0px;width:100%;height:100%;border-radius:4px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(99.9%, rgba(0, 0, 0, 0.6)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 99.9%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;gap:8px}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-bottom:16px}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__title{margin-top:auto;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;-ms-hyphens:auto;hyphens:auto;color:var(--sg-persistent-white);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}@media(min-width: 576px){.xps-recipe-card-aspect .xps-recipe-card .recipe-card__title{-webkit-line-clamp:4}}.xps-recipe-card-aspect .xps-recipe-card .recipe-card__footer{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.xps-recipe-card-clickable:hover{cursor:pointer}.xps-slide-show-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;height:100%}.xps-slide-show-card-background-image-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.xps-slide-show-card-background-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.xps-slide-show-card-background-image-container .background-image-blur{position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);background-color:rgba(0,0,0,.12)}.xps-slide-show-card-content-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2.5rem 0;z-index:1}@media(min-width: 768px){.xps-slide-show-card-content-container{padding:3.75rem 0}}@media(min-width: 992px){.xps-slide-show-card-content-container{padding:5rem 0}}.xps-slide-show-card-content-container .xps-slide-show-card-content-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-image-container{-ms-flex-preferred-size:50%;flex-basis:50%}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-image-container img{position:absolute;top:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;height:100%}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-image-container img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-typography{-ms-flex-preferred-size:41.666667%;flex-basis:41.666667%;margin-top:1rem}@media(min-width: 992px){.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-typography{margin-top:0}}.xps-slide-show-card-content-container .xps-slide-show-card-content-details .xps-slide-show-card-content-typography .xps-card-tile-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media(min-width: 992px){.xps-slide-show-card-content-container .xps-slide-show-card-content-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--xps-slide-show-card-content-details-direction);flex-direction:var(--xps-slide-show-card-content-details-direction)}}.xps-splitteaser{padding:20px 0}@media(min-width: 768px){.xps-splitteaser{padding:40px 0}}.xps-splitteaser>.teaser>.xps-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-sizing:border-box;box-sizing:border-box;gap:20px}@media(min-width: 768px){.xps-splitteaser>.teaser>.xps-teaser{gap:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:end}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.right .xps-teaser--media{padding-left:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.right.width-50 .xps-card-tile{width:90%}.xps-splitteaser>.teaser>.xps-teaser.right.width-50 .xps-teaser__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.xps-splitteaser>.teaser>.xps-teaser.left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.left .xps-teaser--media{padding-right:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.left.width-50 .xps-card-tile{width:80%}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser>div:nth-child(1){width:var(--xps-split-left-ratio, 50%)}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser>div:nth-child(2){width:var(--xps-split-right-ratio, 50%)}}.xps-splitteaser>.teaser>.xps-teaser .xps-teaser--media{border-radius:var(--xps-teaser-media-border-radius, 0px);overflow:hidden;width:100%}.xps-splitteaser>.teaser>.xps-teaser .gray-shade{cursor:pointer}.xps-splitteaser.xps-splitteaser-secondary{background-color:var(--xps-split-secondary-background-color);padding:0;border-radius:16px}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser{gap:0}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser--media{border-radius:16px 16px 0 0 !important}@media(min-width: 992px){.xps-splitteaser.xps-splitteaser-secondary .xps-teaser--media{border-radius:16px 0 0 16px !important}}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser__content{padding:20px}@media(min-width: 992px){.xps-splitteaser.xps-splitteaser-secondary .xps-teaser__content{padding:0 40px 40px 0}}.xps-card-tile{--transition-time: 300ms;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:16px;background:var(--xps-cardTile-bg-color, transparent);color:var(--xps-cardTile-text-color, var(--sg-primary-ramp-1));text-decoration:none}.xps-card-tile--bg-padding{padding:var(--xps-cardTile-padding, 24px);border-radius:var(--xps-cardTile-bg-rounded-corner, 8px);background-color:var(--xps-cardTile-bg-color, var(--sg-primary-brand-bg));height:100%}.xps-card-tile.xps-card-tile-content-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.xps-card-tile.xps-card-tile-content-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.xps-card-tile.xps-card-tile-content-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}.xps-card-tile-title{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;overflow-wrap:anywhere}.xps-card-tile-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:16px}.xps-card-tile-description p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.xps-card-tile-line-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.xps-card-tile-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;padding-top:8px;max-width:100%}.xps-card-tile-button-wrapper .xps-btnv2 .xps-text,.xps-card-tile-button-wrapper .hw-payment-form__content .hw-form-transfer-methods .hw-button .xps-text,.hw-payment-form__content .hw-form-transfer-methods .xps-card-tile-button-wrapper .hw-button .xps-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xps-card-tile-button-wrapper--justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-card-tile-image{margin-bottom:8px;-ms-flex-preferred-size:fit-content;flex-basis:fit-content}.xps-card-tile[href]:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-card-tile[href] img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-card-tile[href] .xps-card-tile-button-wrapper{display:none}.xps-card-tile__children{width:100%}.xps-card-tile--order-top{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.xps-card-tile--order-bottom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xps-card-tile--guide-card{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:var(--xps-card-tile-padding-top, 0) 50px var(--xps-card-tile-padding-bottom, 0)}.xps-card-tile--guide-card .xps-card-tile-subTitle{opacity:.38}.xps-card-tile-content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-card-tile-content__inner .right-side{margin-top:.5rem}@media(min-width: 768px){.xps-card-tile-content__inner .right-side{margin-top:0;margin-left:1.5rem}}@media(min-width: 768px){.xps-card-tile-content__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-search-bar{color:var(--sg-primary-ramp-1);position:relative;max-width:41.875rem;width:100%;height:60px;padding:0 1.25rem}@media(min-width: 768px){.xps-search-bar{padding:0}}.xps-search-bar__input{background-color:var(--xps-search-bar-background-color);border-radius:2.5rem;width:100%;height:60px}.xps-search-bar__input-wrapper{padding:1rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;height:100%}.xps-search-bar__input-wrapper .clear-icon{color:var(--sg-primary-ramp-4);cursor:pointer}.xps-search-bar__input-wrapper input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:none}.xps-search-bar__input-wrapper input:focus{outline:none}.xps-search-bar__result-drawer{background-color:rgba(0,0,0,0);position:absolute;top:100%;left:0;width:100%;z-index:1;display:none;padding:0 1.25rem}@media(min-width: 768px){.xps-search-bar__result-drawer{padding:0}}.xps-search-bar__result-drawer-inner{background-color:var(--xps-search-bar-background-color);border:2px solid var(--sg-primary-ramp-5);border-top:none;border-radius:0 0 16px 16px}.xps-search-bar__result-drawer-inner-separator{padding:0 1.5rem}.xps-search-bar.open-result-drawer .xps-search-bar__input{border:2px solid var(--sg-primary-ramp-5);border-bottom:none;border-radius:8px 8px 0 0}.xps-search-bar.open-result-drawer .xps-search-bar__result-drawer{display:block}.xps-search-bar__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--sg-secondary-ramp-1, #FFF);z-index:1000}.xps-search-bar__modal{width:100vw;height:100vh}.xps-search-bar__modal-header{padding:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:2px solid var(--sg-primary-ramp-5, #EDECEA)}.xps-search-bar__modal-header .close-icon{cursor:pointer}.xps-search-bar__modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.xps-search-bar__modal-body-container{padding:1.25rem 1.25rem 0}.xps-search-bar__modal-body-container-input{background-color:var(--sg-primary-brand-bg, #EDECEA);border-radius:2.5rem;width:100%;height:60px}.xps-search-bar__modal-body-container-input-wrapper{padding:1rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;height:100%}.xps-search-bar__modal-body-container-input-wrapper input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:none}.xps-search-bar__modal-body-container-input-wrapper input:focus{outline:none}.xps-search-bar-stories-result-container{padding:0 1.25rem}@media(min-width: 768px){.xps-search-bar-stories-result-container{padding:1rem 1.5rem}}.xps-search-tray{padding:16px 24px 24px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px}.xps-search-tray-search-terms{gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-search-item{--xps-search-item-size: 72px;max-width:622px;width:100%;height:var(--xps-search-item-size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.xps-search-item-image-block{-webkit-box-flex:0;-ms-flex:0 0 var(--xps-search-item-size);flex:0 0 var(--xps-search-item-size)}.xps-search-item-content-block{margin:auto 0}.xps-search-item-content-block-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow-wrap:break-word;-ms-hyphens:auto;hyphens:auto;overflow:hidden}@media(max-width: 375px){.tabSection .splide__slide{width:216px !important}}@media(max-width: 768px){.tabSection{padding:20px 0px}.custom-tabs{margin:0px 20px}.tabSection__title-desc{padding:0px 20px}}@media(min-width: 768px){.tabSection{padding:40px 0}.custom-tabs{margin-right:0px}}@media(max-width: 1440px){.author_feature_details{row-gap:40px}}@media(min-width: 1440px){.author_feature_details{row-gap:80px}}@media(max-width: 992px){.author_feature_details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.author_feature_details .author_feature_card{width:100%}}@media(min-width: 992px){.author_feature_scrollbar{padding-bottom:80px}.author_feature_details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.author_feature_details .author_feature_card{width:76%}.author_feature_details .tabsection-container{width:calc((100% - 60px)/4);padding:0px}}@media(min-width: 375px)and (max-width: 768px){.tabSection .splide__slide{width:calc(216px + .66581*(100vw - 375px)) !important}}@media(min-width: 768px)and (max-width: 992px){.tabSection .splide__slide{width:calc(209px + .3318*(100vw - 767px)) !important}}@media(min-width: 992px)and (max-width: 1440px){.tabSection .splide__slide{width:calc((100% - 40px)/3) !important}}@media(min-width: 1440px){.tabSection .splide__slide{width:325px !important}}.tabSection-container{background-color:var(--tabsection-bg, var(--sg-primary-brand-bg))}.tabSection-container.no-bg{background-color:rgba(0,0,0,0)}.tabSection .tabSection-wrapper{max-width:1360px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px;-webkit-box-align:var(--tabsection-align-items, center);-ms-flex-align:var(--tabsection-align-items, center);align-items:var(--tabsection-align-items, center)}.tabSection .tabSection-wrapper .scrollable-tabs-container{background:var(--sg-primary-ramp-6);border-radius:100px;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.tabSection .tabSection-wrapper .scrollable-tabs-container .overflow{direction:ltr;position:absolute;left:0;right:auto;height:48px;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to right, var(--tabsection-bg) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .overflow{direction:ltr;left:0;right:auto;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to right, var(--tabsection-bg) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .left-arrow,.tabSection .tabSection-wrapper .scrollable-tabs-container .right-arrow{height:100%;width:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;z-index:2}.tabSection .tabSection-wrapper .scrollable-tabs-container .right-arrow{direction:ltr;padding-right:8px;padding-left:25px;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to left, var(--sg-primary-ramp-6) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .right-arrow{direction:ltr;padding-right:8px;padding-left:25px;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to left, var(--sg-primary-ramp-6) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .left-arrow{direction:ltr;padding-left:8px;padding-right:25px;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to right, var(--sg-primary-ramp-6) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .left-arrow{direction:ltr;padding-left:8px;padding-right:25px;background:-webkit-gradient(linear, left top, right top, color-stop(60%, var(--sg-primary-ramp-6)), to(transparent));background:linear-gradient(to right, var(--sg-primary-ramp-6) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .right-overflow{direction:ltr;position:absolute;right:0;left:auto;height:48px;z-index:3;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to left, var(--tabsection-bg) 60%, transparent)}[dir=rtl] .tabSection .tabSection-wrapper .scrollable-tabs-container .right-overflow{direction:ltr;right:0;left:auto;background:-webkit-gradient(linear, right top, left top, color-stop(60%, var(--tabsection-bg)), to(transparent));background:linear-gradient(to left, var(--tabsection-bg) 60%, transparent)}.tabSection .tabSection-wrapper .scrollable-tabs-container .hide{display:none}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:100px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;-webkit-transition:background-color 300ms ease-in-out,color 300ms ease-in-out,padding 300ms ease-in-out;transition:background-color 300ms ease-in-out,color 300ms ease-in-out,padding 300ms ease-in-out}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag button{height:40px !important;padding:8px 20px !important;border-radius:1000px !important}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag button span::before{border-bottom:0 !important}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag button:hover{background-color:var(--sg-primary-ramp-6) !important}.tabSection .tabSection-wrapper .scrollable-tabs-container .tag:hover{cursor:pointer}.tabSection .tabSection-wrapper .scrollable-tabs-container .active{background:var(--sg-primary-ramp-1);color:var(--sg-primary-ramp-1);padding:8px 12px}.tabSection .tabSection-wrapper .scrollable-tabs-container .left_icon,.tabSection .tabSection-wrapper .scrollable-tabs-container .right_icon{display:none;cursor:pointer;color:var(--sg-primary-ramp-1);pointer-events:auto}@media(min-width: 768px){.tabSection .tabSection-wrapper .scrollable-tabs-container .left_icon,.tabSection .tabSection-wrapper .scrollable-tabs-container .right_icon{display:-webkit-box;display:-ms-flexbox;display:flex}}.tabSection .tabSection-wrapper .scrollable-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px;border-radius:100px;margin:0;list-style:none;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}@media(max-width: 992px){.tabSection .tabSection-wrapper .scrollable-tabs{gap:4px}}@media(min-width: 992px){.tabSection .tabSection-wrapper .scrollable-tabs{gap:16px}}.tabSection .tabSection-wrapper .scrollable-tabs::-webkit-scrollbar{display:none}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag{background-color:var(--sg-secondary-ramp-1)}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag.interaction:hover{background-color:var(--sg-secondary-ramp-1)}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag button{background-color:var(--sg-primary-ramp-1) !important;color:var(--sg-secondary-ramp-1) !important}.tabSection .tabSection-wrapper .scrollable-tabs .selected-tag button:hover{background-color:var(--sg-primary-ramp-1) !important}.tabSection .custom-panels{width:100%}.tabSection .custom-panels:not(:has(.xps-carousel-wrapper)) .tabsection-container{padding:0}.xps-swatchpicker-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--xps-swatchpicker-gap, 8px);width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.xps-swatchpicker-container .xps-swatchpicker-btn-container{height:var(--xps-swatchpicker-size, 20px);width:var(--xps-swatchpicker-size, 20px);border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,0)}.xps-swatchpicker-container .xps-swatchpicker-btn-container img{border-radius:50%;padding:2px;border:var(--xps-swatch-picker-border-width, 1px) solid;border-color:var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26));-webkit-box-sizing:border-box !important;box-sizing:border-box !important;height:var(--xps-swatchpicker-size, 24px) !important;width:var(--xps-swatchpicker-size, 24px) !important}.xps-swatchpicker-container .xps-swatchpicker-btn-container button,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static{background:rgba(0,0,0,0);height:100%;width:100%;border-radius:50%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-swatchpicker-container .xps-swatchpicker-btn-container button img,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static img{border:none;border-color:rgba(0,0,0,0)}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active{outline:var(--xps-swatch-picker-border-width, 1px) solid;outline-color:var(--sg-primary-ramp-1);outline-offset:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active:focus,.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active:focus-visible,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active:focus,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active:hover,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active:hover{outline:var(--xps-swatch-picker-border-width, 2px) solid;outline-color:var(--sg-primary-ramp-1, rgba(10, 10, 10, 0.68))}.xps-swatchpicker-container .xps-swatchpicker-btn-container button.xps-color-swatch-active img,.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static.xps-color-swatch-active img{height:var(--xps-swatchpicker-size, 24px) !important;width:var(--xps-swatchpicker-size, 24px) !important}.xps-swatchpicker-container .xps-swatchpicker-btn-container button:hover{background-color:rgba(0,0,0,0);outline:var(--xps-swatch-picker-border-width, 2px) solid;outline-color:var(--sg-primary-ramp-3, rgba(49, 54, 56, 0.68));-webkit-transition:outline 100ms ease-in-out;transition:outline 100ms ease-in-out}.xps-product-card-hover{margin-left:1px}.xps-product-card-hover-media-section{aspect-ratio:1/1;background-color:var(--sg-primary-ramp-7);border-radius:var(--xps-img-border-radius, 4px);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;overflow:hidden}.xps-product-card-hover-media-section .xps-vp{aspect-ratio:1/1}.xps-product-card-hover-media-section .xps-vp video{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.xps-product-card-hover-media-section img{-o-object-fit:contain !important;object-fit:contain !important}.xps-product-card-hover-media-section .xps-product-card-hover-badge{position:absolute;height:32px;background:var(--sg-brand-accent-1);border-radius:4px;top:16px;left:16px;padding:8px 16px;color:var(--xps-pc-badge-text-color, #fff);z-index:1}.xps-product-card-hover-media-section .xps-compare-section{position:absolute;top:24px;right:24px;z-index:2}.xps-product-card-hover-media-section .xps-product-card-hover-media-on-hover{display:none}.xps-product-card-hover-media-section:hover{cursor:pointer}.xps-product-card-hover-media-section:hover .xps-product-card-hover-media-on-hover{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute}.xps-product-card-hover-media-section .xps-product-card-image-zoom-onhover{overflow:hidden}.xps-product-card-hover-media-section .xps-product-card-image-zoom-onhover img{-webkit-transition:var(--xps-product-card-zoom-animation, transform 250ms ease-in-out);transition:var(--xps-product-card-zoom-animation, transform 250ms ease-in-out)}.xps-product-card-hover-media-section .xps-product-card-image-zoom-onhover:hover img{-webkit-transform:var(--xps-product-card-zoom, scale(1.08));transform:var(--xps-product-card-zoom, scale(1.08))}.xps-product-card-hover-media-section .xps-product-card-rollover-container{display:-webkit-box;display:-ms-flexbox;display:flex}.xps-product-card-hover-media-section .xps-product-card-rollover-container>*{aspect-ratio:1/1;overflow:unset !important;-webkit-transition:var(--xps-product-card-rollover-transition, 0.3s ease-in-out);transition:var(--xps-product-card-rollover-transition, 0.3s ease-in-out);-webkit-transition-property:opacity;transition-property:opacity}.xps-product-card-hover-media-section .xps-product-card-rollover-container>*:first-child{opacity:1 !important}.xps-product-card-hover-media-section .xps-product-card-rollover-container>*:last-child{opacity:0 !important;margin-left:-100% !important}.xps-product-card-hover-media-section .xps-product-card-rollover-container:hover>*:first-child{opacity:0 !important}.xps-product-card-hover-media-section .xps-product-card-rollover-container:hover>*:last-child{opacity:1 !important}.xps-product-card-hover-content-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:16px}.xps-product-card-hover-content-title-section{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--sg-primary-ramp-1);gap:8px}.xps-product-card-hover-content-description-section{margin-top:8px;color:var(--sg-primary-ramp-2)}.xps-product-card-hover-content-award-text-section{color:var(--sg-brand-accent-1)}.xps-product-card-hover-content-product-label-section{margin-top:8px}.xps-product-card-hover-content-sku{color:var(--sg-primary-ramp-1);margin-top:4px}.xps-product-card-hover-content-strike-through{text-decoration:line-through;color:var(--sg-primary-ramp-1)}.xps-product-card-hover-content-price-section{display:none;color:var(--sg-primary-ramp-1)}@media(min-width: 992px){.xps-product-card-hover-content-price-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}}.xps-product-card-hover-content-price-section.xps-tablet-price-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:8px;gap:8px}@media(min-width: 992px){.xps-product-card-hover-content-price-section.xps-tablet-price-section{display:none}}.xps-product-card-hover-content-swatch-picker-container{margin-top:16px;width:90%}.xps-circle-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:var(--circle-card-align-items, "center");-ms-flex-align:var(--circle-card-align-items, "center");align-items:var(--circle-card-align-items, "center");-webkit-box-pack:var(--circle-card-justify-content, "center");-ms-flex-pack:var(--circle-card-justify-content, "center");justify-content:var(--circle-card-justify-content, "center");text-align:center;gap:8px}@media(min-width: 768px){.xps-circle-card{gap:16px}}.xps-circle-card--text-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.xps-circle-card--text-right .xps-circle-card__body{max-width:unset}.xps-circle-card--text-top{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.xps-circle-card--text-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-circle-card--text-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.xps-circle-card--text-left .xps-circle-card__body{max-width:unset}.xps-circle-card__header{border-radius:50%}.xps-circle-card__header a:focus{outline-offset:-1px;border-radius:50% !important}.xps-circle-card__header img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xps-circle-card--header-size-24{max-width:24px}.xps-circle-card--header-size-32{max-width:32px}.xps-circle-card--header-size-40{max-width:40px}.xps-circle-card--header-size-48{max-width:48px}.xps-circle-card--header-size-56{max-width:56px}.xps-circle-card--header-size-80{max-width:80px}.xps-circle-card--header-size-115{max-width:115px}.xps-circle-card--header-size-210{max-width:210px}.xps-circle-card__body{max-width:var(--max-width, 210px);word-break:break-word}.xps-circle-card--title{color:var(--sg-primary-ramp-1, #313638)}.xps-circle-card--description{color:var(--sg-primary-ramp-3)}.xps-circle-card .xps-btnv2,.xps-circle-card .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-circle-card .hw-button{height:auto;padding:0;gap:0;border:0}.xps-circle-card .xps-btnv2:hover,.xps-circle-card .hw-payment-form__content .hw-form-transfer-methods .hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-circle-card .hw-button:hover,.xps-circle-card .xps-btnv2:active,.xps-circle-card .hw-payment-form__content .hw-form-transfer-methods .hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .xps-circle-card .hw-button:active{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-icon-with-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:center;gap:8px}.xps-icon-with-text__title{color:var(--sg-primary-ramp-1, #313638)}.xps-pill-tray{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;padding:40px 40px 0;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.xps-pill-tray::-webkit-scrollbar{display:none}@media(max-width: 576px){.xps-pill-tray{padding:20px 20px 0}}.xps-pill-tray .xps-pillbtnV2{-ms-flex-negative:0;flex-shrink:0}.xps-spacer{width:100%}.xps-spacer__line{margin:var(--spacer-margins);background-color:var(--spacer-color);border:0;border-radius:var(--spacer-border-radius)}.xps-spacer__xs{height:8px}@media(min-width: 992px){.xps-spacer__xs{height:16px}}.xps-spacer__sm{height:12px}@media(min-width: 992px){.xps-spacer__sm{height:24px}}.xps-spacer__md{height:20px}@media(min-width: 992px){.xps-spacer__md{height:40px}}.xps-spacer__lg{height:40px}@media(min-width: 992px){.xps-spacer__lg{height:80px}}.xps-spacer__xl{height:80px}@media(min-width: 992px){.xps-spacer__xl{height:100px}}.xps-btnv2.btn-dark.btn-fill-borderless,.xps-btnv2.btn-brandbg.btn-fill-borderless,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.xps-btnv2.btn-accent.btn-fill-borderless,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.xps-btnv2.btn-white.btn-fill-borderless,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.xps-btnv2.btn-black.btn-fill-borderless,.xps-btnv2.btn-primary.btn-fill-borderless,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:100%}.xps-btnv2.xps-carousel-arrow,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-radius: var(--xps-carousel-navigator-border-radius, 50%);padding:0}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btn-width-sm: 40px;--xps-btn-height-lg: 40px}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btn-width-sm: 32px;--xps-btn-height-sm: 32px}.xps-btnv2.xps-carousel-arrow.light,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button,.xps-btnv2.xps-carousel-arrow.outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.light:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:hover,.xps-btnv2.xps-carousel-arrow.outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.light:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:active,.xps-btnv2.xps-carousel-arrow.outlined:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.light:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:focus-visible,.xps-btnv2.xps-carousel-arrow.outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.dark,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.dark:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.dark:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.solid,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.solid:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:hover{background-color:var(--sg-primary-ramp-1)}}.xps-btnv2.xps-carousel-arrow.solid:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:active{background-color:var(--sg-primary-ramp-1);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.solid:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-main-grey);color:var(--sg-secondary-ramp-4)}.xps-btnv2.xps-carousel-arrow.semitransparent,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button{background-color:var(--sg-primary-ramp-4);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.semitransparent:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:hover{background-color:var(--sg-primary-ramp-4)}}.xps-btnv2.xps-carousel-arrow.semitransparent:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.semitransparent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.mixed,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.mixed:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:hover{background-color:var(--sg-secondary-ramp-3)}}.xps-btnv2.xps-carousel-arrow.mixed:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.mixed:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-secondary-ramp-4);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btnv2-border-width: 2px}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-width: 1px}.xps-btnv2.xps-carousel-arrow:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button:focus-visible{--xps-btnv2-focus-offset: 3px}[dir=rtl] .xps-btnv2.xps-carousel-arrow svg,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button svg,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-carousel-arrow.hw-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-carousel-group-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.xps-left-arrow~.xps-right-arrow{margin-left:12px}.sf-newsletter .sf-newsletter__email-input{position:relative;width:100%;margin-bottom:16px;padding:12px;padding:16px;color:var(--gf-secondary-color, #ffffff);font-size:14px;font-family:var(--gf-font-family, "Helvetica-Neue");background:rgba(0,0,0,0);border:1px solid var(--gf-input-border-color, #585858);border-radius:8px;outline:none}.sf-newsletter .sf-newsletter__email-input:-webkit-autofill,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:hover,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:focus,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:active{background:rgba(0,0,0,0)}.sf-newsletter .sf-newsletter__email-input--error{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter__email-input:focus,.sf-newsletter .sf-newsletter__email-input:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.sf-newsletter .sf-newsletter__title{margin:0 0 20px}.sf-newsletter .sf-newsletter__info{display:-webkit-box;display:-ms-flexbox;display:flex}.sf-newsletter .sf-newsletter__info label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check{width:14px;height:16px;margin:0;font-family:var(--gf-font-family, "Helvetica-Neue");background:rgba(0,0,0,0);border:1px solid var(--gf-tertiary-color);border-radius:2px;outline:0}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check::after{position:relative;display:block;width:14px;height:14px;background-color:var(--gf-primary-color, #221f20);background-repeat:no-repeat;background-position:center;border:1px solid var(--gf-tertiary-color, #e2e2e2);border-radius:2px;content:""}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:hover::after,.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:focus::after{border-width:2px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:checked::after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.349609 4.05L1.14961 3.3C2.09961 3.75 2.64961 4.1 3.69961 4.85C5.64961 2.6 6.94961 1.5 9.34961 0L9.59961 0.6C7.59961 2.35 6.14961 4.25 4.04961 8C2.79961 6.5 1.94961 5.5 0.349609 4.05Z' fill='white'/%3E%3C/svg%3E%0A")}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check--error{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check--error::after{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter-sign-up--btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:16px 0}.sf-newsletter .sf-newsletter-sign-up--btn button{width:116px;height:100%;padding:16px;color:var(--gf-secondary-color, #ffffff);background:rgba(0,0,0,0);border:1px solid var(--gf-secondary-color, #ffffff);border-radius:var(--gf-button-border-radius, 50px);cursor:pointer}.sf-newsletter .sf-newsletter-sign-up--btn button:disabled{color:var(--gf-disabled-color, #717578);border:1px solid var(--gf-disabled-color, #717578);cursor:default;pointer-events:none}.sf-newsletter .sf-newsletter-sign-up--btn button:hover:not(:disabled),.sf-newsletter .sf-newsletter-sign-up--btn button:focus:not(:disabled){--margin: -1px;border-width:1px}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px;color:#ffa3a3}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon{display:inline-block;min-width:16px;height:16px;margin-right:8px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.582 0 0 3.582 0 8C0 12.418 3.582 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0ZM7.33333 3.33333H8.66667V10H7.33333V3.33333ZM8 12.8333C7.54 12.8333 7.16667 12.46 7.16667 12C7.16667 11.54 7.54 11.1667 8 11.1667C8.46 11.1667 8.83333 11.54 8.83333 12C8.83333 12.46 8.46 12.8333 8 12.8333Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;content:""}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon{padding-right:4px}.sf-newsletter__info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;color:var(--gf-disabled-color);font-size:12px;line-height:16px}.sf-newsletter__info-text a{color:var(--gf-disabled-color)}.copyright-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:32px 0}.copyright-footer__label{color:var(--sg-secondary-ramp-2, #c0c0c0)}.country-list{padding:0px 32px 20px;list-style-type:none}.country-list .country-list-heading{padding:8px 0px 16px}.country-list .country-item{padding:20px 0px}.country-list .country-item .xps-btnv2,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button{--xps-btn-height-lg: 24px;--xps-btnv2-border-width: 0px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.country-list .country-item .xps-btnv2:active,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button:active{-webkit-transform:none;transform:none}.country-list .country-item .xps-btnv2 .country-item-row,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.country-list .country-item .xps-btnv2 .country-item-row .country-flag,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-flag,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-flag{cursor:pointer;width:24px;height:24px}.country-list .country-item .xps-btnv2 .country-item-row .country-label,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-label,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-label{border-bottom:1px solid rgba(0,0,0,0)}.country-list .country-item .xps-btnv2 .country-item-row .country-label:hover,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-label:hover,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-label:hover{border-bottom:1px solid var(--sg-primary-ramp-1)}.country-list .country-item .xps-btnv2 .country-item-right-icon,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-right-icon,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-right-icon{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.language-list{position:fixed;top:86px;padding-bottom:20px;list-style-type:none;background:var(--sg-secondary-ramp-1);width:100%;height:100vh;z-index:1001}.language-list .language-menu{position:absolute;width:100%}.language-list .language-menu .language-country-item{padding:0px 32px}.language-list .language-menu .language-country-item .country-item-right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:72px;padding-top:20px;padding-bottom:28px}.language-list .language-menu .language-country-item .country-item-right-icon .language-faChevronLeft{height:24px;width:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.language-list .language-menu .language-country-item .country-item-right-icon .language-faChevronLeft svg{color:var(--sg-primary-ramp-1)}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row{margin:0px auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row .country-flag{width:24px;height:24px;margin:auto}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row .country-btn{padding:0px}.language-list .language-menu .xps-drawer-horizontal-divider{height:2px;color:var(--sh-dark-ramp-5)}.language-list .language-menu .xps-languageInfo{padding:0px 32px}.language-list .language-menu .xps-languageInfo .languageInfo-label{padding:16px 0px}.language-list .language-menu .xps-languageInfo .language-label-list{padding:16px 0px}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button{--xps-btn-height-lg: 24px;--xps-btnv2-border-width: 0px;border-bottom:1px solid rgba(0,0,0,0)}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2:hover,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button:hover{border-bottom:1px solid var(--sg-primary-ramp-1)}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2 span,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button span,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button span{font-weight:400}.footer-config{--gf-primary-color: #221f20;--gf-secondary-color: #ffffff;--gf-tertiary-color: #e2e2e2;--gf-disabled-color: #717578;--gf-border-color: #302d2c;--gf-input-border-color: #585858;--gf-font-family: "Helvetica-Neue,sans-serif";--gf-focus-outline: var(--gf-secondary-color, #ffffff) dotted 1px;--gf-focus-outline-offset: 2px;--gf-transition-speed-250: 250ms;--gf-transition-speed-500: 500ms;--gf-transition-easing: ease-in-out;--footer-secured-min-height: 80px}.footer{color:var(--gf-secondary-color, #ffffff);background-color:var(--gf-primary-color, #221f20)}.footer.xps-disable-country-change #footer-region__btn{pointer-events:none}.footer .footer-inner{max-width:1410px;margin:auto;padding:0 16px}@media(min-width: 768px){.footer .footer-inner{padding:0 20px}}.footer .footer-inner .footer-action{padding:var(--gf-footer-action-padding, 32px) 0;border-bottom:var(--gf-border-bottom-width, 1px) solid var(--gf-border-color)}.footer .footer-inner .footer-action .footer-action__list{display:grid;grid-template-rows:auto;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px;margin-bottom:0;padding:0}@media(min-width: 768px){.footer .footer-inner .footer-action .footer-action__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;gap:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:hover{text-decoration:underline}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn:focus{outline:var(--gf-focus-outline);outline-offset:var(--gf-focus-outline-offset)}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__img{width:20px;height:17px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__label{margin-left:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link-img{height:20px;margin-right:12px}@media(min-width: 576px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:28px}}@media(min-width: 992px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:32px}}@media(min-width: 768px){.footer .footer-inner .footer-body{display:grid;grid-template-columns:1fr 2fr;gap:70px}}@media(min-width: 992px){.footer .footer-inner .footer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer .footer-inner .footer-body .footer-body__social{position:relative;padding:32px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__social{max-width:450px;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__social{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__social .social-share{margin-top:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:0;list-style:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item{margin-right:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item:last-child{margin-right:0}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--gf-secondary-color)}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:hover,.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:focus{outline:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link .social-share__list-item-img{cursor:pointer;width:32px;height:32px;border-radius:50%;-webkit-transition:background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter;transition:background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter;transition:filter,background-color var(--gf-transition-speed-250) var(--gf-transition-easing);transition:filter,background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter}.footer .footer-inner .footer-body .footer-body__social .xps-footer-copyright-text{display:none}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links{display:grid;grid-template-columns:1fr 1fr;gap:130px}}.footer .footer-inner .footer-body .footer-body__links .list{padding:20px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list{padding:32px 0;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__links .list{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:0;margin:0;padding:0;overflow:hidden;list-style:none;visibility:hidden;-webkit-transition:visibility var(--gf-transition-speed-500),padding var(--gf-transition-speed-500),max-height var(--gf-transition-speed-500);transition:visibility var(--gf-transition-speed-500),padding var(--gf-transition-speed-500),max-height var(--gf-transition-speed-500)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:unset !important;margin-left:0;overflow:unset;visibility:visible !important}}.footer .footer-inner .footer-body .footer-body__links .list .list__list.accordion__copy--open{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item{padding-top:18px;margin:0}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a:hover{-webkit-text-decoration:var(--gf-footer-list-item-underline, underline);text-decoration:var(--gf-footer-list-item-underline, underline)}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link{color:var(--gf-secondary-color);cursor:pointer}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link:hover{-webkit-text-decoration:var(--gf-footer-list-item-link-underline, underline);text-decoration:var(--gf-footer-list-item-link-underline, underline)}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{display:block;position:relative;background-color:rgba(0,0,0,0);width:100%;text-align:left;color:var(--gf-secondary-color);border:none;padding:0;margin:0;cursor:pointer;-webkit-transition:var(--gf-transition-speed-250) var(--gf-transition-easing);transition:var(--gf-transition-speed-250) var(--gf-transition-easing)}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger .faChevronDown-show{display:none}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:disabled{cursor:default}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{position:absolute;top:calc(50% - 5px);right:0;display:inline-block;width:18px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjUgMS41MDNsLTcgNy03LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") no-repeat;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform var(--gf-transition-speed-500);transition:-webkit-transform var(--gf-transition-speed-500);transition:transform var(--gf-transition-speed-500);transition:transform var(--gf-transition-speed-500), -webkit-transform var(--gf-transition-speed-500);content:""}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{background:none}}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:focus{border:1px dotted var(--gf-secondary-color);border-style:dotted}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger[aria-expanded=true]::after{top:2px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer .footer-inner .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}@media(min-width: 768px){.footer .footer-inner .footer-bottom{padding:20px 40px}}.footer .footer-inner .footer-bottom a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer .footer-inner .footer-bottom img{cursor:pointer}.footer .footer-inner .footer-bottom .footer-bottom__rights{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--gf-tertiary-color);margin:0}.footer .footer-inner .footer-bottom .footer-bottom__rights a{display:contents}.footer .footer-inner .footer-bottom .footer-bottom__rights.footer-content--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer.secured{display:block}.footer.secured .footer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--footer-secured-min-height, 80px);height:auto;padding-top:1rem;padding-bottom:1rem}@media(min-width: 768px){.footer.secured .footer-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer.secured .footer-inner .footer-body{display:none}.footer.secured .footer-inner .footer-action,.footer.secured .footer-inner .footer-bottom{display:block;margin:0 0 1rem 0;padding:0}@media(min-width: 768px){.footer.secured .footer-inner .footer-action,.footer.secured .footer-inner .footer-bottom{margin:0}}.footer.secured .footer-inner .footer-action{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;border:0 none}.footer.secured .footer-inner .footer-action .footer-action__list{margin:0;padding:0;justify-items:center}@media(min-width: 768px){.footer.secured .footer-inner .footer-action .footer-action__list{justify-items:unset}}.footer.secured .footer-inner .footer-bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.xps-productcard-skeleton-image{aspect-ratio:1/1}.xps-productcard-skeleton-image .skeleton-loader-wrapper{aspect-ratio:1/1}.xps-productcard-skeleton-image .skeleton-loader-wrapper .loading-skeleton{height:100%}.xps-productcard-skeleton-desc{margin-top:16px}.xps-productcard-skeleton-desc .skeleton-loader-wrapper{aspect-ratio:unset !important}.xps-productcard-skeleton-desc .skeleton-loader-wrapper .loading-skeleton{height:100%}.xps-productcard-skeleton-desc-rowgap{margin-top:8px}.xps-productcard-skeleton-desc-swatch{margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.xps-productcard-skeleton-desc-swatch .loading-skeleton{height:20px !important;width:20px !important;border-radius:50%}.xps-filter-bar-options .loading-skeleton{height:40px}.xps-plp-product-cards{margin:0 -5px;min-width:100%}@media(min-width: 768px){.xps-plp-product-cards{margin:0 -10px}}.xps-plp__load-more{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xps-plp__load-more-button-container{padding-bottom:16px;margin-top:24px}.xps-plp__load-more-text{color:var(--sg-primary-ramp-3)}.xps-plp__load-more-container{margin-top:12px !important}@media(min-width: 768px){.xps-plp__load-more-container{margin-top:20px !important}}.xps-plp-filter-panel-button-container{padding-top:20px}.xps-plp-filter-panel-button-container-filter-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}@media(min-width: 768px){.xps-plp-filter-panel-button-container{margin-bottom:12px}}.xps-plp-filter-panel-result-text{padding:12px 0 8px 0}@media(min-width: 768px){.xps-plp-filter-panel-result-text{padding:12px 0 0px 0}}.xps-plp-filter-horizontal-divider{margin:0px 16px;border:none;background-color:var(--sg-primary-ramp-6);height:1px}.xps-plp-quick-filters{display:none}@media(min-width: 992px){.xps-plp-quick-filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}}.xps-plp-hierarchical-menu{list-style:none}.xps-plp-hierarchical-menu-padding{padding-left:20px}.xps-plp-hierarchical-menu .hidden{display:none !important}.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button{padding-left:16px}.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .xps-text-p2-bold,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-more-details,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-input__label,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .gc-btn,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .xps-text-p2-bold,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-more-details,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-input__label,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .gc-btn,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .xps-text-p2-bold,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-more-details,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-input__label,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-pdp-support__action-link,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .gc-btn,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless .hw-button,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.hw-button .hw-button{font-weight:normal;border:none !important}.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .xps-text-p2-bold,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-more-details,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-input__label,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .gc-btn,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .xps-text-p2-bold,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-more-details,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-input__label,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support__action-link,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .gc-btn,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .xps-text-p2-bold,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-heading .gc-description .gc-more-details,.gc-heading .gc-description .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-more-details,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-amount__custom .gc-input__wrapper .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-input__label,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-pdp-support .gc-pdp-support__action .hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-pdp-support__action-link,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .gc-btn,.xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .xps-btnv2.btn-dark.btn-fill-borderless.active .hw-button,.xps-plp-hierarchical-menu .hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.active.hw-button .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-plp-hierarchical-menu .btn-dark.btn-fill-borderless.active.hw-button .hw-button{font-weight:700}.xps-plp-product-cards-row-padding{padding-top:40px}.xps-support-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--xps-support-gap, 16px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center;background-color:var(--xps-support-bg-color, var(--sg-primary-ramp-7, #f5f5f5));color:var(--sg-primary-ramp-1);border-radius:var(--xps-support-brd-radius, 8px);padding:48px 40px;height:100%}.xps-support-card--image-size-24{width:24px;height:24px}.xps-support-card--image-size-32{width:32px;height:32px}.xps-support-card--image-size-40{width:40px;height:40px}.xps-support-card--image-size-48{width:48px;height:48px}.xps-support-card--image-size-56{width:56px;height:56px}.xps-support-card-link{text-decoration:none}.xps-drawer-config{--drawer-breakpoint: $screen-lg;--drawer-scrollbar-foreground: rgba(49, 54, 56, 50%);--drawer-scrollbar-background: #fcfcfc;--drawer-border-radius: 8px;--drawer-scrollbar-border-width: 3px}.xps-drawer{display:block;position:fixed;height:100vh;width:100%;z-index:1000;top:0;left:0}.xps-drawer span.desk-only{display:none}@media(min-width: 992px){.xps-drawer span.desk-only{display:inline-block}}.xps-drawer span.mob-only{display:inline-block}@media(min-width: 992px){.xps-drawer span.mob-only{display:none}}.xps-drawer>.backdrop{display:block;position:absolute;background-color:rgba(0,0,0,.45);top:0;left:0;right:0;bottom:0}.xps-drawer-container{display:block;position:fixed;z-index:1001;background:var(--sg-secondary-ramp-1, white);top:0;right:0;padding:0;margin-top:0;height:100vh;width:100vw;will-change:transform,visibility,display,opacity,width;-webkit-transform:translateY(100%);transform:translateY(100%);color:var(--sg-primary-ramp-1)}@media(min-width: 992px){.xps-drawer-container{height:100vh;width:375px;margin-top:unset;border-radius:unset;-webkit-transform:translateX(375px);transform:translateX(375px)}}.xps-drawer-container .xps-drawer-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:78px;padding:0 2rem}.xps-drawer-container .xps-drawer-header .xps-drawer-modal-close-btn{background-color:rgba(0,0,0,0);border:0;outline:0;cursor:pointer;padding:0 8px;color:var(--sg-primary-ramp-1)}.xps-drawer-container .xps-drawer-horizontal-divider{border:none;background-color:var(--sg-primary-ramp-5);height:2px}.xps-drawer-container .xps-spacer{height:auto}.xps-drawer-container .xps-drawer-body{position:relative;display:block;overflow-y:auto;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 80px)}.xps-drawer-container .xps-drawer-body::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}@media(min-width: 992px){.xps-drawer-container .xps-drawer-body{height:calc(100% - 80px)}}@media(min-width: 992px){.xps-drawer .xps-drawer-container,.xps-drawer .xps-drawer-body{scrollbar-width:thin;scrollbar-color:var(--drawer-scrollbar-foreground, black) var(--drawer-scrollbar-background, white);scrollbar-gutter:auto}.xps-drawer .xps-drawer-container::-webkit-scrollbar,.xps-drawer .xps-drawer-body::-webkit-scrollbar{width:var(--drawer-border-radius, 8px)}.xps-drawer .xps-drawer-container::-webkit-scrollbar-track,.xps-drawer .xps-drawer-body::-webkit-scrollbar-track{background:var(--drawer-scrollbar-background, white)}.xps-drawer .xps-drawer-container::-webkit-scrollbar-thumb,.xps-drawer .xps-drawer-body::-webkit-scrollbar-thumb{background-color:var(--drawer-scrollbar-foreground, black);border-color:var(--drawer-scrollbar-background, white);border-style:solid;border-width:var(--drawer-scrollbar-border-width, 3px);border-radius:var(--drawer-border-radius, 8px)}}.xps-drawer .backdrop,.xps-drawer .xps-drawer-container{will-change:visibility,display,opacity}.xps-drawer.show{display:block}.xps-drawer.show .backdrop{display:block;visibility:visible;opacity:1}.xps-drawer.show .xps-drawer-container{display:block;visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media(min-width: 992px){.xps-drawer.show .xps-drawer-container{-webkit-box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);-webkit-transform:translateX(0);transform:translateX(0)}}.xps-drawer.hidden{display:none}.xps-drawer.hidden .backdrop{display:none;visibility:hidden;opacity:0}.xps-drawer.hidden .xps-drawer-container{display:none;visibility:hidden;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 992px){.xps-drawer.hidden .xps-drawer-container{-webkit-transform:translateX(0);transform:translateX(0)}}.xps-drawer.in .backdrop{-webkit-animation-name:transition-in;animation-name:transition-in;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}.xps-drawer.in .xps-drawer-container{-webkit-animation-name:transition-in,xps-drawer-container-in-mobile;animation-name:transition-in,xps-drawer-container-in-mobile;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 992px){.xps-drawer.in .xps-drawer-container{-webkit-animation-name:transition-in,xps-drawer-container-in;animation-name:transition-in,xps-drawer-container-in}[dir=rtl] .xps-drawer.in .xps-drawer-container{-webkit-animation-name:transition-in,xps-drawer-container-in-rtl;animation-name:transition-in,xps-drawer-container-in-rtl}}.xps-drawer.out .backdrop{-webkit-animation-name:transition-out;animation-name:transition-out;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}.xps-drawer.out .xps-drawer-container{-webkit-animation-name:transition-out,xps-drawer-container-out-mobile;animation-name:transition-out,xps-drawer-container-out-mobile;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 992px){.xps-drawer.out .xps-drawer-container{-webkit-animation-name:transition-out,xps-drawer-container-out;animation-name:transition-out,xps-drawer-container-out}[dir=rtl] .xps-drawer.out .xps-drawer-container{-webkit-animation-name:transition-out,xps-drawer-container-out-rtl;animation-name:transition-out,xps-drawer-container-out-rtl}}@keyframes transition-in{0%{display:block;visibility:visible;opacity:0}100%{opacity:1}}@keyframes xps-drawer-container-in{0%{-webkit-transform:translateX(375px);transform:translateX(375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes xps-drawer-container-in-rtl{0%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes xps-drawer-container-in-mobile{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes transition-out{0%{display:block;visibility:visible;opacity:1}99%{display:block;visibility:visible;opacity:.1}100%{display:none;visibility:hidden;opacity:0}}@keyframes xps-drawer-container-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(375px);transform:translateX(375px)}}@keyframes xps-drawer-container-out-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}}@keyframes xps-drawer-container-out-mobile{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.xps-animate-layout{--xps-animate-layout-border: 1px solid #e5e5e5;--xps-animate-layout-border-radius: 8px;--xps-animate-layout-duration: 0.3s;--xps-animate-layout-easing: cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;border:var(--xps-animate-layout-border);border-radius:var(--xps-animate-layout-border-radius);-webkit-transition:height var(--xps-animate-layout-duration) var(--xps-animate-layout-easing);transition:height var(--xps-animate-layout-duration) var(--xps-animate-layout-easing)}.xps-animate-layout .xps-animate-layout__content{position:absolute;top:0;left:0;width:100%}.xps-collapsible-contet-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.xps-collapsible-contet-block .xps-animate-layout{--xps-animate-layout-border: none;width:100%}.xps-collapsible-contet-block-second-child{overflow:hidden}.xps-collapsible-contet-block-second-child-padding{padding-top:32px}.xps-collapsible-contet-block-second-child-display{display:none}.xps-quantity-counter-container{--xps-btn-spacing-lg-x: 16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid;border-color:var(--xps-counter-border-color, rgba(10, 10, 10, 0.38));border-radius:var(--xps-counter-border-radius, 30px);height:48px;width:125px;padding:0px 15px}.xps-quantity-counter-container input{width:65px;padding-left:10px;padding-right:10px;border:none;text-align:center;outline:none}.xps-quantity-counter-container input:focus,.xps-quantity-counter-container input:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.xps-quantity-counter-container input[type=number]::-webkit-inner-spin-button,.xps-quantity-counter-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.xps-quantity-counter-container button{-webkit-transition:opacity .25s ease-in-out,color .25s ease-in-out;transition:opacity .25s ease-in-out,color .25s ease-in-out;padding-left:10px;padding-right:10px}.xps-quantity-counter-container button:disabled{color:var(--sg-primary-ramp-4) !important}.filter-config{--filter-breakpoint: $breakpoint-md;--filter-white: #fff;--filter-green: #4c8314;--filter-purple: #421540;--filter-red: #e61f02;--filter-black: #313638;--filter-grey: #d0d0d0;--filter-grey-1: #e2e2e2;--filter-grey-2: #f2f2f2;--filter-grey-3: #717578;--filter-scrollbar-foreground: rgba(49, 54, 56, 50%);--filter-scrollbar-background: #fcfcfc;--filter-backdrop-bg-color: rgba(0, 0, 0, 0.1);--filter-border-radius: 8px;--filter-scrollbar-border-width: 3px;--filter-primary-font: "Helvetica-Neue";--filter-font-sm: 0.875rem;--filter-line-hight-sm: 1rem;--filter-font-weight-normal: 400;--filter-font-weight-bold: 700}.filter-btn-reset,.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn,.filter-sidenav-panel-comp .menu-comp .menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;background-color:rgba(0,0,0,0);border:0;outline:0;cursor:pointer}.filter-btn-reset:focus-visible,.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn:focus-visible,.filter-sidenav-panel-comp .menu-comp .menu-btn:focus-visible{outline:1px var(--filter-black) dotted}.xps-button{position:relative;font-family:var(--xps-btn-font-family);vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;border-radius:var(--xps-btn-border-radius, 0.5rem);white-space:nowrap;text-shadow:none;text-align:center;cursor:pointer}.xps-button.btn-xs{padding:var(--xps-btn-spacing-xxxs, 3px) var(--xps-btn-spacing-xs, 10px)}.xps-button.btn-sm{padding:var(--xps-btn-spacing-xxs, 5px) var(--xps-btn-spacing-xl, 40px)}.xps-button.btn-md{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-xxl, 50px)}.xps-button.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-button.hw-button{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-x3l, 110px)}.xps-button.btn-pill{border-radius:.25rem;border:1px var(--xps-btn-border-secondary) solid;background:rgba(0,0,0,0)}.xps-button.btn-link{font-family:var(--xps-btn-font-family);font-size:14px;line-height:1.5;text-decoration:none !important}.xps-button svg,.xps-button .page-loader-spinner{width:2.6rem;height:2.6rem;left:50%;top:50%;margin-left:-1.3rem;margin-top:-1.3rem}.xps-button svg>circle,.xps-button svg>.path,.xps-button .page-loader-spinner>circle,.xps-button .page-loader-spinner>.path{stroke:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-default{color:var(--xps-btn-default-text-color, #7a7d7e);background-color:var(--xps-btn-default-color, #dfdfdf);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-default-text-color, #7a7d7e)}.xps-button.btn-default::before,.xps-button.btn-default::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-default:hover{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default:hover::before,.xps-button.btn-default:hover::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-default.active{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default.active::before,.xps-button.btn-default.active::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-default::before,.xps-button.btn-default::after{background-color:var(--xps-btn-default-text-color, #7a7d7e);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-primary::before,.xps-button.btn-primary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary:hover::before,.xps-button.btn-primary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary.active::before,.xps-button.btn-primary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary::before,.xps-button.btn-primary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline:hover::before,.xps-button.btn-primaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline.active::before,.xps-button.btn-primaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-success-color, #4c8314);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary:hover::before,.xps-button.btn-secondary:hover::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary.active::before,.xps-button.btn-secondary.active::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline{color:var(--xps-btn-success-color, #4c8314);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-success-color, #4c8314)}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondaryOutline:hover{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline:hover::before,.xps-button.btn-secondaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondaryOutline.active{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline.active::before,.xps-button.btn-secondaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary:hover::before,.xps-button.btn-tertiary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary.active::before,.xps-button.btn-tertiary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline:hover::before,.xps-button.btn-tertiaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline.active::before,.xps-button.btn-tertiaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled,.xps-button.disabled{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-disabled-color, #8f949a);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff);pointer-events:none}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button:disabled:hover,.xps-button.disabled:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled:hover::before,.xps-button:disabled:hover::after,.xps-button.disabled:hover::before,.xps-button.disabled:hover::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button:disabled.active,.xps-button.disabled.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled.active::before,.xps-button:disabled.active::after,.xps-button.disabled.active::before,.xps-button.disabled.active::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-icon-compare::before{content:"";margin-right:7.7px;-webkit-transition:background-color 250ms ease-in-out;transition:background-color 250ms ease-in-out;position:relative;top:.25rem}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.filter-sidenav-panel-comp{display:block;position:fixed;height:100vh;width:100%;z-index:1000;top:0;left:0}.filter-sidenav-panel-comp span.desk-only{display:none}@media(min-width: 768px){.filter-sidenav-panel-comp span.desk-only{display:inline-block}}.filter-sidenav-panel-comp span.mob-only{display:inline-block}@media(min-width: 768px){.filter-sidenav-panel-comp span.mob-only{display:none}}.filter-sidenav-panel-comp>.backdrop{display:block;position:absolute;background-color:rgba(0,0,0,.45);top:0;left:0;right:0;bottom:0}.filter-sidenav-panel-comp .filter-container{display:block;position:fixed;z-index:1001;background:#fff;top:0;right:0;width:0vw;padding:0;margin-top:0px;height:100vh}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container{margin-top:unset;height:100vh;border-radius:unset}}.filter-sidenav-panel-comp .filter-container .filter-header{height:80px;padding:20px 32px}.filter-sidenav-panel-comp .filter-container .filter-horizontal-divider{border:none;background-color:var(--sg-primary-ramp-6);height:1px}.filter-sidenav-panel-comp .filter-container .filter-body{padding-left:16px;padding-right:16px}.filter-sidenav-panel-comp .filter-container .filter-actions{padding-left:32px;padding-right:32px}.filter-sidenav-panel-comp .filter-container .filter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filter-sidenav-panel-comp .filter-container .filter-header .filter-panel-title{margin-bottom:0;color:var(--sg-primary-ramp-1)}.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn .faXmark{margin-right:-42px}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container .filter-header .filter-modal-close-btn{height:-38px}}.filter-sidenav-panel-comp .filter-container .filter-body{position:relative;display:block;overflow-y:auto;margin:0;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 220px)}.filter-sidenav-panel-comp .filter-container .filter-body::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container .filter-body{height:calc(100% - 220px)}}.filter-sidenav-panel-comp .filter-container .filter-body>.menu-comp{margin:0}.filter-sidenav-panel-comp .filter-container .filter-body>.menu-comp:last-child{border-bottom:none}.filter-sidenav-panel-comp .filter-container .filter-actions{position:sticky;bottom:0;left:0;right:0;padding-top:20px;padding-bottom:8px;width:100%;background-color:var(--filter-white, #fff);display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-auto-flow:row;gap:16px;z-index:999}.filter-sidenav-panel-comp .filter-container .filter-actions .filter-btn,.filter-sidenav-panel-comp .filter-container .filter-actions .filter-clear-btn{margin:0 auto;display:block;padding:5px 10px;height:44px;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.filter-sidenav-panel-comp .filter-container .filter-actions .filter-clear-btn{--xps-btn-primary-color: #313638;margin-top:0;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;font-weight:700}.filter-sidenav-panel-comp .filter-container .filter-actions .filter-clear-btn span{font-weight:inherit}.filter-sidenav-panel-comp .menu-comp{list-style-type:none}.filter-sidenav-panel-comp .menu-comp li{height:100%}.filter-sidenav-panel-comp .menu-comp .menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:20px 16px;color:var(--sg-primary-ramp-1)}.filter-sidenav-panel-comp .menu-comp .menu-btn .menu-down-arrow{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .2s ease;transition:all .2s ease}.filter-sidenav-panel-comp .menu-comp .menu-btn.open .menu-down-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.filter-sidenav-panel-comp .menu-comp .menu-btn:focus{outline-offset:-1px}.filter-sidenav-panel-comp .menu-comp .menu-filtered-values{display:block;margin-top:-12px;padding:0px 16px;color:var(--sg-primary-ramp-3);margin-bottom:20px}.filter-sidenav-panel-comp .menu-comp .menu-content{display:none;min-height:196px;height:auto}.filter-sidenav-panel-comp .menu-comp .menu-content.active{display:block;position:relative;padding-bottom:16px}.filter-sidenav-panel-comp .menu-comp .menu-content.active .menu-comp{width:100%;height:100%;background:var(--filter-white)}.filter-sidenav-panel-comp .menu-comp .menu-content a.menu-item-comp{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:16px;margin:4px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:var(--filter-border-radius, 8px)}.filter-sidenav-panel-comp .menu-comp .menu-content>.menu-comp{margin-left:1rem}.filter-sidenav-panel-comp .menu-comp .menu-item-comp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper{display:block;position:relative;width:24px;height:24px;margin-right:10px;padding:1px;border:1px solid #d0d0d0;border-radius:50%}.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper .icon{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper .icon.rounded,.filter-sidenav-panel-comp .menu-comp .menu-item-comp .icon-wrapper .icon.icon-rounded{border-radius:50%}.filter-sidenav-panel-comp .menu-comp .menu-item-comp>label .xps-text{line-height:22px;padding-right:25px}.filter-sidenav-panel-comp .menu-comp .menu-item-comp.active~ul.menu-comp>li>.menu-btn{display:none}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked),.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked){position:absolute;min-width:100%;min-height:48px}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:16px;margin:4px 0px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:var(--filter-border-radius, 8px)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label{background-color:var(--sg-primary-brand-bg)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label .text-selected,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label .text-selected{font-weight:700}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label{background-color:var(--sg-page-color)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label:before,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:before{content:"";position:absolute;right:15px;width:24px;height:24px;border:2px solid var(--sg-primary-ramp-1);border-radius:100%;background:var(--sg-page-color)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:before{border:2px solid var(--sg-primary-ramp-1)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label:after,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:after{content:"";width:12px;height:12px;background:var(--sg-primary-ramp-1);position:absolute;top:22px;right:21px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:before,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;right:15px;width:22px;height:22px;border:2px solid var(--filter-black, #313638);border-radius:4px;background:var(--filter-white, #fff)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:before{border:1px solid var(--filter-grey-3, #717578)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:after,.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:after{content:"";position:absolute;top:20px;right:23px;width:6px;height:12px;border:solid var(--filter-green, #4c8314);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .1s ease;transition:all .1s ease}[dir=rtl] .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:after,[dir=rtl] .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:after{-webkit-transform:scaleX(-1) rotate(-45deg);transform:scaleX(-1) rotate(-45deg)}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:not(:checked)+label:after{opacity:0}.filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label:after{opacity:1}.filter-sidenav-panel-comp .menu-comp .menu-item-comp a{display:block;padding-left:5px;padding-right:10px;width:100%;cursor:pointer}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container,.filter-sidenav-panel-comp .filter-body{scrollbar-width:thin;scrollbar-color:var(--filter-scrollbar-foreground, black) var(--filter-scrollbar-background, white);scrollbar-gutter:auto}.filter-sidenav-panel-comp .filter-container::-webkit-scrollbar,.filter-sidenav-panel-comp .filter-body::-webkit-scrollbar{width:var(--filter-scrollbar-width, 8px)}.filter-sidenav-panel-comp .filter-container::-webkit-scrollbar-track,.filter-sidenav-panel-comp .filter-body::-webkit-scrollbar-track{background:var(--filter-scrollbar-background, white)}.filter-sidenav-panel-comp .filter-container::-webkit-scrollbar-thumb,.filter-sidenav-panel-comp .filter-body::-webkit-scrollbar-thumb{background-color:var(--filter-scrollbar-foreground, black);border-color:var(--filter-scrollbar-background, white);border-style:solid;border-width:var(--filter-scrollbar-border-width, 3px);border-radius:var(--filter-border-radius, 8px)}}@keyframes transition-in{0%{display:block;visibility:visible;opacity:0}100%{opacity:1}}@keyframes filter-container-in{0%{-webkit-transform:translateX(375px);transform:translateX(375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes filter-container-in-rtl{0%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes filter-container-in-mobile{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes transition-out{0%{display:block;visibility:visible;opacity:1}99%{display:block;visibility:visible;opacity:.1}100%{display:none;visibility:hidden;opacity:0}}@keyframes filter-container-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(375px);transform:translateX(375px)}}@keyframes filter-container-out-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-375px);transform:translateX(-375px)}}@keyframes filter-container-out-mobile{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.filter-sidenav-panel-comp .backdrop,.filter-sidenav-panel-comp .filter-container{will-change:visibility,display,opacity}.filter-sidenav-panel-comp .filter-container{will-change:transform,visibility,display,opacity,width;width:100vw;-webkit-transform:translateY(100%);transform:translateY(100%)}@media(min-width: 768px){.filter-sidenav-panel-comp .filter-container{width:375px;-webkit-transform:translateX(375px);transform:translateX(375px)}}.filter-sidenav-panel-comp.show{display:block}.filter-sidenav-panel-comp.show .backdrop,.filter-sidenav-panel-comp.show .filter-container{display:block;visibility:visible;opacity:1}.filter-sidenav-panel-comp.show .filter-container{-webkit-transform:translateY(0);transform:translateY(0)}@media(min-width: 768px){.filter-sidenav-panel-comp.show .filter-container{-webkit-box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);box-shadow:0px 4px 20px 4px rgba(0,0,0,.1);-webkit-transform:translateX(0);transform:translateX(0)}}.filter-sidenav-panel-comp.in .backdrop{-webkit-animation-name:transition-in;animation-name:transition-in;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}.filter-sidenav-panel-comp.in .filter-container{-webkit-animation-name:transition-in,filter-container-in-mobile;animation-name:transition-in,filter-container-in-mobile;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 768px){.filter-sidenav-panel-comp.in .filter-container{-webkit-animation-name:transition-in,filter-container-in;animation-name:transition-in,filter-container-in}[dir=rtl] .filter-sidenav-panel-comp.in .filter-container{-webkit-animation-name:transition-in,filter-container-in-rtl;animation-name:transition-in,filter-container-in-rtl}}.filter-sidenav-panel-comp.out .backdrop{-webkit-animation-name:transition-out;animation-name:transition-out;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}.filter-sidenav-panel-comp.out .filter-container{-webkit-animation-name:transition-out,filter-container-out-mobile;animation-name:transition-out,filter-container-out-mobile;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s}@media(min-width: 768px){.filter-sidenav-panel-comp.out .filter-container{-webkit-animation-name:transition-out,filter-container-out;animation-name:transition-out,filter-container-out}[dir=rtl] .filter-sidenav-panel-comp.out .filter-container{-webkit-animation-name:transition-out,filter-container-out-rtl;animation-name:transition-out,filter-container-out-rtl}}.filter-sidenav-panel-comp.hidden{display:none}.filter-sidenav-panel-comp.hidden .backdrop,.filter-sidenav-panel-comp.hidden .filter-container{display:none;visibility:hidden;opacity:0}.filter-sidenav-panel-comp.hidden .filter-container{-webkit-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 768px){.filter-sidenav-panel-comp.hidden .filter-container{-webkit-transform:translateX(0);transform:translateX(0)}}.hierarchical-menu{position:relative;display:block}.hierarchical-menu .menu-content.active a.menu-item-comp.active{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.875rem;line-height:1.625rem;border:0 none;padding-left:0;padding-top:0;padding-bottom:0;margin-bottom:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:0}.hierarchical-menu .menu-content.active a.menu-item-comp.active .menu-item-link{font-weight:700}.hierarchical-menu .menu-content.active a.menu-item-comp.active:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12' width='12' height='12'%3E%3Cpath fill='%23313638' d='M8.7,2.7c0.4-0.4,0.4-1,0-1.4C8.5,1.1,8.3,1,8,1C7.8,1,7.5,1.1,7.3,1.3c0,0-4,4-4.1,4c-0.4,0.4-0.4,1,0,1.4l4,4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L5.4,6L8.7,2.7' /%3E%3C/svg%3E");width:20px;height:1.625rem}.hierarchical-menu .menu-content.active a.menu-item-comp.active.hidden{display:none}.hierarchical-menu .menu-content.active a.menu-item-comp.active:focus{outline-offset:-1px}.range-slider-menu{display:block}.range-slider-menu .range-slider-container{display:block;padding:.5rem 1rem}.range-slider-menu .range-slider-container .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}.range-slider-menu .range-slider-container .input-wrapper .xps-component__input{font-size:1rem;font-weight:700}.range-slider-menu .range-slider-container .range-wrapper{display:block}.filter-clear-refinements{display:inline-block}.filter-clear-refinements .filter-clear-all{text-decoration:underline;background:rgba(0,0,0,0);border:0 none;cursor:pointer}.filter-current-refinements{display:inline;position:relative}.filter-current-refinements .pill{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:5px 10px;margin:0 10px 10px 0;background-color:var(--filter-grey-2, #f2f2f2);font-family:var(--filter-primary-font, "Helvetica-Neue");font-size:var(--filter-font-sm, 14px);line-height:var(--filter-line-hight-sm, 16px);font-weight:var(--filter-font-weight-normal, 400);color:var(--filter-black, #313638);border-radius:var(--filter-border-radius, 8px)}.filter-current-refinements .pill svg{width:8px;height:8px}.xps-pill-buttons-group{display:-webkit-box;display:-ms-flexbox;display:flex;row-gap:16px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;padding:8px 16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.xps-filter-bar{padding:40px}.xps-filter-bar-options{padding-top:1.5rem;padding-bottom:1.5rem}.xps-filter-bar-options [class*=col-]{padding-left:0;padding-right:0}.xps-filter-bar-options-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}@media(max-width: 576px){.xps-filter-bar-options-left .xps-btnv2:not(:first-child),.xps-filter-bar-options-left .hw-payment-form__content .hw-form-transfer-methods .hw-button:not(:first-child),.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-options-left .hw-button:not(:first-child){display:none}}.xps-filter-bar-options-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width: 768px){.xps-filter-bar-options-right .xps-btnv2:not(:first-child),.xps-filter-bar-options-right .hw-payment-form__content .hw-form-transfer-methods .hw-button:not(:first-child),.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-options-right .hw-button:not(:first-child){display:none}}.xps-filter-bar-filtered-options{padding-bottom:1.5rem;padding-left:0;padding-right:0;row-gap:16px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.xps-filter-bar-filtered-options .xps-filter-bar-filtered-options-clear-all-filter.xps-btnv2,.xps-filter-bar-filtered-options .hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-filtered-options-clear-all-filter.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-filtered-options .xps-filter-bar-filtered-options-clear-all-filter.hw-button{margin-left:8px}.xps-filter-bar-result-text .xps-btnv2.btn-sm,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .btn-sm.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .btn-sm.hw-button{--xps-btn-height-sm: 25px}.xps-filter-bar-result-text .xps-btnv2.btn-lg,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .btn-lg.hw-button,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .xps-btnv2.hw-button,.xps-filter-bar-result-text .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-filter-bar-result-text .hw-button{--xps-btn-height-lg: 25px}.xps-filter-bar-result-text .searchResultText{padding-left:4px}.xps-filter-bar-result-text .searchResultText:not(:last-child){padding-right:4px}@media(max-width: 375px){.xps-filter-bar{padding:20px}}.xps-pc-config{--plp-white: #fff;--plp-black: #313638;--plp-gray: rgba(49, 54, 56, 0.58);--plp-light-gray: #e2e2e2;--plp-light-gray-1: #717578}.xps-pc{position:relative;background-color:var(--plp-white);padding:20px;border:1px var(--plp-light-gray) solid;text-align:center;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;height:100%}.xps-pc:hover{border:1px var(--plp-black) solid}.xps-pc:hover .xps-pc-img{position:relative;-webkit-transform:scale(1.08);transform:scale(1.08)}.xps-pc .xps-pc-promo-badge{position:absolute;top:15px;left:15px;z-index:9;display:inline-block;padding:3px 15px;color:var(--plp-white);text-transform:uppercase;background-color:var(--plp-black);border-radius:3px}@media(max-width: 768px){.xps-pc .xps-pc-promo-badge .xps-pc-promo-text{font-size:.875rem}}.xps-pc .xps-pc-img{max-width:375px;max-height:375px;margin:auto;-webkit-transition:-webkit-transform 250ms ease-in-out;transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out;transition:transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out}.xps-pc .xps-pc-img img{width:100%;height:100%}.xps-pc .xps-pc-price-wrapper{margin:15px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px}@media(min-width: 768px){.xps-pc .xps-pc-price-wrapper{margin:20px 0 15px;gap:8px}}.xps-pc .xps-pc-price-wrapper .xps-pc-price{margin:0;color:var(--plp-black)}@media(max-width: 768px){.xps-pc .xps-pc-price-wrapper .xps-pc-price{font-size:.875rem}}.xps-pc .xps-pc-price-wrapper .xps-pc-price.xps-pc-line-through{text-decoration:line-through;font-weight:normal;color:var(--plp-light-gray-1)}.xps-pc .xps-pc-product-name{font-size:16px;line-height:24px;color:var(--plp-black);margin:0;z-index:1}@media(min-width: 768px){.xps-pc .xps-pc-product-name{font-size:18px;line-height:26px}}.xps-pc .xps-pc-description{color:var(--plp-gray);display:none}@media(min-width: 768px){.xps-pc .xps-pc-description{display:block;margin:0}}.xps-pc .xps-pc-swatches{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}@media(min-width: 768px){.xps-pc .xps-pc-swatches{position:absolute;top:15px;right:15px;display:unset;margin-top:unset}}.xps-pc a{display:grid;text-decoration:none}.xps-pc .xps-pc-rating{margin-top:15px}@media(min-width: 768px){.xps-pc .xps-pc-rating{margin-top:20px}}.xps-pc .xps-pc-rating .bv_main_container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-st-pc{padding:0 0 20px;display:grid;grid-template-columns:auto 1fr;gap:15px}@media(min-width: 768px){.xps-st-pc{padding:0}}.xps-st-pc:last-child{padding:0}.xps-st-pc .xps-st-pc-lt{width:100%;height:100%}.xps-st-pc .xps-st-pc-lt img{width:100%;height:100%;max-width:120px;max-height:120px;aspect-ratio:1/1;display:block;border-radius:8px}@media(min-width: 768px){.xps-st-pc .xps-st-pc-lt img{border-radius:unset}}.xps-st-pc .xps-st-pc-rt a{text-decoration:none;color:inherit}.xps-st-pc .xps-st-pc-rt .xps-st-pc-promo-badge{display:inline-block;padding:2px 8px;color:var(--plp-black);background-color:var(--plp-white);text-transform:uppercase;border-radius:3px}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-promo-badge{color:var(--plp-white);background-color:var(--plp-black)}}.xps-st-pc .xps-st-pc-rt .xps-st-pc-product-name{margin:0 0 7px;color:var(--plp-white);display:block}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-product-name{color:var(--plp-black);margin:7px 0}}.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:7px}.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price{margin:0;color:var(--plp-white);font-weight:700}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price{color:var(--plp-black)}}.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price.xps-st-pc-line-through{text-decoration:line-through;color:var(--plp-white);font-weight:400}@media(min-width: 768px){.xps-st-pc .xps-st-pc-rt .xps-st-pc-price-wrapper .xps-st-pc-price.xps-st-pc-line-through{color:var(--plp-light-gray-1)}}.xps-pc-swatch-picker.vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;list-style:none;margin:0;padding:0;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(min-width: 768px){.xps-pc-swatch-picker.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.xps-pc-swatch-picker.vertical .vs-color-lists{height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.xps-pc-swatch-picker.vertical .vs-colors{position:relative;overflow:hidden;border:0;background:rgba(0,0,0,0);width:20px;height:20px;border-radius:50%;padding:0;margin:0}.xps-pc-swatch-picker.vertical .vs-more .vs-more-btn{border:0;background:rgba(0,0,0,0);cursor:pointer}.xps-pc-swatch-picker.vertical .vs-more .vs-more-btn .vs-more-text{text-transform:uppercase;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;font-size:11px}.xps-pc-swatch-picker.vertical.vs-mobile .vs-colors{width:16px;height:16px}.xps-pct2{height:100%;width:100%;border-radius:1pc;-webkit-transition:border .25s ease-in-out;transition:border .25s ease-in-out;padding:48px 0 64px 0;overflow:auto}@media(min-width: 992px){.xps-pct2{overflow:unset}}.xps-pct2-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding-bottom:24px;position:relative}.xps-pct2-row>div{min-width:300px}@media(min-width: 992px){.xps-pct2-row>div{min-width:334px}}.xps-pct2-sticky-title{position:sticky;z-index:998;top:0;background:var(--sg-secondary-ramp-1)}.xps-pct2-sticky-title-sections{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:16px;background:var(--sg-secondary-ramp-1)}.xps-pct2-sticky-title .xps-pct2--product-summary-title{display:none}@media(min-width: 992px){.xps-pct2-sticky-title .xps-pct2--product-summary-title{display:block}}@media(min-width: 768px){.xps-pct2{padding:65px 0 81px 0}}@media(min-width: 992px){.xps-pct2{padding:72px 0 88px 0}}.xps-pct2 p.xps-pct2--product-summary-title{margin-bottom:16px}.xps-pct2--product-summary{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:40px}@media(min-width: 992px){.xps-pct2--product-summary-title{display:none}}.xps-pct2--product-summary-image{width:100%;margin-bottom:18px;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out;-o-object-fit:contain;object-fit:contain;background-color:var(--sg-alert-bg-grey)}.xps-pct2--product-summary-swatch-picker-container{--xps-swtchpicker-size: 20px;margin-top:0;min-height:20px}.xps-pct2--product-summary-price{margin-top:18px}.xps-pct2--product-summary-add-to-cart-button{margin-top:20px}.xps-pct2--product-summary-view{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px;padding:0 !important;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto !important}.xps-pct2--product-summary-view svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.xps-pct2--product-specification{color:var(--sg-primary-ramp-1)}.xps-pct2--product-specification .xps-pct2--with-icons img{width:32px;height:32px;margin-right:16px}.xps-pct2--product-specification-item{padding:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid var(--sg-primary-ramp-6)}.xps-pct2--product-specification-item .xps-pct2--specification-content-description ul{line-height:24px}.xps-pct2--product-specification-item .xps-pct2--specification-content-description ul li{margin-bottom:4px}.xps-pct2--product-specification-item .xps-pct2--specification-content-description ul li:last-child{margin:0}.xps-pct2--product-specification .xps-pct2--with-icons .xps-pct2--specification-content-description{-webkit-line-clamp:3}.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-sm, 1);-moz-column-count:var(--xps-ps-column-count-sm, 1);column-count:var(--xps-ps-column-count-sm, 1);color:var(--xps-ps-font-color, #313638)}@media(min-width: 768px){.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-md, 2);-moz-column-count:var(--xps-ps-column-count-md, 2);column-count:var(--xps-ps-column-count-md, 2)}}@media(min-width: 992px){.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-lg, 3);-moz-column-count:var(--xps-ps-column-count-lg, 3);column-count:var(--xps-ps-column-count-lg, 3)}}@media(min-width: 1200px){.xps-product-spec-container .xps-product-specifications{-webkit-column-count:var(--xps-ps-column-count-xl, 3);-moz-column-count:var(--xps-ps-column-count-xl, 3);column-count:var(--xps-ps-column-count-xl, 3)}}.xps-product-spec-container .xps-ps-showmore{color:var(--sg-primary-ramp-1);text-decoration:underline;cursor:pointer;display:unset;margin-top:28px}@media(min-width: 768px){.xps-product-spec-container .xps-ps-showmore{display:none}}.xps-product-spec-container .xps-ps-showmore h6{margin:0}.xps-ps-feature-section{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;margin:20px 0}.xps-ps-feature-section-icon{height:48px;width:48px;border-radius:50%;background-color:var(--xps-ps-icon-background-color, transparent);-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:16px}.xps-ps-feature-section-icon img{height:100%;width:100%}.xps-ps-feature-section-content{width:100%}.xps-ps-feature-section-content-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-ps-feature-section-content-title p{margin:0}.xps-ps-feature-section-content-description{margin-top:8px}.xps-ps-feature-section-content-description ul{margin:0;list-style:none}.xps-ps-feature-section-content-description ul li{position:relative;padding-left:8px;line-height:24px}.xps-ps-feature-section-content-description ul li::before{position:absolute;content:"•";left:0;top:-1px}.xps-teaser__promo-tile{--promo-height: 514px;--promo-width: 325px;--promo-action-link-width: 180px;--promo-action-link-border-width: 2px;--promo-action-link-border-radius: 50px;--promo-primary-color: #313638;--promo-secondary-color: #fff;position:relative;z-index:10;width:var(--promo-width);height:var(--promo-height);color:var(--promo-primary-color)}.xps-teaser__promo-tile--white-theme{--promo-primary-color: #fff;--promo-secondary-color: #313638}.xps-teaser__promo-tile .xps-teaser__image{position:absolute;width:100%;height:100%}.xps-teaser__promo-tile .xps-teaser__image .xps-image{height:100%}.xps-teaser__promo-tile .xps-teaser__image .xps-image__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xps-teaser__promo-tile .xps-teaser__content{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;width:85%;height:100%;margin:auto;text-align:center}@media(min-width: 992px){.xps-teaser__promo-tile .xps-teaser__content{max-width:335px}}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-top{top:0%;padding-top:40px}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title-logo{width:10rem;height:3rem;margin:0 auto 15px}@media(min-width: 992px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title-logo{width:14rem;height:4rem;margin:0 auto 10px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title{margin-bottom:15px;font-size:28px;line-height:36px}@media(min-width: 768px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title{font-size:32px;line-height:44px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__description{margin-bottom:5px}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__description .xps-teaser__description-inner{margin:0}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;margin-bottom:30px}@media(min-width: 768px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container{margin-bottom:40px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{width:var(--promo-action-link-width);padding:10px 0;color:var(--promo-primary-color);font-size:16px;text-decoration:none;background-color:rgba(0,0,0,0);border:var(--promo-action-link-border-width) solid var(--promo-primary-color);border-radius:var(--promo-action-link-border-radius)}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link:hover{width:calc(var(--promo-action-link-border-width) + 1px + var(--promo-action-link-width));margin:-1px;border-width:calc(var(--promo-action-link-border-width) + 1px)}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link:focus{color:var(--promo-secondary-color);background-color:var(--promo-primary-color);outline-color:var(--promo-primary-color);-webkit-transition:color 250ms ease-in-out,background-color 250ms ease-in-out;transition:color 250ms ease-in-out,background-color 250ms ease-in-out}.xps-support-doc-container .xps-support-doc-title{margin-bottom:24px}.xps-support-doc-container .xps-support-doc-title h5{margin:0}.xps-support-doc-container .xps-support-doc-title.xps-support-doc-title-align-center{text-align:center}.xps-support-doc-container .xps-support-doc-row{margin-left:-10px;margin-right:-10px;margin-top:-5px}@media(min-width: 768px){.xps-support-doc-container .xps-support-doc-row{margin-top:-10px}}@media(min-width: 992px){.xps-support-doc-container .xps-support-doc-row{margin-top:0px}}.xps-support-doc-container .xps-support-doc-item{min-height:210px;padding:5px}@media(min-width: 768px){.xps-support-doc-container .xps-support-doc-item{padding:10px}}@media(min-width: 992px){.xps-support-doc-container .xps-support-doc-item{padding:0 10px;max-width:20%}}.xps-support-doc-container .xps-support-doc-item-link{background-color:var(--xps-sd-tile-bg-color, #F8F4F0);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:var(--xps-sd-tile-border-radius, 8px);text-decoration:none;color:var(--xps-sd-tile-text-color, #313638);padding:0 32px;text-align:center}.xps-support-doc-container .xps-support-doc-item-link:hover{background-color:var(--xps-sd-tile-bg-hover-color, #EFE7DD)}.xps-support-doc-container .xps-support-doc-item-link img{height:48px !important;width:48px !important;-o-object-fit:contain;object-fit:contain}.xps-support-doc-container .xps-support-doc-item-link p{margin:0;margin-top:16px}.bof-config{--bof-line-item-image-size-desktop: 148px;--bof-line-item-image-size-mobile: 80px;--bof-line-item-child-image-size-desktop: 112px;--bof-line-item-child-image-size-mobile: 80px;--bof-line-item-gap: 40px;--bof-line-item-gap-sm: 1.5rem;--bof-line-item-separator-height: 1px;--bof-line-item-separator-color: rgba(49, 54, 56, 0.26);--bof-line-item-body-gap: 0px;--bof-line-item-control-gap: 12px;--bof-line-item-attribute-gap: 4px;--bof-line-item-attribute-group-gap: 12px;--bof-line-item-head-body-gap: 1.75rem;--bof-line-item-body-action-gap: 0.625rem;--bof-line-item-table-border-color: rgba(49, 54, 56, 0.26);--bof-round-icon-border-color: #e2e2e2;--bof-line-item-control-flex-direction-mobile: column}.bof-config.summary{--bof-line-item-image-size-desktop: 80px;--bof-line-item-head-body-gap: 1rem;--bof-line-item-body-action-gap: 1rem;--bof-line-item-gap: 12px;--bof-line-item-separator-height: 0}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.gc-heading .gc-description .gc-more-details,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-btn,.hw-payment-form__content .hw-form-transfer-methods .hw-button{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.gc-textarea__wrapper .gc-textarea,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.gc-info-label,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.accordionV2{width:100%}.accordionV2--solo{background-color:var(--accordion-bg-color);padding:8px 24px;border-radius:var(--accordion-border-radius, 4px)}.accordionV2--solo .accordionV2__header{padding:16px 0}.accordionV2--solo .expanded{padding:8px 0 16px}.accordionV2__header{width:100%;border:none;background:none;text-align:left;cursor:pointer}.accordionV2__header.non-clickable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.accordionV2__header:focus{outline:unset}.accordionV2__header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:2px}.accordionV2__content{--content-height: 100%;display:none;height:100%;max-height:0;overflow:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.accordionV2__content.expanded{max-height:var(--content-height);opacity:1;display:inherit}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__header *{color:var(--sg-primary-ramp-1) !important;margin:unset}.accordion__header svg{pointer-events:none}.bof.line-item{display:block;min-width:0;margin-top:var(--bof-line-item-gap, 40px)}@media(min-width: 767.9px){.bof.line-item .hide-desktop{display:none !important}}@media(max-width: 767.8px){.bof.line-item .hide-mobile{display:none !important}}.bof.line-item~.bof.line-item{margin-top:var(--bof-line-item-gap, 40px)}.bof.line-item~.bof.line-item:before{content:"";display:block;width:100%;height:var(--bof-line-item-separator-height);background-color:var(--bof-line-item-separator-color);margin-bottom:var(--bof-line-item-gap, 40px)}.bof.line-item>.main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;height:auto;width:auto;max-width:100%;min-width:0}.bof.line-item>.main-wrapper~.child-wrapper{display:block;margin-top:var(--bof-line-item-gap, 40px);width:auto;min-width:0;max-width:100%}@media(min-width: 768px){.bof.line-item>.main-wrapper~.child-wrapper .child-wrapper{margin-left:var(--bof-line-item-image-size-desktop)}}@media(min-width: 768px){.bof.line-item>.main-wrapper~.child-wrapper{margin-left:var(--bof-line-item-image-size-desktop);padding-left:var(--bof-line-item-head-body-gap, 1.75rem)}.bof.line-item>.main-wrapper~.child-wrapper .child-wrapper{padding-left:0}}.bof.line-item>.main-wrapper~.child-wrapper .bof.line-item~.bof.line-item:before{display:none;height:0}.bof.line-item>.main-wrapper~.child-wrapper>p:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h1:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h2:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h3:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h4:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h5:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h6:first-child{margin-bottom:var(--bof-line-item-gap, 40px)}.bof.line-item .head-container{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;width:var(--bof-line-item-image-size-mobile)}@media(min-width: 768px){.bof.line-item .head-container{width:var(--bof-line-item-image-size-desktop)}}.bof.line-item .head-container img{display:block;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:var(--bof-line-item-image-size-mobile)}@media(min-width: 768px){.bof.line-item .head-container img{max-height:var(--bof-line-item-image-size-desktop)}}.bof.line-item .child-wrapper .head-container{width:var(--bof-line-item-child-image-size-mobile)}@media(min-width: 768px){.bof.line-item .child-wrapper .head-container{width:var(--bof-line-item-child-image-size-desktop)}}.bof.line-item .child-wrapper .bof.line-item:after{margin-top:0px;background-color:unset}.bof.line-item .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--bof-line-item-control-gap, 12px);width:100%}.bof.line-item .body-container>.content-wrapper{padding:0 16px}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper{padding:0 40px 0 28px}}.bof.line-item .body-container>.content-wrapper.no-wrap{grid-template-columns:auto minmax(75px, auto)}.bof.line-item .body-container>.content-wrapper.no-image{padding:0}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper{grid-template-columns:auto minmax(75px, auto)}}.bof.line-item .body-container>.content-wrapper .content,.bof.line-item .body-container>.content-wrapper .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bof.line-item .body-container>.content-wrapper .content .promo-item-attr{color:var(--breville-alerts-alert-success, #007A31)}.bof.line-item .body-container>.content-wrapper .info .item-attr{margin:0}.bof.line-item .body-container>.content-wrapper .info .promo-item-attr{color:var(--breville-alerts-alert-success, #007A31)}.bof.line-item .body-container>.content-wrapper .content{gap:var(--bof-line-item-control-gap, 12px);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bof.line-item .body-container>.content-wrapper .content .content-grid{display:block}.bof.line-item .body-container>.content-wrapper .content .title-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .content .title-price-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.bof.line-item .body-container>.content-wrapper .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-secondary-brand-bg, #313638);width:100%}.bof.line-item .body-container>.content-wrapper .price-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.bof.line-item .body-container>.content-wrapper .info-btn{display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;width:auto;height:auto;margin-left:.5rem;margin-right:.5rem;margin-top:.25rem;padding:0}.bof.line-item .body-container>.content-wrapper .info-btn svg{width:22px;height:22px}.bof.line-item .body-container>.content-wrapper .attr-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.bof.line-item .body-container>.content-wrapper .attr-container .attr-group:last-of-type{margin-bottom:0}.bof.line-item .body-container>.content-wrapper .attr-container .attr-group~.attr-group{margin-top:var(--bof-line-item-attribute-group-gap, 12px)}.bof.line-item .body-container>.content-wrapper .controls-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.bof.line-item .body-container>.content-wrapper .controls-container .control-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--bof-line-item-control-flex-direction-mobile, "column");flex-direction:var(--bof-line-item-control-flex-direction-mobile, "column");gap:var(--bof-line-item-control-gap, 12px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:var(--bof-line-item-control-gap, 12px)}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .controls-container .control-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + var(--bof-line-item-control-gap, 12px));margin-bottom:0}}.bof.line-item .body-container>.content-wrapper .controls-container .control-group>*:last-child{margin-bottom:0}.bof.line-item .body-container>.content-wrapper .info{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bof.line-item .body-container>.content-wrapper.no-wrap .info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.bof.line-item .body-container>.content-wrapper .info del{margin-left:0;margin-right:.5rem}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .info del{margin-left:.5rem}}.bof.line-item-attribute{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;height:auto;width:auto;max-width:100%;min-width:0;color:var(--sg-secondary-brand-bg, #313638)}.bof.line-item-attribute~.bof.line-item-attribute{margin-top:var(--bof-line-item-attribute-gap, 4px)}.bof.line-item-attribute .img-container{display:block;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;margin-right:.5rem}.bof.line-item-attribute .img-container img{display:block;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;max-width:24px;max-height:24px;margin:0 auto}.bof.line-item-attribute .img-container img.round{border:1px solid var(--bof-round-icon-border-color, #e2e2e2);border-radius:50%}.bof.line-item-attribute .attr-label{margin-top:0;margin-bottom:0;color:var(--sg-secondary-brand-bg, #313638)}.bof.line-item-attribute .attr-label .xps-badge{display:inline-block;margin-right:.5rem}.bof.line-item-attribute .attr-label .xps-badge:first-child{margin-left:0}.bof.line-item-attribute .attr-label .tooltip-wrapper{display:inline-block;height:1rem}.bof.line-item-attribute .attr-label .tooltip-wrapper .tooltip-element{vertical-align:middle}.bof.line-item-attribute ul{margin:0;padding:0;list-style-position:inside}.bof.line-item-attribute table{border-color:var(--bof-line-item-table-border-color, rgba(49, 54, 56, 0.26));border-collapse:collapse}.bof.line-item-attribute table tr>td{padding:.375rem}.bof.line-item-attribute table tr>td:first-child{padding-left:0}.bof.line-item-control{display:block}.bof.line-item-control .xps-alert,.bof.line-item-control .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .bof.line-item-control .hw-global-errors-error{padding:10px}.bof.line-item-control .gwp-line-item-alert{padding:0}.bof.order-summary{background-color:var(--sg-primary-ramp-7, #f7f7f7)}.bof.order-summary .os-line-items{margin-bottom:24px;padding-bottom:16px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}.bof.order-summary .os-line-items .content{--bof-line-item-control-gap: 20px}.bof.order-summary .order-summary__amount-details{margin-bottom:24px;padding-bottom:24px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}@media(min-width: 992px){.bof.order-summary .order-summary__amount-details{row-gap:unset;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.bof.order-summary .order-summary__amount-details .order-summary__amount-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.bof.order-summary .order-summary__amount-details .order-summary__amount-item:last-child{margin-bottom:unset}.bof.order-summary .order-summary__amount-details .order-summary__amount-item .item-charge-amount{text-align:right}.bof.order-summary .order-summary__promo{position:relative}.order-summary-cart-footer .os-action-placeholder .os-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:24px}.order-summary-cart-footer .os-action-placeholder .os-action .os-action__btn{width:100%}.order-summary-cart-footer .os-pay{display:block;margin-top:40px}.order-summary-cart-footer .os-pay .os-pay__title{margin-bottom:16px;text-align:center}@media(min-width: 768px){.order-summary-cart-footer .os-pay .os-pay__title{text-align:left;padding-left:unset}}@media(min-width: 992px){.order-summary-cart-footer .os-pay .os-pay__title{text-align:center}}.order-summary-cart-footer .os-pay .os-pay__options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-summary-cart-footer .os-pay .os-pay__options img{max-height:28px}@media(min-width: 768px){.order-summary-cart-footer .os-pay .os-pay__options{margin:unset;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media(min-width: 992px){.order-summary-cart-footer .os-pay .os-pay__options{margin:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 992px){.order-summary-cart-footer .os-action-placeholder{min-height:48px}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top,.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom{position:fixed;background-color:#fff;width:100%;left:0;right:0;z-index:980;padding:1rem;margin:0}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top .os-action__btn,.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom .os-action__btn{-webkit-animation:scale-up-center .25s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;animation:scale-up-center .25s cubic-bezier(0.39, 0.575, 0.565, 1) forwards}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top{top:0;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom{bottom:0;border-top:1px var(--bof-line-item-separator-color, #acaeaf) solid}}.os-express-checkout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.os-express-checkout__paypal .adyen-checkout__paypal__button{margin:0}.os-express-checkout__paypal[data-disabled=true]{cursor:pointer}.os-express-checkout__paypal[data-disabled=true]>*{pointer-events:none}.os-express-checkout__apple{height:45px}.os-express-checkout__apple .adyen-checkout__applepay__button{width:100%;height:45px;border-radius:100px}.os-express-checkout__apple[data-disabled=true]{cursor:pointer}.os-express-checkout__apple[data-disabled=true]>*{pointer-events:none}.order-summary__head{display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:20px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}@media(min-width: 992px){.order-summary__head{grid-template-columns:auto auto;row-gap:unset;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.order-summary__head .order-summary__edit-cart{color:var(--sg-secondary-brand-bg, #313638);text-decoration:underline}@media(min-width: 992px){.order-summary__head .order-summary__product-count{display:none}}.order-summary__head .edit-cart-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 992px){.order-summary__head .edit-cart-btn{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.order-summary__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-column:span 2;cursor:pointer}.order-summary__title.inactive{cursor:default}@media(min-width: 992px){.order-summary__title{grid-column:unset;display:unset}}@media(min-width: 992px){.order-summary__title .order-summary__icon{display:none}}.order-summary__title .order-summary__icon.hidden{display:none;cursor:default}.os-order-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.os-order-total .os-order-total__amount{font-size:28px;line-height:32px}.order-summary__add-promo{display:grid;grid-template-columns:auto auto;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.order-summary__discount-price{color:var(--sg-alert-main-success)}.order-summary__discount-price.success{margin-left:10px}.order-summary__applied-promo{display:grid;grid-template-columns:auto auto;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-summary__applied-promo .order-summary__remove-promo{--xps-btn-height-lg: 24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--sg-secondary-brand-bg) !important;padding:0 !important;width:-webkit-max-content;width:-moz-max-content;width:max-content}.order-summary__applied-promo .order-summary__discount-text{display:inline}.order-summary__applied-promo .order-summary__discount-text.badge{border-radius:4px}.order-summary__applied-promo .order-summary__discount-price{color:var(--sg-alert-main-success)}.order-summary__applied-promo .promocode-remove{height:10px;margin-left:5px;cursor:pointer}.xps-order-confirmation{color:var(--sg-primary-ramp-1)}@media(max-width: 768px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__title-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__order-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:24px;margin:40px 0 0;border-radius:16px;background-color:var(--sg-primary-ramp-7)}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__order-detail .xps-order-confirmation--order-label{margin-right:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message{margin:40px 0}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-fusion-message__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-fusion-message__title{padding-bottom:24px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--sg-primary-ramp-7);border-radius:16px;padding:24px;padding-bottom:4px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__icon,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__icon{margin-right:22px;width:30px;height:30px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__subtitle,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__subtitle{display:inline;margin-right:5px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__email,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__email{word-break:break-word}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__description,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__description{margin-top:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment{display:grid}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment{grid-template-columns:repeat(2, 1fr);margin-bottom:40px;gap:40px 10px}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment h3{margin-bottom:8px}[dir=rtl] .xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .phonenumberLTR{direction:ltr;text-align:end}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__delivery{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__delivery{margin-bottom:unset}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section{margin-bottom:unset}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation .xps-address-order-confirmation__cc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation .xps-address-order-confirmation__payment-icon{width:40px;height:28px;margin-right:12px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__billing{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__billing{margin-bottom:unset}}@media(max-width: 768px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-summary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.shipping-address-section{border:unset}.shipping-address-section .subtitle{margin-top:8px}.shipping-address-section .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.shipping-address-section .rc-collapse:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item{padding:0;background-color:var(--sg-secondary-ramp-1);border-radius:16px;border:1px solid var(--sg-primary-ramp-1);margin-bottom:16px}.shipping-address-section .rc-collapse .rc-collapse-item:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active{border-width:3px}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header{margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1);padding:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{overflow:unset;background-color:unset;padding:0 24px}@media(min-width: 768px){.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{padding:0 24px 0 64px}}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box .deliveryAddress{padding-bottom:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content.rc-collapse-content-active.rc-collapse-motion.rc-collapse-motion-enter.rc-collapse-motion-enter-active{height:unset !important}.shipping-address-section .rc-collapse .rc-collapse-item:focus,.shipping-address-section .rc-collapse .rc-collapse-item:focus-within,.shipping-address-section .rc-collapse .rc-collapse-item:focus-visible{outline:thin dashed var(--sg-primary-ramp-1);outline-offset:-2px}.shipping-address-section .edit-address-btn{cursor:pointer;text-decoration:underline}.shipping-address-section .save-address-btn{margin-top:28px}.gs-inspo-card{--gs-inspo-black: #000;--gs-inspo-white: #fff;--gs-inspo-gray: #313638;--gs-inspo-purple: #421540;--gs-inspo-border-radius: 8px}.gs-inspo-card{display:grid;grid-template-columns:1fr;gap:15px}.gs-inspo-card .gs-card-header .gs-card-link{position:relative;display:block;overflow:hidden;background-color:var(--gs-inspo-gray, #313638);border-radius:var(--gs-inspo-border-radius, 8px);height:100%}.gs-inspo-card .gs-card-header .gs-card-link:after{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);background:-webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(28%, rgba(0, 0, 0, 0.2)), color-stop(90%, transparent));background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.2) 28%, transparent 90%);content:""}.gs-inspo-card .gs-card-header img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;position:relative;aspect-ratio:16/9}.gs-inspo-card .gs-card-header .gs-card-img{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out}.gs-inspo-card .gs-card-header .gs-duration{position:absolute;top:5px;left:5px;color:var(--gs-inspo-white);z-index:99}@media(min-width: 768px){.gs-inspo-card .gs-card-header .gs-duration{top:15px;left:15px}}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container>.icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:5px}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container>.icon svg path{--h-color: var(--gs-inspo-white, #fff)}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container .gs-total-tm-divider{margin:0 3px;font-weight:700;line-height:.625rem}.gs-inspo-card .gs-card-header .gs-duration .gs-time-container .gs-time-text{margin:0}@media(max-width: 768px){.gs-inspo-card .gs-card-header .gs-duration .gs-time-container .gs-time-text{font-size:14px}}.gs-inspo-card .gs-card-body .gs-card-badge{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;margin-bottom:6px;text-transform:capitalize}.gs-inspo-card .gs-card-body .gs-badge-type{background-color:var(--gs-inspo-white);border-color:var(--gs-inspo-black);color:var(--gs-inspo-black)}.gs-inspo-card .gs-card-body .gs-card-title{font-size:18px;line-height:26px;margin:0}@media(max-width: 768px){.gs-inspo-card .gs-card-body .gs-card-title{font-size:14px;line-height:22px}}.gs-inspo-card .gs-card-body .gs-masterclass-text{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;margin-top:5px}@media(min-width: 768px){.gs-inspo-card .gs-card-body .gs-masterclass-text{gap:10px}}@media(min-width: 1200px){.gs-inspo-card .gs-card-body .gs-masterclass-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.gs-inspo-card .gs-card-body .gs-masterclass-text svg{display:block}.gs-inspo-card .gs-card-body .gs-masterclass-text p{line-height:20px;margin:0}.gs-inspo-card .gs-card-body a{display:block;text-decoration:none;color:unset}.gs-inspo-card:hover .gs-card-img,.gs-inspo-card:focus .gs-card-img{-webkit-transform:scale(1.08);transform:scale(1.08)}.gs-st-inspo-card{grid-template-columns:auto}@media(min-width: 768px){.gs-st-inspo-card{grid-template-columns:auto 2.5fr}}.gs-st-inspo-card .gs-card-header{max-width:165px}@media(min-width: 768px){.gs-st-inspo-card .gs-card-header{max-width:unset}}.gs-st-inspo-card .gs-card-header .gs-card-link{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset}.gs-st-inspo-card .gs-card-body h2{margin:0}.gs-st-inspo-card .gs-card-badge{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gs-st-inspo-card img{aspect-ratio:3/2 !important;max-height:120px}.gs-st-inspo-card .gs-duration{top:10px !important;left:10px !important}.gs-st-inspo-card .gs-time-text{font-size:12px !important;line-height:16px !important}.xps-datepicker{width:312px}.xps-datepicker .dialog-sheet{background-color:var(--sg-primary-brand-bg, #F5F5F5);border-width:1px 1px 1px 1px;border-style:solid;border-color:var(--sg-primary-ramp-1, #313638);border-radius:4px;z-index:1}.xps-datepicker .rdp-day_selected,.xps-datepicker .rdp-day_selected:focus-visible,.xps-datepicker .rdp-day_selected:hover{background-color:var(--sg-brand-accent-1, #421540);border:unset;outline:unset;color:var(--sg-secondary-ramp-1, #FFFFFF)}.xps-datepicker .rdp-months{direction:ltr}[dir=rtl] .xps-datepicker .rdp-months{direction:ltr}[dir=rtl] .xps-datepicker .rdp-months .rdp-dropdown_icon{margin:0 0 0 5px}.fileupload__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0px;gap:20px;border:2px dashed var(--sg-alert-main-grey, #BAB9B8);border-radius:12px;margin-bottom:20px}.fileupload__container--error{border:2px dashed var(--sg-alert-main-error, #CA0813);border-radius:12px}.fileupload__container--focus{border:2px solid var(--sg-alert-main-info, #046B99);border-radius:12px;background-color:var(--sg-alert-bg-info)}.fileupload__container--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px;gap:20px;color:var(--sg-primary-ramp-1, #313638);width:100%;text-align:center}.fileupload__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fileupload__layout input[type=file]{display:none}.fileupload__layout .fileupload__button{cursor:pointer}.fileupload__container--file-uploaded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;background-color:var(--sg-alert-bg-grey, "#F5F5F5");-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;border-radius:4px;word-break:break-all}.fileupload__container--file-uploaded .fileupload__container--file-details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #313638)}.fileupload__container--file-uploaded .fileupload__container--file-size{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-primary-ramp-1, #313638)}.fileupload__container--file-uploaded .file__button--remove{cursor:pointer;-ms-flex-item-align:center;align-self:center}.fileupload__container--file-uploaded .fileicon__document{color:var(--sg-primary-ramp-4)}.xps-sec-nav{width:100%}.xps-sec-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px 0px 24px;gap:24px;margin:0px;list-style:none;overflow-x:auto}@media(min-width: 768px){.xps-sec-nav-list{gap:32px}}.xps-sec-nav-list>li:first-child .xps-text{font-weight:600;pointer-events:none}.xps-sec-nav-list-item__single-item{text-decoration:none}.xps-sec-nav-list-item__single-item .xps-text{width:-webkit-max-content;width:-moz-max-content;width:max-content}.xps-pct{height:100%;width:318px;border:1px solid #e2e2e2;border-radius:1pc;-webkit-transition:border .25s ease-in-out;transition:border .25s ease-in-out;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-pct:hover{border:1px solid #313638}.xps-pct:hover .xps-pct--product-summary a img{-webkit-transform:scale(1.1);transform:scale(1.1)}.xps-pct--product-summary{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px;text-align:center}.xps-pct--product-summary a img{height:225px;margin-bottom:10px;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out;-o-object-fit:contain;object-fit:contain}.xps-pct--product-summary-price{font-size:16px;font-weight:700;min-height:25px}.xps-pct--product-summary-title{min-height:60px;font-size:20px;font-family:"ArcherSSm-Book";font-weight:500}.xps-pct--product-summary-view{display:block;margin-top:20px}.xps-pct--product-summary-view-btn{font-weight:700;color:#fff;background-color:#4c8314;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out;border:1px solid #4c8314;border-radius:8px;padding:15px 30px;width:100%}.xps-pct--product-summary-view-btn:hover{background-color:#fff;color:#4c8314}.xps-pct--product-specification .xps-pct--with-icons img{width:40px;height:40px;margin-right:25px}.xps-pct--product-specification-item{padding:20px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:110px}.xps-pct--product-specification-item:nth-child(odd){background-color:#f8f8f8}.xps-pct--product-specification-item .xps-pct--specification-content-name{font-size:18px;font-weight:700;margin-bottom:5px}.xps-pct--product-specification-item .xps-pct--specification-content-description{color:#313638;font-size:14px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xps-pct--product-specification .xps-pct--with-icons .xps-pct--specification-content-description{color:#717578;font-size:16px;-webkit-line-clamp:3}.productRegistration__container--details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:48px;overflow-wrap:anywhere;border-bottom:1px solid var(--sg-primary-ramp-5, #313638);padding-bottom:40px}.productRegistration__container--user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0px;gap:40px}.productRegistration__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px;gap:8px;color:var(--sg-primary-ramp-1, #313638)}.circle--check{color:var(--sg-alert-main-success, "#007a31")}.productRegistration--info{color:var(--sg-primary-ramp-1, #313638);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.productRegistration__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0px;gap:24px}.productRegistration__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.productRegistration__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.productRegistration__form--serialno{width:100%}.productRegistration__form--serialno .productRegistration__text{margin-bottom:8px}.productRegistration__link--modal{border-bottom:1px solid var(--sg-primary-ramp-1, #313638);-ms-flex-item-align:self-start;align-self:self-start;cursor:pointer;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 375px){.productRegistration__button{width:100%}}@media(min-width: 768px){.productRegistration__button{width:unset}}.checkbox__gift{color:var(--sg-primary-ramp-1, #313638)}.xps-swatchpicker-container .xps-swatchpicker-btn-container{height:var(--xps-swatchpicker-size, 24px);width:var(--xps-swatchpicker-size, 24px)}.xps-swatchpicker-container .xps-swatchpicker-btn-container .xps-swatchpicker-static img{height:var(--xps-swatchpicker-size, 24px) !important;width:var(--xps-swatchpicker-size, 24px) !important}.swatch--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.swatch--container__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5px}.registeredProduct__container{display:grid;width:100%;padding:0px 20px 0px 0px;gap:20px;justify-items:center;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 375px){.registeredProduct__container{position:relative}}@media(min-width: 768px){.registeredProduct__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:unset}}@media(min-width: 375px){.registeredProduct__image{margin-right:50%}}@media(min-width: 768px){.registeredProduct__image{margin-right:unset}}.registeredProduct__image img{-o-object-fit:contain;object-fit:contain;width:163px;height:163px}@media(min-width: 768px){.registeredProduct__image img{width:120px;height:120px}}.registeredProduct__container--product{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}@media(min-width: 375px){.registeredProduct__container--product{width:100%}}@media(min-width: 768px){.registeredProduct__container--product{width:unset}}@media(min-width: 375px){.registeredProduct__container--product-title{position:absolute;bottom:68%;left:50%}}@media(min-width: 768px){.registeredProduct__container--product-title{position:unset}}.registeredProduct__container--product-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;float:left;gap:4px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(min-width: 375px){.registeredProduct__container--product-details{width:100%}}@media(min-width: 768px){.registeredProduct__container--product-details{width:unset}}@media(min-width: 375px){.registeredProduct__container--product-details div{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}}@media(min-width: 768px){.registeredProduct__container--product-details div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.completeRegistration__link{text-decoration:underline;color:var(--sg-secondary-brand-bg, #313638)}.registeredProduct--width{width:120px}.circle--check{color:var(--sg-alert-main-success, "#007a31")}.productRegistration__container--success{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:40px;overflow-wrap:anywhere}@media(min-width: 992px){.productRegistration__container--success{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.receiptupload__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0px;gap:20px;border-top:1px solid var(--sg-primary-ramp-5, #313638);padding-top:40px}.receiptupload__container--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;color:var(--sg-primary-ramp-1, #313638)}.receiptupload__button{-ms-flex-item-align:start;align-self:flex-start}.receiptupload__container--title{color:var(--sg-primary-ramp-1, #313638);margin-bottom:28px}.serialno-modal-overlay{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow-y:auto;top:0;right:0;bottom:0;left:0;z-index:3001;backdrop-filter:blur(5px);background-color:var(--sg-primary-ramp-2, rgba(49, 54, 56, 0.87))}@media(min-width: 768px){.serialno-modal-overlay{padding:38px}}.serialno-modal-overlay .serialno__modal--close{color:var(--sg-primary-ramp-1, #313638);position:sticky;-ms-flex-item-align:self-end;align-self:self-end}.serialno-modal-overlay .serialno--modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:16px;background-color:#fff;margin-top:auto;margin-bottom:auto;padding:20px}.serialno-modal-overlay .serialno--modal:focus-visible{outline:none}.serialno-modal-overlay .serialno--modal .serialno--modal__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--sg-primary-ramp-1, #313638);gap:40px}@media(min-width: 768px){.serialno-modal-overlay .serialno--modal .serialno--modal__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;padding:68px 40px}}.serialno-modal-overlay .serialno--modal .serialno--modal__container--content{width:auto}@media(min-width: 992px){.serialno-modal-overlay .serialno--modal .serialno--modal__container--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%;gap:20px}}.serialno-modal-overlay .serialno--modal .serialno--modal__container--image{width:auto}@media(min-width: 768px){.serialno-modal-overlay .serialno--modal .serialno--modal__container--image{width:50%}}.serialno-modal-overlay .serialno--modal .serialno--modal__container--info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.productRegistration__container{width:100%}.RegistrationForm .RegistrationForm__title{margin-bottom:40px;color:var(--sg-primary-ramp-1, #313638)}.RegistrationForm .UserRegistration .UserRegistration__title{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px;gap:8px;color:var(--sg-primary-ramp-1, #313638)}.RegistrationForm .UserRegistration .UserRegistration__title--disabled{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px;padding:33px 0px;gap:8px;color:var(--sg-primary-ramp-5, #313638);border-top:1px solid var(--sg-primary-ramp-5, #313638);border-bottom:1px solid var(--sg-primary-ramp-5, #313638)}.RegistrationForm .UserRegistration .UserRegistration__description>div{margin-bottom:28px}.RegistrationForm .UserRegistration .UserRegistration__description .UserRegistration__info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.RegistrationForm .UserRegistration .UserRegistration__description .UserRegistration__link{text-decoration:underline;cursor:pointer}.RegistrationForm .UserRegistration .xps__label{margin-bottom:8px}.RegistrationForm .UserRegistration .register-password-wrap{margin-top:17px;margin-bottom:28px}.RegistrationForm .UserRegistration .register-password-wrap .register-toggle{margin-top:4px}.RegistrationForm .UserRegistration .register-password-wrap .form-group{margin:0}.RegistrationForm .UserRegistration .submit{width:100%}.RegistrationForm .UserRegistration .cmp-text--sign-in-info-msg{margin-top:28px;text-align:center}.RegistrationForm .UserRegistration .icons{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:36px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.RegistrationForm .UserRegistration .form-newsletter{margin-top:28px;margin-bottom:8px}.RegistrationForm .UserRegistration .form-newsletter input{width:24px;height:24px}.RegistrationForm .UserRegistration .form-privacy{margin-bottom:36px;color:var(--sg-primary-ramp-3, rgba(49, 54, 56, 0.68))}.RegistrationForm .UserRegistration .SocialLogin{margin-top:28px;margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.RegistrationForm .UserRegistration .SocialLogin{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.RegistrationForm .offer-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.RegistrationBenefit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:var(--sg-primary-brand-bg, rgba(49, 54, 56, 0.04));border-radius:4px;margin-top:10px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media(min-width: 768px){.RegistrationBenefit{padding:40px 20px}}@media(min-width: 992px){.RegistrationBenefit{margin-right:10px;margin-left:10px;margin-bottom:unset;width:100%}}.RegistrationBenefit .offers--title{text-align:center}.RegistrationBenefit .RegistrationBenefit__title{margin-bottom:40px;color:var(--sg-primary-ramp-1, #313638)}.RegistrationBenefit .RegistrationBenefit__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 768px){.RegistrationBenefit .RegistrationBenefit__content{gap:20px 40px;padding:20px 20px 0px 20px}}.RegistrationBenefit .RegistrationBenefit__content .Benefit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 375px){.RegistrationBenefit .RegistrationBenefit__content .Benefit{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px)}}@media(min-width: 768px){.RegistrationBenefit .RegistrationBenefit__content .Benefit{-webkit-box-flex:1;-ms-flex:1 0 calc(33% - 20px);flex:1 0 calc(33% - 20px)}}@media(min-width: 992px){.RegistrationBenefit .RegistrationBenefit__content .Benefit{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px)}}.RegistrationBenefit .RegistrationBenefit__content .Benefit__img{margin-bottom:15px}@media(min-width: 768px){.RegistrationBenefit .RegistrationBenefit__content .Benefit__img{margin-bottom:16px;width:32px}}.RegistrationBenefit .RegistrationBenefit__content .Benefit__title{margin-bottom:8px}.RegistrationBenefit .RegistrationBenefit__content .Benefit__description{text-align:center;color:var(--sg-primary-ramp-1, #313638)}.RegistrationBenefit .eligibleOffers-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.registration-offers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.registration-offers--container{display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px}.registration-offers--container .xps-offer-card-tile{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.registration-offers--container .xps-offer-card-tile--info{gap:16px !important}.registration-offers--container .xps-offer-card-tile--info .xps-card-tile-title{font-size:18px}.registration-offers--container .xps-card-tile-image{border-radius:16px}.registration-offers--card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;max-width:calc(50% - 40px)}grid-auto-fill-minmax{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.product-offer-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.product-offer-widget--item{height:90dvh;overflow-y:auto}.product-offer-widget--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.product-offer-widget--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding:20px;max-width:687px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:rgba(0,0,0,0);border-radius:4px;border:1px solid var(--sg-primary-ramp-5, rgba(49, 54, 56, 0.26))}@media(min-width: 768px){.product-offer-widget--container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.product-offer-widget--card{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.product-offer-widget--image{width:120px}@media(min-width: 768px){.product-offer-widget--image{width:200px}}.product-offer-widget--details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.product-offer-widget--details__block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.product-offer-widget--details__title{display:none}@media(min-width: 768px){.product-offer-widget--details__title{display:block;min-width:120px;text-align:start}}.product-offer-widget--offer-image{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-item-align:center;align-self:center}@media(min-width: 768px){.product-offer-widget--offer-image{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:12px}}.product-offer-widget--submit{margin-top:12px}.ProductRegistration{max-width:1440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:30px}@media(min-width: 992px){.ProductRegistration{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:80px;padding:0 40px;min-height:810px;margin:40px auto 120px auto}}@media(min-width: 1200px){.ProductRegistration{gap:100px}}.ProductRegistration .RegistrationForm{padding:10px}@media(min-width: 375px){.ProductRegistration .RegistrationForm{margin-right:10px;margin-left:10px}}@media(min-width: 768px){.ProductRegistration .RegistrationForm{margin-right:30px;margin-left:30px}}@media(min-width: 992px){.ProductRegistration .RegistrationForm{margin-right:unset;margin-left:unset;width:100%;min-width:50%;margin-bottom:110px}}.ProductRegistration .RegistrationForm--right{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;background:var(--sg-primary-ramp-7, rgba(49, 54, 56, 0.04));border-radius:4px;margin-top:10px}@media(min-width: 992px){.ProductRegistration .RegistrationForm--right{margin-bottom:unset;width:100%;margin-right:10px}}@media(min-width: 768px){.ProductRegistration .RegistrationForm--right{padding:40px}}@media(min-width: 375px){.ProductRegistration .RegistrationBenefit{margin-top:70px}}@media(min-width: 992px){.ProductRegistration .RegistrationBenefit{margin-top:10px}}.ProductRegistration .RegistrationBenefit .offers--title{text-align:left}.registrationSuccess{margin-bottom:60px;padding:10px;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 375px){.registrationSuccess{margin-right:10px;margin-left:10px}}@media(min-width: 768px){.registrationSuccess{margin-right:30px;margin-left:30px}}@media(min-width: 992px){.registrationSuccess{margin-right:unset;margin-left:unset;width:50%;min-width:50%}}@media(min-width: 992px){.registrationSuccess{width:50%;min-width:50%;margin-bottom:unset}}.registrationSuccess .registrationSuccess__title{margin-bottom:24px;word-wrap:break-word}.registrationSuccess .registrationSuccess__description{margin-bottom:40px}.range-slider-comp{--rsc-handle-radius: 50%;--rsc-handle-size: 16px;--rsc-size: 4px;--rsc-handle-horizontal-top: calc( calc(var( --rsc-handle-size ) - var( --rsc-size )) / 2 * -1 );--rsc-progress-bar-color: var(--sg-brand-accent-1, #4c8314)}.range-slider-comp .DefaultProgressBar__vertical{width:24px;height:100%}.range-slider-comp .DefaultProgressBar_progressBar{background-color:var(--rsc-progress-bar-color, #4c8314);position:absolute}.range-slider-comp .DefaultProgressBar_progressBar__vertical{height:100%;width:24px}.range-slider-comp .DefaultProgressBar_background__vertical{height:100%;top:0px;width:var(--rsc-size, 10px)}.range-slider-comp .DefaultProgressBar_background__horizontal{height:var(--rsc-size, 10px);top:0px}.range-slider-comp .DefaultHandle_handle{width:var(--rsc-handle-size, 20px);height:var(--rsc-handle-size, 20px);background-color:var(--sg-brand-accent-1, #4c8314);border-radius:var(--rsc-handle-radius, 20%);outline:none;z-index:2;border:0;cursor:pointer}.range-slider-comp .DefaultHandle_handle:focus{-webkit-box-shadow:#abc4e8 0 0 1px 1px;box-shadow:#abc4e8 0 0 1px 1px}.range-slider-comp .DefaultHandle_handle:before{content:normal}.range-slider-comp .DefaultHandle_handle:after{content:normal}.range-slider-comp .DefaultHandle_handle__horizontal{margin-left:-8px;top:var(--rsc-handle-horizontal-top, -8px)}.range-slider-comp .DefaultHandle_handle__vertical{margin-top:-8px;left:-10px}.range-slider-comp .DefaultHandle_handle__disabled{border-color:#dbdbdb}.range-slider-comp .DefaultBackground{background-color:#fcfcfc;height:var(--rsc-size, 10px);width:100%;border:1px solid #d8d8d8;position:relative}.range-slider-comp .DefaultBackground_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .DefaultBackground_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.range-slider-comp .rheostat{position:relative;overflow:visible}@media(min-width: 1128px){.range-slider-comp .autoAdjustVerticalPosition{top:12px}}.range-slider-comp .rheostat__vertical{height:100%}.range-slider-comp .handleContainer{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%;position:absolute}.range-slider-comp .rheostat_background{background-color:#fcfcfc;border:1px solid #d8d8d8;position:relative}.range-slider-comp .rheostat_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .rheostat_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.smart-teaser__thin-banner{--xps-banner-container-padding: 35px 10px;--xps-banner-height-desktop-large: 350px;--xps-banner-height-desktop: 325px;--xps-banner-height-mobile: 600px;--xps-banner-btn-padding: 10px 0px;--xps-banner-btn-border-width: 2px solid;--xps-white: #fff;--xps-btn-border-radius: 50px;--xps-black: #313638}.smart-teaser__thin-banner .xps-teaser{position:relative;width:100%;padding:var(--xps-banner-container-padding);max-width:2560px;margin:auto;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-mobile)}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-desktop)}}@media(min-width: 1920px){.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-desktop-large)}}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap{width:100%;height:100%}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .xps-teaser__image{height:100%;width:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only{position:relative;display:block;height:100%;width:100%;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only>span{width:100% !important;height:100% !important}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only{display:none}}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only{position:relative;display:block;height:100%;width:100%;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only>span{width:100% !important;height:100% !important}@media(max-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only{display:none}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{z-index:1;position:absolute;top:45%;left:50%;width:80%;padding:2rem 1rem 0;color:var(--xps-white);text-align:center;-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{width:50%;text-align:left;padding:2rem;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}}@media(min-width: 1200px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{padding:2rem 5rem}}@media(min-width: 1920px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{padding:2rem 10rem}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__title{color:var(--xps-white)}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__title-link{color:var(--xps-white)}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container{margin-top:20px}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container{margin-top:15px}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{display:inline-block;border-radius:var(--xps-btn-border-radius);width:50%;padding:var(--xps-banner-btn-padding);color:var(--xps-white);white-space:nowrap;text-decoration:none;text-align:center;text-shadow:none;vertical-align:middle;border:var(--xps-banner-btn-border-width);border-color:var(--xps-white);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 1200px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{width:40%}}.stepperCarousel{padding:10px}.stepperCarousel__segment{padding:0 20px 0 0}.stepperCarousel__segment__item{line-height:20px}.stepperCarousel__segment__item img{max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.stepperCarousel__segment__item__label{display:inline}.stepperCarousel__segment__control{margin-bottom:40px}.stepperCarousel__segment__control .arrow--left{margin-right:16px;cursor:pointer}.stepperCarousel__segment__control .arrow--right{cursor:pointer}.stepperCarousel__segment__control .arrow--disbaled{color:var(--sg-primary-ramp-4, rgba(49, 54, 56, 0.38));cursor:unset}.stepperCarousel__segment ol{margin-top:24px}.stepperCarousel__segment ol li{margin-bottom:12px;cursor:pointer}.dt-config{--dt-font-primary: var(--dtc-primary-font, "Archer-Ssm", sans-serif);--dt-font-secondary: var(--dtc-secondary-font ,"Helvetica-Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);--dt-breakpoint: $breakpoint-md;--dt-white: #fff;--dt-green: #4c8314;--dt-purple: #421540;--dt-red: #e61f02;--dt-black: #313638;--dt-grey: #d0d0d0;--dt-color-primary: var(--dt-black);--dt-margin-xxs: 0.75rem;--dt-margin-xs: 1rem;--dt-margin-sm: 1.5rem;--dt-margin-lg: 2rem;--dt-margin-xl: 3rem;--dt-margin-xxl: 4rem;--dt-variant-viewer-tile-size-desktop: 70px;--dt-variant-viewer-tile-size-mobile: 70px}.dt-config h1,.dt-config h2,.dt-config h3,.dt-config h4{font-family:var(--dt-font-primary, "Archer-Ssm")}.dt-config p,.dt-config span,.dt-config a,.dt-config article,.dt-config aside,.dt-config blockquote{font-family:var(--dt-font-secondary, "Helvetica-Neue")}.dt-config h1{color:var(--dt-black, #313638);font-weight:400;font-size:32px;line-height:48px;margin-bottom:2rem}@media(min-width: 768px){.dt-config h1{font-size:48px;line-height:64px}}.dt-config p{color:var(--dt-black, #313638);font-style:normal;font-weight:400;font-size:16px;line-height:24px;margin-bottom:2rem}.dt-config p>p:last-child{margin-bottom:0}.dt-config a{text-decoration:underline}.dt-config img{max-width:100%}.xps-button{position:relative;font-family:var(--xps-btn-font-family);vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border .15s ease-in-out,border-color .15s ease-in-out,text-shadow .15s ease-in-out,outline .15s ease-in-out;border-radius:var(--xps-btn-border-radius, 0.5rem);white-space:nowrap;text-shadow:none;text-align:center;cursor:pointer}.xps-button.btn-xs{padding:var(--xps-btn-spacing-xxxs, 3px) var(--xps-btn-spacing-xs, 10px)}.xps-button.btn-sm{padding:var(--xps-btn-spacing-xxs, 5px) var(--xps-btn-spacing-xl, 40px)}.xps-button.btn-md{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-xxl, 50px)}.xps-button.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-button.hw-button{padding:var(--xps-btn-spacing-sm, 15px) var(--xps-btn-spacing-x3l, 110px)}.xps-button.btn-pill{border-radius:.25rem;border:1px var(--xps-btn-border-secondary) solid;background:rgba(0,0,0,0)}.xps-button.btn-link{font-family:var(--xps-btn-font-family);font-size:14px;line-height:1.5;text-decoration:none !important}.xps-button svg,.xps-button .page-loader-spinner{width:2.6rem;height:2.6rem;left:50%;top:50%;margin-left:-1.3rem;margin-top:-1.3rem}.xps-button svg>circle,.xps-button svg>.path,.xps-button .page-loader-spinner>circle,.xps-button .page-loader-spinner>.path{stroke:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-default{color:var(--xps-btn-default-text-color, #7a7d7e);background-color:var(--xps-btn-default-color, #dfdfdf);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-default-text-color, #7a7d7e)}.xps-button.btn-default::before,.xps-button.btn-default::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-default:hover{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default:hover::before,.xps-button.btn-default:hover::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-default.active{background-color:var(--xps-btn-default-text-color, #7a7d7e);border-color:var(--xps-btn-default-color, #dfdfdf);color:var(--xps-btn-default-color, #dfdfdf);outline:0}.xps-button.btn-default.active::before,.xps-button.btn-default.active::after{background-color:var(--xps-btn-default-color, #dfdfdf);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-default::before,.xps-button.btn-default::after{background-color:var(--xps-btn-default-text-color, #7a7d7e);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-primary::before,.xps-button.btn-primary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary:hover::before,.xps-button.btn-primary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-primary.active::before,.xps-button.btn-primary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primary::before,.xps-button.btn-primary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-primaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline:hover::before,.xps-button.btn-primaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-primaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-primaryOutline.active::before,.xps-button.btn-primaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-primaryOutline::before,.xps-button.btn-primaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-success-color, #4c8314);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary:hover::before,.xps-button.btn-secondary:hover::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-success-color, #4c8314);color:var(--xps-btn-success-color, #4c8314);outline:0}.xps-button.btn-secondary.active::before,.xps-button.btn-secondary.active::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondary::before,.xps-button.btn-secondary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline{color:var(--xps-btn-success-color, #4c8314);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-success-color, #4c8314)}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-secondaryOutline:hover{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline:hover::before,.xps-button.btn-secondaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-secondaryOutline.active{background-color:var(--xps-btn-success-color, #4c8314);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-secondaryOutline.active::before,.xps-button.btn-secondaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-secondaryOutline::before,.xps-button.btn-secondaryOutline::after{background-color:var(--xps-btn-success-color, #4c8314);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-primary-color, #3a1538);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff)}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiary:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary:hover::before,.xps-button.btn-tertiary:hover::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiary.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-primary-color, #3a1538);color:var(--xps-btn-primary-color, #3a1538);outline:0}.xps-button.btn-tertiary.active::before,.xps-button.btn-tertiary.active::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiary::before,.xps-button.btn-tertiary::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline{color:var(--xps-btn-primary-color, #3a1538);background-color:var(--xps-btn-text-color, #fff);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-primary-color, #3a1538)}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button.btn-tertiaryOutline:hover{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline:hover::before,.xps-button.btn-tertiaryOutline:hover::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button.btn-tertiaryOutline.active{background-color:var(--xps-btn-primary-color, #3a1538);border-color:var(--xps-btn-text-color, #fff);color:var(--xps-btn-text-color, #fff);outline:0}.xps-button.btn-tertiaryOutline.active::before,.xps-button.btn-tertiaryOutline.active::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-tertiaryOutline::before,.xps-button.btn-tertiaryOutline::after{background-color:var(--xps-btn-primary-color, #3a1538);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled,.xps-button.disabled{color:var(--xps-btn-text-color, #fff);background-color:var(--xps-btn-disabled-color, #8f949a);border:1px solid;-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out;will-change:background-color;border-color:var(--xps-btn-text-color, #fff);pointer-events:none}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{will-change:background-color}@media(hover: hover)and (pointer: fine){.xps-button:disabled:hover,.xps-button.disabled:hover{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled:hover::before,.xps-button:disabled:hover::after,.xps-button.disabled:hover::before,.xps-button.disabled:hover::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}}.xps-button:disabled.active,.xps-button.disabled.active{background-color:var(--xps-btn-text-color, #fff);border-color:var(--xps-btn-disabled-color, #8f949a);color:var(--xps-btn-disabled-color, #8f949a);outline:0}.xps-button:disabled.active::before,.xps-button:disabled.active::after,.xps-button.disabled.active::before,.xps-button.disabled.active::after{background-color:var(--xps-btn-disabled-color, #8f949a);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button:disabled::before,.xps-button:disabled::after,.xps-button.disabled::before,.xps-button.disabled::after{background-color:var(--xps-btn-text-color, #fff);-webkit-transition:background-color 250ms ease-in-out,color 250ms ease-in-out;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.xps-button.btn-icon-compare::before{content:"";margin-right:7.7px;-webkit-transition:background-color 250ms ease-in-out;transition:background-color 250ms ease-in-out;position:relative;top:.25rem}.xps-badge{--xps-badge-font-family: "Helvetica-Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--xps-badge-text-color: #fff;--xps-badge-primary-color: #3a1538;--xps-badge-success-color: #007A31 }.xps-badge{background-color:var(--xps-badge-primary-color, #3a1538);color:var(--xps-badge-text-color, #fff);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 6px;color:#fff;font-family:var(--xps-badge-font-family);font-weight:bold;font-size:12px;line-height:16px;white-space:break-spaces;text-align:center;border-radius:3px;border:1px solid}.xps-badge:focus{outline:1px #000 dotted;outline-offset:1px}.xps-badge.primary{background-color:var(--xps-badge-primary-color, #3a1538);color:var(--xps-badge-text-color, #fff)}.xps-badge.success{background-color:var(--xps-badge-success-color, #007A31);color:var(--xps-badge-text-color, #fff)}.dt-pdp{display:block;width:100%;height:100%}.dt-pdp .no-mb{margin-bottom:0 !important}.dt-pdp section~section{margin-top:var(--dt-margin-xxl, 4rem)}.dt-pdp .product-loader{display:block;position:relative;width:100%;height:50vh}.dt-pdp .product-loader svg circle{stroke:var(--dt-color-primary, #313638)}.dt-pdp .product-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:hidden}@media(min-width: 768px){.dt-pdp .product-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.dt-pdp .product-container .product-viewer,.dt-pdp .product-container .product-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 200px;flex:1 0 200px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width: 768px){.dt-pdp .product-container .product-viewer,.dt-pdp .product-container .product-details{width:50%}}.dt-pdp .product-container .product-viewer{padding-right:0}@media(min-width: 768px){.dt-pdp .product-container .product-viewer{padding-right:1vw;width:58.33%;width:58.3333333333}}.dt-pdp .product-container .product-details{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:var(--dt-margin-sm, 1.5rem);margin-bottom:var(--dt-margin-sm, 1.5rem);margin-left:0}@media(min-width: 768px){.dt-pdp .product-container .product-details{margin-left:1vw;margin-left:calc(1vw + 20px);margin-top:0;width:41.67%;width:41.6666666667}}.dt-pdp .product-container .product-details>div:not(:last-child){margin-bottom:var(--dt-margin-xl, 48px)}.dt-pdp .product-container .product-details .recommend-badge{margin-bottom:8px}.dt-pdp .product-container .deets-wrapper .price{font-size:24px;line-height:32px;font-weight:700}.dt-pdp .product-container .actions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width: 768px){.dt-pdp .product-container .actions-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.dt-pdp .product-container .actions-wrapper>*:not(:first-child){margin-left:0;margin-top:1rem}@media(min-width: 768px){.dt-pdp .product-container .actions-wrapper>*:not(:first-child){margin-left:1rem;margin-top:0}}.dt-variant-viewer{display:block;width:100%;max-width:100%;overflow:hidden}.dt-variant-viewer .viewer-container{display:block;width:100%;aspect-ratio:1/1;overflow:hidden}.dt-variant-viewer .viewer-container .viewer-wrapper{display:block;position:relative;width:100%;height:100%}.dt-variant-viewer .viewer-container .viewer-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.dt-variant-viewer .viewer-container .video-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.dt-variant-viewer .variant-assets-wrapper{display:block;width:100%;overflow:hidden;overflow-x:auto;padding:.5rem 0;margin-top:30px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar{height:5px}.dt-variant-viewer .variant-assets-wrapper::-webkit-scrollbar-thumb{background-color:#e2e2e2;outline:1px solid #e2e2e2}.dt-variant-viewer .variant-assets-wrapper .assets-list{display:block;text-align:center;white-space:nowrap}.dt-variant-viewer .variant-assets-wrapper .assets-list>li{display:inline-block;position:relative;width:auto;margin-left:0;margin-right:0;border:unset !important;opacity:.5;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:first-child{margin-left:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:last-child{margin-right:auto}.dt-variant-viewer .variant-assets-wrapper .assets-list>li:not(:first-child){margin-left:15px}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{position:relative;width:var(--dt-variant-viewer-tile-size-mobile, 70px);height:var(--dt-variant-viewer-tile-size-mobile, 70px);overflow:hidden;font-size:0;vertical-align:text-bottom;border:1px solid #d0d0d0}@media(min-width: 768px){.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset{width:var(--dt-variant-viewer-tile-size-desktop, 70px);height:var(--dt-variant-viewer-tile-size-desktop, 70px)}}.dt-variant-viewer .variant-assets-wrapper .assets-list>li .btn-asset.video:after{content:"";display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.974.026C7.191.026 0 7.217 0 16c0 8.835 7.191 15.974 15.974 15.974 8.835 0 15.974-7.191 15.974-15.974C31.999 7.217 24.808.026 15.974.026zm0 30.972C7.756 30.998 1.027 24.269 1.027 16c0-8.218 6.729-14.947 14.947-14.947 8.27 0 14.947 6.729 14.947 14.947.051 8.27-6.677 14.998-14.947 14.998z'/%3E%3Cpath d='M21.47 16.103l-7.602-5.291a.605.605 0 00-.514-.051.54.54 0 00-.257.462v10.581c0 .205.103.36.257.462.051.051.154.051.257.051s.205-.051.308-.103l7.551-5.239a.467.467 0 00.205-.411c0-.205-.051-.36-.205-.462zm-7.345 4.725v-8.629l6.164 4.315-6.164 4.315z'/%3E%3C/svg%3E");background-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.3);background-repeat:no-repeat;border:0 none;outline:0 none;border-radius:50%;cursor:pointer;position:absolute;width:60%;height:60%;top:20%;left:20%}.dt-variant-viewer .variant-assets-wrapper .assets-list>li img.thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active,.dt-variant-viewer .variant-assets-wrapper .assets-list>li:hover{opacity:1}.dt-variant-viewer .variant-assets-wrapper .assets-list>li.active:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;content:""}.dt-swatch-picker{display:block;width:100%;max-width:100%;overflow:hidden}.dt-swatch-picker .swatch-title{display:block;font-weight:700;margin-bottom:var(--dt-margin-xxs, 0.75rem)}.dt-swatch-picker .swatch-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dt-swatch-picker .swatch-options .swatch-btn{position:relative;display:block;padding:0;overflow:hidden;font-size:0;border:0px solid rgba(0,0,0,0);border-radius:50%;width:35px;height:35px}.dt-swatch-picker .swatch-options .swatch-btn:not(:last-child){margin-right:.95rem}.dt-swatch-picker .swatch-options .swatch-btn.active:after{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;-webkit-box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;box-shadow:inset 0 0 0 2px var(--dt-black, #313638),inset 0 0 0 4px #fff;content:""}.dt-swatch-picker .swatch-options .swatch-btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xps-thumbnail-carousel-main-arrows,.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-main-arrows,.xps-thumbnail-carousel-top .xps-thumbnail-carousel-main-arrows{position:absolute;top:50%;bottom:inherit;width:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;-webkit-transform:translate(0px, -20px);transform:translate(0px, -20px);pointer-events:none}.xps-thumbnail-carousel-main-arrows button,.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-main-arrows button,.xps-thumbnail-carousel-top .xps-thumbnail-carousel-main-arrows button{pointer-events:auto}.xps-thumbnail-carousel{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 992px){.xps-thumbnail-carousel{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:16px}}.xps-thumbnail-carousel-top{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.xps-thumbnail-carousel-top .xps-thumbnail-carousel-thumbnails{width:100%;height:72px}.xps-thumbnail-carousel-top .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, left top, right top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to right, var(--sg-page-color) 30%, transparent)}.xps-thumbnail-carousel-top .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, right top, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to left, var(--sg-page-color) 30%, transparent);top:0;right:0}.xps-thumbnail-carousel-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-thumbnails{width:100%;height:72px}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, left top, right top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to right, var(--sg-page-color) 30%, transparent)}.xps-thumbnail-carousel-bottom .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, right top, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to left, var(--sg-page-color) 30%, transparent);top:0;right:0}.xps-thumbnail-carousel-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-thumbnails{width:72px;position:relative}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to bottom, var(--sg-page-color) 30%, transparent);pointer-events:none}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to top, var(--sg-page-color) 30%, transparent);bottom:0;top:unset;pointer-events:none}.xps-thumbnail-carousel-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xps-thumbnail-carousel-right .xps-thumbnail-carousel-thumbnails{width:72px;position:relative}.xps-thumbnail-carousel-right .xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to bottom, var(--sg-page-color) 30%, transparent);pointer-events:none}.xps-thumbnail-carousel-right .xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to top, var(--sg-page-color) 30%, transparent);bottom:0;top:unset;pointer-events:none}.xps-thumbnail-carousel-thumbnails{width:100%}@media(max-width: 992px){.xps-thumbnail-carousel-thumbnails{width:100%;height:72px}.xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, left top, right top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to right, var(--sg-page-color) 30%, transparent)}.xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:40px;height:72px;z-index:1;background:-webkit-gradient(linear, right top, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to left, var(--sg-page-color) 30%, transparent);top:0;right:0}}@media(min-width: 992px){.xps-thumbnail-carousel-thumbnails{width:72px;position:relative;width:72px;position:relative}.xps-thumbnail-carousel-thumbnails.begin-overflow .is-overflow::before{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to bottom, var(--sg-page-color) 30%, transparent);pointer-events:none}.xps-thumbnail-carousel-thumbnails.end-overflow .is-overflow::after{position:absolute;content:" ";width:100%;height:40px;z-index:1;background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--sg-page-color)), to(transparent));background:linear-gradient(to top, var(--sg-page-color) 30%, transparent);bottom:0;top:unset;pointer-events:none}}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide{border-radius:4px;overflow:hidden;border:1px solid var(--sg-primary-ramp-5);background:var(--sg-primary-ramp-7);position:relative}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail{background:var(--sg-primary-ramp-6)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail img{-o-object-fit:cover;object-fit:cover}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail:hover{border:1px solid var(--sg-primary-ramp-5)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.video-thumbnail:hover::before{background:var(--sg-primary-ramp-5)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide .thumbnail-play-icon{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--sg-secondary-ramp-1);border-radius:100%;-webkit-transform:translate(20px, 20px);transform:translate(20px, 20px)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide .thumbnail-play-icon svg{margin-left:4px}[dir=rtl] .xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide .thumbnail-play-icon svg{margin-left:4px}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide:hover{border:1px solid var(--sg-primary-ramp-5)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide:hover::before{position:absolute;width:100%;height:100%;content:" ";background:var(--sg-primary-ramp-6);z-index:1}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:1px solid var(--sg-primary-ramp-3)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.is-active:hover::before{background:rgba(0,0,0,0)}.xps-thumbnail-carousel-thumbnails .splide--nav>.splide__track>.splide__list>.splide__slide.is-active img{border:3px solid var(--sg-secondary-ramp-1);position:relative}.xps-thumbnail-carousel-thumbnails .splide{direction:ltr}.xps-thumbnail-carousel-main{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-radius:4px;border:1px solid var(--sg-alert-bg-grey, #E4E4E4);background:var(--sg-primary-ramp-7, rgba(49, 54, 56, 0.06));overflow:hidden}@media(min-width: 992px){.xps-thumbnail-carousel-main-arrows{bottom:30px;right:30px;top:unset;display:inline;left:unset;-webkit-transform:unset;transform:unset;width:auto;padding:0}}.xps-thumbnail-carousel-left .xps-thumbnail-carousel-main-arrows,.xps-thumbnail-carousel-right .xps-thumbnail-carousel-main-arrows{bottom:30px;right:30px;top:unset;display:inline;left:unset;-webkit-transform:unset;transform:unset;width:auto;padding:0}.xps-pillbtnV2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.xps-pillbtnV2.xps-btnv2,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.hw-button{height:var(--xps-btn-height-xl, 80px)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--icon,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--icon.hw-button{padding:0px var(--xps-btn-spacing-lg-x, 32px) 0px 4px}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--text,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--text.hw-button{padding:0 var(--xps-btn-spacing-lg-x, 32px)}.xps-pillbtnV2.xps-btnv2.btn-icon-right,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.btn-icon-right.hw-button{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:0px 4px 0px var(--xps-btn-spacing-lg-x, 32px)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2__btn,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2__btn.hw-button{color:var(--sg-primary-ramp-1);border-color:var(--sg-primary-ramp-5)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2__btn:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2__btn.hw-button:hover{background-color:var(--sg-primary-ramp-7)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--active.hw-button,.xps-pillbtnV2.xps-btnv2:active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.hw-button:active{background-color:var(--sg-primary-ramp-6);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--active:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--active.hw-button:hover,.xps-pillbtnV2.xps-btnv2:active:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.hw-button:active:hover{background-color:var(--sg-primary-ramp-6)}.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--contemporary-color.xps-pillbtnV2--active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--contemporary-color.xps-pillbtnV2--active.hw-button,.xps-pillbtnV2.xps-btnv2.xps-pillbtnV2--contemporary-color:active,.hw-payment-form__content .hw-form-transfer-methods .xps-pillbtnV2.xps-pillbtnV2--contemporary-color.hw-button:active{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1);-webkit-transform:scale(1);transform:scale(1)}.xps-pillbtnV2 .xps-pillbtnV2__img{position:relative;-o-object-fit:contain;object-fit:contain}.xps-pillbtnV2 .xps-pillbtnV2__img-wrapper{-ms-flex-negative:0;flex-shrink:0}.xps-pillbtnV2 .xps-pillbtnV2__rounded{border-radius:1000px}.xps-pillbtnV2 .xps-pillbtnV2__text{-ms-flex-negative:0;flex-shrink:0}.hide-write-review .bv_button_component_container{display:none !important}.bv-header .bv-action-bar h2.bv-action-bar-header{display:none !important}.bazaar-ratings{min-height:24px}.xps-pdplineitem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}.xps-pdplineitem__image{width:120px;height:120px;-ms-flex-negative:0;flex-shrink:0}.xps-pdplineitem__image img{border-radius:4px}.xps-pdplineitem__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-pdplineitem__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;gap:8px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.xps-event-card{background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 16px 16px 16px;width:100%;border:4px solid rgba(0,0,0,0);-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.xps-event-card:hover{border-color:var(--sg-primary-ramp-4)}.xps-event-card-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.xps-event-card-date-month-year-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;text-transform:uppercase;color:var(--sg-primary-ramp-2)}.xps-event-card-details{display:inline-grid;gap:8px}.xps-event-card-title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width: 992px){.xps-event-card-title{-webkit-line-clamp:3}}.xps-event-card-description{display:-webkit-box;color:var(--sg-primary-ramp-2);overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xps-event-card-selected{border-color:var(--sg-primary-ramp-2) !important}.xps-event{background-color:var(--sg-primary-brand-bg);color:var(--sg-primary-ramp-1)}.xps-event-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-event-image:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-event-icon{color:var(--sg-brand-accent-1)}.xps-event-entity-media-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(min-width: 992px){.xps-event-entity-media-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-event-entity-media-left{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(min-width: 992px){.xps-event-entity-media-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.xps-event-entity{gap:24px}@media(min-width: 992px){.xps-event-entity{gap:0}}.xps-event-entity-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.xps-event-entity--date,.xps-event-entity--location{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-event-entity--description{color:var(--sg-primary-ramp-2);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.xps-event-entity--btn-view-all-event{font-style:italic !important;text-decoration:underline;text-underline-offset:4px;-webkit-text-decoration-color:var(--sg-brand-accent-1);text-decoration-color:var(--sg-brand-accent-1)}.xps-event-entity--btn-action{margin-top:24px}@media(min-width: 768px){.xps-event-entity--btn-action{margin-top:32px}}@media(min-width: 992px){.xps-event-entity--btn-action{margin-top:40px}}.xps-event-carousel-element-4{padding-left:0;padding-right:0}@media(min-width: 992px){.xps-event-carousel-element-4{padding-left:40px;padding-right:40px}}.xps-event-carousel-element-3,.xps-event-carousel-element-2{padding-left:0;padding-right:0}@media(min-width: 768px){.xps-event-carousel-element-3,.xps-event-carousel-element-2{padding-left:40px;padding-right:40px}}.xps-editorial-feature{background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1)}.xps-editorial-feature .row{gap:40px}@media(min-width: 768px){.xps-editorial-feature .row{gap:0}}.xps-editorial-feature .xps-editorial-feature-column:first-child .xps-card-tile:has(.aspect-ratio--portrait){padding-right:0}@media(min-width: 768px){.xps-editorial-feature .xps-editorial-feature-column:first-child .xps-card-tile:has(.aspect-ratio--portrait){padding-right:16.6666666667%}}.xps-editorial-feature .xps-editorial-feature-column:last-child .xps-card-tile:has(.aspect-ratio--portrait){padding-left:0}@media(min-width: 768px){.xps-editorial-feature .xps-editorial-feature-column:last-child .xps-card-tile:has(.aspect-ratio--portrait){padding-left:16.6666666667%}}.xps-editorial-feature-column img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.xps-editorial-feature-column img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.formError{margin-bottom:20px}.shipmentMessage{margin-bottom:20px}.deliveryAddress{padding-left:0;padding-right:0}.deliveryAddress .row{-ms-flex-wrap:wrap;flex-wrap:wrap}.deliveryAddress .row div[class^=col-]{margin-bottom:28px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media(min-width: 992px){.deliveryAddress .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px}}@media(min-width: 992px){.deliveryAddress .row .col-lg-4{-webkit-box-flex:1 !important;-ms-flex:1 !important;flex:1 !important;max-width:unset}}.deliveryAddress .row:last-child{margin-bottom:0}.deliveryAddress .nameLeftCol{padding-bottom:40px}@media(min-width: 992px){.deliveryAddress .nameLeftCol{padding-right:20px;padding-bottom:unset}}@media(min-width: 992px){.deliveryAddress .addressLeftCol{padding-right:20px}}.deliveryAddress .duamPostocde{margin-top:25px;width:100%}.deliveryAddress .addressToppadding{padding-top:40px}.deliveryAddress .addressRightCol{padding-top:40px}@media(min-width: 992px){.deliveryAddress .addressRightCol{padding-top:unset}}.deliveryAddress .hidden{display:none}.deliveryAddress .search-address-btn .search{height:unset !important;padding:0 !important}@media(min-width: 992px){.deliveryAddress .xps-dropdown__select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress .hw-select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress .hw-date{min-width:100%}.deliveryAddress .xps-dropdown__select#country,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group #country.hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress #country.hw-select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group #country.hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress #country.hw-date{width:50%;min-width:50%}}.deliveryAddress .xps-shipment-country-message{color:var(--sg-primary-ramp-3);margin-top:16px}.xps-address-country-delivery-message{margin-top:8px}.gs-tray{font-family:var(--gs-font-primary);position:relative;background:var(--sg-primary-ramp-1, #313638);margin:auto;padding:15px 20px 0}@media(min-width: 768px){.gs-tray{padding:19px 0;background:var(--sg-secondary-ramp-1, #fff)}}.gs-tray .gs-tray-header{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:var(--gs-max-width, 1920px);margin:auto;grid-template-columns:16fr 1fr}@media(min-width: 768px){.gs-tray .gs-tray-header{grid-template-columns:1fr 3fr 1fr}}.gs-tray .gs-panel{display:grid;grid-template-columns:1fr;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding:35px 0;max-width:var(--gs-max-width, 1920px)}@media(min-width: 768px){.gs-tray .gs-panel{grid-template-columns:.5fr 1.5fr 1fr;gap:20px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding:0 40px;margin:0 auto}}@media(min-width: 768px)and (max-width: 992px){.gs-tray .gs-panel{grid-template-columns:1fr}}.gs-tray .gs-panel .gs-column{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--sg-secondary-ramp-5)}.gs-tray .gs-panel .gs-column:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}@media(min-width: 768px){.gs-tray .gs-panel .gs-column{margin-bottom:unset;padding-bottom:unset;border-bottom:unset}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;gap:20px;min-height:400px}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-primary-col>span{display:contents}}.gs-tray .gs-panel .gs-column .gs-col-link{display:block;margin-top:20px;color:var(--sg-secondary-ramp-1);text-decoration:underline}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-col-link{color:var(--sg-primary-ramp-1)}}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-secondary-col{min-height:400px}}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card{margin-bottom:20px}.gs-tray .gs-panel .gs-column .gs-secondary-col .gs-st-inspo-card:nth-of-type(1n + 4){display:none}.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-panel .gs-column .gs-no-result{color:var(--sg-primary-ramp-1)}}.gs-tray .run-search__form{display:grid;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;grid-column:span 2;margin-top:25px}@media(min-width: 768px){.gs-tray .run-search__form{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;grid-column:unset;margin-top:unset}}.gs-tray .run-search__form .run-search__input{background-color:var(--sg-secondary-ramp-1);border:0 !important;border-radius:10px !important;padding-top:8px !important;padding-bottom:8px !important;padding-left:50px !important}@media(min-width: 768px){.gs-tray .run-search__form .run-search__input{background-color:var(--sg-primary-ramp-7)}}.gs-tray .search-icon__svg path{--search-color: #717578}.gs-tray .gs-close-btn{margin-left:auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 768px){.gs-tray .gs-close-btn{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:40px}}.gs-tray .gs-close-btn button{display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(0,0,0,0);border:0;cursor:pointer}.gs-tray .gs-close-btn button path{--h-color: var(--sg-secondary-ramp-1)}@media(min-width: 768px){.gs-tray .gs-close-btn button path{--h-color: var(--sg-primary-ramp-1)}}.gs-tray .xps-separator{display:none}@media(min-width: 768px){.gs-tray .xps-separator{display:unset}}.gs-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.gs-header{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:40px}}@media(min-width: 768px)and (max-width: 992px){.gs-header{padding-left:30px}}.gs-header svg{width:62px;margin-left:20px}@media(min-width: 768px){.gs-header svg{width:unset;margin-left:unset}}.gs-header path{--h-color: #fff;fill:var(--h-color, #fff)}@media(min-width: 768px){.gs-header path{--h-color: #421540;fill:var(--h-color, #421540)}}.gs-header .logo{padding:0 !important}@media(min-width: 768px){.gs-header .logo{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}}.gs-tray-title{color:var(--sg-secondary-ramp-2);margin-bottom:25px}@media(min-width: 768px){.gs-tray-title{color:var(--sg-primary-ramp-2);margin-bottom:30px}}.gs-text-list{list-style:none}.gs-text-list li{font-size:.75rem;line-height:normal;text-transform:capitalize;color:var(--sg-primary-ramp-1, #313638);margin-bottom:20px}.gs-text-list li:last-child{margin-bottom:0}.gs-text-list li a{--h-color: var(--sg-secondary-ramp-1, #fff)}@media(min-width: 768px){.gs-text-list li a{--h-color: var(--sg-primary-ramp-1, #313638)}}.gs-result{margin-bottom:30px}.gs-result .gs-result-title{margin:35px 20px 20px}@media(min-width: 768px){.gs-result .gs-result-title{text-align:center;margin:50px auto 20px}}.gs-result .gs-result-tabs{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.gs-result .gs-result-tabs{margin-bottom:60px}}.gs-result .gs-result-filters{margin-bottom:30px}.gs-result .gs-filter-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;margin-bottom:15px}.gs-result .gs-filter-tabs>button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--sg-primary-ramp-1, #313638)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:first-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs>button:last-child{margin-left:unset;-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:15px;padding-bottom:15px;border-radius:var(--gsr-border-radius, 8px)}@media(min-width: 768px){.gs-result .gs-filter-tabs>button:last-child{-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-left:auto;padding-top:3px;padding-bottom:3px;border-radius:4px}}.gs-result .gs-filter-tabs .active{border:1px var(--sg-primary-ramp-1) solid}.gs-result .gs-filter-tabs .xps-button svg{all:unset}.gs-result .gs-filter-tabs .gs-filter-swipe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:-0.875rem;overflow:hidden;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.gs-result .gs-filter-tabs .gs-filter-swipe::-webkit-scrollbar{display:none}.gs-result .gs-filter-tabs .gs-filter-swipe>button{color:var(--sg-primary-ramp-1, #313638)}@media(max-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe>button:last-child{margin-right:.875rem}}.gs-result .gs-filter-tabs .gs-filter-swipe>button:focus{outline-offset:-1px}@media(min-width: 768px){.gs-result .gs-filter-tabs .gs-filter-swipe{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-right:unset}}.gs-result .gs-filter-tabs .filter-active-enabled{border:1px solid var(--sg-primary-ramp-1, #313638)}.gs-result .gs-result-product-grid{padding-top:15px}.gs-result .gs-result-product-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px 10px}@media(min-width: 768px){.gs-result .gs-result-product-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:30px 20px}}.gs-result .gs-result-inspo-grid{padding-top:15px}.gs-result .gs-result-inspo-grid>div>ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(3, 1fr);gap:50px 20px}}@media(min-width: 1200px){.gs-result .gs-result-inspo-grid>div>ul{grid-template-columns:repeat(4, 1fr);gap:50px 20px}}.gs-result .gs-result-text{margin:30px 0 10px;text-align:center}.gs-result .gs-result-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gs-result .gs-result-pagination button{--xps-btn-primary-color: #313638;font-weight:bold;font-size:1rem}.gs-result .gs-no-result-product{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px 10px}@media(min-width: 768px){.gs-result .gs-no-result-product{grid-template-columns:repeat(3, 1fr);gap:20px}}.gs-result .gs-no-result-product>div:nth-of-type(1n + 4){display:none}.gs-result .gs-no-result-inspo{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(min-width: 768px){.gs-result .gs-no-result-inspo{grid-template-columns:repeat(4, 1fr);gap:20px}}.gs-result .gs-no-result-inspo>div:nth-of-type(1n + 5){display:none}.gs-result .gs-no-result-title{margin-bottom:20px}.range-slider-comp{--rsc-handle-radius: 50%;--rsc-handle-size: 16px;--rsc-size: 4px;--rsc-handle-horizontal-top: calc( calc(var( --rsc-handle-size ) - var( --rsc-size )) / 2 * -1 );--rsc-progress-bar-color: var(--sg-brand-accent-1, #4c8314)}.range-slider-comp .DefaultProgressBar__vertical{width:24px;height:100%}.range-slider-comp .DefaultProgressBar_progressBar{background-color:var(--rsc-progress-bar-color, #4c8314);position:absolute}.range-slider-comp .DefaultProgressBar_progressBar__vertical{height:100%;width:24px}.range-slider-comp .DefaultProgressBar_background__vertical{height:100%;top:0px;width:var(--rsc-size, 10px)}.range-slider-comp .DefaultProgressBar_background__horizontal{height:var(--rsc-size, 10px);top:0px}.range-slider-comp .DefaultHandle_handle{width:var(--rsc-handle-size, 20px);height:var(--rsc-handle-size, 20px);background-color:var(--sg-brand-accent-1, #4c8314);border-radius:var(--rsc-handle-radius, 20%);outline:none;z-index:2;border:0;cursor:pointer}.range-slider-comp .DefaultHandle_handle:focus{-webkit-box-shadow:#abc4e8 0 0 1px 1px;box-shadow:#abc4e8 0 0 1px 1px}.range-slider-comp .DefaultHandle_handle:before{content:normal}.range-slider-comp .DefaultHandle_handle:after{content:normal}.range-slider-comp .DefaultHandle_handle__horizontal{margin-left:-8px;top:var(--rsc-handle-horizontal-top, -8px)}.range-slider-comp .DefaultHandle_handle__vertical{margin-top:-8px;left:-10px}.range-slider-comp .DefaultHandle_handle__disabled{border-color:#dbdbdb}.range-slider-comp .DefaultBackground{background-color:#fcfcfc;height:var(--rsc-size, 10px);width:100%;border:1px solid #d8d8d8;position:relative}.range-slider-comp .DefaultBackground_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .DefaultBackground_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.range-slider-comp .rheostat{position:relative;overflow:visible}@media(min-width: 1128px){.range-slider-comp .autoAdjustVerticalPosition{top:12px}}.range-slider-comp .rheostat__vertical{height:100%}.range-slider-comp .handleContainer{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%;position:absolute}.range-slider-comp .rheostat_background{background-color:#fcfcfc;border:1px solid #d8d8d8;position:relative}.range-slider-comp .rheostat_background__horizontal{height:var(--rsc-size, 10px);top:0;left:0;bottom:4px;width:100%}.range-slider-comp .rheostat_background__vertical{width:var(--rsc-size, 10px);top:0px;height:100%}.xps-page-not-found-image-container{padding-top:48px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media(min-width: 768px){.xps-page-not-found-image-container{padding-top:60px}}.xps-page-not-found-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.xps-page-not-found-error-code{padding-top:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-code{padding-top:32px}}.xps-page-not-found-error-text{padding-bottom:16px;text-align:center}@media(min-width: 768px){.xps-page-not-found-error-text{padding-bottom:32px}}.xps-page-not-found-image{width:220px;height:220px}@media(min-width: 768px){.xps-page-not-found-image{width:440px;height:440px}}.accordionV2{width:100%}.accordionV2--solo{background-color:var(--accordion-bg-color);padding:8px 24px;border-radius:var(--accordion-border-radius, 4px)}.accordionV2--solo .accordionV2__header{padding:16px 0}.accordionV2--solo .expanded{padding:8px 0 16px}.accordionV2__header{width:100%;border:none;background:none;text-align:left;cursor:pointer}.accordionV2__header.non-clickable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.accordionV2__header:focus{outline:unset}.accordionV2__header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:2px}.accordionV2__content{--content-height: 100%;display:none;height:100%;max-height:0;overflow:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.accordionV2__content.expanded{max-height:var(--content-height);opacity:1;display:inherit}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__header *{color:var(--sg-primary-ramp-1) !important;margin:unset}.accordion__header svg{pointer-events:none}.tab-list{--tab-purple: #421540;--tab-black: #313638}.tab-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin:0 20px 40px}@media(min-width: 768px){.tab-list{margin:0 auto 60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.tab-list .tab-btn-wrapper .tab-btn{border:0;background:rgba(0,0,0,0);cursor:pointer}.tab-list .tab-btn-wrapper .tab-btn .tab-btn-text{position:relative;display:inline-block;padding-bottom:10px;color:var(--tab-black);font-weight:700}.tab-list .tab-btn-wrapper .tab-btn .tab-btn-text::after{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--tab-purple);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:bottom right;transform-origin:bottom right;-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out, -webkit-transform .25s ease-out;content:""}.tab-list .tab-btn-wrapper .tab-btn .tab-btn-text .tab-btn-count{font-weight:400}.tab-list .tab-btn-wrapper .tab-btn:hover.active-tab .tab-btn-text::after,.tab-list .tab-btn-wrapper .tab-btn:focus.active-tab .tab-btn-text::after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}.tab-list .tab-btn-wrapper .tab-btn.active-tab .tab-btn-text::after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}.tab-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tab-panel:focus{outline:0}.xps-image-card__normal{width:100%;display:block;cursor:var(--xps-image-card-cursor, default)}.xps-image-card__normal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:var(--xps-image-card-content-alignment, center);-ms-flex-align:var(--xps-image-card-content-alignment, center);align-items:var(--xps-image-card-content-alignment, center);margin:32px 0 0 0}.xps-image-card__normal-image img{height:100%;width:100%}.xps-image-card__styled{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;border:1px var(--sg-primary-ramp-5) solid;border-radius:var(--xps-appliance-item-border-radius, 4px);text-decoration:none;color:inherit}@media(min-width: 992px){.xps-image-card__styled{gap:16px;padding:16px}}.xps-image-card__styled-content{margin:0;height:40px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.xps-image-card__styled-image{overflow:hidden}.xps-image-card__styled-image img{-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform 250ms ease-in-out;transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out;transition:transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out}.xps-image-card__styled-image:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}.xps-image-card__styled--selected{background:var(--sg-primary-brand-bg);border-color:var(--sg-primary-ramp-1)}.xps-image-card__styled--hide{display:none}.xps-divider{border-top:var(--xps-divider-height, 1px) solid var(--sg-primary-ramp-6)}.xps-page-loader-wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:9999;background-color:var(--sg-page-color);color:var(--sg-primary-ramp-1)}.xps-page-loader-wrapper.xps-page-loader-wrapper--transparent{background-color:var(--sg-persistent-overlay-5);color:var(--sg-persistent-white)}.xps-page-loader-spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:65px;height:65px}.xps-page-loader-spinner .path{stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.fiscal-code--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px}.fiscal-code--container .fiscal-code--radio-grp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:58px}.fiscal-code--container .fiscal-code-address--container{display:grid;grid-template-columns:1fr;grid-gap:23px}@media(min-width: 768px){.fiscal-code--container .fiscal-code-address--container{grid-template-columns:repeat(2, 1fr)}}.fiscal-code--container .rc-collapse{background:none;border:unset;border-radius:0}.fiscal-code--container .rc-collapse .rc-collapse-item{padding:0;margin-bottom:20px;border:1px solid #949494;border-radius:10px}.fiscal-code--container .rc-collapse .rc-collapse-item:last-child{margin-bottom:0}.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__payment-panel:focus,.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__payment-panel:focus-within,.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__payment-panel:focus-visible{outline:thin dashed #313638 !important;outline-offset:-2px}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;position:relative;margin-right:0;margin-left:0;padding:28px 20px;color:#221f20;outline:none;font-weight:700}@media(min-width: 576px){.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header{padding:32px}}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header::before{display:none}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;height:unset;margin:0 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image{position:relative;display:inline-block;margin-right:16px;width:40px;height:28px}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image:last-child{margin-right:0}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image span{position:unset !important;height:28px !important}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image span img{-o-object-fit:cover;object-fit:cover}.fiscal-code--container .rc-collapse .rc-collapse-item .rc-collapse-content>.rc-collapse-content-box{margin-top:0;margin-bottom:32px}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active{border:solid 3px #221f20}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header .show-on-expanded{display:inline-block}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{border-color:#221f20}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{border-radius:10px;padding:0 20px}@media(min-width: 576px){.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{padding:0 32px}}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type{margin-top:20px}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image{position:relative;display:inline-block;margin-right:8px;width:40px;height:28px}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image span{position:unset !important;height:28px !important}.fiscal-code--container .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image span img{-o-object-fit:cover;object-fit:cover}.fiscal-code--container .rc-collapse .rc-collapse-item.accordion__suppress-expand .rc-collapse-content{display:none}.xps-content-anchor{background-color:var(--sg-page-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-content-anchor .xps-btnv2,.xps-content-anchor .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-content-anchor .hw-button{text-align:start;white-space:normal}.xps-content-anchor .link-label{vertical-align:middle}.xps-content-anchor .link-icon{padding-left:8px;color:var(--sg-brand-accent-1);vertical-align:middle}.xps-separator{width:100%;height:100%}.xps-separator .xps-separator__line{margin:var(--separator-margins);background-color:var(--separator-color);border:0}.xps-separator .xps-separator__line.xps-separator--horizontal{width:var(--separator-width, auto);height:var(--separator-height, 1px)}.xps-separator .xps-separator__line.xps-separator--vertical{width:var(--separator-width, 1px);height:var(--separator-height, 100vh)}.xps-separator .xps-separator__line.xps-separator--rounded{border-radius:1000PX}.xps-redeem-coupon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-redeem-coupon-content-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xps-redeem-coupon-content-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-redeem-coupon-content-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xps-redeem-coupon .btn-submit{padding-top:8px}.xps-buystack-heading .xps-buystack-heading__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:8px}@container buystack (min-width: 320px){.xps-buystack-heading .xps-buystack-heading__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__callout{color:var(--sg-alert-main-success)}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@container buystack (min-width: 320px){.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@container buystack (min-width: 480px){.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__pricing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__pricing .xps-buystack-heading__promo-price{text-decoration:line-through;margin-right:8px;color:var(--sg-primary-ramp-4)}.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__label{width:-webkit-max-content;width:-moz-max-content;width:max-content}@container buystack (min-width: 320px){.xps-buystack-heading .xps-buystack-heading__row .xps-buystack-heading__pricing-wrapper .xps-buystack-heading__label{margin-left:2px}}.xps-buystack-options{--xps-buystack-options-dropdown-spacing: 16px;--xps-buystack-options-element-spacing: 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-buystack-options>div{padding:var(--xps-buystack-options-element-spacing) 0;border-top:1px solid var(--sg-primary-ramp-6)}.xps-buystack-options>div:first-of-type{padding-top:var(--xps-buystack-options-element-spacing)}.xps-buystack-options>div:last-of-type{padding-bottom:0}.xps-buystack-options>button{margin-top:var(--xps-buystack-options-element-spacing)}.xps-buystack-options .xps-buystack-options__dropdowns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--xps-buystack-options-dropdown-spacing);padding:16px 0 28px 0}.xps-buystack-options .xps-buystack-options__dropdowns>*{width:100%}@container buystack (width > 640px){.xps-buystack-options .xps-buystack-options__dropdowns>*{width:calc((100% - var(--xps-buystack-options-dropdown-spacing))/2)}}.xps-buystack-options .xps-buystack-options__dropdowns>* .xps-dropdown__label,.xps-buystack-options .xps-buystack-options__dropdowns>* .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-buystack-options .xps-buystack-options__dropdowns>* .hw-label,.xps-buystack-options .xps-buystack-options__dropdowns>* .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .xps-buystack-options .xps-buystack-options__dropdowns>* .hw-form-group::before{font-size:12px;font-weight:bold;letter-spacing:1px;text-transform:uppercase}.xps-buystack-options .xps-buystack-options__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-buystack .xps-buystack-options__features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding-top:24px;margin-left:-38px}.xps-buystack .xps-buystack-options__features .xps-buystack-options__feature{display:grid;grid-template-columns:24px 1fr;gap:16px}.xps-buystack .xps-buystack-options__features .xps-buystack-options__feature .xps-buystack-options-text>*{display:inline}.xps-buystack{container:buystack;container-type:inline-size}.xps-buystack .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.xps-buystack .rc-collapse:last-child{margin-bottom:unset}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item{background-color:var(--sg-secondary-ramp-1);border-radius:4px;border:1px solid var(--sg-primary-ramp-5);margin-bottom:16px;cursor:pointer}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item:hover{background-color:var(--sg-primary-ramp-6)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item:last-child{margin-bottom:unset}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active{padding:24px;background-color:var(--sg-primary-brand-bg, #F5F5F5)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active:hover{background-color:var(--sg-primary-brand-bg, #F5F5F5)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header{padding:0 0 24px}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header{padding:24px;margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1)}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content{color:unset;overflow:unset;padding:0;background-color:unset;-webkit-transition:height 300ms ease,opacity 0ms ease;transition:height 300ms ease,opacity 0ms ease}.xps-buystack .rc-collapse .xps-buystack__panel.rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.xps-offer-card-tile-atc{background-color:var(--sg-primary-ramp-7);border-radius:var(--xps-cardTile-bg-rounded-corner, 8px);padding:25px;height:100%}.xps-offer-card-tile-atc .xps-card-tile-description{margin-bottom:auto}.xps-offer-card-tile-summary{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--xps-cardTile-bg-color, transparent);padding:var(--xps-offer-card-tile-padding, 0);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px;border-radius:var(--xps-cardTile-bg-rounded-corner, 4px)}@media(min-width: 768px){.xps-offer-card-tile-summary{min-width:476px}}.xps-offer-card-tile-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.xps-offer-card-tile-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:start}.xps-offer-card-tile-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}.xps-offer-card-tile-large{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding-bottom:20px}.xps-offer-card-tile-large .aspect-ratio--rounded{border-radius:16px}.xps-offer-card-tile--summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;gap:8px}@media(min-width: 768px){.xps-offer-card-tile--summary{padding-right:36px}}.xps-offer-card-tile--info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-offer-card-tile--image{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:120px;max-height:120px;-o-object-fit:cover;object-fit:cover}.xps-offer-card-tile--image img{aspect-ratio:1/1}.xps-offer-card-tile .xps-offer-card__tag-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;-ms-flex-wrap:wrap;flex-wrap:wrap}.divider-bottom{border-bottom:1px solid var(--sg-primary-ramp-6)}.divider-bottom .ow-features{padding:0 0 20px 0}.divider-bottom .ow-features .xps-icon-with-text{text-align:left !important}.xps-text-tag--price{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.xps-text-tag--price__strike-through{text-decoration:line-through;color:var(--sg-primary-ramp-4)}.xps-faq iframe{height:100%;width:100%;border:none;aspect-ratio:16/9}.xps-faq .rc-collapse{background-color:rgba(0,0,0,0);border:0}.xps-faq .rc-collapse .rc-collapse-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid var(--sg-primary-ramp-6)}.xps-faq .rc-collapse .rc-collapse-item:first-child{border-top:none}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header{min-height:60px;padding:16px 0px;gap:16px;color:var(--sg-primary-ramp-1)}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{margin-right:0}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .xps-faq--icon{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header:focus{outline:unset}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:-2px}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-content{padding:0;color:var(--sg-primary-ramp-1);background-color:rgba(0,0,0,0)}.xps-faq .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.xps-faq .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-extra .xps-faq--icon{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xps-faq .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{padding:0 0 32px}.subscription-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}@media(min-width: 768px){.subscription-tile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.subscription-tile__image{width:100%;height:100%}@media(min-width: 768px){.subscription-tile__image{max-width:120px}}.subscription-tile__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.subscription-tile--promo{padding:40px;gap:40px;background-color:var(--sg-page-color)}.subscription-tile--promo .subscription-tile__image{max-width:unset;-ms-flex-preferred-size:91%;flex-basis:91%}.cb-activities__list{list-style:none}.cb-activities__toggle-btn{padding-top:32px}.cb-activity{display:grid;grid-template-columns:32px 1fr;row-gap:16px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;padding:20px 0}.cb-activity__icon{justify-self:center}.cb-activity__icon>*{padding:4px 0}.cb-activity__info .xps-tag{margin-bottom:8px}.cb-activity__error{grid-column:1/span 2}.cb-activity__date{color:var(--sg-primary-ramp-3)}.cb-activity--success{color:var(--sg-alert-main-success)}.cb-activity--failed{color:var(--sg-alert-main-error)}.cb-activity--in_progress{color:var(--sg-primary-ramp-1)}.hw-account-form__modal.ReactModal__Content,.hw-payment-form__modal.ReactModal__Content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:1080px;height:100%;margin:auto;overflow:auto}@media(min-width: 768px){.hw-account-form__modal.ReactModal__Content,.hw-payment-form__modal.ReactModal__Content{width:100%}}@media(min-width: 992px){.hw-account-form__modal.ReactModal__Content,.hw-payment-form__modal.ReactModal__Content{width:100%}}.hw-account-form__modal>*,.hw-payment-form__modal>*{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:auto}.hw-account-form__modal:focus,.hw-payment-form__modal:focus{outline:none}.hw-account-form__modal-overlay,.hw-payment-form__modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background-color:var(--sg-primary-ramp-5);outline:none;opacity:0;-webkit-transition:opacity 250ms;transition:opacity 250ms}.hw-account-form__modal-overlay.ReactModal__Overlay--after-open,.hw-payment-form__modal-overlay.ReactModal__Overlay--after-open{opacity:1}.hw-account-form__modal .hw-account-form,.hw-account-form__modal .hw-payment-form,.hw-payment-form__modal .hw-account-form,.hw-payment-form__modal .hw-payment-form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:var(--sg-persistent-white);width:100%;height:100%}@media(min-width: 992px){.hw-account-form__modal .hw-account-form,.hw-account-form__modal .hw-payment-form,.hw-payment-form__modal .hw-account-form,.hw-payment-form__modal .hw-payment-form{height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hw-account-form__modal .hw-account-form__content,.hw-account-form__modal .hw-payment-form__content,.hw-payment-form__modal .hw-account-form__content,.hw-payment-form__modal .hw-payment-form__content{margin:0 auto;width:100%;overflow:auto}.hw-account-form__modal .hw-account-form__close-btn,.hw-account-form__modal .hw-payment-form__close-btn,.hw-payment-form__modal .hw-account-form__close-btn,.hw-payment-form__modal .hw-payment-form__close-btn{position:absolute;top:18px;right:12px;width:40px;height:40px;padding:0;background:rgba(0,0,0,0);border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}@media(min-width: 992px){.hw-account-form__modal .hw-account-form__close-btn,.hw-account-form__modal .hw-payment-form__close-btn,.hw-payment-form__modal .hw-account-form__close-btn,.hw-payment-form__modal .hw-payment-form__close-btn{top:16px;right:16px}}.hw-account-form__modal .hw-account-form__close-btn::before,.hw-account-form__modal .hw-account-form__close-btn::after,.hw-account-form__modal .hw-payment-form__close-btn::before,.hw-account-form__modal .hw-payment-form__close-btn::after,.hw-payment-form__modal .hw-account-form__close-btn::before,.hw-payment-form__modal .hw-account-form__close-btn::after,.hw-payment-form__modal .hw-payment-form__close-btn::before,.hw-payment-form__modal .hw-payment-form__close-btn::after{position:absolute;top:50%;right:12px;left:12px;display:block;height:2px;margin-top:-1px;background:var(--ga-text-color-tnc, #2b2b2d);content:""}.hw-account-form__modal .hw-account-form__close-btn::before,.hw-account-form__modal .hw-payment-form__close-btn::before,.hw-payment-form__modal .hw-account-form__close-btn::before,.hw-payment-form__modal .hw-payment-form__close-btn::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hw-account-form__modal .hw-account-form__close-btn::after,.hw-account-form__modal .hw-payment-form__close-btn::after,.hw-payment-form__modal .hw-account-form__close-btn::after,.hw-payment-form__modal .hw-payment-form__close-btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hw-payment-form__modal>div{height:100%}@media(min-width: 992px){.hw-payment-form__modal>div{height:auto}}form[name=hyperwallet-account-details]{width:100%}form[name=hyperwallet-account-details] .hw-account-form h2,form[name=hyperwallet-account-details] .hw-account-form h3,form[name=hyperwallet-account-details] .hw-account-form h4{margin:0;padding:0}form[name=hyperwallet-account-details] .hw-account-form__header,form[name=hyperwallet-account-details] .hw-account-form__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 40px;background-color:var(--sg-primary-brand-bg, #f5f5f5);border:1px solid var(--sg-primary-ramp-5),0}form[name=hyperwallet-account-details] .hw-account-form__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px}form[name=hyperwallet-account-details] .hw-account-form__footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:90px}form[name=hyperwallet-account-details] .hw-account-form__footer>*{width:100%}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__footer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}form[name=hyperwallet-account-details] .hw-account-form__footer>*{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}form[name=hyperwallet-account-details] .hw-account-form__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding:0 20px}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__content{padding:0 40px}}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field .row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:28px;margin-bottom:28px}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field .row{gap:0px}}@media(min-width: 992px){form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-first-name,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-dob{padding-right:20px}}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-first-name,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-last-name,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-dob{width:100%;padding-bottom:unset}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-first-name:disabled,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-last-name:disabled,form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field-dob:disabled{background-color:var(--sg-primary-ramp-4)}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field--billing h4{margin-bottom:20px}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field--billing .xps-address-country-delivery-message{display:none}form[name=hyperwallet-account-details] .hw-account-form__content .hw-account-form__field--billing .deliveryAddress .row.no-gutters:first-of-type{display:none}form[name=hyperwallet-account-details] .hw-account-form__tnc{color:var(--sg-primary-ramp-3)}form[name=hyperwallet-account-details] .hw-account-form__logo img{max-width:150px}.hw-payment-form{--hw-payment-footer-height: 90px;position:relative}.hw-payment-form__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;background-color:var(--sg-primary-brand-bg, #f5f5f5);border:1px solid var(--sg-primary-ramp-5),0}.hw-payment-form__header-text{margin:0;padding:0}.hw-payment-form__img{position:absolute;max-height:50px;width:auto;margin:20px 0 20px;left:20px;bottom:0}@media(min-width: 992px){.hw-payment-form__img{margin-left:40px}}.hw-payment-form__content{--hw-field-spacing: 40px;margin:auto}.hw-payment-form__content .hw-form-transfer-methods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--hw-field-spacing)}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template{display:none;padding:0 40px}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template:first-of-type{display:block}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group{outline:0;border:0}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:20px}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media(min-width: 992px){.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input:has(~.hw-error-message),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select:has(~.hw-error-message),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date:has(~.hw-error-message),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container:has(~.hw-error-message){border:var(--sg-alert-main-error, #ca0813) solid 1px;outline:none}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message{color:var(--sg-alert-main-error, #ca0813);margin-top:4px}.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.hw-payment-form__content .hw-form-transfer-methods>div[id$=router]:only-child{margin-bottom:var(--hw-payment-footer-height)}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend{font-size:0;line-height:0}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{content:var(--hw-payment-label);display:block;line-height:initial}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after{content:var(--hw-payment-message);display:block;line-height:initial;margin-top:20px}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 40px;margin-top:var(--hw-field-spacing);margin-bottom:var(--hw-payment-footer-height);background-color:var(--sg-primary-brand-bg, #f5f5f5);border:1px solid var(--sg-primary-ramp-5),0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--hw-payment-footer-height)}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child>*{width:100%}@media(min-width: 992px){.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0}.hw-payment-form__content .hw-form-transfer-methods>div[id$=form]>div:last-child>*{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.hw-payment-form__content .hw-form-transfer-methods .hw-button{width:100%}@media(min-width: 992px){.hw-payment-form__content .hw-form-transfer-methods .hw-button{display:block;width:auto;margin-left:auto}}.hw-payment-form__skeleton{display:none}.hw-payment-form__skeleton:only-child{display:block}.hw-payment-form__skeleton .skeleton-loader-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 40px;padding-bottom:var(--hw-payment-footer-height);width:100%;gap:10px}.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{content:"Debit Card Number"}.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group .hw-label{display:none}.hw-payment-form--au{--spacing-margin-right: 32px}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div{display:block}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2){display:inline-block;width:calc(50% - var(--spacing-margin-right));margin-right:var(--spacing-margin-right)}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2)::after{content:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='14'><text style='alignment-baseline:hanging;font-family:Helvetica-Neue;font-size:14px;'><tspan style='alignment-baseline:inherit;'>e.g. </tspan><tspan style='alignment-baseline:inherit;font-weight:bold;'>012</tspan>-345</text></svg>");display:block;margin-top:6px}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(3){display:inline-block;width:50%}.hw-payment-form--au .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(3)::after{content:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='14'><text style='alignment-baseline:hanging;font-family:Helvetica-Neue;font-size:14px;'><tspan style='alignment-baseline:inherit;'>e.g. </tspan>012-<tspan style='alignment-baseline:inherit;font-weight:bold;'>345</tspan></text></svg>");display:block;margin-top:6px}.cashback-payout{--logo-height: 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.cashback-payout h2,.cashback-payout h3,.cashback-payout h4{margin:0;padding:0}.cashback-payout__title{margin-bottom:8px}.cashback-payout__logo{height:var(--logo-height);max-height:var(--logo-height)}.cashback-payout__logo img{height:100%;width:auto}.cashback-payout__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media(min-width: 992px){.cashback-payout__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.cashback-payout__transfer-method{text-transform:capitalize}.have-another-machine-modal .xps-modal--body{padding:80px 20px}@media(min-width: 768px){.have-another-machine-modal .xps-modal--body{padding:80px 40px}}.cashback-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:32px;padding:40px 24px;background-color:var(--sg-page-color)}.cashback-progress .cashback-progress-main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;--cb-progress-parent-gap: 24px;gap:var(--cb-progress-parent-gap)}@media(min-width: 768px){.cashback-progress .cashback-progress-main-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 calc(50% - var(--cb-progress-parent-gap)/2);flex:1 0 calc(50% - var(--cb-progress-parent-gap)/2);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-campaign{gap:16px;text-wrap:balance}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones{gap:24px}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestones-heading{color:var(--sg-alert-main-success);text-align:center}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestones-heading__expired{color:var(--sg-alert-main-error)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestones-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__empty{color:var(--sg-primary-ramp-3)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__empty #empty-cup-svg-path{fill:var(--sg-primary-ramp-4)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__full{color:var(--sg-alert-main-success)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone__full .full-cup-svg-path{fill:var(--sg-alert-main-success)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone .cashback-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;height:60px;width:60px}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone .cashback-icon__full{background-color:var(--sg-primary-ramp-6)}.cashback-progress .cashback-progress-main-wrapper .cashback-progress-half.cashback-progress-milestones .cashback-progress-milestone .cashback-icon__empty{border:3px solid var(--sg-primary-ramp-4)}.cashback-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;width:100%;padding:16px;background-color:var(--sg-primary-ramp-7);border-radius:8px}.cashback-message .cashback-message__img-wrapper{-ms-flex-item-align:start;align-self:flex-start}.cashback-message .cashback-message__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.cashback-message .cashback-message__content-wrapper .cashback-message__label{display:inline}.cashback-message .cashback-message__content-wrapper .cashback-message__label--orange{color:var(--sg-brand-accent-1)}.cashback-message .cashback-message__content-wrapper .cashback-message__label--grey{color:var(--sg-primary-ramp-4)}.cashback-message--icon{gap:20px;padding:24px 20px}.cashback-message--icon .cashback-message__img-wrapper{margin-top:2px}.xps-article__layout_left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px;padding-top:40px}.xps-article__layout_left_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px;position:relative}.xps-article__layout_left .sticky_scroll_action{display:none}@media(min-width: 992px){.xps-article__layout_left .sticky_scroll_action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:16px;right:0;left:0;margin:auto;z-index:1}.xps-article__layout_left .sticky_scroll_action.bottom{top:auto;bottom:0;padding-bottom:16px;background:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, var(--sg-page-color)));background:linear-gradient(180deg, transparent 0%, var(--sg-page-color) 60%)}}.xps-article__layout_left .sticky_scroll_action .sticky_scroll_action_btn{padding:8px;border-radius:50%;background:var(--sg-primary-brand-bg)}@media(min-width: 992px){.xps-article__layout_left.sticky{position:sticky;top:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.xps-article__layout_left.enableOverFlow{padding-top:0}.xps-article__layout_left.enableOverFlow .xps-article__layout_left_content{overflow:auto;max-height:100vh;padding:40px 0;position:relative}.xps-article__layout_right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px;padding-top:40px}@media(min-width: 992px){.xps-article__layout_right{padding-left:40px}}.xps-article__sticky-header{position:sticky;top:0;background-color:var(--sg-page-color);z-index:999;display:block}@media(min-width: 992px){.xps-article__sticky-header{display:none}}.xps-article--quick-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-article--quick-links-title{text-transform:uppercase}.xps-article--active-section{width:100%;padding:16px 0}.xps-article--active-section-container{padding:0 15px}@media(min-width: 768px){.xps-article--active-section-container{padding:0 30px}}.xps-article--active-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xps-article--active-section-drawer{background-color:var(--sg-page-color);position:absolute;top:100%;left:0;width:100%;z-index:1;padding:8px 20px 16px;border-bottom:var(--xps-divider-height, 1px) solid var(--sg-primary-ramp-6);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}@media(min-width: 768px){.xps-article--active-section-drawer{padding:8px 40px 16px}}.xps-article--kitchen-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.xps-article--kitchen-item-image{width:40px;height:40px;border-radius:40px}.xps-article--kitchen-item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-article--kitchen-item-text-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-article--kitchen-item-text-main-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.xps-article--kitchen-item-text-secondary{color:var(--sg-primary-ramp-3)}.xps-article--step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.xps-article--step-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-article--step-ingredient{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-article--step-tip-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-article--step-tip-title .tip-tag{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-article--ingredient-right-layout{padding:20px 0 0 0}@media(min-width: 992px){.xps-article--ingredient-right-layout{padding-left:40px;padding-top:0}}.xps-article--ingredient-left-layout{padding:0}@media(min-width: 992px){.xps-article--ingredient-left-layout.sticky{position:sticky;top:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.xps-article--class-index-title{padding:20px 32px;margin-top:-8px}@media(min-width: 992px){.xps-article--class-index-title{margin-top:-16px}}.xps-article--class-index-section:last-child{padding-bottom:8px}@media(min-width: 992px){.xps-article--class-index-section:last-child{padding-bottom:16px}}.xps-article--class-index-section .accordionV2__header{padding:20px 32px;background:var(--sg-primary-ramp-7)}.xps-article--class-index-section .accordionV2__header svg{font-size:18px}.xps-article--class-index-section-content{padding:16px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.xps-article--class-index-section-item{--xps-article-section-item-size: 72px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;text-decoration:none}.xps-article--class-index-section-item-image{-webkit-box-flex:0;-ms-flex:0 0 var(--xps-article-section-item-size);flex:0 0 var(--xps-article-section-item-size)}.xps-article--class-index-section-item-content{font-style:normal;color:var(--sg-primary-ramp-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-editable-ingredient-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.xps-editable-ingredient-list--header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.xps-editable-ingredient-list--alert{width:100%}.xps-editable-ingredient-list--control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.xps-editable-ingredient-list--control-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media(min-width: 768px){.xps-editable-ingredient-list--control-wrapper{gap:32px}}.xps-editable-ingredient-list--control-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.xps-editable-ingredient-list--control-scale{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.xps-editable-ingredient-list--control-scale .unit-buttons{padding-right:16px;border-right:1px solid var(--sg-primary-ramp-6)}@media(max-width: 576px){.xps-editable-ingredient-list--control-scale-custom{width:100%}}.xps-editable-ingredient-list--control-scale-custom .xps__input,.xps-editable-ingredient-list--control-scale-custom .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-editable-ingredient-list--control-scale-custom .hw-input{padding:6px 12px;height:40px;width:100px}.xps-editable-ingredient-list--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-editable-ingredient-list--content-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.xps-editable-ingredient-list--content-item-quantity{width:100px}.xps-editable-ingredient-list--content-item-quantity .xps__input,.xps-editable-ingredient-list--content-item-quantity .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-editable-ingredient-list--content-item-quantity .hw-input{padding:8px 12px;height:40px}.xps-editable-ingredient-list--content-item-quantity .xps__input[readonly],.xps-editable-ingredient-list--content-item-quantity .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group [readonly].hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .xps-editable-ingredient-list--content-item-quantity [readonly].hw-input{background:var(--sg-primary-ramp-7)}.xps-editable-ingredient-list--content-item .xps-article--kitchen-item{max-width:calc(100% - 116px)}.xps-editable-ingredient-list--yield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-editable-ingredient-list--yield-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--size-size-3, 8px)}@media print{.xps-editable-ingredient-list{gap:8px}.xps-editable-ingredient-list--header button{display:none}.xps-editable-ingredient-list--alert{display:none}.xps-editable-ingredient-list--control-wrapper{display:none}.xps-editable-ingredient-list--yield{display:none}.xps-editable-ingredient-list--content{gap:4px}.xps-editable-ingredient-list--content-item-quantity{display:none}.xps-editable-ingredient-list--content-item-print-content{display:block;width:100%}.xps-editable-ingredient-list--content-item-info{display:none}.xps-editable-ingredient-list--content-item-info .xps-article--kitchen-item-text{gap:0px}}.xps-parameter-box{border-radius:4px;background:var(--sg-primary-brand-bg)}.xps-parameter-box--header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:var(--sg-primary-ramp-3);border-bottom:2px solid var(--sg-primary-ramp-6)}.xps-parameter-box--header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:4px}.xps-parameter-box--list{padding:16px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:16px}.xps-parameter-box--list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:8px}.xps-parameter-box--list-item-count{color:var(--sg-primary-ramp-3)}.xps-parameter-box--list-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:8px;color:var(--sg-primary-ramp-1)}.xps-parameter-box--list-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-parameter-box--list-item-parameters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.xps-parameter-box--list-item-parameters-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-parameter-box--list-item-note{width:100%;color:var(--sg-primary-ramp-3);padding:4px 0;border-top:1px dashed var(--sg-primary-ramp-5);border-bottom:1px dashed var(--sg-primary-ramp-5)}@media print{.xps-parameter-box{background:var(--sg-page-color);border:2px solid var(--sg-primary-ramp-6)}.xps-parameter-box--header{padding:6px}.xps-parameter-box--header svg{height:12px}.xps-parameter-box--list{padding:8px 6px;gap:8px}.xps-parameter-box--list-item{gap:4px}.xps-parameter-box--list-item-content{gap:4px}.xps-parameter-box--list-item-title{gap:2px}.xps-parameter-box--list-item-title svg{height:14px !important;width:14px !important}.xps-parameter-box--list-item-parameters{gap:4px}.xps-parameter-box--list-item-parameters-item svg{height:10px}.xps-print-includePhotos .xps-parameter-box{background:var(--sg-primary-brand-bg);border:none}}.article-skeleton .loading-skeleton{max-width:100%;border-radius:4px}.article-skeleton--tailored{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.article-skeleton--tailored-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--tailored-content-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:16px}.article-skeleton--tailored-content-info-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.article-skeleton--tailored-content-info-button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.article-skeleton--meta-details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--meta-details-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.article-skeleton--quick-action{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--quick-action hr{border:none;border:0;background:var(--sg-primary-ramp-6);width:2px}.article-skeleton--quick-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--quick-links-wrapper{display:none;gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:80px}@media(min-width: 992px){.article-skeleton--quick-links-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.article-skeleton--ingredient-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--ingredient-list-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--ingredient-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.article-skeleton--ingredient-list-item .skeleton-loader-wrapper{max-width:calc(100% - 116px)}.article-skeleton--equipment-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--equipment-list-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.article-skeleton--equipment-list-item{width:400px;max-width:100%}.article-skeleton--step{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--step-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.article-skeleton--step-description{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-skeleton--step-description .skeleton-loader-wrapper:last-child{width:447px;max-width:100%}.article-skeleton--author{height:438px}.article-skeleton--author .skeleton-loader-wrapper{height:100%}@media(min-width: 992px){.article-skeleton--author{height:288px}}.xps-indent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px}.xps-indent--line{width:var(--xps-indent-line-width, 4px);background-color:var(--xps-indent-bg-color, var(--sg-primary-ramp-6));border-radius:4px;border:0;-ms-flex-negative:0;flex-shrink:0}.xps-share-modal .xps-modal--footer{background-color:var(--sg-primary-brand-bg, #EDECEA);border-top:2px solid var(--sg-primary-ramp-6)}.xps-share-modal .xps-modal--header{background-color:var(--sg-primary-brand-bg, #EDECEA)}.xps-share-modal .xps-modal__header-wrapper{border-bottom:2px solid var(--sg-primary-ramp-6)}.xps-share__social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:40px}.xps-share__social-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:33.3333333333%}@media(min-width: 576px){.xps-share__social-item{width:20%}}.xps-share__link-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:4px;border:2px solid var(--sg-primary-ramp-1, #282726);padding:12px 18px;gap:8px;width:100%;background-color:var(--sg-persistent-white, #ffffff)}.xps-share__link-container__link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xps-share__link-container__btn{-ms-flex-negative:0;flex-shrink:0}.xps-print-modal .filter-sidenav-panel-comp{position:relative;height:unset}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-btn{padding:20px 0}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-content{min-height:unset}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-content.active{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp{width:100%;overflow:auto;position:relative}@media(min-width: 992px){.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp{width:calc(50% - 4px)}}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=radio]:checked+label,.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-item-comp [type=checkbox]:checked+label{background-color:var(--sg-primary-brand-bg)}.xps-print-modal .filter-sidenav-panel-comp .menu-comp .menu-filtered-values{padding:0}.xps-print-modal .xps-modal--body{padding:0 20px}@media(min-width: 768px){.xps-print-modal .xps-modal--body{padding:0 40px}}.xps-print-modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 32px;min-height:78px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-print-modal-options{padding:0 16px;overflow-y:auto}.xps-print-modal-options .menu-content{min-height:unset !important}.xps-print-modal--print-content,.xps-print-modal--print-wrapper{display:none}.xps-print-modal--intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.xps-print-modal--intro-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.xps-print-modal--intro-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}@media print{.xps-body-print-mode>div{display:none !important}.xps-body-print-mode .xps-print-modal--print-wrapper{display:block !important;column-count:2;-webkit-column-count:2;-moz-column-count:2;-webkit-column-fill:auto;-moz-column-fill:auto;column-fill:auto;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;print-color-adjust:exact;-webkit-print-color-adjust:exact}.xps-body-print-mode .xps-print-modal--print-wrapper .aspect-ratio,.xps-body-print-mode .xps-print-modal--print-wrapper .xps-parameter-box,.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-divider{margin:12px 0}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-print-modal--intro-qr-info{display:none}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-print-modal--intro-logo{height:30px}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-print-modal--intro-logo svg{height:100%}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-equipment-title{padding-bottom:8px}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-equipment-item{padding-bottom:4px}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-article--step{margin-top:12px;gap:8px}.xps-body-print-mode .xps-print-modal--print-wrapper .xps-article--step+.xps-divider{display:none}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author{gap:4px;padding:12px}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author .xps-card-tile-button-wrapper{display:none}.xps-body-print-mode .xps-print-modal--print-wrapper .recipe-author .xps-mini-split-teaser--content-block-left .xps-card-tile{gap:4px}.xps-print-hide-ingredients #rdp-ingredient-list{display:none}.xps-print-hide-ingredients #rdp-ingredient-list+.xps-divider{display:none}.xps-print-hide-equipment #rdp-equipment-list{display:none}.xps-print-hide-equipment #rdp-equipment-list+.xps-divider{display:none}.xps-print-hide-step .recipe--step{display:none}.xps-print-hide-aboutAuthor .recipe-author{display:none}.xps-print-hide-aboutAuthor .recipe--step+.xps-divider{display:none}.xps-print-hide-brevilleApplianceInstructions .recipe--step .xps-parameter-box{display:none}.xps-print-printFriendly .xps-print-modal--intro-qr-info{display:block}.xps-print-printFriendly .xps-print-modal--intro-image{display:none}.xps-print-printFriendly .rdp-step-image{display:none}.xps-print-printFriendly .recipe-author{padding:0;background:var(--sg-page-color)}.xps-print-printFriendly .recipe-author .xps-mini-split-teaser--content-block-right{display:none}}@page{size:auto;margin:0;padding:40px}.xps-mini-split-teaser{background:var(--sg-primary-brand-bg);border-radius:4px;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.xps-mini-split-teaser--title{color:var(--sg-primary-ramp-3)}.xps-mini-split-teaser--content-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.xps-mini-split-teaser--content-block-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.xps-mini-split-teaser--content-block-right{width:100%;-webkit-transition:all .3s ease;transition:all .3s ease}@media(min-width: 768px){.xps-mini-split-teaser--content-block-right{width:240px}}.xps-mini-split-teaser--content-block-right:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.xps-pdf-preview{width:100% !important;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}.xps-pdf-preview__image{width:100%;padding:24px 24px 0;border-radius:4px 4px 0px 0px;border:1px solid var(--sg-primary-ramp-6);border-bottom:none;background:var(--sg-primary-ramp-7)}.xps-pdf-preview__image img{height:auto;max-height:unset;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.xps-pdf-preview__title{width:100%;padding:12px;border-radius:0px 0px 4px 4px;border:1px solid var(--sg-primary-ramp-6)}.fa-1x{font-size:8px}.fa-2x{font-size:16px}.fa-3x{font-size:20px}.fa-4x{font-size:24px}.fa-5x{font-size:32px}.fa-6x{font-size:48px}.fa-7x{font-size:64px}.fa-8x{font-size:128px}.choose-location{margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.choose-location .columns-list{-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin:40px 0 0;padding:0;list-style:none}@media(min-width: 768px){.choose-location .columns-list{-webkit-column-count:3;-moz-column-count:3;column-count:3}}@media(min-width: 992px){.choose-location .columns-list{-webkit-column-count:4;-moz-column-count:4;column-count:4}}.choose-location .columns-list li{margin-bottom:8px}.xps-banner-promo{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}@media(max-width: 768px){.xps-banner-promo{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.xps-banner-promo-wrapper{background:var(--sg-primary-brand-bg);display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;min-height:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xps-banner-promo-wrapper.isDismissible .xps-banner-promo{width:calc(100% - 57px)}@media(min-width: 768px){.xps-banner-promo-wrapper{padding:20px 40px}}.xps-banner-promo--info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px 8px;-ms-flex-item-align:center;align-self:center}@media(max-width: 768px){.xps-banner-promo--info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.xps-banner-promo--icon{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:var(--sg-primary-ramp-1)}@media(min-width: 992px){.xps-playlist-row{gap:20px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:calc(100% - 20px)}}.xps-playlist-row-player{padding:0}.xps-playlist-row-player .xps-vp-hover-wrapper{aspect-ratio:16/9;border-radius:16px;overflow:hidden;padding:0;height:auto}.xps-playlist-row-list{border-radius:16px;border:1px solid var(--sg-primary-ramp-5);background:var(--sg-primary-brand-bg);padding:0;overflow-y:auto;max-height:506px}@media(min-width: 992px){.xps-playlist-row-list{height:auto;aspect-ratio:16/9}}.xps-playlist-row-list-section-title{padding:20px 12px;position:sticky;top:0;z-index:1;background:var(--sg-primary-brand-bg);color:var(--sg-primary-ramp-1)}.xps-playlist-row-list-item{padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;width:100%;border:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.xps-playlist-row-list-item:not(.xps-playlist-row-list-item-selected):hover{background-color:var(--sg-primary-ramp-7)}.xps-playlist-row-list-item-selected{background-color:var(--sg-primary-ramp-5)}.xps-playlist-row-list-item__thumbnail{width:100px;min-width:100px}.xps-playlist-row-list-item__thumbnail-duration{z-index:1;text-align:left;padding:4px;color:var(--sg-secondary-ramp-1)}.xps-playlist-row-list-item__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xps-playlist-video-desc-mobile{padding:24px 0 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media(min-width: 992px){.xps-playlist-video-desc-mobile{display:none}}.xps-playlist-video-desc{display:none}@media(min-width: 992px){.xps-playlist-video-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:24px;gap:16px}}.xps-newsletter{padding:0 1.25rem;background-color:var(--xps-newsletter-bg-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-newsletter .xps-newsletter__container{max-width:900px}@media(max-width: 992px){.xps-newsletter .xps-newsletter__container{max-width:570px}}.xps-newsletter .xps-newsletter__text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.xps-newsletter .xps-newsletter__email-input{position:relative;width:100%;font-size:14px;border-radius:4px}.xps-newsletter .xps-newsletter__form-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form{width:100%;max-width:670px}@media(max-width: 992px){.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form{max-width:570px}}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__form-group{padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__form-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__form-group .xps-newsletter__submit{white-space:nowrap}.xps-newsletter .xps-newsletter__form-container .xps-newsletter__form .xps-newsletter__general--error-msg{padding-top:15px}.xps-appdownload-modal{--xps-cardTile-text-color: "--sg-secondary-ramp-1"}.xps-appdownload-modal__header{text-align:center}.xps-appdownload-modal__qr-code-image{width:200px}.xps-appdownload-modal__store-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.xps-appdownload-modal .xps-card-tile__children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container-parent{container-type:inline-size;container-name:container-parent}.responsive-container.use-container-queries{container-type:inline-size;container-name:container}.grid-parent{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;container-type:inline-size;container-name:grid-parent}.grid-container-v2{display:grid;width:100%;max-width:max(1440px,1360px + var(--horizontalPadding-xxl)*2);-webkit-box-sizing:content-box;box-sizing:content-box;row-gap:var(--rowGap, initial);-webkit-column-gap:var(--colGap, initial);-moz-column-gap:var(--colGap, initial);column-gap:var(--colGap, initial);padding-left:var(--horizontalPadding, initial);padding-right:var(--horizontalPadding, initial);padding-top:var(--verticalPadding, initial);padding-bottom:var(--verticalPadding, initial);margin:var(--margin, initial)}.grid-container-v2.use-container-queries{container-type:inline-size;container-name:grid-container}.grid-item{grid-column:var(--gridColumn, auto);grid-row:var(--gridRow, auto);-webkit-box-ordinal-group:NaN;-ms-flex-order:var(--order, 0);order:var(--order, 0);-webkit-box-pack:var(--justifyContent, initial);-ms-flex-pack:var(--justifyContent, initial);justify-content:var(--justifyContent, initial);display:var(--hide, var(--display, block));-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-line-pack:inherit;align-content:inherit;justify-items:inherit;grid-auto-rows:inherit;grid-auto-columns:inherit;grid-auto-flow:inherit;row-gap:var(--rowGap, inherit);-webkit-column-gap:var(--colGap, inherit);-moz-column-gap:var(--colGap, inherit);column-gap:var(--colGap, inherit)}.grid-item[style*=grid]{row-gap:inherit !important;-webkit-column-gap:inherit !important;-moz-column-gap:inherit !important;column-gap:inherit !important;grid-template-columns:var(--gridTemplateColumns, repeat(12, 1fr))}@container grid-parent (min-width: 768px){.grid-container-v2.use-container-queries{row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));padding-left:var(--horizontalPadding-md, var(--horizontalPadding));padding-right:var(--horizontalPadding-md, var(--horizontalPadding));padding-top:var(--verticalPadding-md, var(--verticalPadding));padding-bottom:var(--verticalPadding-md, var(--verticalPadding));margin:var(--margin-md, var(--margin))}}@container grid-parent (min-width: 992px){.grid-container-v2.use-container-queries{row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));padding-left:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-right:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-top:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));padding-bottom:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));margin:var(--margin-lg, var(--margin-md, var(--margin)))}}@container grid-parent (min-width: 1440px){.grid-container-v2.use-container-queries{row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));padding-left:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-right:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-top:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));padding-bottom:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));margin:var(--margin-xxl, var(--margin-lg, var(--margin-md, var(--margin))))}}@container grid-container (min-width: 768px){.grid-item.use-container-queries{grid-column:var(--gridColumn-md, var(--gridColumn));grid-row:var(--gridRow-md, var(--gridRow));display:var(--hide-md, var(--hide));-webkit-box-ordinal-group:var(--order-md, var(--order));-ms-flex-order:var(--order-md, var(--order));order:var(--order-md, var(--order));row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));-webkit-box-pack:var(--justifyContent-md, var(--justifyContent));-ms-flex-pack:var(--justifyContent-md, var(--justifyContent));justify-content:var(--justifyContent-md, var(--justifyContent))}}@container grid-container (min-width: 992px){.grid-item.use-container-queries{grid-column:var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn)));grid-row:var(--gridRow-lg, var(--gridRow-md, var(--gridRow)));display:var(--hide-lg, var(--hide-md, var(--hide)));-webkit-box-ordinal-group:var(--order-lg, var(--order-md, var(--order)));-ms-flex-order:var(--order-lg, var(--order-md, var(--order)));order:var(--order-lg, var(--order-md, var(--order)));row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-webkit-box-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));-ms-flex-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));justify-content:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)))}}@container grid-container (min-width: 1440px){.grid-item.use-container-queries{grid-column:var(--gridColumn-xxl, var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn))));grid-row:var(--gridRow-xxl, var(--gridRow-lg, var(--gridRow-md, var(--gridRow))));display:var(--hide-xxl, var(--hide-lg, var(--hide-md, var(--hide))));-webkit-box-ordinal-group:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));-ms-flex-order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-webkit-box-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));-ms-flex-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));justify-content:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))))}}@media(min-width: 768px){.grid-container-v2.use-media-queries{row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));padding-left:var(--horizontalPadding-md, var(--horizontalPadding));padding-right:var(--horizontalPadding-md, var(--horizontalPadding));padding-top:var(--verticalPadding-md, var(--verticalPadding));padding-bottom:var(--verticalPadding-md, var(--verticalPadding));margin:var(--margin-md, var(--margin))}}@media(min-width: 992px){.grid-container-v2.use-media-queries{row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));padding-left:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-right:var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding)));padding-top:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));padding-bottom:var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding)));margin:var(--margin-lg, var(--margin-md, var(--margin)))}}@media(min-width: 1440px){.grid-container-v2.use-media-queries{row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));padding-left:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-right:var(--horizontalPadding-xxl, var(--horizontalPadding-lg, var(--horizontalPadding-md, var(--horizontalPadding))));padding-top:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));padding-bottom:var(--verticalPadding-xxl, var(--verticalPadding-lg, var(--verticalPadding-md, var(--verticalPadding))));margin:var(--margin-xxl, var(--margin-lg, var(--margin-md, var(--margin))))}}@media(min-width: 768px){.grid-item.use-media-queries{grid-column:var(--gridColumn-md, var(--gridColumn));grid-row:var(--gridRow-md, var(--gridRow));display:var(--hide-md, var(--hide));-webkit-box-ordinal-group:var(--order-md, var(--order));-ms-flex-order:var(--order-md, var(--order));order:var(--order-md, var(--order));row-gap:var(--rowGap-md, var(--rowGap));-webkit-column-gap:var(--colGap-md, var(--colGap));-moz-column-gap:var(--colGap-md, var(--colGap));column-gap:var(--colGap-md, var(--colGap));-webkit-box-pack:var(--justifyContent-md, var(--justifyContent));-ms-flex-pack:var(--justifyContent-md, var(--justifyContent));justify-content:var(--justifyContent-md, var(--justifyContent))}}@media(min-width: 992px){.grid-item.use-media-queries{grid-column:var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn)));grid-row:var(--gridRow-lg, var(--gridRow-md, var(--gridRow)));display:var(--hide-lg, var(--hide-md, var(--hide)));-webkit-box-ordinal-group:var(--order-lg, var(--order-md, var(--order)));-ms-flex-order:var(--order-lg, var(--order-md, var(--order)));order:var(--order-lg, var(--order-md, var(--order)));row-gap:var(--rowGap-lg, var(--rowGap-md, var(--rowGap)));-webkit-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-moz-column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));column-gap:var(--colGap-lg, var(--colGap-md, var(--colGap)));-webkit-box-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));-ms-flex-pack:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)));justify-content:var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent)))}}@media(min-width: 1440px){.grid-item.use-media-queries{grid-column:var(--gridColumn-xxl, var(--gridColumn-lg, var(--gridColumn-md, var(--gridColumn))));grid-row:var(--gridRow-xxl, var(--gridRow-lg, var(--gridRow-md, var(--gridRow))));display:var(--hide-xxl, var(--hide-lg, var(--hide-md, var(--hide))));-webkit-box-ordinal-group:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));-ms-flex-order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));order:var(--order-xxl, var(--order-lg, var(--order-md, var(--order))));row-gap:var(--rowGap-xxl, var(--rowGap-lg, var(--rowGap-md, var(--rowGap))));-webkit-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-moz-column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));column-gap:var(--colGap-xxl, var(--colGap-lg, var(--colGap-md, var(--colGap))));-webkit-box-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));-ms-flex-pack:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))));justify-content:var(--justifyContent-xxl, var(--justifyContent-lg, var(--justifyContent-md, var(--justifyContent))))}}.plp-groups .plp-groups-tray{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;overflow-x:auto;scrollbar-width:none;list-style:none}.xps-specification__list{padding:16px 0}@media(min-width: 992px){.xps-specification__list{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-specification__list>*{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.xps-specification__value{padding-top:8px;white-space:normal}@media(min-width: 992px){.xps-specification__value{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:unset;text-align:end}}.fade-element{opacity:0;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;will-change:opacity}.fade-element--visible{opacity:1}.fade-element,.fade-element *{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.fade-element--transform{-webkit-transform-origin:center center;transform-origin:center center}@media(prefers-reduced-motion: reduce){.fade-element{-webkit-transition:none !important;transition:none !important;will-change:auto !important;-webkit-transform:none !important;transform:none !important}}.fade-up{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}.fade-down{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}.fade-left{-webkit-transform:translateX(30px);transform:translateX(30px);opacity:0}.fade-right{-webkit-transform:translateX(-30px);transform:translateX(-30px);opacity:0}.scale-in{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:0}@media(prefers-reduced-motion: reduce){.fade-element{-webkit-transition:none !important;transition:none !important;opacity:1 !important}}.scroll-media{--scroll-media-desktop-padding-top: 112px}@media(min-width: 992px){.scroll-media .main-content-wrapper{padding-bottom:calc(50svh - 120px)}}@media(max-height: 992px){.scroll-media .main-content-wrapper .title-section{padding-bottom:40px}}@media(min-width: 992px){.scroll-media .main-content-wrapper .title-section{padding-bottom:140px;padding-top:var(--scroll-media-desktop-padding-top)}}.scroll-media .main-content-wrapper .section{-webkit-transition:opacity .2s;transition:opacity .2s;padding-bottom:80px}@media(min-width: 992px){.scroll-media .main-content-wrapper .section.active{opacity:1}.scroll-media .main-content-wrapper .section.inactive{opacity:.15}}@media(min-width: 992px){.scroll-media .sticky-container{width:100%;height:100svh;padding-top:var(--scroll-media-desktop-padding-top);padding-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;position:sticky}}.scroll-media .media-wrapper{width:100%;height:100%}.scroll-media .media-wrapper .aspect-ratio{border-radius:16px;max-height:100%;display:block}.xps-icon-with-text-list .xps-icon-with-text-list__items{display:grid;list-style:none;gap:0 20px}.xps-icon-with-text-list .xps-icon-with-text-list__items .xps-icon-with-text__title{text-align:left}.xps-icon-with-text-list .xps-icon-with-text-list--2col{grid-template-columns:1fr 1fr}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,.cmp-teaser--primary-btn .cmp-teaser__action-link,.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn,.modal-overlay .modal .modal__footer .modal__cart-btn{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;color:#fff;height:46px;text-align:center;min-width:118px;border-radius:50px;background-color:#222;border:2px solid #222;-webkit-transition:.3s;transition:.3s;cursor:pointer;-webkit-box-shadow:0px 0px 0px 0px;box-shadow:0px 0px 0px 0px;padding-left:25px;padding-right:25px}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover,.cmp-teaser--primary-btn .cmp-teaser__action-link:hover,.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority:hover,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority:hover,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority:hover,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary:hover,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary:hover,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now:hover,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn:hover,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn:hover,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn:hover,.modal-overlay .modal .modal__footer .modal__cart-btn:hover{background-color:#c95100;border-color:#c95100;-webkit-box-shadow:0px 0px 0px 3px #c95100;box-shadow:0px 0px 0px 3px #c95100}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus,.cmp-teaser--primary-btn .cmp-teaser__action-link:focus,.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority:focus,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority:focus,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority:focus,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary:focus,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary:focus,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now:focus,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn:focus,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn:focus,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn:focus,.modal-overlay .modal .modal__footer .modal__cart-btn:focus{background-color:#222;outline:2px solid #c95100;border-color:#fff}.cmp-teaser--teaser-helpbeanz .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:disabled,.cmp-teaser--primary-btn .cmp-teaser__action-link:disabled,.productFullDetail__root .productFullDetail__cartActions .button__root_highPriority:disabled,.productFullDetail__root .productFullDetail__selectCoffee .button__root_highPriority:disabled,.productFullDetail__root .productFullDetail__emptyInventory .button__root_highPriority:disabled,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary:disabled,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn-primary:disabled,.page .change-location-popup .add-to-cart-popup--container .change-location-popup--item .btn-primary:disabled,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--buy-now:disabled,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--apply-btn:disabled,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__save:disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--save-btn:disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .existingPayment .adyen-checkout__button:disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--payment-types .newPayment .adyen-checkout__button:disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--buttons .cmp-button-purchase__button:disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--change-cofffee-button .cmp-button-purchase__button:disabled,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .submit-subscription-button:disabled,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btn:disabled,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--proceed-btnSave:disabled,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--edit-subscription-btn:disabled,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-my-subscription-btn:disabled,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--confirm-ok-btn:disabled,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--redeem-subscription-btn:disabled,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form-content .cmp-form--bonus-beanz-form-submit-btn:disabled,.modal-overlay .modal .modal__footer .modal__cart-btn:disabled{background-color:#b9b0ab;border:#b9b0ab;color:#fff;pointer-events:none;cursor:inherit}.cmp-teaser--secondary-btn .cmp-teaser__action-link,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--find-out-more,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-right .ais-InfiniteHits-loadMore,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__cancel,.cmp-purchase__root .cmp-botton-purchase__div .cmp-botton-purchase__content--view-more,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--cancel-btn,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded,.modal-overlay .modal .modal__footer .modal__back-btn{font-family:"Helvetica-Neue",sans-serif;font-size:1rem;font-weight:700;color:#222;height:46px;text-align:center;min-width:118px;border-radius:50px;background-color:rgba(0,0,0,0);border:2px solid #222;cursor:pointer;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:0px 0px 0px 0px;box-shadow:0px 0px 0px 0px;padding:0 25px}.cmp-teaser--secondary-btn .cmp-teaser__action-link:hover,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--find-out-more:hover,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn:hover,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-right .ais-InfiniteHits-loadMore:hover,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__cancel:hover,.cmp-purchase__root .cmp-botton-purchase__div .cmp-botton-purchase__content--view-more:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--cancel-btn:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button:hover,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn:hover,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn:hover,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:hover,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:hover,.modal-overlay .modal .modal__footer .modal__back-btn:hover{background-color:#c95100;border-color:#c95100;color:#fff;-webkit-box-shadow:0px 0px 0px 3px #c95100;box-shadow:0px 0px 0px 3px #c95100}.cmp-teaser--secondary-btn .cmp-teaser__action-link:focus,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .gift-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .change-location-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.page .payment-popup .payment-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-container__questionnaire-result--btn-row .cmp-container__questionnaire-result--btn-column .cmp-button__questionnaire-result--find-out-more:focus,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .cmp-button__plp-left--reset-btn:focus,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-right .ais-InfiniteHits-loadMore:focus,.cmp-myaccount__root .cmp-container__myaccount--edti-password .cmp-button__myaccount-form-field__cancel:focus,.cmp-purchase__root .cmp-botton-purchase__div .cmp-botton-purchase__content--view-more:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--edit-order--btns .cmp-button-purchase__content--edit-order--cancel-btn:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cancel-subscription-button:focus,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .edit-subscription-button:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons .cmp-btn--subscription-popup--decline-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--continue-subscription-btn:focus,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--order-buttons.cancel-subscription-buttons .cmp-btn--subscription-popup--cancel-offer-btn:focus,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary:focus,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--footer .btn.btn-primary-faded:focus,.modal-overlay .modal .modal__footer .modal__back-btn:focus{outline:2px solid #c95100;border-color:#fff}.grid{width:100%}.grid::before,.grid::after{display:table;content:" "}.grid::after{clear:both}.gridColumn{-webkit-box-sizing:border-box;box-sizing:border-box;clear:both}.grid--1 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}@media(min-width: 768px){.grid--1 .gridColumn--xs--1{padding:0 10px}}.grid--1 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 1)}.grid--1 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 1)}.grid--xs--1 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}@media(min-width: 768px){.grid--xs--1 .gridColumn--xs--1{padding:0 10px}}.grid--xs--1 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 1)}.grid--xs--1 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 1)}.grid--2 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}@media(min-width: 768px){.grid--2 .gridColumn--xs--2{padding:0 10px}}.grid--2 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}@media(min-width: 768px){.grid--2 .gridColumn--xs--1{padding:0 10px}}.grid--2 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 2)}.grid--2 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 2)}.grid--2 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 2)}.grid--xs--2 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}@media(min-width: 768px){.grid--xs--2 .gridColumn--xs--2{padding:0 10px}}.grid--xs--2 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}@media(min-width: 768px){.grid--xs--2 .gridColumn--xs--1{padding:0 10px}}.grid--xs--2 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 2)}.grid--xs--2 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 2)}.grid--xs--2 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 2)}.grid--3 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}@media(min-width: 768px){.grid--3 .gridColumn--xs--3{padding:0 10px}}.grid--3 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}@media(min-width: 768px){.grid--3 .gridColumn--xs--2{padding:0 10px}}.grid--3 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}@media(min-width: 768px){.grid--3 .gridColumn--xs--1{padding:0 10px}}.grid--3 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 3)}.grid--3 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 3)}.grid--3 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 3)}.grid--3 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 3)}.grid--xs--3 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}@media(min-width: 768px){.grid--xs--3 .gridColumn--xs--3{padding:0 10px}}.grid--xs--3 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}@media(min-width: 768px){.grid--xs--3 .gridColumn--xs--2{padding:0 10px}}.grid--xs--3 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}@media(min-width: 768px){.grid--xs--3 .gridColumn--xs--1{padding:0 10px}}.grid--xs--3 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 3)}.grid--xs--3 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 3)}.grid--xs--3 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 3)}.grid--xs--3 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 3)}.grid--4 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}@media(min-width: 768px){.grid--4 .gridColumn--xs--4{padding:0 10px}}.grid--4 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}@media(min-width: 768px){.grid--4 .gridColumn--xs--3{padding:0 10px}}.grid--4 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}@media(min-width: 768px){.grid--4 .gridColumn--xs--2{padding:0 10px}}.grid--4 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}@media(min-width: 768px){.grid--4 .gridColumn--xs--1{padding:0 10px}}.grid--4 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 4)}.grid--4 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 4)}.grid--4 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 4)}.grid--4 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 4)}.grid--4 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 4)}.grid--xs--4 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}@media(min-width: 768px){.grid--xs--4 .gridColumn--xs--4{padding:0 10px}}.grid--xs--4 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}@media(min-width: 768px){.grid--xs--4 .gridColumn--xs--3{padding:0 10px}}.grid--xs--4 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}@media(min-width: 768px){.grid--xs--4 .gridColumn--xs--2{padding:0 10px}}.grid--xs--4 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}@media(min-width: 768px){.grid--xs--4 .gridColumn--xs--1{padding:0 10px}}.grid--xs--4 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 4)}.grid--xs--4 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 4)}.grid--xs--4 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 4)}.grid--xs--4 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 4)}.grid--xs--4 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 4)}.grid--5 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}@media(min-width: 768px){.grid--5 .gridColumn--xs--5{padding:0 10px}}.grid--5 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}@media(min-width: 768px){.grid--5 .gridColumn--xs--4{padding:0 10px}}.grid--5 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}@media(min-width: 768px){.grid--5 .gridColumn--xs--3{padding:0 10px}}.grid--5 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}@media(min-width: 768px){.grid--5 .gridColumn--xs--2{padding:0 10px}}.grid--5 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}@media(min-width: 768px){.grid--5 .gridColumn--xs--1{padding:0 10px}}.grid--5 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 5)}.grid--5 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 5)}.grid--5 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 5)}.grid--5 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 5)}.grid--5 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 5)}.grid--5 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 5)}.grid--xs--5 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}@media(min-width: 768px){.grid--xs--5 .gridColumn--xs--5{padding:0 10px}}.grid--xs--5 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}@media(min-width: 768px){.grid--xs--5 .gridColumn--xs--4{padding:0 10px}}.grid--xs--5 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}@media(min-width: 768px){.grid--xs--5 .gridColumn--xs--3{padding:0 10px}}.grid--xs--5 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}@media(min-width: 768px){.grid--xs--5 .gridColumn--xs--2{padding:0 10px}}.grid--xs--5 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}@media(min-width: 768px){.grid--xs--5 .gridColumn--xs--1{padding:0 10px}}.grid--xs--5 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 5)}.grid--xs--5 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 5)}.grid--xs--5 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 5)}.grid--xs--5 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 5)}.grid--xs--5 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 5)}.grid--xs--5 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 5)}.grid--6 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}@media(min-width: 768px){.grid--6 .gridColumn--xs--6{padding:0 10px}}.grid--6 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}@media(min-width: 768px){.grid--6 .gridColumn--xs--5{padding:0 10px}}.grid--6 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}@media(min-width: 768px){.grid--6 .gridColumn--xs--4{padding:0 10px}}.grid--6 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}@media(min-width: 768px){.grid--6 .gridColumn--xs--3{padding:0 10px}}.grid--6 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}@media(min-width: 768px){.grid--6 .gridColumn--xs--2{padding:0 10px}}.grid--6 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}@media(min-width: 768px){.grid--6 .gridColumn--xs--1{padding:0 10px}}.grid--6 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 6)}.grid--6 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 6)}.grid--6 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 6)}.grid--6 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 6)}.grid--6 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 6)}.grid--6 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 6)}.grid--6 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 6)}.grid--xs--6 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}@media(min-width: 768px){.grid--xs--6 .gridColumn--xs--6{padding:0 10px}}.grid--xs--6 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}@media(min-width: 768px){.grid--xs--6 .gridColumn--xs--5{padding:0 10px}}.grid--xs--6 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}@media(min-width: 768px){.grid--xs--6 .gridColumn--xs--4{padding:0 10px}}.grid--xs--6 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}@media(min-width: 768px){.grid--xs--6 .gridColumn--xs--3{padding:0 10px}}.grid--xs--6 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}@media(min-width: 768px){.grid--xs--6 .gridColumn--xs--2{padding:0 10px}}.grid--xs--6 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}@media(min-width: 768px){.grid--xs--6 .gridColumn--xs--1{padding:0 10px}}.grid--xs--6 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 6)}.grid--xs--6 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 6)}.grid--xs--6 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 6)}.grid--xs--6 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 6)}.grid--xs--6 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 6)}.grid--xs--6 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 6)}.grid--xs--6 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 6)}.grid--7 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}@media(min-width: 768px){.grid--7 .gridColumn--xs--7{padding:0 10px}}.grid--7 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}@media(min-width: 768px){.grid--7 .gridColumn--xs--6{padding:0 10px}}.grid--7 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}@media(min-width: 768px){.grid--7 .gridColumn--xs--5{padding:0 10px}}.grid--7 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}@media(min-width: 768px){.grid--7 .gridColumn--xs--4{padding:0 10px}}.grid--7 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}@media(min-width: 768px){.grid--7 .gridColumn--xs--3{padding:0 10px}}.grid--7 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}@media(min-width: 768px){.grid--7 .gridColumn--xs--2{padding:0 10px}}.grid--7 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}@media(min-width: 768px){.grid--7 .gridColumn--xs--1{padding:0 10px}}.grid--7 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 7)}.grid--7 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 7)}.grid--7 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 7)}.grid--7 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 7)}.grid--7 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 7)}.grid--7 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 7)}.grid--7 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 7)}.grid--7 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 7)}.grid--xs--7 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}@media(min-width: 768px){.grid--xs--7 .gridColumn--xs--7{padding:0 10px}}.grid--xs--7 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}@media(min-width: 768px){.grid--xs--7 .gridColumn--xs--6{padding:0 10px}}.grid--xs--7 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}@media(min-width: 768px){.grid--xs--7 .gridColumn--xs--5{padding:0 10px}}.grid--xs--7 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}@media(min-width: 768px){.grid--xs--7 .gridColumn--xs--4{padding:0 10px}}.grid--xs--7 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}@media(min-width: 768px){.grid--xs--7 .gridColumn--xs--3{padding:0 10px}}.grid--xs--7 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}@media(min-width: 768px){.grid--xs--7 .gridColumn--xs--2{padding:0 10px}}.grid--xs--7 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}@media(min-width: 768px){.grid--xs--7 .gridColumn--xs--1{padding:0 10px}}.grid--xs--7 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 7)}.grid--xs--7 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 7)}.grid--xs--7 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 7)}.grid--xs--7 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 7)}.grid--xs--7 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 7)}.grid--xs--7 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 7)}.grid--xs--7 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 7)}.grid--xs--7 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 7)}.grid--8 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--8{padding:0 10px}}.grid--8 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--7{padding:0 10px}}.grid--8 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--6{padding:0 10px}}.grid--8 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--5{padding:0 10px}}.grid--8 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--4{padding:0 10px}}.grid--8 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--3{padding:0 10px}}.grid--8 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--2{padding:0 10px}}.grid--8 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}@media(min-width: 768px){.grid--8 .gridColumn--xs--1{padding:0 10px}}.grid--8 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 8)}.grid--8 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 8)}.grid--8 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 8)}.grid--8 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 8)}.grid--8 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 8)}.grid--8 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 8)}.grid--8 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 8)}.grid--8 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 8)}.grid--8 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 8)}.grid--xs--8 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--8{padding:0 10px}}.grid--xs--8 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--7{padding:0 10px}}.grid--xs--8 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--6{padding:0 10px}}.grid--xs--8 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--5{padding:0 10px}}.grid--xs--8 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--4{padding:0 10px}}.grid--xs--8 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--3{padding:0 10px}}.grid--xs--8 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--2{padding:0 10px}}.grid--xs--8 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}@media(min-width: 768px){.grid--xs--8 .gridColumn--xs--1{padding:0 10px}}.grid--xs--8 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 8)}.grid--xs--8 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 8)}.grid--9 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--9{padding:0 10px}}.grid--9 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--8{padding:0 10px}}.grid--9 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--7{padding:0 10px}}.grid--9 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--6{padding:0 10px}}.grid--9 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--5{padding:0 10px}}.grid--9 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--4{padding:0 10px}}.grid--9 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--3{padding:0 10px}}.grid--9 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--2{padding:0 10px}}.grid--9 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}@media(min-width: 768px){.grid--9 .gridColumn--xs--1{padding:0 10px}}.grid--9 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 9)}.grid--9 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 9)}.grid--9 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 9)}.grid--9 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 9)}.grid--9 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 9)}.grid--9 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 9)}.grid--9 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 9)}.grid--9 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 9)}.grid--9 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 9)}.grid--9 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 9)}.grid--xs--9 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--9{padding:0 10px}}.grid--xs--9 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--8{padding:0 10px}}.grid--xs--9 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--7{padding:0 10px}}.grid--xs--9 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--6{padding:0 10px}}.grid--xs--9 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--5{padding:0 10px}}.grid--xs--9 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--4{padding:0 10px}}.grid--xs--9 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--3{padding:0 10px}}.grid--xs--9 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--2{padding:0 10px}}.grid--xs--9 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}@media(min-width: 768px){.grid--xs--9 .gridColumn--xs--1{padding:0 10px}}.grid--xs--9 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 9)}.grid--xs--9 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 9)}.grid--10 .gridColumn--xs--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--10{padding:0 10px}}.grid--10 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--9{padding:0 10px}}.grid--10 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--8{padding:0 10px}}.grid--10 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--7{padding:0 10px}}.grid--10 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--6{padding:0 10px}}.grid--10 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--5{padding:0 10px}}.grid--10 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--4{padding:0 10px}}.grid--10 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--3{padding:0 10px}}.grid--10 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--2{padding:0 10px}}.grid--10 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}@media(min-width: 768px){.grid--10 .gridColumn--xs--1{padding:0 10px}}.grid--10 .gridColumn--offset--xs--10{margin-left:calc(10 * 100% / 10)}.grid--10 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 10)}.grid--10 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 10)}.grid--10 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 10)}.grid--10 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 10)}.grid--10 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 10)}.grid--10 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 10)}.grid--10 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 10)}.grid--10 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 10)}.grid--10 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 10)}.grid--10 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 10)}.grid--xs--10 .gridColumn--xs--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--10{padding:0 10px}}.grid--xs--10 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--9{padding:0 10px}}.grid--xs--10 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--8{padding:0 10px}}.grid--xs--10 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--7{padding:0 10px}}.grid--xs--10 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--6{padding:0 10px}}.grid--xs--10 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--5{padding:0 10px}}.grid--xs--10 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--4{padding:0 10px}}.grid--xs--10 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--3{padding:0 10px}}.grid--xs--10 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--2{padding:0 10px}}.grid--xs--10 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}@media(min-width: 768px){.grid--xs--10 .gridColumn--xs--1{padding:0 10px}}.grid--xs--10 .gridColumn--offset--xs--10{margin-left:calc(10 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 10)}.grid--xs--10 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 10)}.grid--11 .gridColumn--xs--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--11{padding:0 10px}}.grid--11 .gridColumn--xs--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--10{padding:0 10px}}.grid--11 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--9{padding:0 10px}}.grid--11 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--8{padding:0 10px}}.grid--11 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--7{padding:0 10px}}.grid--11 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--6{padding:0 10px}}.grid--11 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--5{padding:0 10px}}.grid--11 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--4{padding:0 10px}}.grid--11 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--3{padding:0 10px}}.grid--11 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--2{padding:0 10px}}.grid--11 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}@media(min-width: 768px){.grid--11 .gridColumn--xs--1{padding:0 10px}}.grid--11 .gridColumn--offset--xs--11{margin-left:calc(11 * 100% / 11)}.grid--11 .gridColumn--offset--xs--10{margin-left:calc(10 * 100% / 11)}.grid--11 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 11)}.grid--11 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 11)}.grid--11 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 11)}.grid--11 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 11)}.grid--11 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 11)}.grid--11 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 11)}.grid--11 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 11)}.grid--11 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 11)}.grid--11 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 11)}.grid--11 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 11)}.grid--xs--11 .gridColumn--xs--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--11{padding:0 10px}}.grid--xs--11 .gridColumn--xs--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--10{padding:0 10px}}.grid--xs--11 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--9{padding:0 10px}}.grid--xs--11 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--8{padding:0 10px}}.grid--xs--11 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--7{padding:0 10px}}.grid--xs--11 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--6{padding:0 10px}}.grid--xs--11 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--5{padding:0 10px}}.grid--xs--11 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--4{padding:0 10px}}.grid--xs--11 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--3{padding:0 10px}}.grid--xs--11 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--2{padding:0 10px}}.grid--xs--11 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}@media(min-width: 768px){.grid--xs--11 .gridColumn--xs--1{padding:0 10px}}.grid--xs--11 .gridColumn--offset--xs--11{margin-left:calc(11 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--10{margin-left:calc(10 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 11)}.grid--xs--11 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 11)}.grid--12 .gridColumn--xs--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--12{padding:0 10px}}.grid--12 .gridColumn--xs--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--11{padding:0 10px}}.grid--12 .gridColumn--xs--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--10{padding:0 10px}}.grid--12 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--9{padding:0 10px}}.grid--12 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--8{padding:0 10px}}.grid--12 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--7{padding:0 10px}}.grid--12 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--6{padding:0 10px}}.grid--12 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--5{padding:0 10px}}.grid--12 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--4{padding:0 10px}}.grid--12 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--3{padding:0 10px}}.grid--12 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--2{padding:0 10px}}.grid--12 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}@media(min-width: 768px){.grid--12 .gridColumn--xs--1{padding:0 10px}}.grid--12 .gridColumn--offset--xs--12{margin-left:calc(12 * 100% / 12)}.grid--12 .gridColumn--offset--xs--11{margin-left:calc(11 * 100% / 12)}.grid--12 .gridColumn--offset--xs--10{margin-left:calc(10 * 100% / 12)}.grid--12 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 12)}.grid--12 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 12)}.grid--12 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 12)}.grid--12 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 12)}.grid--12 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 12)}.grid--12 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 12)}.grid--12 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 12)}.grid--12 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 12)}.grid--12 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 12)}.grid--12 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 12)}.grid--xs--12 .gridColumn--xs--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--12{padding:0 10px}}.grid--xs--12 .gridColumn--xs--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--11{padding:0 10px}}.grid--xs--12 .gridColumn--xs--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--10{padding:0 10px}}.grid--xs--12 .gridColumn--xs--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--9{padding:0 10px}}.grid--xs--12 .gridColumn--xs--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--8{padding:0 10px}}.grid--xs--12 .gridColumn--xs--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--7{padding:0 10px}}.grid--xs--12 .gridColumn--xs--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--6{padding:0 10px}}.grid--xs--12 .gridColumn--xs--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--5{padding:0 10px}}.grid--xs--12 .gridColumn--xs--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--4{padding:0 10px}}.grid--xs--12 .gridColumn--xs--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--3{padding:0 10px}}.grid--xs--12 .gridColumn--xs--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--2{padding:0 10px}}.grid--xs--12 .gridColumn--xs--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}@media(min-width: 768px){.grid--xs--12 .gridColumn--xs--1{padding:0 10px}}.grid--xs--12 .gridColumn--offset--xs--12{margin-left:calc(12 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--11{margin-left:calc(11 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--10{margin-left:calc(10 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--9{margin-left:calc(9 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--8{margin-left:calc(8 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--7{margin-left:calc(7 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--6{margin-left:calc(6 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--5{margin-left:calc(5 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--4{margin-left:calc(4 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--3{margin-left:calc(3 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--2{margin-left:calc(2 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--1{margin-left:calc(1 * 100% / 12)}.grid--xs--12 .gridColumn--offset--xs--0{margin-left:calc(0 * 100% / 12)}.gridColumn--xs--newline{display:block;clear:both !important}.gridColumn--xs--none{display:block;clear:none !important;float:left}.gridColumn--xs--hide{display:none}@media(min-width: 768px){.grid--1 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 768px)and (min-width: 768px){.grid--1 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--1 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 1)}.grid--1 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 1)}.grid--md--1 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--1 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--1 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 1)}.grid--md--1 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 1)}.grid--2 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 768px)and (min-width: 768px){.grid--2 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--2 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 768px)and (min-width: 768px){.grid--2 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--2 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 2)}.grid--2 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 2)}.grid--2 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 2)}.grid--md--2 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--2 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--2 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--2 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--2 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 2)}.grid--md--2 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 2)}.grid--md--2 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 2)}.grid--3 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 768px)and (min-width: 768px){.grid--3 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--3 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 768px)and (min-width: 768px){.grid--3 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--3 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 768px)and (min-width: 768px){.grid--3 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--3 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 3)}.grid--3 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 3)}.grid--3 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 3)}.grid--3 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 3)}.grid--md--3 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--3 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--3 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--3 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--3 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--3 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--3 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 3)}.grid--md--3 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 3)}.grid--md--3 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 3)}.grid--md--3 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 3)}.grid--4 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--4 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--4 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--4 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--4 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--4 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--4 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--4 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--4 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 4)}.grid--4 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 4)}.grid--4 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 4)}.grid--4 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 4)}.grid--4 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 4)}.grid--md--4 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--4 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--4 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--4 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--4 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--4 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--4 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--4 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--4 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 4)}.grid--md--4 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 4)}.grid--md--4 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 4)}.grid--md--4 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 4)}.grid--md--4 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 4)}.grid--5 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--5 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--5 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--5 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--5 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--5 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--5 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--5 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--5 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--5 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--5 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 5)}.grid--5 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 5)}.grid--5 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 5)}.grid--5 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 5)}.grid--5 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 5)}.grid--5 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 5)}.grid--md--5 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--5 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--5 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--5 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--5 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--5 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--5 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--5 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--5 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--5 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--5 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 5)}.grid--md--5 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 5)}.grid--md--5 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 5)}.grid--md--5 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 5)}.grid--md--5 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 5)}.grid--md--5 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 5)}.grid--6 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--6 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--6 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--6 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--6 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--6 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--6 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--6 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--6 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--6 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--6 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--6 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--6 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 6)}.grid--6 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 6)}.grid--6 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 6)}.grid--6 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 6)}.grid--6 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 6)}.grid--6 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 6)}.grid--6 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 6)}.grid--md--6 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--6 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--md--6 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--6 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--6 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--6 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--6 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--6 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--6 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--6 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--6 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--6 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--6 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 6)}.grid--md--6 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 6)}.grid--md--6 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 6)}.grid--md--6 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 6)}.grid--md--6 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 6)}.grid--md--6 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 6)}.grid--md--6 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 6)}.grid--7 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--7 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--7 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--7 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--7 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--7 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--7 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--7 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--7 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--7 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--7 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--7 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--7 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--7 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--7 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 7)}.grid--7 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 7)}.grid--7 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 7)}.grid--7 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 7)}.grid--7 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 7)}.grid--7 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 7)}.grid--7 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 7)}.grid--7 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 7)}.grid--md--7 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--7 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--md--7 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--7 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--md--7 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--7 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--7 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--7 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--7 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--7 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--7 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--7 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--7 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--7 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--7 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 7)}.grid--md--7 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 7)}.grid--md--7 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 7)}.grid--md--7 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 7)}.grid--md--7 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 7)}.grid--md--7 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 7)}.grid--md--7 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 7)}.grid--md--7 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 7)}.grid--8 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--8 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--8 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 8)}.grid--8 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 8)}.grid--8 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 8)}.grid--8 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 8)}.grid--8 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 8)}.grid--8 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 8)}.grid--8 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 8)}.grid--8 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 8)}.grid--8 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 8)}.grid--md--8 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--8 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--8 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 8)}.grid--md--8 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 8)}.grid--9 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--9 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--9 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 9)}.grid--9 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 9)}.grid--9 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 9)}.grid--9 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 9)}.grid--9 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 9)}.grid--9 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 9)}.grid--9 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 9)}.grid--9 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 9)}.grid--9 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 9)}.grid--9 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 9)}.grid--md--9 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--9 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--9 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 9)}.grid--md--9 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 9)}.grid--10 .gridColumn--md--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--10{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--10 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--10 .gridColumn--offset--md--10{margin-left:calc(10 * 100% / 10)}.grid--10 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 10)}.grid--10 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 10)}.grid--10 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 10)}.grid--10 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 10)}.grid--10 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 10)}.grid--10 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 10)}.grid--10 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 10)}.grid--10 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 10)}.grid--10 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 10)}.grid--10 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 10)}.grid--md--10 .gridColumn--md--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--10{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--10 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--10 .gridColumn--offset--md--10{margin-left:calc(10 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 10)}.grid--md--10 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 10)}.grid--11 .gridColumn--md--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--11{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--10{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--11 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--11 .gridColumn--offset--md--11{margin-left:calc(11 * 100% / 11)}.grid--11 .gridColumn--offset--md--10{margin-left:calc(10 * 100% / 11)}.grid--11 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 11)}.grid--11 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 11)}.grid--11 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 11)}.grid--11 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 11)}.grid--11 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 11)}.grid--11 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 11)}.grid--11 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 11)}.grid--11 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 11)}.grid--11 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 11)}.grid--11 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 11)}.grid--md--11 .gridColumn--md--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--11{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--10{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--11 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--11 .gridColumn--offset--md--11{margin-left:calc(11 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--10{margin-left:calc(10 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 11)}.grid--md--11 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 11)}.grid--12 .gridColumn--md--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--12{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--11{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--10{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--12 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--12 .gridColumn--offset--md--12{margin-left:calc(12 * 100% / 12)}.grid--12 .gridColumn--offset--md--11{margin-left:calc(11 * 100% / 12)}.grid--12 .gridColumn--offset--md--10{margin-left:calc(10 * 100% / 12)}.grid--12 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 12)}.grid--12 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 12)}.grid--12 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 12)}.grid--12 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 12)}.grid--12 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 12)}.grid--12 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 12)}.grid--12 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 12)}.grid--12 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 12)}.grid--12 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 12)}.grid--12 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 12)}.grid--md--12 .gridColumn--md--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--12{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--11{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--10{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--9{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--8{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--7{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--6{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--5{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--4{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--3{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--2{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--md--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 768px)and (min-width: 768px){.grid--md--12 .gridColumn--md--1{padding:0 10px}}@media(min-width: 768px){.grid--md--12 .gridColumn--offset--md--12{margin-left:calc(12 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--11{margin-left:calc(11 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--10{margin-left:calc(10 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--9{margin-left:calc(9 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--8{margin-left:calc(8 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--7{margin-left:calc(7 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--6{margin-left:calc(6 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--5{margin-left:calc(5 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--4{margin-left:calc(4 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--3{margin-left:calc(3 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--2{margin-left:calc(2 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--1{margin-left:calc(1 * 100% / 12)}.grid--md--12 .gridColumn--offset--md--0{margin-left:calc(0 * 100% / 12)}.gridColumn--md--newline{display:block;clear:both !important}.gridColumn--md--none{display:block;clear:none !important;float:left}.gridColumn--md--hide{display:none}}@media(min-width: 992px){.grid--1 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 992px)and (min-width: 768px){.grid--1 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--1 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 1)}.grid--1 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 1)}.grid--lg--1 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--1 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--1 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 1)}.grid--lg--1 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 1)}.grid--2 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 992px)and (min-width: 768px){.grid--2 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--2 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 992px)and (min-width: 768px){.grid--2 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--2 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 2)}.grid--2 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 2)}.grid--2 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 2)}.grid--lg--2 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--2 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--2 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--2 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--2 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 2)}.grid--lg--2 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 2)}.grid--lg--2 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 2)}.grid--3 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 992px)and (min-width: 768px){.grid--3 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--3 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 992px)and (min-width: 768px){.grid--3 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--3 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 992px)and (min-width: 768px){.grid--3 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--3 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 3)}.grid--3 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 3)}.grid--3 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 3)}.grid--3 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 3)}.grid--lg--3 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--3 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--3 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--3 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--3 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--3 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--3 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 3)}.grid--lg--3 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 3)}.grid--lg--3 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 3)}.grid--lg--3 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 3)}.grid--4 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--4 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--4 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--4 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--4 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--4 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--4 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--4 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--4 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 4)}.grid--4 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 4)}.grid--4 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 4)}.grid--4 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 4)}.grid--4 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 4)}.grid--lg--4 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--4 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--4 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--4 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--4 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--4 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--4 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--4 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--4 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 4)}.grid--lg--4 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 4)}.grid--lg--4 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 4)}.grid--lg--4 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 4)}.grid--lg--4 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 4)}.grid--5 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--5 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--5 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--5 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--5 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--5 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--5 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--5 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--5 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--5 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--5 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 5)}.grid--5 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 5)}.grid--5 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 5)}.grid--5 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 5)}.grid--5 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 5)}.grid--5 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 5)}.grid--lg--5 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--5 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--5 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--5 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--5 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--5 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--5 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--5 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--5 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--5 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--5 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 5)}.grid--lg--5 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 5)}.grid--lg--5 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 5)}.grid--lg--5 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 5)}.grid--lg--5 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 5)}.grid--lg--5 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 5)}.grid--6 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--6 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--6 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--6 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--6 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--6 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--6 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--6 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--6 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--6 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--6 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--6 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--6 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 6)}.grid--6 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 6)}.grid--6 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 6)}.grid--6 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 6)}.grid--6 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 6)}.grid--6 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 6)}.grid--6 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 6)}.grid--lg--6 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--6 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--lg--6 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--6 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--6 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--6 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--6 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--6 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--6 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--6 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--6 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--6 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--6 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 6)}.grid--lg--6 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 6)}.grid--lg--6 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 6)}.grid--lg--6 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 6)}.grid--lg--6 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 6)}.grid--lg--6 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 6)}.grid--lg--6 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 6)}.grid--7 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--7 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--7 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--7 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--7 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--7 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--7 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--7 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--7 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--7 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--7 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--7 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--7 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--7 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--7 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 7)}.grid--7 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 7)}.grid--7 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 7)}.grid--7 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 7)}.grid--7 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 7)}.grid--7 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 7)}.grid--7 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 7)}.grid--7 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 7)}.grid--lg--7 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--7 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--lg--7 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--7 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--lg--7 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--7 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--7 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--7 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--7 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--7 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--7 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--7 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--7 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--7 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--7 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 7)}.grid--lg--7 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 7)}.grid--lg--7 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 7)}.grid--lg--7 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 7)}.grid--lg--7 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 7)}.grid--lg--7 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 7)}.grid--lg--7 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 7)}.grid--lg--7 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 7)}.grid--8 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--8 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--8 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 8)}.grid--8 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 8)}.grid--8 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 8)}.grid--8 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 8)}.grid--8 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 8)}.grid--8 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 8)}.grid--8 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 8)}.grid--8 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 8)}.grid--8 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 8)}.grid--lg--8 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--8 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--8 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 8)}.grid--lg--8 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 8)}.grid--9 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--9 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--9 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 9)}.grid--9 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 9)}.grid--9 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 9)}.grid--9 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 9)}.grid--9 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 9)}.grid--9 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 9)}.grid--9 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 9)}.grid--9 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 9)}.grid--9 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 9)}.grid--9 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 9)}.grid--lg--9 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--9 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--9 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 9)}.grid--lg--9 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 9)}.grid--10 .gridColumn--lg--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--10{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--10 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--10 .gridColumn--offset--lg--10{margin-left:calc(10 * 100% / 10)}.grid--10 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 10)}.grid--10 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 10)}.grid--10 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 10)}.grid--10 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 10)}.grid--10 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 10)}.grid--10 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 10)}.grid--10 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 10)}.grid--10 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 10)}.grid--10 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 10)}.grid--10 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 10)}.grid--lg--10 .gridColumn--lg--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--10{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--10 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--10 .gridColumn--offset--lg--10{margin-left:calc(10 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 10)}.grid--lg--10 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 10)}.grid--11 .gridColumn--lg--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--11{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--10{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--11 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--11 .gridColumn--offset--lg--11{margin-left:calc(11 * 100% / 11)}.grid--11 .gridColumn--offset--lg--10{margin-left:calc(10 * 100% / 11)}.grid--11 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 11)}.grid--11 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 11)}.grid--11 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 11)}.grid--11 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 11)}.grid--11 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 11)}.grid--11 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 11)}.grid--11 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 11)}.grid--11 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 11)}.grid--11 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 11)}.grid--11 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 11)}.grid--lg--11 .gridColumn--lg--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--11{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--10{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--11 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--11 .gridColumn--offset--lg--11{margin-left:calc(11 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--10{margin-left:calc(10 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 11)}.grid--lg--11 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 11)}.grid--12 .gridColumn--lg--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--12{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--11{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--10{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--12 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--12 .gridColumn--offset--lg--12{margin-left:calc(12 * 100% / 12)}.grid--12 .gridColumn--offset--lg--11{margin-left:calc(11 * 100% / 12)}.grid--12 .gridColumn--offset--lg--10{margin-left:calc(10 * 100% / 12)}.grid--12 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 12)}.grid--12 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 12)}.grid--12 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 12)}.grid--12 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 12)}.grid--12 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 12)}.grid--12 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 12)}.grid--12 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 12)}.grid--12 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 12)}.grid--12 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 12)}.grid--12 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 12)}.grid--lg--12 .gridColumn--lg--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--12{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--11{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--10{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--9{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--8{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--7{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--6{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--5{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--4{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--3{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--2{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--lg--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 992px)and (min-width: 768px){.grid--lg--12 .gridColumn--lg--1{padding:0 10px}}@media(min-width: 992px){.grid--lg--12 .gridColumn--offset--lg--12{margin-left:calc(12 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--11{margin-left:calc(11 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--10{margin-left:calc(10 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--9{margin-left:calc(9 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--8{margin-left:calc(8 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--7{margin-left:calc(7 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--6{margin-left:calc(6 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--5{margin-left:calc(5 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--4{margin-left:calc(4 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--3{margin-left:calc(3 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--2{margin-left:calc(2 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--1{margin-left:calc(1 * 100% / 12)}.grid--lg--12 .gridColumn--offset--lg--0{margin-left:calc(0 * 100% / 12)}.gridColumn--lg--newline{display:block;clear:both !important}.gridColumn--lg--none{display:block;clear:none !important;float:left}.gridColumn--lg--hide{display:none}}@media(min-width: 1200px){.grid--1 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 1200px)and (min-width: 768px){.grid--1 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--1 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 1)}.grid--1 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 1)}.grid--xl--1 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--1 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--1 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 1)}.grid--xl--1 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 1)}.grid--2 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 1200px)and (min-width: 768px){.grid--2 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--2 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 1200px)and (min-width: 768px){.grid--2 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--2 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 2)}.grid--2 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 2)}.grid--2 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 2)}.grid--xl--2 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--2 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--2 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--2 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--2 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 2)}.grid--xl--2 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 2)}.grid--xl--2 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 2)}.grid--3 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 1200px)and (min-width: 768px){.grid--3 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--3 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 1200px)and (min-width: 768px){.grid--3 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--3 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 1200px)and (min-width: 768px){.grid--3 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--3 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 3)}.grid--3 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 3)}.grid--3 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 3)}.grid--3 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 3)}.grid--xl--3 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--3 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--3 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--3 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--3 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--3 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--3 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 3)}.grid--xl--3 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 3)}.grid--xl--3 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 3)}.grid--xl--3 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 3)}.grid--4 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--4 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--4 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--4 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--4 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--4 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--4 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--4 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--4 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 4)}.grid--4 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 4)}.grid--4 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 4)}.grid--4 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 4)}.grid--4 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 4)}.grid--xl--4 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--4 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--4 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--4 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--4 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--4 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--4 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--4 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--4 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 4)}.grid--xl--4 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 4)}.grid--xl--4 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 4)}.grid--xl--4 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 4)}.grid--xl--4 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 4)}.grid--5 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--5 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--5 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--5 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--5 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--5 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--5 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--5 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--5 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--5 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--5 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 5)}.grid--5 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 5)}.grid--5 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 5)}.grid--5 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 5)}.grid--5 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 5)}.grid--5 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 5)}.grid--xl--5 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--5 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--5 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--5 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--5 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--5 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--5 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--5 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--5 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--5 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--5 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 5)}.grid--xl--5 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 5)}.grid--xl--5 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 5)}.grid--xl--5 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 5)}.grid--xl--5 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 5)}.grid--xl--5 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 5)}.grid--6 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--6 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--6 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--6 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--6 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--6 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--6 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--6 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--6 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--6 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--6 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--6 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--6 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 6)}.grid--6 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 6)}.grid--6 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 6)}.grid--6 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 6)}.grid--6 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 6)}.grid--6 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 6)}.grid--6 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 6)}.grid--xl--6 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--6 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--xl--6 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--6 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--6 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--6 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--6 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--6 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--6 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--6 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--6 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--6 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--6 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 6)}.grid--xl--6 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 6)}.grid--xl--6 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 6)}.grid--xl--6 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 6)}.grid--xl--6 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 6)}.grid--xl--6 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 6)}.grid--xl--6 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 6)}.grid--7 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--7 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--7 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--7 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--7 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--7 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--7 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--7 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--7 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--7 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--7 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--7 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--7 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--7 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--7 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 7)}.grid--7 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 7)}.grid--7 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 7)}.grid--7 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 7)}.grid--7 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 7)}.grid--7 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 7)}.grid--7 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 7)}.grid--7 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 7)}.grid--xl--7 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--7 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--xl--7 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--7 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--xl--7 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--7 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--7 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--7 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--7 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--7 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--7 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--7 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--7 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--7 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--7 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 7)}.grid--xl--7 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 7)}.grid--xl--7 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 7)}.grid--xl--7 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 7)}.grid--xl--7 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 7)}.grid--xl--7 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 7)}.grid--xl--7 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 7)}.grid--xl--7 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 7)}.grid--8 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--8 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--8 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 8)}.grid--8 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 8)}.grid--8 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 8)}.grid--8 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 8)}.grid--8 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 8)}.grid--8 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 8)}.grid--8 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 8)}.grid--8 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 8)}.grid--8 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 8)}.grid--xl--8 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--8 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--8 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 8)}.grid--xl--8 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 8)}.grid--9 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--9 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--9 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 9)}.grid--9 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 9)}.grid--9 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 9)}.grid--9 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 9)}.grid--9 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 9)}.grid--9 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 9)}.grid--9 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 9)}.grid--9 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 9)}.grid--9 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 9)}.grid--9 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 9)}.grid--xl--9 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--9 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--9 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 9)}.grid--xl--9 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 9)}.grid--10 .gridColumn--xl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--10{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--10 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--10 .gridColumn--offset--xl--10{margin-left:calc(10 * 100% / 10)}.grid--10 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 10)}.grid--10 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 10)}.grid--10 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 10)}.grid--10 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 10)}.grid--10 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 10)}.grid--10 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 10)}.grid--10 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 10)}.grid--10 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 10)}.grid--10 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 10)}.grid--10 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 10)}.grid--xl--10 .gridColumn--xl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--10{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--10 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--10 .gridColumn--offset--xl--10{margin-left:calc(10 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 10)}.grid--xl--10 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 10)}.grid--11 .gridColumn--xl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--11{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--10{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--11 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--11 .gridColumn--offset--xl--11{margin-left:calc(11 * 100% / 11)}.grid--11 .gridColumn--offset--xl--10{margin-left:calc(10 * 100% / 11)}.grid--11 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 11)}.grid--11 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 11)}.grid--11 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 11)}.grid--11 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 11)}.grid--11 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 11)}.grid--11 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 11)}.grid--11 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 11)}.grid--11 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 11)}.grid--11 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 11)}.grid--11 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 11)}.grid--xl--11 .gridColumn--xl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--11{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--10{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--11 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--11 .gridColumn--offset--xl--11{margin-left:calc(11 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--10{margin-left:calc(10 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 11)}.grid--xl--11 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 11)}.grid--12 .gridColumn--xl--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--12{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--11{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--10{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--12 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--12 .gridColumn--offset--xl--12{margin-left:calc(12 * 100% / 12)}.grid--12 .gridColumn--offset--xl--11{margin-left:calc(11 * 100% / 12)}.grid--12 .gridColumn--offset--xl--10{margin-left:calc(10 * 100% / 12)}.grid--12 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 12)}.grid--12 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 12)}.grid--12 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 12)}.grid--12 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 12)}.grid--12 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 12)}.grid--12 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 12)}.grid--12 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 12)}.grid--12 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 12)}.grid--12 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 12)}.grid--12 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 12)}.grid--xl--12 .gridColumn--xl--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--12{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--11{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--10{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--9{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--8{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--7{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--6{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--5{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--4{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--3{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--2{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--xl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 1200px)and (min-width: 768px){.grid--xl--12 .gridColumn--xl--1{padding:0 10px}}@media(min-width: 1200px){.grid--xl--12 .gridColumn--offset--xl--12{margin-left:calc(12 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--11{margin-left:calc(11 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--10{margin-left:calc(10 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--9{margin-left:calc(9 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--8{margin-left:calc(8 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--7{margin-left:calc(7 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--6{margin-left:calc(6 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--5{margin-left:calc(5 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--4{margin-left:calc(4 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--3{margin-left:calc(3 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--2{margin-left:calc(2 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--1{margin-left:calc(1 * 100% / 12)}.grid--xl--12 .gridColumn--offset--xl--0{margin-left:calc(0 * 100% / 12)}.gridColumn--xl--newline{display:block;clear:both !important}.gridColumn--xl--none{display:block;clear:none !important;float:left}.gridColumn--xl--hide{display:none}}@media(min-width: 1440px){.grid--1 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 1440px)and (min-width: 768px){.grid--1 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--1 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 1)}.grid--1 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 1)}.grid--xxl--1 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 1)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--1 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--1 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 1)}.grid--xxl--1 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 1)}.grid--2 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 1440px)and (min-width: 768px){.grid--2 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--2 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 1440px)and (min-width: 768px){.grid--2 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--2 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 2)}.grid--2 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 2)}.grid--2 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 2)}.grid--xxl--2 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 2)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--2 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--2 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 2)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--2 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--2 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 2)}.grid--xxl--2 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 2)}.grid--xxl--2 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 2)}.grid--3 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 1440px)and (min-width: 768px){.grid--3 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--3 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 1440px)and (min-width: 768px){.grid--3 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--3 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 1440px)and (min-width: 768px){.grid--3 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--3 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 3)}.grid--3 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 3)}.grid--3 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 3)}.grid--3 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 3)}.grid--xxl--3 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 3)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--3 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--3 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 3)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--3 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--3 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 3)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--3 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--3 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 3)}.grid--xxl--3 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 3)}.grid--xxl--3 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 3)}.grid--xxl--3 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 3)}.grid--4 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--4 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--4 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--4 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--4 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--4 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--4 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--4 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--4 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 4)}.grid--4 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 4)}.grid--4 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 4)}.grid--4 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 4)}.grid--4 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 4)}.grid--xxl--4 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--4 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--4 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--4 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--4 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--4 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--4 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 4)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--4 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--4 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 4)}.grid--xxl--4 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 4)}.grid--xxl--4 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 4)}.grid--xxl--4 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 4)}.grid--xxl--4 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 4)}.grid--5 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--5 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--5 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--5 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--5 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--5 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--5 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--5 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--5 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--5 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--5 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 5)}.grid--5 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 5)}.grid--5 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 5)}.grid--5 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 5)}.grid--5 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 5)}.grid--5 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 5)}.grid--xxl--5 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--5 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--5 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--5 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--5 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--5 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--5 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--5 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--5 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 5)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--5 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--5 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 5)}.grid--xxl--5 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 5)}.grid--xxl--5 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 5)}.grid--xxl--5 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 5)}.grid--xxl--5 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 5)}.grid--xxl--5 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 5)}.grid--6 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--6 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--6 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--6 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--6 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--6 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--6 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--6 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--6 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--6 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--6 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--6 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--6 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 6)}.grid--6 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 6)}.grid--6 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 6)}.grid--6 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 6)}.grid--6 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 6)}.grid--6 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 6)}.grid--6 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 6)}.grid--xxl--6 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--6 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--6 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--6 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--6 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--6 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--6 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--6 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--6 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--6 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--6 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 6)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--6 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--6 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 6)}.grid--xxl--6 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 6)}.grid--xxl--6 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 6)}.grid--xxl--6 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 6)}.grid--xxl--6 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 6)}.grid--xxl--6 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 6)}.grid--xxl--6 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 6)}.grid--7 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--7 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--7 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--7 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--7 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--7 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--7 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--7 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--7 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--7 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--7 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--7 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--7 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--7 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--7 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 7)}.grid--7 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 7)}.grid--7 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 7)}.grid--7 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 7)}.grid--7 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 7)}.grid--7 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 7)}.grid--7 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 7)}.grid--7 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 7)}.grid--xxl--7 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--7 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--7 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--7 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--7 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--7 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--7 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--7 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--7 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--7 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--7 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--7 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--7 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 7)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--7 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--7 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 7)}.grid--xxl--7 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 7)}.grid--xxl--7 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 7)}.grid--xxl--7 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 7)}.grid--xxl--7 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 7)}.grid--xxl--7 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 7)}.grid--xxl--7 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 7)}.grid--xxl--7 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 7)}.grid--8 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--8 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--8 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 8)}.grid--8 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 8)}.grid--xxl--8 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 8)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--8 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--8 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 8)}.grid--xxl--8 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 8)}.grid--9 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--9 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--9 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 9)}.grid--9 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 9)}.grid--xxl--9 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 9)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--9 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--9 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 9)}.grid--xxl--9 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 9)}.grid--10 .gridColumn--xxl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--10{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--10 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--10 .gridColumn--offset--xxl--10{margin-left:calc(10 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 10)}.grid--10 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 10)}.grid--xxl--10 .gridColumn--xxl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--10{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 10)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--10 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--10 .gridColumn--offset--xxl--10{margin-left:calc(10 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 10)}.grid--xxl--10 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 10)}.grid--11 .gridColumn--xxl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--11{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--10{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--11 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--11 .gridColumn--offset--xxl--11{margin-left:calc(11 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--10{margin-left:calc(10 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 11)}.grid--11 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 11)}.grid--xxl--11 .gridColumn--xxl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--11{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--10{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 11)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--11 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--11 .gridColumn--offset--xxl--11{margin-left:calc(11 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--10{margin-left:calc(10 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 11)}.grid--xxl--11 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 11)}.grid--12 .gridColumn--xxl--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--12{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--11{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--10{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--12 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--12 .gridColumn--offset--xxl--12{margin-left:calc(12 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--11{margin-left:calc(11 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--10{margin-left:calc(10 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 12)}.grid--12 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 12)}.grid--xxl--12 .gridColumn--xxl--12{float:left;clear:none;padding:0 5px;width:calc(12 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--12{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--11{float:left;clear:none;padding:0 5px;width:calc(11 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--11{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--10{float:left;clear:none;padding:0 5px;width:calc(10 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--10{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--9{float:left;clear:none;padding:0 5px;width:calc(9 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--9{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--8{float:left;clear:none;padding:0 5px;width:calc(8 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--8{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--7{float:left;clear:none;padding:0 5px;width:calc(7 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--7{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--6{float:left;clear:none;padding:0 5px;width:calc(6 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--6{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--5{float:left;clear:none;padding:0 5px;width:calc(5 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--5{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--4{float:left;clear:none;padding:0 5px;width:calc(4 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--4{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--3{float:left;clear:none;padding:0 5px;width:calc(3 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--3{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--2{float:left;clear:none;padding:0 5px;width:calc(2 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--2{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--xxl--1{float:left;clear:none;padding:0 5px;width:calc(1 * 100% / 12)}}@media(min-width: 1440px)and (min-width: 768px){.grid--xxl--12 .gridColumn--xxl--1{padding:0 10px}}@media(min-width: 1440px){.grid--xxl--12 .gridColumn--offset--xxl--12{margin-left:calc(12 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--11{margin-left:calc(11 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--10{margin-left:calc(10 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--9{margin-left:calc(9 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--8{margin-left:calc(8 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--7{margin-left:calc(7 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--6{margin-left:calc(6 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--5{margin-left:calc(5 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--4{margin-left:calc(4 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--3{margin-left:calc(3 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--2{margin-left:calc(2 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--1{margin-left:calc(1 * 100% / 12)}.grid--xxl--12 .gridColumn--offset--xxl--0{margin-left:calc(0 * 100% / 12)}.gridColumn--xxl--newline{display:block;clear:both !important}.gridColumn--xxl--none{display:block;clear:none !important;float:left}.gridColumn--xxl--hide{display:none}}.cmp-questionnaire-result-product .splide .splide__arrows .splide__control-wrapper .splide__arrow[disabled] .splide__arrow-icon,.questionnaire__container ol .questionnaire__mobile,.questionnaire__container ol .questionnaire__item .tooltip .info-icon,.info-icon{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;display:inline-block;background-color:#fff}.ReactModal__Overlay{z-index:9999}.xps-animate-layout{--xps-animate-layout-border: 1px solid #e5e5e5;--xps-animate-layout-border-radius: 8px;--xps-animate-layout-duration: 0.3s;--xps-animate-layout-easing: cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;border:var(--xps-animate-layout-border);border-radius:var(--xps-animate-layout-border-radius);-webkit-transition:height var(--xps-animate-layout-duration) var(--xps-animate-layout-easing);transition:height var(--xps-animate-layout-duration) var(--xps-animate-layout-easing)}.xps-animate-layout .xps-animate-layout__content{position:absolute;top:0;left:0;width:100%}.xps-teaser__promo-tile{--promo-height: 514px;--promo-width: 325px;--promo-action-link-width: 180px;--promo-action-link-border-width: 2px;--promo-action-link-border-radius: 50px;--promo-primary-color: #313638;--promo-secondary-color: #fff;position:relative;z-index:10;width:var(--promo-width);height:var(--promo-height);color:var(--promo-primary-color)}.xps-teaser__promo-tile--white-theme{--promo-primary-color: #fff;--promo-secondary-color: #313638}.xps-teaser__promo-tile .xps-teaser__image{position:absolute;width:100%;height:100%}.xps-teaser__promo-tile .xps-teaser__image .xps-image{height:100%}.xps-teaser__promo-tile .xps-teaser__image .xps-image__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xps-teaser__promo-tile .xps-teaser__content{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;width:85%;height:100%;margin:auto;text-align:center}@media(min-width: 992px){.xps-teaser__promo-tile .xps-teaser__content{max-width:335px}}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-top{top:0%;padding-top:40px}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xps-teaser__promo-tile .xps-teaser__content.xps-teaser__content-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title-logo{width:10rem;height:3rem;margin:0 auto 15px}@media(min-width: 992px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title-logo{width:14rem;height:4rem;margin:0 auto 10px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title{margin-bottom:15px;font-size:28px;line-height:36px}@media(min-width: 768px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__title{font-size:32px;line-height:44px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__description{margin-bottom:5px}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__description .xps-teaser__description-inner{margin:0}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;margin-bottom:30px}@media(min-width: 768px){.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container{margin-bottom:40px}}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{width:var(--promo-action-link-width);padding:10px 0;color:var(--promo-primary-color);font-size:16px;text-decoration:none;background-color:rgba(0,0,0,0);border:var(--promo-action-link-border-width) solid var(--promo-primary-color);border-radius:var(--promo-action-link-border-radius)}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link:hover{width:calc(var(--promo-action-link-border-width) + 1px + var(--promo-action-link-width));margin:-1px;border-width:calc(var(--promo-action-link-border-width) + 1px)}.xps-teaser__promo-tile .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link:focus{color:var(--promo-secondary-color);background-color:var(--promo-primary-color);outline-color:var(--promo-primary-color);-webkit-transition:color 250ms ease-in-out,background-color 250ms ease-in-out;transition:color 250ms ease-in-out,background-color 250ms ease-in-out}.xps-separator{width:100%;height:100%}.xps-separator .xps-separator__line{margin:var(--separator-margins);background-color:var(--separator-color);border:0}.xps-separator .xps-separator__line.xps-separator--horizontal{width:var(--separator-width, auto);height:var(--separator-height, 1px)}.xps-separator .xps-separator__line.xps-separator--vertical{width:var(--separator-width, 1px);height:var(--separator-height, 100vh)}.xps-separator .xps-separator__line.xps-separator--rounded{border-radius:1000PX}.xps-close-icon-button .xps-close-icon-button__btn{margin:0;padding:0;cursor:pointer;background-color:rgba(0,0,0,0) !important;border:0 !important;border-radius:0}.xps-close-icon-button .xps-close-icon-button__btn.xps-close-icon-button__btn--large{width:24px;height:24px}.xps-close-icon-button .xps-close-icon-button__btn.xps-close-icon-button__btn--medium{width:15px;height:15px}.xps-close-icon-button .xps-close-icon-button__btn.xps-close-icon-button__btn--small{width:10px;height:10px}.xps-close-icon-button__icon{cursor:pointer}.xps-close-icon-button__icon.xps-close-icon-button__icon--large{width:24px;height:24px}.xps-close-icon-button__icon.xps-close-icon-button__icon--medium{width:15px;height:15px}.xps-close-icon-button__icon.xps-close-icon-button__icon--small{width:12px;height:12px}.footer .footer-inner .footer-action__list-item{margin-bottom:0}.footer .footer-inner .footer-action__list-item-link{color:#fff}.footer .footer-inner .footer-action__list-item-link:hover{text-decoration:none}.footer .footer-inner .social-share__list{margin-bottom:0}.footer .footer-inner .social-share__list .social-share__list-item{margin-bottom:0}.footer .footer-inner .list__list-item{margin-bottom:0}.sf-newsletter .sf-newsletter__title{margin-bottom:16px}.sf-newsletter .sf-newsletter__email-input{position:relative;width:100%;margin-bottom:16px;padding:12px;padding:16px;color:#fff;font-size:.875rem;font-family:"Helvetica-Neue",sans-serif;background:rgba(0,0,0,0);border:1px solid #585858;border-radius:8px}.sf-newsletter .sf-newsletter__email-input:-webkit-autofill,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:hover,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:focus,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:active{background:rgba(0,0,0,0)}.sf-newsletter .sf-newsletter__info{display:-webkit-box;display:-ms-flexbox;display:flex}.sf-newsletter .sf-newsletter__info label{display:-webkit-box;display:-ms-flexbox;display:flex}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check{width:14px;height:16px;margin:0;font-family:"Helvetica-Neue",sans-serif;background:rgba(0,0,0,0);border:1px solid #e2e2e2;border-radius:2px;outline:0}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check::after{position:relative;display:block;width:14px;height:14px;background-color:#222;background-repeat:no-repeat;background-position:center;border:1px solid #e2e2e2;border-radius:2px;content:""}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:hover::after,.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:focus::after{border-width:2px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:checked::after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.349609 4.05L1.14961 3.3C2.09961 3.75 2.64961 4.1 3.69961 4.85C5.64961 2.6 6.94961 1.5 9.34961 0L9.59961 0.6C7.59961 2.35 6.14961 4.25 4.04961 8C2.79961 6.5 1.94961 5.5 0.349609 4.05Z' fill='white'/%3E%3C/svg%3E%0A")}.sf-newsletter .sf-newsletter-sign-up--btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:16px 0}.sf-newsletter .sf-newsletter-sign-up--btn button{width:116px;height:100%;padding:16px;color:#fff;font-weight:700;font-size:1rem;line-height:1.5rem;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:50px}.sf-newsletter .sf-newsletter-sign-up--btn button:disabled{color:#717578;border:1px solid #717578;cursor:default;pointer-events:none}.sf-newsletter .sf-newsletter-sign-up--btn button:hover:not(:disabled),.sf-newsletter .sf-newsletter-sign-up--btn button:focus:not(:disabled){--margin: -1px;border-width:1px}.sf-newsletter .sf-newsletter-sign-up--btn button:active{color:#313638;background-color:#fff}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:16px;color:#fff}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-msg,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-msg,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-msg{font-family:"Helvetica-Neue",sans-serif;line-height:18px}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon{display:inline-block;min-width:16px;height:16px;margin-right:8px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.582 0 0 3.582 0 8C0 12.418 3.582 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0ZM7.33333 3.33333H8.66667V10H7.33333V3.33333ZM8 12.8333C7.54 12.8333 7.16667 12.46 7.16667 12C7.16667 11.54 7.54 11.1667 8 11.1667C8.46 11.1667 8.83333 11.54 8.83333 12C8.83333 12.46 8.46 12.8333 8 12.8333Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;content:""}.sf-newsletter__info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:15px;color:#9f9f9f;font-size:.75rem;line-height:1rem}.sf-newsletter__info-text .control{position:relative;display:block;margin-bottom:15px;padding-left:30px;font-size:18px}.sf-newsletter__info-text .control input{position:absolute;z-index:-1;opacity:0}.sf-newsletter__info-text .control input:focus~.control__indicator{background:rgba(0,0,0,0)}.sf-newsletter__info-text .control input:checked~.control__indicator{background:rgba(0,0,0,0)}.sf-newsletter__info-text .control input:checked~.control__indicator::after{display:block}.sf-newsletter__info-text .sf-newsletter__promotion-msg{font-size:12px;line-height:18px}.sf-newsletter__info-text a{color:#9f9f9f !important}.sf-newsletter__info-text p{margin:0}.footer{--gf-border-color: #302d2c;--gf-focus-outline: #fff dotted 1px;--gf-focus-outline-offset: 2px;color:#fff;font-family:"Helvetica-Neue",sans-serif !important;background-color:#221f20}.footer button{margin:0;padding:0;color:#fff;font-family:"Helvetica-Neue",sans-serif !important;line-height:22px;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.footer a{color:#fff}.footer a:focus{outline:var(--gf-focus-outline) !important;outline-offset:var(--gf-focus-outline-offset)}.footer .hidden{display:none}.footer .sr-only{position:absolute !important;width:1px;height:1px;padding:0 !important;overflow:hidden;white-space:nowrap !important;border:0 !important}.footer .footer-inner{max-width:1410px;margin:auto;padding:0 16px}@media(min-width: 768px){.footer .footer-inner{padding:0 1.25rem}}.footer .footer-inner .footer-action{padding:32px 0;border-bottom:1px solid var(--gf-border-color)}.footer .footer-inner .footer-action .footer-action__list{display:grid;grid-template-rows:auto;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:0;padding:0}@media(min-width: 768px){.footer .footer-inner .footer-action .footer-action__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:hover{text-decoration:underline}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn:focus{outline:var(--gf-focus-outline);outline-offset:var(--gf-focus-outline-offset)}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__img{width:20px;height:17px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__label{margin-left:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link-img{height:20px;margin-right:12px}@media(min-width: 576px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:28px}}@media(min-width: 992px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:32px}}@media(min-width: 768px){.footer .footer-inner .footer-body{display:grid;grid-template-columns:1fr 2fr;gap:70px}}@media(min-width: 992px){.footer .footer-inner .footer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer .footer-inner .footer-body .footer-body__social{position:relative;padding:32px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__social{max-width:450px;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__social{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__social .sf-newsletter__title{margin:0 0 20px}.footer .footer-inner .footer-body .footer-body__social .sf-newsletter-success .sf-newsletter__title{margin-bottom:16px}.footer .footer-inner .footer-body .footer-body__social .social-share{margin-top:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:0;list-style:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item{margin-right:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item:last-child{margin-right:0}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:hover,.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:focus{outline:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link .social-share__list-item-img{width:32px;height:32px;border-radius:50%;-webkit-transition:background-color 250ms ease-in-out,-webkit-filter;transition:background-color 250ms ease-in-out,-webkit-filter;transition:filter,background-color 250ms ease-in-out;transition:filter,background-color 250ms ease-in-out,-webkit-filter}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links{display:grid;grid-template-columns:1fr 1fr;gap:130px}}.footer .footer-inner .footer-body .footer-body__links .list{padding:1.25rem 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__links .list{padding:32px 0;pointer-events:none;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__links .list{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:0;margin:0;padding:0;overflow:hidden;list-style:none;visibility:hidden;-webkit-transition:visibility 500ms,padding 500ms,max-height 500ms;transition:visibility 500ms,padding 500ms,max-height 500ms;pointer-events:auto}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:unset !important;margin-left:0;overflow:unset;visibility:visible !important}}.footer .footer-inner .footer-body .footer-body__links .list .list__list.accordion__copy--open{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item{padding-top:18px}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a:hover{text-decoration:underline}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link{color:#fff;cursor:pointer}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{position:relative;width:100%;text-align:left;background-color:rgba(0,0,0,0);cursor:pointer;-webkit-transition:250ms ease-in-out;transition:250ms ease-in-out;border-radius:0}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:disabled{cursor:default}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{position:absolute;top:calc(50% - 7px);right:0;display:inline-block;width:18px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iNiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMUM4IDAuNDQ3NzE1IDcuNTUyMjggMCA3IDBDNi40NDc3MiAwIDYgMC40NDc3MTYgNiAxVjZIMUMwLjQ0NzcxNSA2IDAgNi40NDc3MiAwIDdDMCA3LjU1MjI4IDAuNDQ3NzE2IDggMSA4SDZWMTNDNiAxMy41NTIzIDYuNDQ3NzEgMTQgNyAxNEM3LjU1MjI4IDE0IDggMTMuNTUyMyA4IDEzVjhIMTNDMTMuNTUyMyA4IDE0IDcuNTUyMjggMTQgN0MxNCA2LjQ0NzcyIDEzLjU1MjMgNiAxMyA2SDhWMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform 500ms;transition:-webkit-transform 500ms;transition:transform 500ms;transition:transform 500ms, -webkit-transform 500ms;content:""}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{background:none}}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:focus{border:1px dotted #fff;border-style:dotted}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger[aria-expanded=true]::after{top:16px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iNiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .accordion__trigger[aria-expanded=true]::after{background:none}}.footer .footer-inner .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:32px 0}@media(min-width: 768px){.footer .footer-inner .footer-bottom{padding:8px 0 32px}}.footer .footer-inner .footer-bottom a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer .footer-inner .footer-bottom .footer-bottom__rights{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;color:#e2e2e2;margin:0}.footer .footer-inner .footer-bottom .footer-bottom__rights a{display:contents}.sf-newsletter .sf-newsletter__email-input{position:relative;width:100%;margin-bottom:16px;padding:12px;padding:16px;color:var(--gf-secondary-color, #ffffff);font-size:14px;font-family:var(--gf-font-family, "Helvetica-Neue");background:rgba(0,0,0,0);border:1px solid var(--gf-input-border-color, #585858);border-radius:8px;outline:none}.sf-newsletter .sf-newsletter__email-input:-webkit-autofill,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:hover,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:focus,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:active{background:rgba(0,0,0,0)}.sf-newsletter .sf-newsletter__email-input--error{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter__email-input:focus,.sf-newsletter .sf-newsletter__email-input:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.sf-newsletter .sf-newsletter__title{margin:0 0 20px}.sf-newsletter .sf-newsletter__info{display:-webkit-box;display:-ms-flexbox;display:flex}.sf-newsletter .sf-newsletter__info label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check{width:14px;height:16px;margin:0;font-family:var(--gf-font-family, "Helvetica-Neue");background:rgba(0,0,0,0);border:1px solid var(--gf-tertiary-color);border-radius:2px;outline:0}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check::after{position:relative;display:block;width:14px;height:14px;background-color:var(--gf-primary-color, #221f20);background-repeat:no-repeat;background-position:center;border:1px solid var(--gf-tertiary-color, #e2e2e2);border-radius:2px;content:""}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:hover::after,.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:focus::after{border-width:2px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:checked::after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.349609 4.05L1.14961 3.3C2.09961 3.75 2.64961 4.1 3.69961 4.85C5.64961 2.6 6.94961 1.5 9.34961 0L9.59961 0.6C7.59961 2.35 6.14961 4.25 4.04961 8C2.79961 6.5 1.94961 5.5 0.349609 4.05Z' fill='white'/%3E%3C/svg%3E%0A")}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check--error{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check--error::after{border-color:#ffa3a3 !important}.sf-newsletter .sf-newsletter-sign-up--btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:16px 0}.sf-newsletter .sf-newsletter-sign-up--btn button{width:116px;height:100%;padding:16px;color:var(--gf-secondary-color, #ffffff);background:rgba(0,0,0,0);border:1px solid var(--gf-secondary-color, #ffffff);border-radius:var(--gf-button-border-radius, 50px);cursor:pointer}.sf-newsletter .sf-newsletter-sign-up--btn button:disabled{color:var(--gf-disabled-color, #717578);border:1px solid var(--gf-disabled-color, #717578);cursor:default;pointer-events:none}.sf-newsletter .sf-newsletter-sign-up--btn button:hover:not(:disabled),.sf-newsletter .sf-newsletter-sign-up--btn button:focus:not(:disabled){--margin: -1px;border-width:1px}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px;color:#ffa3a3}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__promotion--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon{display:inline-block;min-width:16px;height:16px;margin-right:8px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.582 0 0 3.582 0 8C0 12.418 3.582 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0ZM7.33333 3.33333H8.66667V10H7.33333V3.33333ZM8 12.8333C7.54 12.8333 7.16667 12.46 7.16667 12C7.16667 11.54 7.54 11.1667 8 11.1667C8.46 11.1667 8.83333 11.54 8.83333 12C8.83333 12.46 8.46 12.8333 8 12.8333Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;content:""}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__promotion--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__error-msg-icon{padding-right:4px}.sf-newsletter__info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;color:var(--gf-disabled-color);font-size:12px;line-height:16px}.sf-newsletter__info-text a{color:var(--gf-disabled-color)}.copyright-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:32px 0}.copyright-footer__label{color:var(--sg-secondary-ramp-2, #c0c0c0)}.country-list{padding:0px 32px 20px;list-style-type:none}.country-list .country-list-heading{padding:8px 0px 16px}.country-list .country-item{padding:20px 0px}.country-list .country-item .xps-btnv2,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button{--xps-btn-height-lg: 24px;--xps-btnv2-border-width: 0px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.country-list .country-item .xps-btnv2:active,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button:active,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button:active{-webkit-transform:none;transform:none}.country-list .country-item .xps-btnv2 .country-item-row,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.country-list .country-item .xps-btnv2 .country-item-row .country-flag,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-flag,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-flag{cursor:pointer;width:24px;height:24px}.country-list .country-item .xps-btnv2 .country-item-row .country-label,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-label,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-label{border-bottom:1px solid rgba(0,0,0,0)}.country-list .country-item .xps-btnv2 .country-item-row .country-label:hover,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-row .country-label:hover,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-row .country-label:hover{border-bottom:1px solid var(--sg-primary-ramp-1)}.country-list .country-item .xps-btnv2 .country-item-right-icon,.country-list .country-item .hw-payment-form__content .hw-form-transfer-methods .hw-button .country-item-right-icon,.hw-payment-form__content .hw-form-transfer-methods .country-list .country-item .hw-button .country-item-right-icon{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.language-list{position:fixed;top:86px;padding-bottom:20px;list-style-type:none;background:var(--sg-secondary-ramp-1);width:100%;height:100vh;z-index:1001}.language-list .language-menu{position:absolute;width:100%}.language-list .language-menu .language-country-item{padding:0px 32px}.language-list .language-menu .language-country-item .country-item-right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:72px;padding-top:20px;padding-bottom:28px}.language-list .language-menu .language-country-item .country-item-right-icon .language-faChevronLeft{height:24px;width:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.language-list .language-menu .language-country-item .country-item-right-icon .language-faChevronLeft svg{color:var(--sg-primary-ramp-1)}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row{margin:0px auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row .country-flag{width:24px;height:24px;margin:auto}.language-list .language-menu .language-country-item .country-item-right-icon .language-country-item-row .country-btn{padding:0px}.language-list .language-menu .xps-drawer-horizontal-divider{height:2px;color:var(--sh-dark-ramp-5)}.language-list .language-menu .xps-languageInfo{padding:0px 32px}.language-list .language-menu .xps-languageInfo .languageInfo-label{padding:16px 0px}.language-list .language-menu .xps-languageInfo .language-label-list{padding:16px 0px}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button{--xps-btn-height-lg: 24px;--xps-btnv2-border-width: 0px;border-bottom:1px solid rgba(0,0,0,0)}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2:hover,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button:hover{border-bottom:1px solid var(--sg-primary-ramp-1)}.language-list .language-menu .xps-languageInfo .language-label-list .xps-btnv2 span,.language-list .language-menu .xps-languageInfo .language-label-list .hw-payment-form__content .hw-form-transfer-methods .hw-button span,.hw-payment-form__content .hw-form-transfer-methods .language-list .language-menu .xps-languageInfo .language-label-list .hw-button span{font-weight:400}.footer-config{--gf-primary-color: #221f20;--gf-secondary-color: #ffffff;--gf-tertiary-color: #e2e2e2;--gf-disabled-color: #717578;--gf-border-color: #302d2c;--gf-input-border-color: #585858;--gf-font-family: "Helvetica-Neue,sans-serif";--gf-focus-outline: var(--gf-secondary-color, #ffffff) dotted 1px;--gf-focus-outline-offset: 2px;--gf-transition-speed-250: 250ms;--gf-transition-speed-500: 500ms;--gf-transition-easing: ease-in-out;--footer-secured-min-height: 80px}.footer{color:var(--gf-secondary-color, #ffffff);background-color:var(--gf-primary-color, #221f20)}.footer.xps-disable-country-change #footer-region__btn{pointer-events:none}.footer .footer-inner{max-width:1410px;margin:auto;padding:0 16px}@media(min-width: 768px){.footer .footer-inner{padding:0 20px}}.footer .footer-inner .footer-action{padding:var(--gf-footer-action-padding, 32px) 0;border-bottom:var(--gf-border-bottom-width, 1px) solid var(--gf-border-color)}.footer .footer-inner .footer-action .footer-action__list{display:grid;grid-template-rows:auto;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px;margin-bottom:0;padding:0}@media(min-width: 768px){.footer .footer-inner .footer-action .footer-action__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;gap:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:hover{text-decoration:underline}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn:focus{outline:var(--gf-focus-outline);outline-offset:var(--gf-focus-outline-offset)}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__img{width:20px;height:17px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__label{margin-left:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link-img{height:20px;margin-right:12px}@media(min-width: 576px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:28px}}@media(min-width: 992px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:32px}}@media(min-width: 768px){.footer .footer-inner .footer-body{display:grid;grid-template-columns:1fr 2fr;gap:70px}}@media(min-width: 992px){.footer .footer-inner .footer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer .footer-inner .footer-body .footer-body__social{position:relative;padding:32px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__social{max-width:450px;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__social{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__social .social-share{margin-top:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:0;list-style:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item{margin-right:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item:last-child{margin-right:0}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--gf-secondary-color)}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:hover,.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:focus{outline:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link .social-share__list-item-img{cursor:pointer;width:32px;height:32px;border-radius:50%;-webkit-transition:background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter;transition:background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter;transition:filter,background-color var(--gf-transition-speed-250) var(--gf-transition-easing);transition:filter,background-color var(--gf-transition-speed-250) var(--gf-transition-easing),-webkit-filter}.footer .footer-inner .footer-body .footer-body__social .xps-footer-copyright-text{display:none}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links{display:grid;grid-template-columns:1fr 1fr;gap:130px}}.footer .footer-inner .footer-body .footer-body__links .list{padding:20px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list{padding:32px 0;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__links .list{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:0;margin:0;padding:0;overflow:hidden;list-style:none;visibility:hidden;-webkit-transition:visibility var(--gf-transition-speed-500),padding var(--gf-transition-speed-500),max-height var(--gf-transition-speed-500);transition:visibility var(--gf-transition-speed-500),padding var(--gf-transition-speed-500),max-height var(--gf-transition-speed-500)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:unset !important;margin-left:0;overflow:unset;visibility:visible !important}}.footer .footer-inner .footer-body .footer-body__links .list .list__list.accordion__copy--open{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item{padding-top:18px;margin:0}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a:hover{-webkit-text-decoration:var(--gf-footer-list-item-underline, underline);text-decoration:var(--gf-footer-list-item-underline, underline)}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link{color:var(--gf-secondary-color);cursor:pointer}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link:hover{-webkit-text-decoration:var(--gf-footer-list-item-link-underline, underline);text-decoration:var(--gf-footer-list-item-link-underline, underline)}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{display:block;position:relative;background-color:rgba(0,0,0,0);width:100%;text-align:left;color:var(--gf-secondary-color);border:none;padding:0;margin:0;cursor:pointer;-webkit-transition:var(--gf-transition-speed-250) var(--gf-transition-easing);transition:var(--gf-transition-speed-250) var(--gf-transition-easing)}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger .faChevronDown-show{display:none}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:disabled{cursor:default}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{position:absolute;top:calc(50% - 5px);right:0;display:inline-block;width:18px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjUgMS41MDNsLTcgNy03LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") no-repeat;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform var(--gf-transition-speed-500);transition:-webkit-transform var(--gf-transition-speed-500);transition:transform var(--gf-transition-speed-500);transition:transform var(--gf-transition-speed-500), -webkit-transform var(--gf-transition-speed-500);content:""}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{background:none}}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:focus{border:1px dotted var(--gf-secondary-color);border-style:dotted}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger[aria-expanded=true]::after{top:2px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer .footer-inner .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}@media(min-width: 768px){.footer .footer-inner .footer-bottom{padding:20px 40px}}.footer .footer-inner .footer-bottom a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer .footer-inner .footer-bottom img{cursor:pointer}.footer .footer-inner .footer-bottom .footer-bottom__rights{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--gf-tertiary-color);margin:0}.footer .footer-inner .footer-bottom .footer-bottom__rights a{display:contents}.footer .footer-inner .footer-bottom .footer-bottom__rights.footer-content--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer.secured{display:block}.footer.secured .footer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--footer-secured-min-height, 80px);height:auto;padding-top:1rem;padding-bottom:1rem}@media(min-width: 768px){.footer.secured .footer-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer.secured .footer-inner .footer-body{display:none}.footer.secured .footer-inner .footer-action,.footer.secured .footer-inner .footer-bottom{display:block;margin:0 0 1rem 0;padding:0}@media(min-width: 768px){.footer.secured .footer-inner .footer-action,.footer.secured .footer-inner .footer-bottom{margin:0}}.footer.secured .footer-inner .footer-action{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;border:0 none}.footer.secured .footer-inner .footer-action .footer-action__list{margin:0;padding:0;justify-items:center}@media(min-width: 768px){.footer.secured .footer-inner .footer-action .footer-action__list{justify-items:unset}}.footer.secured .footer-inner .footer-bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.form-checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.form-checkbox-wrap input[type=checkbox]:focus+.form-checkbox-label:before{outline:thin dashed #313638;outline-offset:1px}.form-checkbox-wrap--top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.form-checkbox{width:22px;min-width:22px;height:22px;margin-right:12px}.form-checkbox-label,.form-terms-conditions{color:var(--ga-text-color-tnc, #2b2b2d);font-weight:400;text-align:left;line-height:1.5rem;margin-bottom:10px}.form-checkbox-label p,.form-terms-conditions p{margin:0}.form-checkbox-label a,.form-terms-conditions a{font-weight:700 !important;padding-bottom:2px;border-bottom:2px solid var(--ga-button-bg-color-primary, #222222)}.form-terms-conditions{margin:24px 0 16px}.form-underline{color:var(--ga-message-text-color, #007584);text-decoration:underline}.pr-35{padding-right:35px}.pl-35{padding-left:35px}.pb-35{padding-bottom:35px}.pt-35{padding-top:35px}.register__wrapper{display:inline}.ReactModalPortal .overlay-register{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:Rgba(0, 0, 0, 0.5)}@media(min-width: 768px){.ReactModalPortal .overlay-register{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.ReactModalPortal .overlay-register .modal-register{width:100%;max-width:900px !important;overflow-y:auto;border-radius:0 !important}@media(min-width: 768px){.ReactModalPortal .overlay-register .modal-register{margin:16px 0}}.ReactModalPortal .overlay-register .modal-register .register-modal__container .message-box{width:100%;margin:28px 0 0;padding:16px;color:var(--ga-message-text-color, #007584);text-align:left;border-radius:4px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register__title{display:none;margin:auto;padding-bottom:4px;color:var(--ga-text-color-primary, #221F20);font-weight:400;text-align:left}@media(min-width: 768px){.ReactModalPortal .overlay-register .modal-register .register-modal__container .register__title{display:block;padding-bottom:28px}}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group{position:relative;display:block;width:100%;margin-bottom:0;padding:24px 0 16px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group.checkbox-box{padding-bottom:0}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control{position:relative;z-index:9;width:100%;height:48px;margin-bottom:4px;padding:12px 20px;color:var(--ga-text-color-primary, #221F20);background-color:rgba(0,0,0,0);border:1px solid var(--ga-input-border-color, #d0d0d0);border-radius:8px;outline:none !important;-webkit-transition:all .3s ease;transition:all .3s ease}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control:-webkit-autofill,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px rgba(0,0,0,0) inset;box-shadow:0 0 0 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:var(--ga-text-color-primary, #221F20)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control:not(:-moz-placeholder-shown)~.form-label{top:0;left:0;color:var(--ga-text-color-primary, #221F20)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control:not(:-ms-input-placeholder)~.form-label{top:0;left:0;color:var(--ga-text-color-primary, #221F20)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control:not(:placeholder-shown)~.form-label{top:0;left:0;color:var(--ga-text-color-primary, #221F20)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control:focus~.form-label{top:0;left:0;color:var(--ga-text-color-primary, #221F20)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-label{position:absolute;top:37px;left:20px;z-index:2;right:0;color:var(--ga-text-color-primary, #221F20);text-transform:none;background-color:var(--ga-input-bg-color, #fff);cursor:text;-webkit-transition:all .3s ease;transition:all .3s ease}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group.is-animated .form-label{top:0;color:var(--ga-text-color-primary, #221F20)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-toggle{margin-top:12px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-toggle-create-account{color:var(--ga-text-color-gray, #717578);line-height:1.5rem;-webkit-transition:color .3s ease;transition:color .3s ease}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-toggle-create-account--error{color:var(--ga-text-color-error, #e61f02)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-toggle-create-account--filled{color:var(--ga-text-color-sucess, #318500)}.ReactModalPortal .overlay-register .modal-register .register-modal__container .password-reset-caption{margin-top:20px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-link{margin-left:8px;padding-bottom:2px;font-weight:700 !important;color:var(--ga-text-color-primary, #221F20);border-bottom:2px solid var(--ga-button-bg-color-primary, #222222);cursor:pointer}.ReactModalPortal .overlay-register .modal-register .register-modal__container .cmp-text--sign-in-info-msg{margin-top:32px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register__header{padding-bottom:0 !important}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-button,.ReactModalPortal .overlay-register .modal-register .register-modal__container .btn-dark{-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures;display:block;width:100%;margin:20px auto 0}@media(min-width: 768px){.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-button,.ReactModalPortal .overlay-register .modal-register .register-modal__container .btn-dark{width:auto}}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-button:disabled,.ReactModalPortal .overlay-register .modal-register .register-modal__container .btn-dark:disabled{background-color:var(--sg-alert-bg-grey, #B9B0AB);cursor:not-allowed}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-control--password-view{position:absolute;right:20px;top:40px;height:16px;width:22px;cursor:pointer;z-index:10;width:22px;height:16px;margin-top:7px;background:url("clientlib-beanz-site/css/svgs/show-password.svg");background-repeat:no-repeat;background-position:center;background-size:cover;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-control--hide-pw{background:url("clientlib-beanz-site/css/svgs/hide-password.svg")}.ReactModalPortal .overlay-register .modal-register .register-modal__container .password-reset-btn{display:block;width:100%;margin:28px auto 0;padding:12px 36px;color:var(--ga-button-text-color-secondary, #222222);background-color:var(--ga-button-bg-color-secondary, #fff);border:2px solid var(--ga-button-text-color-secondary, #222222);border-radius:50px;cursor:pointer}@media(min-width: 768px){.ReactModalPortal .overlay-register .modal-register .register-modal__container .password-reset-btn{width:auto}}.ReactModalPortal .overlay-register .modal-register .register-modal__container .kakao-btn,.ReactModalPortal .overlay-register .modal-register .register-modal__container .google-btn,.ReactModalPortal .overlay-register .modal-register .register-modal__container .facebook-btn,.ReactModalPortal .overlay-register .modal-register .register-modal__container .apple-btn{-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures;display:block;width:100%;margin:20px auto 0;padding:12px 36px;color:var(--ga-text-color-primary, #221F20);background-color:var(--ga-input-bg-color, #fff);border:2px solid var(--ga-text-color-primary, #221F20);border-radius:50px;cursor:pointer}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-icon-txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:12px}.ReactModalPortal .overlay-register .modal-register .register-modal__container .register-icon-txt::before{width:24px;height:24px;margin-right:12px;background-repeat:no-repeat;background-position:center;content:""}.ReactModalPortal .overlay-register .modal-register .register-modal__container .google-txt::before{background-image:url("clientlib-beanz-site/css/svgs/google.svg")}.ReactModalPortal .overlay-register .modal-register .register-modal__container .facebook-txt::before{background-image:url("clientlib-beanz-site/css/svgs/facebook-white.svg")}.ReactModalPortal .overlay-register .modal-register .register-modal__container .apple-txt::before{background-image:url("clientlib-beanz-site/css/svgs/apple-logo-black.svg")}.ReactModalPortal .overlay-register .modal-register .register-modal__container .kakao-txt::before{background-image:url("clientlib-beanz-site/css/svgs/kakao.svg")}.register-modal__container{position:relative;padding:60px 16px;padding-bottom:12px;background-color:var(--ga-input-bg-color, #fff)}@media(min-width: 768px){.register-modal__container{padding:20px 28px 40px}}.register-modal__container .register-modal-header__desc{margin-bottom:28px !important;padding:0 28px;font-weight:500;text-align:center}@media(min-width: 768px){.register-modal__container .register-modal-header__desc span{display:block}}.register-modal__container .register-modal-header .register-modal__close-icon{position:absolute;top:0;right:0}.register-modal__container .register-modal-header .register-modal__close-icon .close-icon-button__btn{position:absolute;top:12px;right:12px;width:40px;height:40px;padding:0;background:var(--ga-input-bg-color, #fff);border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}@media(min-width: 992px){.register-modal__container .register-modal-header .register-modal__close-icon .close-icon-button__btn{top:16px;right:16px}}.register-modal__container .register-modal-header .register-modal__close-icon .close-icon-button__btn::before,.register-modal__container .register-modal-header .register-modal__close-icon .close-icon-button__btn::after{position:absolute;top:50%;right:12px;left:12px;display:block;height:2px;margin-top:-1px;background:var(--ga-text-color-tnc, #2b2b2d);content:""}.register-modal__container .register-modal-header .register-modal__close-icon .close-icon-button__btn::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.register-modal__container .register-modal-header .register-modal__close-icon .close-icon-button__btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.register-modal__container .register-modal-content .react-flex{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;padding:0}.register-modal__container .register-modal-footer{margin-top:32px;text-align:center}.register-col-right{border-left:1px solid var(--ga-input-border-color, #d0d0d0)}.register__grid{padding:0}.register__checkout{text-decoration:underline}.register__checkout:hover{cursor:pointer}.register__terms{padding:1rem;color:var(--ga-text-color-tnc, #2b2b2d);font-weight:400;text-align:center;background-color:var(--ga-input-bg-color, #fff)}.register__terms a{text-decoration:underline}.register__desktop{display:none}.register__mobile{display:block;margin-right:-15px;margin-left:-15px}@media(min-width: 768px){.register__desktop{display:block}.register__desktop .col-md-6:first-child::before,.register__desktop .col:first-child::before{position:absolute;right:-1px;z-index:9;width:1px;height:100%;background:var(--ga-input-border-color, #d0d0d0);content:""}.register__desktop .col-md-6:last-child::before,.register__desktop .col:last-child::before{position:absolute;left:0;z-index:9;width:1px;height:100%;background:var(--ga-input-border-color, #d0d0d0);content:""}.register__mobile{display:none}}.register__mobile .tab{position:relative;display:inline-block;padding:0 16px;border-right:1px solid var(--ga-input-border-color, #d0d0d0)}.register__mobile .tab:first-of-type{padding-left:0}.register__mobile .tab:last-of-type{padding-right:0;border:0}.register__mobile .tab__wrap{padding:0 16px}.register__mobile .tab__title{margin:0;-webkit-transition:all .3s ease;transition:all .3s ease}.register__mobile .tab__underline{position:absolute;bottom:0;left:0;width:100%}.register__mobile .tab__content{display:none;padding:4px 16px;border-top:0}.register__mobile .tab:hover{cursor:pointer}.gc-config,.gc-modal-overlay{--gc-font-primary: "Archer-Ssm", sans-serif;--gc-font-secondary: "Helvetica-Neue", Arial, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--gc-font-xs: 12px;--gc-font-sm: 14px;--gc-font-md: 16px;--gc-font-lg: 18px;--gc-border-radius: 8px;--gc-btn-border-radius: 50px;--gc-btn-border-width: 2px;--gc-btn-padding: 10px 20px;--gc-breakpoint: 768px;--gc-underline-offset: 4px;--gc-white: #fff;--gc-green: #4c8314;--gc-purple: #421540;--gc-red: #e61f02;--gc-grey: #d0d0d0;--gc-brev-black: #313638;--gc-black: #221f20;--gc-warm-gray-1: #7d7875;--gc-warm-gray-2: #a6a09b;--gc-warm-gray-3: #cdc6be;--gc-warm-gray-6: #f7f3ee;--gc-gainsboro: #e2e2e2;--gc-scarlet: #e61f02;--gc-shade-1: #717578;--gc-shade-4: #e2e2e2;--gc-shade-6: #f8f8f8;--gc-border-color: #949494;--gc-opacity-light: 0.5;--gc-opacity-dark: 1;--gc-animation-enter: gc-fade-in 0.15s ease-in forwards;--gc-color-primary: var(--gc-black);--gc-secondary-bg-color: var(--gc-warm-gray-6);--gc-text-color-primary: var(--gc-black);--gc-text-color-secondary: var(--gc-warm-gray-1);--gc-input-border-color: var(--gc-warm-gray-2);--gc-button-border-color: var(--gc-black);--gc-button-amount-bg-color: var(--gc-black);--gc-cart-border-color: var(--gc-warm-gray-3);--gc-alert-info-bg-color: transparent;--gc-alert-warning-bg-color: var(--gc-shade-6);--gc-text-error-color: var(--gc-red)}.gc--hide{display:none}.gc-btn-reset,.cart-modal-alert__modal .modal .modal__close-btn,.gc-tooltip .gc-tooltip__btn,.gc-card-select .card-select__list .card-select__item .card-select__item-btn,.gc-amount .gc-amount__list .gc-amount__item .gc-amount__item-btn,.gc-modal-overlay .gc-modal .gc-modal__close-btn,.gc-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;background-color:rgba(0,0,0,0);border:0;outline:0;cursor:pointer}.gc-reset,.gc-redeem,.gc-redeem__wrapper,.gc-pdp,.gc-modal-overlay{-webkit-font-smoothing:antialiased}.gc-reset * *,.gc-redeem * *,.gc-redeem__wrapper * *,.gc-pdp * *,.gc-modal-overlay * *{-webkit-box-sizing:border-box;box-sizing:border-box}.gc-reset ul,.gc-redeem ul,.gc-redeem__wrapper ul,.gc-pdp ul,.gc-modal-overlay ul{list-style:none}.gc-reset img,.gc-redeem img,.gc-redeem__wrapper img,.gc-pdp img,.gc-modal-overlay img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.gc-reset input[type=number]::-webkit-inner-spin-button,.gc-redeem input[type=number]::-webkit-inner-spin-button,.gc-redeem__wrapper input[type=number]::-webkit-inner-spin-button,.gc-pdp input[type=number]::-webkit-inner-spin-button,.gc-modal-overlay input[type=number]::-webkit-inner-spin-button,.gc-reset input[type=number]::-webkit-outer-spin-button,.gc-redeem input[type=number]::-webkit-outer-spin-button,.gc-redeem__wrapper input[type=number]::-webkit-outer-spin-button,.gc-pdp input[type=number]::-webkit-outer-spin-button,.gc-modal-overlay input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.gc-reset a:focus-visible,.gc-redeem a:focus-visible,.gc-redeem__wrapper a:focus-visible,.gc-pdp a:focus-visible,.gc-modal-overlay a:focus-visible,.gc-reset button:focus-visible,.gc-redeem button:focus-visible,.gc-redeem__wrapper button:focus-visible,.gc-pdp button:focus-visible,.gc-modal-overlay button:focus-visible,.gc-reset input[type=checkbox]:focus-visible,.gc-redeem input[type=checkbox]:focus-visible,.gc-redeem__wrapper input[type=checkbox]:focus-visible,.gc-pdp input[type=checkbox]:focus-visible,.gc-modal-overlay input[type=checkbox]:focus-visible{outline:1px dashed var(--gc-black) !important}.gc-variant-layout,.gc-card-select .card-select__list,.gc-amount .gc-amount__list{display:grid;grid-template-columns:repeat(12, 1fr);gap:10px;list-style:none}.gc-variant-layout>*,.gc-card-select .card-select__list>*,.gc-amount .gc-amount__list>*{grid-column:span 4}.gc-layout,.gc-actions,.gc-pdp{display:grid;grid-template-columns:repeat(12, 1fr);gap:10px}.gc-layout>[class^=gc-layout],.gc-actions>[class^=gc-layout],.gc-pdp>[class^=gc-layout]{grid-column:span 12}@media(min-width: 768px){.gc-layout,.gc-actions,.gc-pdp{gap:20px}.gc-layout>.gc-layout--left,.gc-actions>.gc-layout--left,.gc-pdp>.gc-layout--left{grid-column:2/span 5}.gc-layout>.gc-layout--right,.gc-actions>.gc-layout--right,.gc-pdp>.gc-layout--right{grid-column:8/span 4}}@-webkit-keyframes gc-fade-in{from{opacity:0}to{opacity:1}}@keyframes gc-fade-in{from{opacity:0}to{opacity:1}}@supports(-webkit-touch-callout: none){.gc-ios-fix select,.gc-pdp select,.gc-ios-fix textarea,.gc-pdp textarea,.gc-ios-fix input[type=text],.gc-pdp input[type=text],.gc-ios-fix input[type=password],.gc-pdp input[type=password],.gc-ios-fix input[type=number],.gc-pdp input[type=number],.gc-ios-fix input[type=email],.gc-pdp input[type=email],.gc-ios-fix input[type=checkbox],.gc-pdp input[type=checkbox],.gc-ios-fix input[type=datetime],.gc-pdp input[type=datetime],.gc-ios-fix input[type=datetime-local],.gc-pdp input[type=datetime-local],.gc-ios-fix input[type=date],.gc-pdp input[type=date],.gc-ios-fix input[type=month],.gc-pdp input[type=month],.gc-ios-fix input[type=time],.gc-pdp input[type=time],.gc-ios-fix input[type=week],.gc-pdp input[type=week],.gc-ios-fix input[type=tel],.gc-pdp input[type=tel],.gc-ios-fix input[type=url],.gc-pdp input[type=url]{font-size:16px}}.gc-card__wrapper{position:relative;width:100%;border-radius:var(--gc-border-radius, 8px);-webkit-box-shadow:0 0 0 2px rgba(0,0,0,0);box-shadow:0 0 0 2px rgba(0,0,0,0);-webkit-transition:-webkit-box-shadow .2s ease-in-out;transition:-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out}.gc-card__wrapper .gc-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:var(--gc-border-radius, 8px);-webkit-box-shadow:0 20px 40px rgba(0,0,0,.09);box-shadow:0 20px 40px rgba(0,0,0,.09);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.gc-card__wrapper .gc-card .gc-card__image,.gc-card__wrapper .gc-card img{aspect-ratio:178/103;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gc-card__wrapper.gc-card--selected{-webkit-box-shadow:0 0 0 2px var(--gc-black);box-shadow:0 0 0 2px var(--gc-black)}.gc-card__wrapper.gc-card--selected .gc-card{-webkit-transform:scale(0.95);transform:scale(0.95)}.gc-card--enter{opacity:0;-webkit-animation:var(--gc-animation-enter);animation:var(--gc-animation-enter)}.gc-input__wrapper{position:relative;display:block;margin:25px auto;color:var(--gc-text-color-secondary)}.gc-input__wrapper .gc-input__icon{position:absolute;bottom:10px;left:10px}.gc-input__wrapper .gc-input--icon{position:relative}.gc-input__wrapper .gc-input--icon .gc-input__icon{position:absolute;top:49%;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--gc-text-color-primary);line-height:0;-webkit-transform:translateY(-48%);transform:translateY(-48%);z-index:99}.gc-input__wrapper .gc-input--icon .gc-input,.gc-input__wrapper .gc-input--icon .xps__input,.gc-input__wrapper .gc-input--icon .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .gc-input__wrapper .gc-input--icon .hw-input{--icon-space: 1ch;--space-between-icon-and-text: 0.2px;padding-left:calc(20px + var(--icon-space) + var(--space-between-icon-and-text))}.gc-btn{padding:var(--gc-btn-padding);color:var(--gc-text-color-primary);font-weight:700;font-size:16px;font-family:var(--gc-font-secondary);font-style:normal;line-height:24px;background-color:rgba(0,0,0,0);border:1px solid var(--gc-black);border-width:var(--gc-btn-border-width);border-radius:var(--gc-btn-border-radius);cursor:pointer}.gc-btn:disabled{color:var(--gc-white) !important;background-color:var(--gc-shade-4) !important;border-color:var(--gc-shade-4) !important;cursor:default}.gc-btn.gc-btn--primary{color:var(--gc-white);background-color:var(--gc-color-primary);border-color:var(--gc-color-primary)}.gc-pdp-features{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:var(--gc-features-max-width);margin-bottom:40px}.gc-pdp-features p{margin:0}.gc-pdp-features__title{margin-top:0;margin-bottom:20px}.gc-pdp-features .rc-collapse{background-color:rgba(0,0,0,0);border:0}.gc-pdp-features .rc-collapse .rc-collapse-item .rc-collapse-header{padding:25px 0;color:var(--gc-features-support-primary-color)}.gc-pdp-features .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:inline-block;margin-right:0;-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out}.gc-pdp-features .rc-collapse .rc-collapse-item .rc-collapse-content{padding:0;color:var(--gc-features-support-primary-color);background-color:rgba(0,0,0,0)}.gc-pdp-features .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:10px 0 30px}.gc-pdp-features .rc-collapse .rc-collapse-item:last-child .rc-collapse-header{padding-bottom:0}.gc-pdp-features .rc-collapse .rc-collapse-item:last-child .rc-collapse-content-box{margin-bottom:0}@media(max-width: 768px){.gc-pdp-features .rc-collapse .rc-collapse-item:last-child{margin-bottom:10px}}.gc-pdp-features .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header{padding:25px 0 0;outline:0}.gc-pdp-features .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header .rc-collapse-extra{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.gc-pdp-features__desc ul{margin:0;padding:0;line-height:24px;list-style:disc inside}.gc-pdp-features__desc ul li{margin-bottom:10px;margin-left:var(--gc-features-check-icon-offset);list-style-type:none}.gc-pdp-features__desc ul li::before{display:inline-block;width:.5rem;height:.375rem;margin-right:12px;margin-left:calc(var(--gc-features-check-icon-offset)*-1);background-color:var(--gc-features-support-primary-color);content:"";-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDYiPgogICAgPHBhdGggc3Ryb2tlPSIjNEM4MzE0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEgM2wyLjA1IDIgMy40ODctNCIvPgo8L3N2Zz4K");mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDYiPgogICAgPHBhdGggc3Ryb2tlPSIjNEM4MzE0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEgM2wyLjA1IDIgMy40ODctNCIvPgo8L3N2Zz4K");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.gc-pdp-features__desc ul li:last-child{margin-bottom:0}@media(min-width: 768px){.gc-pdp-features{margin-right:10px;margin-bottom:0;line-height:36px}}.gc-pdp-support{max-width:var(--gc-support-max-width)}@media(min-width: 768px){.gc-pdp-support{margin-left:60px}}.gc-pdp-support p{margin:0}.gc-pdp-support__title{margin-top:0;margin-bottom:20px}.gc-pdp-support__desc{margin-bottom:30px}.gc-pdp-support .gc-pdp-support__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:var(--gc-support-action-width)}.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link{padding:var(--gc-support-action-padding);color:var(--gc-features-support-primary-color);text-decoration:none;border:var(--gc-support-action-border-width) solid var(--gc-features-support-primary-color);border-radius:var(--gc-support-action-border-radius);margin-bottom:15px}.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link:hover{margin:-1px -1px 14px -1px;border-width:calc(var(--gc-support-action-border-width) + 1px)}.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link:focus{color:var(--gc-features-support-secondary-color);background-color:var(--gc-features-support-primary-color);outline-color:var(--gc-features-support-primary-color);-webkit-transition:color 250ms ease-in-out,background-color 250ms ease-in-out;transition:color 250ms ease-in-out,background-color 250ms ease-in-out}@media(min-width: 768px){.gc-pdp-support{margin-left:60px}}.gc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3001;background-color:rgba(0,0,0,.3)}@media(min-width: 768px){.gc-modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.gc-modal-overlay .gc-modal{--footer--height: 85px;--modal-safe-area-inset-bottom: env(safe-area-inset-bottom, 30px);--modal-full-height: calc(100 * var(--h-vh));position:relative;width:100%;max-width:1225px;max-height:calc(var(--modal-full-height, 100vh) - var(--modal-safe-area-inset-bottom, 30px));background-color:#fff}.gc-modal-overlay .gc-modal:focus-visible{outline:none}.gc-modal-overlay .gc-modal .gc-modal__content{max-height:calc(var(--modal-full-height, 100vh) - var(--footer--height, 85px));padding:40px 15px;overflow-y:auto}@media(min-width: 768px){.gc-modal-overlay .gc-modal .gc-modal__content{padding:50px}}.gc-modal-overlay .gc-modal .gc-modal__content .gc-modal__header{margin-bottom:40px}@media(min-width: 768px){.gc-modal-overlay .gc-modal .gc-modal__content .gc-modal__body{display:-webkit-box;display:-ms-flexbox;display:flex}}.gc-modal-overlay .gc-modal .gc-modal__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:var(--footer--height, 85px);padding:20px 15px;background-color:var(--gc-secondary-bg-color, #f7f3ee)}.gc-modal-overlay .gc-modal .gc-modal__footer button,.gc-modal-overlay .gc-modal .gc-modal__footer a{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}@media(min-width: 768px){.gc-modal-overlay .gc-modal .gc-modal__footer{padding:20px 50px}.gc-modal-overlay .gc-modal .gc-modal__footer button,.gc-modal-overlay .gc-modal .gc-modal__footer a{max-width:240px}}.gc-modal-overlay .gc-modal .gc-modal__footer .gc-modal__back-btn{margin-right:20px;color:#000}.gc-modal-overlay .gc-modal .gc-modal__close-btn{--btn-size: 24px;--btn-distance-to-corner: 20px;position:absolute;top:var(--btn-distance-to-corner);right:var(--btn-distance-to-corner);width:13px;height:13px}@media(min-width: 768px){.gc-modal-overlay .gc-modal{width:calc(100vw - 40px)}}.gc-feature-tile{color:var(--gc-red)}.gc-feature-tile .gc-feature-layout--left{grid-column:span 12}.gc-feature-tile .card-select__list{display:grid;grid-template-columns:repeat(12, 1fr);grid-gap:10px;gap:10px;list-style:none;max-width:1130px;margin:auto}.gc-feature-tile .card-select__list .card-select__item{grid-column:span 6;margin:5px}@media(min-width: 768px){.gc-feature-tile .card-select__list .card-select__item{grid-column:span 3;margin:5px 5px 25px}}.gc-feature-tile .feature-title{text-align:center;font-family:var(--gc-font-primary);font-size:28px;line-height:40px}@media(min-width: 768px){.gc-feature-tile .feature-title{font-size:32px;line-height:48px}}.gc-feature-tile .feature-button--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}@media(min-width: 768px){.gc-feature-tile .feature-button--container{margin-top:0}}.gc-feature-tile .feature-button--container .feature-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;text-decoration:none}@media(min-width: 768px){.gc-feature-tile .feature-button--container .feature-button{width:50%}}@media(min-width: 992px){.gc-feature-tile .feature-button--container .feature-button{width:25%}}.gc-pdp{--gc-pdp-top-padding: 25px;max-width:1440px;margin:auto;padding:calc(50px - var(--gc-pdp-top-padding)) 20px 50px;color:var(--gc-text-color-primary)}.gc-pdp .gc-layout--left{position:relative}.gc-pdp .gc-layout--left .gc-layout--left-inner{position:sticky;top:0;margin-bottom:40px;padding-top:var(--gc-pdp-top-padding)}.gc-pdp .gc-layout--right .gc-heading{margin-top:20px}@media(min-width: 768px){.gc-pdp .gc-layout--right{padding-top:var(--gc-pdp-top-padding)}.gc-pdp .gc-layout--right .gc-heading{margin-top:unset}}.gc-pdp a{color:var(--gc-text-color-primary);text-decoration:underline}@media(min-width: 768px){.gc-pdp{padding:70px 40px}}.gc-actions{margin:40px auto}.gc-actions>*{grid-column:span 12}@media(min-width: 992px){.gc-actions>*{grid-column:span 6}}.gc-amount{margin-top:50px}.gc-amount .gc-amount__title{margin-bottom:30px}.gc-amount .gc-amount__list .gc-amount__item{opacity:0;-webkit-animation:var(--gc-animation-enter) calc(var(--gc-position, 1)*.05s);animation:var(--gc-animation-enter) calc(var(--gc-position, 1)*.05s)}.gc-amount .gc-amount__list .gc-amount__item .gc-amount__item-btn{width:100%;height:50px;padding:.75rem;color:var(--gc-text-color-primary);border:1px solid var(--gc-button-border-color);border-radius:var(--gc-border-radius);outline:none;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out}.gc-amount .gc-amount__list .gc-amount__item .gc-amount__item-btn:hover{border:2px solid var(--gc-button-border-color)}.gc-amount .gc-amount__list .gc-amount__item .gc-amount__item-btn.gc-amount__item-btn--selected{color:var(--gc-white);font-weight:bold !important;background-color:var(--gc-button-amount-bg-color)}.gc-amount .gc-amount__list .gc-amount__item .gc-amount__item-btn.gc-amount__item-btn--selected>*{font-weight:bold !important}.gc-border-split{height:1px;margin:35px auto;background-color:var(--gc-shade-4)}.gc-card-select{margin-top:30px}@media(min-width: 768px){.gc-card-select{margin-top:40px}}.gc-card-select .card-select__title{margin-bottom:20px;color:var(--gc-text-color-primary, inherit)}.gc-card-select .card-select__list .card-select__item{opacity:0;-webkit-animation:var(--gc-animation-enter) calc(var(--gc-position, 1)*.15s);animation:var(--gc-animation-enter) calc(var(--gc-position, 1)*.15s)}.gc-card-select .card-select__list .card-select__item .card-select__item-btn{width:100%}.gc-card-select .card-select__list .gc-card{-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.gc-card-select .card-select__list .gc-card__wrapper:not(.gc-card--selected) .gc-card:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.gc-amount__custom{margin-top:40px}.gc-amount__custom .gc-input__wrapper{margin-bottom:0}.gc-amount__custom .gc-input__wrapper .gc-input__label{color:var(--gc-text-color-primary)}.gc-amount__custom .gc-input__wrapper .gc-input{max-width:140px;margin-top:15px;border:1px solid var(--gc-button-border-color)}.gc-amount__custom .gc-info-label{margin-top:10px}.gc-amount__custom.gc-amount__custom--active .gc-input,.gc-amount__custom.gc-amount__custom--active .xps__input,.gc-amount__custom.gc-amount__custom--active .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .gc-amount__custom.gc-amount__custom--active .hw-input{font-weight:bold !important}.gc-amount__custom.gc-amount__custom--active .gc-input__icon{font-weight:bold !important}.gc-form-heading{margin-bottom:20px;color:var(--gc-text-color-primary, inherit)}.gc-form-info{margin:40px auto}.gc-form-info .gc-form-heading{margin-bottom:10px}.gc-heading{margin-top:50px}@media(min-width: 768px){.gc-heading{margin-top:0}}.gc-heading .gc-title{margin-bottom:10px}.gc-heading .gc-description{margin-bottom:10px}.gc-heading .gc-description .gc-more-details{cursor:pointer;text-underline-offset:var(--gc-underline-offset, 4px)}.gc-info-label{margin:25px auto;color:var(--sg-primary-ramp-3)}.gc-personalize .gc-personalize__textarea-container{position:relative}.gc-personalize .gc-personalize__textarea-container .gc-personalize__char-count{position:absolute;right:20px;bottom:10px;color:var(--sg-primary-ramp-3);font-weight:400;font-size:12px;font-family:var(--gc-font-secondary);font-style:normal;line-height:16px}.gc-textarea__wrapper{display:block;margin:25px auto;color:var(--sg-primary-ramp-1)}.gc-textarea__wrapper .gc-textarea{display:block;width:100%;min-height:150px;margin-top:5px;padding:14px 20px;color:var(--gc-text-color-primary);border:1px solid var(--sg-primary-ramp-1);border-radius:4px;outline:none;resize:none}@supports(-webkit-touch-callout: none){.gc-textarea__wrapper .gc-textarea{font-size:16px}}.gc-more-details{cursor:pointer;text-underline-offset:var(--gc-underline-offset, 4px)}.gc-add-to-cart-modal{max-width:1225px}@media(min-width: 768px){.gc-add-to-cart-modal .gc-modal__content .gc-modal__body{display:-webkit-box;display:-ms-flexbox;display:flex}}.gc-add-to-cart-modal .gc-modal__content .gc-modal__body .gc-modal__body--left{width:100%;margin-bottom:50px}@media(min-width: 768px){.gc-add-to-cart-modal .gc-modal__content .gc-modal__body .gc-modal__body--left{margin-bottom:0;padding-right:20px}}.gc-add-to-cart-modal .gc-modal__content .gc-modal__body .gc-modal__body--right{width:100%;overflow-x:hidden}@media(min-width: 768px){.gc-add-to-cart-modal .gc-modal__content .gc-modal__body .gc-modal__body--right{max-width:500px}}.gc-summary{display:grid;grid-template-areas:"face value" "persons persons";grid-template-rows:auto 1fr;grid-template-columns:minmax(0, auto) minmax(0, 1fr)}@media(min-width: 768px){.gc-summary{grid-template-areas:"face value" "face persons"}}.gc-summary .gc-summary__face{grid-area:face;width:150px;margin-right:30px}.gc-summary .gc-summary__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;grid-area:value;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.gc-summary .gc-summary__details{display:block}}.gc-summary .gc-summary__details .gc-summary__name{margin-bottom:10px}.gc-summary .gc-summary__details-persons{grid-area:persons}.gc-summary .gc-summary__details-persons .gc-summary__entry{margin:25px auto}.gc-summary .gc-summary__details-persons .gc-summary__entry:last-child{margin-bottom:0}.gc-summary .gc-summary__details-persons .gc-summary__entry .gc-summary__entry-label{margin-bottom:10px}.gc-summary .gc-summary__details-persons .gc-summary__entry .gc-summary__entry-info{overflow-wrap:break-word}.gc-modal-promo{position:relative;min-height:335px}.gc-modal-promo .gc-modal-promo__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;padding:30px;text-align:center}.gc-modal-promo .gc-modal-promo__content .gc-modal-promo__content-title{margin-bottom:20px}.gc-modal-promo .gc-modal-promo__content .gc-modal-promo__content-description{margin-bottom:20px}.gc-modal-promo .gc-modal-promo__content .gc-modal-promo__content-link{text-decoration:underline;text-underline-offset:var(--gc-underline-offset, 4px)}.gc-modal-promo .gc-modal-promo__img{position:relative;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:1/1}@media(min-width: 768px){.gc-modal-promo .gc-modal-promo__img{aspect-ratio:unset}}.gc-pdp-features-support{--gc-features-support-primary-color: #010101;--gc-features-support-secondary-color: #f7f3ee;--gc-features-support-max-width: 900px;--gc-features-max-width: 575px;--gc-features-check-icon-offset: 20px;--gc-support-max-width: 325px;--gc-support-action-padding: 11px 0;--gc-support-action-width: 250px;--gc-support-action-border-width: 2px;--gc-support-action-border-radius: 50px;padding:40px 0;background-color:var(--gc-features-support-secondary-color)}@media(min-width: 768px){.gc-pdp-features-support{padding:80px 0}}.gc-pdp-features-support .gc-pdp-features-support__inner{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:var(--gc-features-support-max-width);margin:auto}@media(max-width: 768px){.gc-pdp-features-support .gc-pdp-features-support__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 992px){.gc-pdp-features-support .gc-pdp-features-support__inner{margin:0 20px}}.gc-pdp-features-support .gc-pdp-features-support__inner .xps-separator{-ms-flex-preferred-size:0;flex-basis:0;height:auto;min-height:100%;margin-left:50px}@media(max-width: 768px){.gc-pdp-features-support .gc-pdp-features-support__inner .xps-separator{display:none}}.gc-preview-modal{max-width:900px !important}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__header{word-break:break-word}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__body-title,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__message,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-received__price,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__by_sender{width:290px;text-align:center;word-break:break-word}@media(min-width: 768px){.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__body-title,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__message,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-received__price,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__by_sender{width:474px}}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__message,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-received__price,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__by_sender{width:335px;text-align:center;word-break:break-word}@media(min-width: 768px){.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__message,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-received__price,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__by_sender{width:480px}}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__body-title{margin-bottom:30px}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__by_sender{margin-top:15px}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__img-wrapper{width:335px;height:211px}@media(max-width: 767px){.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__img-wrapper img{aspect-ratio:auto}}@media(min-width: 768px){.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__img-wrapper{width:480px;height:275px}}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-preview-modal__message{margin-top:15px;text-align:center}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-received__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{margin:0 4px}.gc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3001;background-color:rgba(0,0,0,.3)}@media(min-width: 768px){.gc-modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.gc-modal-overlay .gc-modal{--footer--height: 85px;--modal-safe-area-inset-bottom: env(safe-area-inset-bottom, 30px);--modal-full-height: calc(100 * var(--h-vh));position:relative;width:100%;max-width:1225px;max-height:calc(var(--modal-full-height, 100vh) - var(--modal-safe-area-inset-bottom, 30px));background-color:#fff}.gc-modal-overlay .gc-modal:focus-visible{outline:none}.gc-modal-overlay .gc-modal .gc-modal__content{max-height:calc(var(--modal-full-height, 100vh) - var(--footer--height, 85px));padding:40px 15px;overflow-y:auto}@media(min-width: 768px){.gc-modal-overlay .gc-modal .gc-modal__content{padding:50px}}.gc-modal-overlay .gc-modal .gc-modal__content .gc-modal__header{margin-bottom:40px}@media(min-width: 768px){.gc-modal-overlay .gc-modal .gc-modal__content .gc-modal__body{display:-webkit-box;display:-ms-flexbox;display:flex}}.gc-modal-overlay .gc-modal .gc-modal__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:var(--footer--height, 85px);padding:20px 15px;background-color:var(--gc-secondary-bg-color, #f7f3ee)}.gc-modal-overlay .gc-modal .gc-modal__footer button,.gc-modal-overlay .gc-modal .gc-modal__footer a{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}@media(min-width: 768px){.gc-modal-overlay .gc-modal .gc-modal__footer{padding:20px 50px}.gc-modal-overlay .gc-modal .gc-modal__footer button,.gc-modal-overlay .gc-modal .gc-modal__footer a{max-width:240px}}.gc-modal-overlay .gc-modal .gc-modal__footer .gc-modal__back-btn{margin-right:20px;color:#000}.gc-modal-overlay .gc-modal .gc-modal__close-btn{--btn-size: 24px;--btn-distance-to-corner: 20px;position:absolute;top:var(--btn-distance-to-corner);right:var(--btn-distance-to-corner);width:13px;height:13px}@media(min-width: 768px){.gc-modal-overlay .gc-modal{width:calc(100vw - 40px)}}.gc-gif-card__restriction_err{color:#e61f02}.gc-restriction__bottom_Err{margin-top:40px}.gc-redeem__wrapper{margin:30px 0}.gc-redeem__wrapper .gc-redeem__msg{margin-top:20px}.gc-redeem__wrapper .xps-animate-layout{--xps-animate-layout-border: 1px solid var(--gc-border-color, #949494);--xps-animate-layout-border-radius: var(--gc-border-radius, 8px);--xps-animate-layout-duration: 0.3s;--xps-animate-layout-easing: cubic-bezier(0.4, 0, 0.2, 1);margin-bottom:10px}.gc-redeem__wrapper .xps-animate-layout--initial--link{--xps-animate-layout-border: 0}.gc-redeem{--gc-redeem-gift-icon-size: 24px;--gc-redeem-header-gap: 10px;--gc-redeem-header-align-to-title: calc(var(--gc-redeem-gift-icon-size) + var(--gc-redeem-header-gap));display:-webkit-box;display:-ms-flexbox;display:flex;padding:25px 15px}@media(min-width: 768px){.gc-redeem{padding:24px}}.gc-redeem a{color:var(--gc-text-color-primary);text-decoration:underline;text-underline-offset:var(--gc-underline-offset, 4px)}.gc-redeem input[type=number]::-webkit-inner-spin-button,.gc-redeem input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.gc-redeem .gc-redeem__header{margin-bottom:20px}.gc-redeem .gc-redeem__header .gc-redeem__header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gc-redeem .gc-redeem__header .gc-redeem__header-content .gc-redeem__icon{-ms-flex-item-align:start;align-self:flex-start;width:var(--gc-redeem-gift-icon-size);height:var(--gc-redeem-gift-icon-size);margin-right:var(--gc-redeem-header-gap, 15px)}.gc-redeem .gc-redeem__header .gc-redeem__error-info{margin-top:10px;color:var(--gc-text-error-color, #e61f02)}.gc-redeem .gc-redeem__detail--col{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gc-redeem .gc-redeem__detail--row{display:inline-block}.gc-redeem .gc-redeem__detail--row .gc-redeem__detail--value{margin-left:5px}.gc-redeem .gc-redeem__detail--row:not(:last-child){padding-right:15px}.gc-redeem .gc-redeem__detail--row:not(:first-child){padding-left:15px;border-left:1px solid var(--gc-warm-gray-3, #cdc6be)}.gc-redeem .gc-redeem__detail--stacked .gc-redeem__detail--value{margin-left:5px}.gc-redeem .gc-redeem__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:30px}.gc-redeem .gc-redeem__actions .gc-redeem__submit-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.gc-redeem .gc-redeem__actions .gc-redeem__dismiss-btn{margin-top:30px}@media(min-width: 576px){.gc-redeem .gc-redeem__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gc-redeem .gc-redeem__actions .gc-redeem__submit-btn{max-width:275px}.gc-redeem .gc-redeem__actions .gc-redeem__dismiss-btn{margin-top:0;margin-left:25px}}.gc-redeem--initial{cursor:pointer}.gc-redeem--initial .gc-redeem__header{margin-bottom:0}.gc-redeem--initial-link{margin-top:10px;padding:0;text-decoration:underline;cursor:pointer;text-underline-offset:var(--gc-underline-offset, 4px)}.gc-redeem--initial-disabled{background-color:var(--gc-secondary-bg-color);cursor:default}.gc-redeem--initial-disabled .gc-redeem__header{margin-bottom:0;opacity:.4}.gc-redeem--expanded .gc-redeem__tooltip{margin-left:10px}.gc-redeem--expanded .gc-redeem__header-wrapper{width:100%}@media(min-width: 768px){.gc-redeem--expanded .gc-redeem__body{padding-left:var(--gc-redeem-header-align-to-title)}}.gc-redeem--expanded .gc-redeem__body .gc-redeem__content{--col-gap: calc(15px / 2);--row-gap: calc(15px / 2);--margin-bottom: 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin:calc(var(--row-gap)*-1) calc(var(--col-gap)*-1) calc(var(--row-gap)*-1 + var(--margin-bottom)) calc(var(--col-gap)*-1)}.gc-redeem--expanded .gc-redeem__body .gc-redeem__content>*{margin:var(--row-gap) var(--col-gap)}.gc-redeem--expanded .gc-redeem__body .gc-redeem__content .gc-input__wrapper{width:100%}.gc-redeem--expanded .gc-redeem__body .gc-redeem__content .gc-input__wrapper.gc-redeem__input-gc-card-number{max-width:min(290px,100%)}.gc-redeem--expanded .gc-redeem__body .gc-redeem__content .gc-input__wrapper.gc-redeem__input-gc-pin{max-width:min(160px,100%)}.gc-redeem--applied{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gc-redeem--applied .gc-redeem__header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:var(--gc-green, #4c8314)}.gc-redeem--applied .gc-redeem__dismiss-btn{margin-top:-12px;margin-left:var(--gc-redeem-header-gap, 15px)}.gc-redeem--applied .gc-redeem__details--applied{--col-gap: calc(40px / 2);--row-gap: calc(20px / 2);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--row-gap)*-1) calc(var(--col-gap)*-1)}.gc-redeem--applied .gc-redeem__details--applied>*{margin:var(--row-gap) var(--col-gap)}@media(min-width: 768px){.gc-redeem--applied .gc-redeem__details--applied{padding-left:var(--gc-redeem-header-align-to-title)}}.gc-redeem--applied .gc-alert{margin-top:20px}.gc-redeem--applied .gc-redeem__actions-container{margin-top:10px;padding-left:0}@media(min-width: 768px){.gc-redeem--applied .gc-redeem__actions-container{padding-left:var(--gc-redeem-header-align-to-title)}}.gc-redeem--summary{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gc-redeem.gc-redeem--summary{padding:0}.gc-redeem.gc-redeem--summary .gc-redeem__header{margin-bottom:10px}.gc-redeem .gc-cc-embed{margin-top:20px}.gc-tooltip{--gc-tooltip-bg-color: var(--gc-white, #fff);position:relative;height:auto}.gc-tooltip .gc-tooltip__content{position:absolute;z-index:1;width:215px;padding:var(--gc-tooltip-padding, 20px);background:var(--gc-tooltip-bg-color);border-radius:var(--gc-border-radius);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.1);box-shadow:0 4px 15px rgba(0,0,0,.1)}.gc-tooltip.gc-tooltip--bottom-center .gc-tooltip__content{position:absolute;bottom:calc(-1*var(--gc-target-height, 0));bottom:0;left:0;z-index:1;width:215px;padding:var(--gc-tooltip-padding, 20px);background:var(--gc-tooltip-bg-color);border-radius:var(--gc-border-radius);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.1);box-shadow:0 4px 15px rgba(0,0,0,.1);-webkit-transform:translate3d(calc(-50% + var(--gc-target-width) / 2), calc(100% + var(--gc-tooltip-arrow-size) + var(--gc-tooltip-spacing, 5px)), 0);transform:translate3d(calc(-50% + var(--gc-target-width) / 2), calc(100% + var(--gc-tooltip-arrow-size) + var(--gc-tooltip-spacing, 5px)), 0)}.gc-tooltip.gc-tooltip--bottom-center .gc-tooltip__content::before{position:absolute;top:0;left:50%;width:0;height:0;border-top:var(--gc-tooltip-arrow-size) solid rgba(0,0,0,0);border-right:var(--gc-tooltip-arrow-size) solid rgba(0,0,0,0);border-bottom:var(--gc-tooltip-arrow-size) solid var(--gc-tooltip-bg-color);border-left:var(--gc-tooltip-arrow-size) solid rgba(0,0,0,0);-webkit-transform:translate3d(-50%, calc(-1 * var(--gc-tooltip-padding)), 0);transform:translate3d(-50%, calc(-1 * var(--gc-tooltip-padding)), 0);content:""}.gc-tooltip.gc-tooltip--bottom-right{--gc-tooltip-extra-right-spacing: 20px}.gc-tooltip.gc-tooltip--bottom-right .gc-tooltip__content{position:absolute;bottom:0;left:0;z-index:1;width:215px;padding:var(--gc-tooltip-padding, 20px);background:var(--gc-tooltip-bg-color);border-radius:var(--gc-border-radius);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.1);box-shadow:0 4px 15px rgba(0,0,0,.1);-webkit-transform:translate3d(calc(-100% + var(--gc-target-width) + var(--gc-tooltip-spacing) + var(--gc-tooltip-extra-right-spacing)), calc(100% + var(--gc-tooltip-arrow-size) + var(--gc-tooltip-spacing, 5px)), 0);transform:translate3d(calc(-100% + var(--gc-target-width) + var(--gc-tooltip-spacing) + var(--gc-tooltip-extra-right-spacing)), calc(100% + var(--gc-tooltip-arrow-size) + var(--gc-tooltip-spacing, 5px)), 0)}.gc-tooltip.gc-tooltip--bottom-right .gc-tooltip__content::before{position:absolute;top:0;right:0;width:0;height:0;border-top:var(--gc-tooltip-arrow-size) solid rgba(0,0,0,0);border-right:var(--gc-tooltip-arrow-size) solid rgba(0,0,0,0);border-bottom:var(--gc-tooltip-arrow-size) solid var(--gc-tooltip-bg-color, #fff);border-left:var(--gc-tooltip-arrow-size) solid rgba(0,0,0,0);-webkit-transform:translate3d(calc(var(--gc-tooltip-arrow-size) / 2 - var(--gc-tooltip-extra-right-spacing) * 1.5), calc(-1 * var(--gc-tooltip-padding)), 0);transform:translate3d(calc(var(--gc-tooltip-arrow-size) / 2 - var(--gc-tooltip-extra-right-spacing) * 1.5), calc(-1 * var(--gc-tooltip-padding)), 0);content:""}.gc-alert{padding:6px 15px;border-radius:var(--gc-border-radius, 8px)}.gc-cart-bundle-summary{position:relative;color:var(--gc-text-color-primary);padding:0}.gc-cart-bundle-summary__thumnail_title{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--gc-font-secondary)}.gc-cart-bundle-summary__thumnail_title .gc-cart-bundle-summary__thumbnail{width:100%;min-width:70px;max-width:90px;max-height:90px;margin-right:20px;overflow:hidden;border-radius:var(--gc-border-radius)}.gc-cart-bundle-summary__thumnail_title .gc-cart-bundle-summary__thumbnail a{display:block}.gc-cart-bundle-summary__thumnail_title .gc-cart-bundle-summary__thumbnail img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 576px){.gc-cart-bundle-summary__thumnail_title .gc-cart-bundle-summary__thumbnail{max-width:125px;height:125px}}.gc-cart-bundle-summary__title--desktop{display:none}@media(min-width: 768px){.gc-cart-bundle-summary__title--desktop{display:block;margin-bottom:10px}}.gc-cart-bundle-summary__title--mobile{margin-bottom:12px;padding-right:20px}@media(min-width: 768px){.gc-cart-bundle-summary__title--mobile{display:none}}.gc-cart-bundle-summary__price{font-family:var(--gc-font-secondary)}.gc-cart-bundle-summary__price--mobile{font-family:var(--gc-font-secondary)}@media(min-width: 768px){.gc-cart-bundle-summary__price--mobile{display:none}}.gc-cart-bundle-summary__quantity{display:none;font-family:var(--gc-font-secondary)}.gc-cart-bundle-summary__quantity--mobile{display:block;font-family:var(--gc-font-secondary)}@media(min-width: 768px){.gc-cart-bundle-summary__quantity--mobile{display:none}}@media(min-width: 768px){.gc-cart-bundle-summary__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}}@media(min-width: 768px){.gc-cart-bundle-summary__total.review{padding-right:0}}.gc-cart-bundle-summary__total{width:100%;display:none;text-align:right;font-family:var(--gc-font-secondary)}@media(min-width: 768px){.gc-cart-bundle-summary__total{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.gc-cart-bundle-summary__total--mobile{font-family:var(--gc-font-secondary)}.gc-cart-bundle-summary__total--mobile--label{font-family:var(--gc-font-secondary)}.gc-cart-bundle-summary__total--mobile--amount{font-family:var(--gc-font-secondary)}@media(min-width: 768px){.gc-cart-bundle-summary__total--mobile{display:none}}@media(min-width: 768px){.gc-cart-bundle-summary>.row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gc-cart-bundle-summary>.row.no-gutters>[class*=col-]:first-child{padding-right:0;padding-left:0}.gc-cart-bundle-summary>.row.no-gutters>[class*=col-]:last-child{padding:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.gc-cart-bundle-summary>.row.no-gutters>[class*=col-].review{padding-right:0;display:block}.gc-cart-bundle-summary .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}}.gc-cart-bundle-summary .col-xs-4{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}@media(min-width: 768px){.gc-cart-bundle-summary .col-xs-4{max-width:100%}}.gc-cart-bundle-summary>.row:first-child{padding-right:0px}.gc-cart-bundle-summary>.row:first-child:last-child{padding-right:0px;display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 768px){.order-confirmation .cart__table .gc-line-item-wrapper.review .gc-cart-bundle-summary .row.no-gutters>[class*=col-].review{padding-right:10px}.order-confirmation .cart__table .gc-line-item-wrapper.review .gc-cart-bundle-summary>.row:first-child{padding-right:25px}.order-confirmation .cart__table .gc-line-item-wrapper.review .gc-cart-bundle-summary>.row:first-child.no-gutters>[class*=col-]:last-child{padding-right:10px}}@media(min-width: 992px){.products-order .col-sm-hide,.products-order .sm-up,.products-order .md-up{display:none}.products-order .gc-cart-bundle-summary__thumnail_title .gc-cart-bundle-summary__thumbnail{max-width:90px;max-height:90px}.products-order .gc-cart-bundle-summary__title--desktop{display:none}.products-order .gc-cart-bundle-summary__title--mobile{display:block;margin-bottom:0px;padding-right:20px}.products-order .gc-cart-bundle-summary__quantity{display:none}.products-order .gc-cart-bundle-summary__quantity--mobile{font-family:var(--gc-font-secondary);display:block;margin:0}.products-order .gc-cart-bundle-summary__price--mobile{display:block;font-family:var(--gc-font-secondary)}.products-order .gc-cart-bundle-summary__total{display:none}.products-order .gc-cart-bundle-summary__total--mobile{font-family:var(--gc-font-secondary);display:block;margin:0}.products-order .gc-cart-bundle-summary__total--mobile--label{font-family:var(--gc-font-secondary)}.products-order .gc-cart-bundle-summary__total--mobile--amount{font-family:var(--gc-font-secondary)}.products-order .gc-cart-bundle-summary>.row{padding-right:0}.products-order .gc-cart-bundle-summary>.row .flex-direction-column.review{display:none}.products-order .gc-cart-bundle-summary>.row.no-gutters>[class*=col-]{padding:0}}.gc-line-item-wrapper .my-40:last-child{display:none}.gc-cart-bundle-summary__remove.hide-mobile{position:static;line-height:30px;right:0;padding-left:20px}@media(max-width: 768px){.gc-cart-bundle-summary__remove.hide-mobile{display:none}}@media(min-width: 768px){.gc-cart-bundle-summary__remove.hide-mobile{display:inline}}.gc-cart-bundle-summary__remove.hide-desktop{position:absolute;line-height:30px;right:0}@media(min-width: 768px){.gc-cart-bundle-summary__remove.hide-desktop{display:none}}.gc-overlay-remove-product{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:Rgba(0, 0, 0, 0.5)}@media(min-width: 768px){.gc-overlay-remove-product{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.gc-modal-remove-product{width:100%;overflow-y:auto}.gc-modal-remove-product__container{position:relative;background-color:var(--gc-white);max-width:500px;margin:auto;padding:50px 30px}@media(min-width: 768px){.gc-modal-remove-product__container{padding:50px}}.gc-modal-remove-product__container__header{margin-bottom:20px}.gc-modal-remove-product__container__header__title{font-family:var(--gc-font-primary)}.gc-modal-remove-product__container__header__close-icon{position:absolute;top:20px;right:20px}@media(min-width: 768px){.gc-modal-remove-product__container__header__close-icon{top:40px;right:40px}}.gc-modal-remove-product__container__content{margin-bottom:30px}.gc-modal-remove-product__container__content .xps-text{display:inline}.gc-modal-remove-product__container__footer .react-flex{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.gc-modal-remove-product__container__footer__cancelBtn{width:50%;padding:12px 36px;background-color:var(--gc-white);color:var(--gc-button-amount-bg-color)}.gc-modal-remove-product__container__footer__cancelBtn:hover{color:var(--gc-white);background-color:var(--gc-button-amount-bg-color)}.gc-modal-remove-product__container__footer__removeBtn{width:50%;padding:12px 36px;color:var(--gc-white);background-color:var(--gc-button-amount-bg-color)}.gc-modal-remove-product__container__footer__removeBtn:hover{background-color:var(--gc-white);color:var(--gc-button-amount-bg-color)}.gc-config,.gc-modal-overlay{--gc-font-primary: "Archer-Ssm", sans-serif;--gc-font-secondary: "Helvetica-Neue", Arial, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--gc-font-xs: 12px;--gc-font-sm: 14px;--gc-font-md: 16px;--gc-font-lg: 18px;--gc-border-radius: 8px;--gc-btn-border-radius: 50px;--gc-btn-border-width: 2px;--gc-btn-padding: 10px 20px;--gc-breakpoint: 768px;--gc-underline-offset: 4px;--gc-white: #fff;--gc-green: #4c8314;--gc-purple: #421540;--gc-red: #e61f02;--gc-grey: #d0d0d0;--gc-brev-black: #313638;--gc-black: #221f20;--gc-warm-gray-1: #7d7875;--gc-warm-gray-2: #a6a09b;--gc-warm-gray-3: #cdc6be;--gc-warm-gray-6: #f7f3ee;--gc-gainsboro: #e2e2e2;--gc-scarlet: #e61f02;--gc-shade-1: #717578;--gc-shade-4: #e2e2e2;--gc-shade-6: #f8f8f8;--gc-border-color: #949494;--gc-opacity-light: 0.5;--gc-opacity-dark: 1;--gc-animation-enter: gc-fade-in 0.15s ease-in forwards;--gc-color-primary: var(--gc-black);--gc-secondary-bg-color: var(--gc-warm-gray-6);--gc-text-color-primary: var(--gc-black);--gc-text-color-secondary: var(--gc-warm-gray-1);--gc-input-border-color: var(--gc-warm-gray-2);--gc-button-border-color: var(--gc-black);--gc-button-amount-bg-color: var(--gc-black);--gc-cart-border-color: var(--gc-warm-gray-3);--gc-alert-info-bg-color: transparent;--gc-alert-warning-bg-color: var(--gc-shade-6);--gc-text-error-color: var(--gc-red)}.gc-checkout__shipping--common-msg{margin-bottom:50px}.gc-checkout__shipping--common-msg-smry{max-width:100%}.gc-checkout__shipping--common-msg-wrapper{margin-top:20px;padding:5px 5px 5px 15px;background-color:var(--gc-shade-6);border-radius:var(--gc-border-radius);margin-bottom:35px}.gc-checkout__shipping--common-msg-smry{width:280px;margin-top:20px}.gc-what-happens-next__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.gc-what-happens-next__wrapper .gc-what-happens-next__icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:0}.gc-what-happens-next__wrapper.topSpace{margin-top:20px}.gc-cart__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gc-cart__summary:not(:last-child){margin-bottom:15px}.gc-cart__summary .gc-cart-summary__price{color:var(--gc-green)}.gc-cart__summary.gc-cart__summary--v2{color:var(--gc-green);margin-bottom:8px !important}.cart-modal-alert__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3001;min-height:100vh;overflow-y:scroll;background-color:rgba(0,0,0,.3)}@media(min-width: 768px){.cart-modal-alert__modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.cart-modal-alert__modal .modal{position:relative;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:540px;max-height:calc(100vh - env(safe-area-inset-bottom))}@media(min-width: 768px){.cart-modal-alert__modal .modal{width:calc(100vw - 40px)}}.cart-modal-alert__modal .modal:focus-visible{outline:none}.cart-modal-alert__modal .modal>div{padding:32px;background-color:#fff}@media(min-width: 768px){.cart-modal-alert__modal .modal>div{padding:50px}}.cart-modal-alert__modal .modal .modal__content .modal__header .modal__title{margin:0}.cart-modal-alert__modal .modal .modal__content .modal__body{margin:40px 0}@media(min-width: 768px){.cart-modal-alert__modal .modal .modal__content .modal__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.cart-modal-alert__modal .modal .modal__content .modal__body .cart-modal-alert__field{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:16px}.cart-modal-alert__modal .modal .modal__content .modal__body .cart-modal-alert__field--richtext{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.cart-modal-alert__modal .modal .modal__content .modal__body .cart-modal-alert__field--richtext ul{list-style:disc;margin-left:30px}.cart-modal-alert__modal .modal .modal__content .modal__body .cart-modal-alert__button{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:40px}.cart-modal-alert__modal .modal .modal__close-btn{--btn-size: 24px;--btn-distance-to-corner: 20px;position:absolute;top:var(--btn-distance-to-corner);right:var(--btn-distance-to-corner);padding:0}.cart-header__title{margin-top:20px;margin-bottom:30px}@media(min-width: 768px){.cart-header__title{margin-top:60px;margin-bottom:40px}}.cart-table-header{padding:0 0 15px;color:var(--bof-text-color-secondary, #746E6A);border-bottom:1px solid var(--bof-text-color-secondary, #746E6A)}@media(min-width: 992px){.cart-table-header{margin-bottom:20px}}.cart-table-header__title{margin:0}.cart-table-header__title.text-right{width:100%;text-align:right;padding-right:35px}.cart-table-header.readonly .text-right{padding-right:0}.cart{margin-bottom:50px}.cart__grid{max-width:1135px;margin-bottom:120px;padding:0}.cart__empty{padding-top:300px;text-align:center}@media(min-width: 1200px){.cart__table{margin-bottom:0}}.cart__summary{position:sticky;top:12px;margin-top:40px;color:var(--bof-text-color-primary, #221f20)}@media(min-width: 992px){.cart__summary{margin-top:0}}.cart__register{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.cart__bundle{margin:30px 0;padding-bottom:30px;border-bottom:1px solid var(--bof-seperator-color, #b9b0ab)}.cmp-cart-widget{margin-bottom:120px}.cmp-cart-widget .cmp-cart-widget__alert{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.cmp-cart-widget .cmp-cart-widget__out-of-stock__remove{display:block;margin:0;padding:0;color:var(--bof-text-color-error, #e61f02);background:rgba(0,0,0,0);border:unset}@media(min-width: 768px){.cmp-cart-widget .cmp-cart-widget__out-of-stock__remove{display:inline-block;padding-left:5px}}.cmp-cart-widget .cmp-cart-widget__out-of-stock__remove .xps-text{text-decoration:underline;text-underline-offset:5px}.cart-widget-skeleton{margin:60px auto}.cart-widget-skeleton__left .skeleton-loader-wrapper:last-child{margin-top:20px}.cart-widget-skeleton__right.col-lg-4{margin-top:20px}@media(min-width: 992px){.cart-widget-skeleton__right.col-lg-4{margin-top:0;padding-left:60px}}.cart-widget-skeleton .loading-skeleton{border-radius:16px}@media(min-width: 768px){.cart__table:not(.readonly) .cart-bundle-summary>.row:first-child{padding-right:35px}.cart__table:not(.readonly) .cart-bundle-summary>.row:first-child.no-gutters>[class*=col-]:last-child{padding-right:12px}.cart__table:not(.readonly) .coffee-bundle-breakdown-product.row{padding-right:35px}.cart__table:not(.readonly) .coffee-bundle-breakdown-product.row.no-gutters>[class*=col-]:last-child{padding-right:12px}.cart__table:not(.readonly) .cmp-cart-subscription-summary{padding-right:20px}.cart__table:not(.readonly) .cmp-cart-subscription-summary__meta{margin-right:12px}.cart__table:not(.readonly) .free-bundle-promo{padding-right:32px}.cart__table:not(.readonly) .extended-warranty-card{padding-right:35px}.cart__table:not(.readonly) .extended-warranty-card.no-gutters>[class*=col-]:last-child{padding-right:12px}}.cart__table .gc-cart-bundle-summary__remove svg{width:13px;height:13px}.cmp-cart-item-detail__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-cart-item-detail__items>strong{padding-left:4px}.cmp-cart-item-detail__items-info{margin:12px 0}.cmp-cart-item-detail__items-barista strong{margin-left:5px}.cmp-cart-item-detail__shipping-detail{margin-top:12px;color:var(--bof-text-color-secondary, #746e6a)}.item-edit-modal{width:100%;max-height:100%;color:var(--bof-btn-secondary-text-color, #221f20);background:var(--bof-bg-color-primary, white);overflow:auto}@media(min-width: 768px){.item-edit-modal{width:555px}}.item-edit-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--bof-modal-overlay-bg-color, rgba(0, 0, 0, 0.7))}@media(min-width: 768px){.item-edit-modal__overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.item-edit-modal__remove-btn{position:absolute;top:20px;right:20px;background:rgba(0,0,0,0);border:unset;cursor:pointer}.item-edit-modal__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:initial;flex-wrap:initial;max-height:100%;padding:40px 20px;overflow-x:auto}@media(min-width: 768px){.item-edit-modal__content{padding:48px}}.item-edit-modal__content__item{margin-bottom:28px}.item-edit-modal__content__item__headline{margin-bottom:8px}.item-edit-modal__content .beanz-options{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:var(--bof-border-radius, 8px);outline:1px solid var(--bof-btn-primary-bg-color, #221f20)}.item-edit-modal__content .beanz-options button:focus,.item-edit-modal__content .beanz-options button:focus-within,.item-edit-modal__content .beanz-options button:focus-visible,.item-edit-modal__content .beanz-options a:focus,.item-edit-modal__content .beanz-options a:focus-within,.item-edit-modal__content .beanz-options a:focus-visible{outline:thin dashed #313638;outline-offset:-2px}.item-edit-modal__content .beanz-option{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding:14px;color:var(--bof-btn-secondary-text-color, #221f20);text-align:center;background:var(--bof-btn-secondary-bg-color, #fff);border:unset;cursor:pointer;border-radius:0;-webkit-transition:all .2s;transition:all .2s}.item-edit-modal__content .beanz-option:not(.item-edit-modal__content .beanz-option:last-child){border-right:1px solid var(--bof-btn-primary-bg-color, #221f20)}.item-edit-modal__content .beanz-option--active,.item-edit-modal__content .beanz-option:hover{color:var(--bof-btn-secondary-bg-color, #fff);text-shadow:1px 0 0 currentColor;background:var(--bof-btn-secondary-text-color, #221f20)}.item-edit-modal__content .beanz-options-ground .beanz-option-ground{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:33.3333333333%;padding:4px}.item-edit-modal__content .beanz-options-ground .beanz-option-ground:nth-of-type(3n + 1),.item-edit-modal__content .beanz-options-ground .beanz-option-ground:first-of-type{padding-left:0}.item-edit-modal__content .beanz-options-ground .beanz-option-ground:nth-of-type(3n){padding-right:0}.item-edit-modal__content .beanz-options-ground .beanz-option-ground .beanz-option{font-weight:400;font-size:14px;font-family:"Helvetica-Neue";font-style:normal;line-height:24px;padding:4px 0;background-color:var(--bof-bg-color-primary, white);color:var(--bof-btn-secondary-text-color, #221f20);width:100%;border-radius:var(--bof-border-radius, 8px);outline:none;border:1px solid var(--bof-btn-secondary-text-color, #221f20);cursor:pointer;-webkit-transition:background-color 250ms linear;transition:background-color 250ms linear}.item-edit-modal__content .beanz-options-ground .beanz-option-ground .beanz-option--active,.item-edit-modal__content .beanz-options-ground .beanz-option-ground .beanz-option:hover{background-color:var(--bof-btn-secondary-text-color, #221f20);color:var(--bof-bg-color-primary, white)}.item-edit-modal__content .beanz-options-ground .beanz-option-ground .beanz-option--active .option__text,.item-edit-modal__content .beanz-options-ground .beanz-option-ground .beanz-option:hover .option__text{font-weight:bold}@media(min-width: 768px){.item-edit-modal__content .beanz-options-ground .beanz-option-ground .beanz-option{font-weight:400;font-size:14px;font-family:"Helvetica-Neue";font-style:normal;line-height:24px}}.item-edit-modal__content__calculation{margin-bottom:28px;color:var(--bof-text-color-secondary, #746e6a)}.item-edit-modal__content__calculation>span{font-weight:bold}.item-edit-modal__content__total{margin-bottom:40px;color:var(--bof-text-color-secondary, #746e6a)}.item-edit-modal__content__total .bold{font-size:28px;line-height:32px}.item-edit-modal__content__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 576px){.item-edit-modal__content__button-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.item-edit-modal__content__btn{margin:0 10px;padding:12px 36px;border:2px solid var(--bof-btn-primary-bg-color, #221f20);border-radius:var(--bof-btn-border-radius, 50px);cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.item-edit-modal__content__btn:last-child{margin-top:20px}@media(min-width: 576px){.item-edit-modal__content__btn:last-child{margin-top:0}}.item-edit-modal__content__btn.btn-cancel,.item-edit-modal__content__btn.btn-update:hover{color:var(--bof-btn-secondary-text-color, #221f20);background-color:var(--bof-btn-secondary-bg-color, #fff)}.item-edit-modal__content__btn.btn-update,.item-edit-modal__content__btn.btn-cancel:hover{color:var(--bof-btn-secondary-bg-color, #fff);background-color:var(--bof-btn-secondary-text-color, #221f20)}.cmp-item-edit{margin-top:12px;color:var(--bof-text-color-primary, #221f20)}@media(min-width: 768px){.cmp-item-edit{margin-top:0}}.cmp-item-edit__button-edit{padding:0;background:none;border:unset;cursor:pointer}.cmp-item-edit__button-edit .xps-text{text-decoration:underline;text-underline-offset:5px}.rm-product-modal{width:100%;max-height:100%;color:var(--bof-btn-secondary-text-color, #221f20);background:var(--bof-bg-color-primary, white)}@media(min-width: 768px){.rm-product-modal{width:440px}}.rm-product-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--bof-modal-overlay-bg-color, rgba(0, 0, 0, 0.7))}@media(min-width: 768px){.rm-product-modal__overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.rm-product-modal__content{position:relative;padding:20px}@media(min-width: 768px){.rm-product-modal__content{padding:48px}}.rm-product-modal__content__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:32px}@media(768px){.rm-product-modal__content__header{margin-bottom:40px}}.rm-product-modal__content__header-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;background:rgba(0,0,0,0);border:unset;cursor:pointer}@media(min-width: 768px){.rm-product-modal__content__header-btn{margin-top:-28px;margin-right:-28px}}@media(min-width: 768px){.rm-product-modal__content__header-text{margin-top:28px}}.rm-product-modal__content__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:32px}@media(min-width: 576px){.rm-product-modal__content__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:40px}}.rm-product-modal__content__footer__btn{margin:0 10px;padding:12px 36px;border:2px solid var(--bof-btn-primary-bg-color, #221f20);border-radius:var(--bof-btn-border-radius, 50px);cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.rm-product-modal__content__footer__btn:last-child{margin-top:20px}@media(min-width: 576px){.rm-product-modal__content__footer__btn:last-child{margin-top:0}}.rm-product-modal__content__footer__btn.btn-cancel,.rm-product-modal__content__footer__btn.btn-remove:hover{color:var(--bof-btn-secondary-text-color, #221f20);background-color:var(--bof-btn-secondary-bg-color, #fff)}.rm-product-modal__content__footer__btn.btn-remove,.rm-product-modal__content__footer__btn.btn-cancel:hover{color:var(--bof-btn-secondary-bg-color, #fff);background-color:var(--bof-btn-secondary-text-color, #221f20)}.cmp-item-remove{position:absolute;top:0;right:0;padding-left:20px;line-height:1.5rem}@media(min-width: 768px){.cmp-item-remove{position:static}}.cmp-item-remove__button-remove{display:-webkit-box;display:-ms-flexbox;display:flex;margin:5px 0 0;background:none;border:unset;cursor:pointer}.cmp-item-name-detail{color:var(--bof-text-color-primary, #221F20)}.cmp-item-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:28px}.cmp-item-tile__img img{-o-object-fit:contain;object-fit:contain}.cmp-item-tile__name{margin-left:20px}.cmp-item-tile__name .xps-text:last-child{margin-top:8px}.cmp-cart-order-item-detail{padding-bottom:25px}.cmp-cart-order-item-detail__item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cmp-cart-order-summary{margin-bottom:25px;padding:25px;color:var(--bof-text-color-primary, #221f20);background:var(--bof-bg-color-secondary, #f7f3ed);border-radius:calc(var(--bof-border-radius, 8px)*2)}@media(min-width: 992px){.cmp-cart-order-summary{margin-left:60px}}.cmp-cart-order-summary .horizontal-line{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid var(--bof-seperator-color, #b9b0ab)}.cmp-cart-order-summary .cmp-cart-order-summary__detail{padding-top:25px;padding-bottom:25px;border-top:1px solid var(--bof-seperator-color, #b9b0ab)}.cmp-cart-order-summary .cmp-cart-order-summary__detail__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cmp-cart-order-summary .cmp-cart-order-summary__detail__item:not(.cmp-cart-order-summary .cmp-cart-order-summary__detail__item:last-of-type){margin-bottom:15px}.cmp-cart-order-summary .cmp-cart-order-summary__detail__item:not(.cmp-cart-order-summary .cmp-cart-order-summary__detail__item:last-of-type).no-margin{margin-bottom:0}.cmp-cart-order-summary .cmp-cart-order-summary__detail__item.right-align{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.cmp-cart-order-summary .cmp-cart-order-summary__detail__discount{margin-bottom:15px;padding-top:4px}.cmp-cart-order-summary__promo-code{padding-bottom:22px}.cmp-cart-order-summary .cmp-cart-order-summary__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:0}.cmp-cart-order-summary .cmp-cart-button{width:100%;padding-top:12px;padding-bottom:12px;color:var(--bof-btn-secondary-text-color, #221f20);background:rgba(0,0,0,0);border:1px solid var(--bof-btn-secondary-border-color, #221f20);border-radius:var(--bof-btn-border-radius, 50px);cursor:pointer}.cmp-cart-order-summary .cmp-cart-button.btn--black{color:var(--bof-btn-primary-text-color, #fff);background:var(--bof-btn-primary-bg-color, #221f20)}.cmp-cart-order-summary .cmp-cart-button:disabled{color:var(--bof-btn-disabled-text-color, #fff);background:var(--bof-btn-disabled-bg-color, #b9b0ab)}.cmp-cart-order-summary .cmp-cart-button:not(.cmp-cart-order-summary .cmp-cart-button:last-child){margin-bottom:25px}.cmp-cart-order-summary .cmp-cart-button__subscription{margin-top:0;margin-bottom:25px}.order-summary-skeleton{margin-bottom:40px;margin-left:60px}@media(min-width: 992px){.order-summary-skeleton{margin-left:60px}}@media(min-width: 992px){.order-summary-skeleton{margin-left:60px}}.order-summary-skeleton .loading-skeleton{border-radius:var(--bof-border-radius, 8px)}.cmp-cart-pay-with-widget{max-width:210px;margin:auto}@media(min-width: 992px){.cmp-cart-pay-with-widget{padding-left:60px;max-width:270px}}.cmp-cart-pay-with-widget__title{margin-bottom:20px;text-align:center}.cmp-cart-pay-with-widget__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;grid-gap:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.cmp-cart-order-summary-promo-code .form-group{position:relative}.cmp-cart-order-summary-promo-code__input-wrapper{position:relative}.cmp-cart-order-summary-promo-code__label{display:block;margin-bottom:4px}.cmp-cart-order-summary-promo-code__link{border:unset;background-color:rgba(0,0,0,0);cursor:pointer}.cmp-cart-order-summary-promo-code__link .xps-text{display:inline-block;text-decoration:underline;text-underline-offset:5px}.cmp-cart-order-summary-promo-code__code-input{padding:12px 20px;border:1px solid var(--bof-input-border-color, #B9B0AB);border-radius:var(--bof-border-radius, 8px);width:100%}.cmp-cart-order-summary-promo-code__apply{position:absolute;right:20px;bottom:10px;border:unset;background:rgba(0,0,0,0);cursor:pointer}.cmp-cart-order-summary-promo-code__apply_btn{text-decoration:underline;text-underline-offset:4px;color:var(--bof-text-color-primary, #221f20)}.cmp-cart-order-summary-promo-code__remove{position:absolute;top:0;right:0;padding:0}.cmp-cart-order-summary-promo-code:focus .cmp-cart-order-summary-promo-code__apply{color:var(--bof-color-error, #e61402)}.cmp-cart-order-summary-promo-code .form-error{margin-top:20px;margin-bottom:0;color:var(--bof-color-error, #e61402)}.cmp-cart-order-item-discount__detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:4px;color:#007a31}.cmp-cart-order-item-discount__detail .xps-text-p3,.cmp-cart-order-item-discount__detail .auth.sign-in .sign-in--forgot-password span,.auth.sign-in .sign-in--forgot-password .cmp-cart-order-item-discount__detail span,.cmp-cart-order-item-discount__detail .order-summary__applied-promo .order-summary__remove-promo span,.order-summary__applied-promo .order-summary__remove-promo .cmp-cart-order-item-discount__detail span,.cmp-cart-order-item-discount__detail .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .cmp-cart-order-item-discount__detail .hw-label,.cmp-cart-order-item-discount__detail .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .cmp-cart-order-item-discount__detail .hw-input~.hw-error-message,.cmp-cart-order-item-discount__detail .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .cmp-cart-order-item-discount__detail .hw-select~.hw-error-message,.cmp-cart-order-item-discount__detail .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .cmp-cart-order-item-discount__detail .hw-date~.hw-error-message,.cmp-cart-order-item-discount__detail .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .cmp-cart-order-item-discount__detail .hw-date-container~.hw-error-message,.cmp-cart-order-item-discount__detail .hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .cmp-cart-order-item-discount__detail .hw-form-group::before,.cmp-cart-order-item-discount__detail .footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .cmp-cart-order-item-discount__detail .list__list-item-link,.cmp-cart-order-item-discount__detail .gc-textarea__wrapper .gc-textarea,.gc-textarea__wrapper .cmp-cart-order-item-discount__detail .gc-textarea{-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-cart-order-item-discount__detail .xps-text-p3-bold,.cmp-cart-order-item-discount__detail .auth.create-account .create-account-checkout--email .xps-text,.auth.create-account .create-account-checkout--email .cmp-cart-order-item-discount__detail .xps-text,.cmp-cart-order-item-discount__detail .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .cmp-cart-order-item-discount__detail .xps-text,.cmp-cart-order-item-discount__detail .tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.tabSection .tabSection-wrapper .scrollable-tabs .cmp-cart-order-item-discount__detail .xps-text-p4-bold,.cmp-cart-order-item-discount__detail .footer .footer-inner .footer-body .footer-body__links .accordion__trigger,.footer .footer-inner .footer-body .footer-body__links .cmp-cart-order-item-discount__detail .accordion__trigger{color:#509e00;display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-cart-order-item-discount__remove{padding:0;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.cmp-cart-order-item-discount__remove-btn{margin-top:0;text-decoration:underline;text-underline-offset:3px}.cmp-out-of-stock{display:block;width:100%;margin:0 0 20px;padding:12px 16px;color:var(--bof-text-color-error, #e61f02);background:var(--bof-bg-color-error, rgba(230, 31, 2, 0.05));border-radius:var(--bof-border-radius, 8px)}.line-item-bz{position:relative;margin:30px 0;padding:0 0 30px;color:var(--bof-text-color-primary, #221f20);border-bottom:1px solid var(--bof-seperator-color, #b9b0ab)}.line-item-bz:last-of-type{margin-bottom:40px}.line-item-bz__ofs.cmp-out-of-stock{width:auto;margin:-4px 0 20px;margin-right:30px;padding:8px 16px}@media(min-width: 576px){.line-item-bz__ofs.cmp-out-of-stock{width:100%;margin:-20px 0 20px;margin-right:0}}.line-item-bz__info{display:-webkit-box;display:-ms-flexbox;display:flex}.line-item-bz__quantity--red{color:var(--bof-text-color-error, #e61f02)}.line-item-bz__quantity-exceeded{margin-top:5px;color:var(--bof-text-color-error, #e61f02)}.line-item-bz__quantity-updated{margin-top:5px;color:var(--sg-alert-main-caution, #d35b17)}.line-item-bz__image{width:100%;min-width:70px;max-width:90px;margin-right:20px}.line-item-bz__image a{cursor:pointer}.line-item-bz__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 576px){.line-item-bz__image{max-width:125px}}.line-item-bz__details{padding-right:20px}.line-item-bz__total-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.line-item-bz__alert{width:100%;margin-bottom:40px}@media(min-width: 768px){.line-item-bz__mobile{display:none}}.line-item-bz__mobile--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.line-item-bz__mobile--quantity-exeeded{width:100%;padding:8px 0;color:var(--bof-text-color-error, #e61f02)}.line-item-bz__mobile--right{margin-left:2px}.line-item-bz .xps-text-p2,.line-item-bz .xps__input,.line-item-bz .auth.create-account .create-account-checkout--email .xps__input,.auth.create-account .create-account-checkout--email .line-item-bz .xps__input,.line-item-bz .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .line-item-bz .xps__input,.line-item-bz .phone-input-container,.line-item-bz .phone-input-container input.phone-input,.phone-input-container .line-item-bz input.phone-input,.line-item-bz .xps-dropdown__select,.line-item-bz .xps-datepicker .dialog-sheet,.xps-datepicker .line-item-bz .dialog-sheet,.line-item-bz .productRegistration__text .xps-component__input,.productRegistration__text .line-item-bz .xps-component__input,.line-item-bz .productRegistration__form--serialno .xps-component__input,.productRegistration__form--serialno .line-item-bz .xps-component__input,.line-item-bz .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .line-item-bz .hw-select,.line-item-bz .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .line-item-bz .hw-date,.line-item-bz .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .line-item-bz .hw-input,.line-item-bz .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .line-item-bz .hw-group>legend::after,.line-item-bz .ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .line-item-bz .form-control{font-size:.875rem !important}.line-item-bz .cmp-item-edit__button-edit{color:var(--bof-btn-secondary-text-color, #221f20)}.line-item-bz .cmp-item-remove__button-remove svg{width:13px;height:13px}.line-item-bz .cmp-item-remove__button-remove svg{width:13px;height:13px}.payment-section{border:unset;margin-top:20px}.payment-section .accordion-item .accordion-item__header{font-family:"Archer SSm";font-style:normal;font-weight:400;color:#221f20}.payment-section .accordion-item .payment-selection{font-family:"Helvetica-Neue",sans-serif}.payment-section .accordion-item .payment-selection .rc-collapse{background:none;border:unset;border-radius:0}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item{margin-bottom:15px;padding:0 0px 0 20px;border:1px solid #949494;border-radius:10px}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.accordion__payment-panel:focus,.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.accordion__payment-panel:focus-within,.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.accordion__payment-panel:focus-visible{outline:thin dashed #313638 !important;outline-offset:-2px}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin-right:0;margin-left:-20px;padding:10px 20px 20px 20px;color:#221f20;outline:none;font-weight:700}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header::before{position:absolute;top:25px;left:20px;width:20px;height:20px;margin:auto;border:2px solid #221f20;border-radius:50%;content:""}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{margin:10px 10px 0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;height:33px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{position:relative;display:inline-block;margin:10px 0 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image{position:relative;display:inline-block;margin-right:16px;width:40px;height:28px}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image:last-child{margin-right:0}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image span{position:unset !important;height:28px !important}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra .card-type .cmp-image span img{-o-object-fit:cover;object-fit:cover}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .adyen-checkout__label__text{font-size:14px;line-height:24px}[dir=rtl] .payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .adyen-checkout__card__holderName:first-child .adyen-checkout__input-wrapper .adyen-checkout-input__inline-validation{right:auto;left:14px}[dir=rtl] .payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .adyen-checkout__input-wrapper .adyen-checkout-input__inline-validation{right:14px;left:auto}[dir=rtl] .payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .adyen-checkout__input-wrapper .adyen-checkout__input img{left:auto;right:10px;margin-right:auto;margin-left:7px}[dir=rtl] .payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .adyen-checkout__input-wrapper .adyen-checkout__card__cvc__hint__wrapper,[dir=rtl] .payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .adyen-checkout__input-wrapper .adyen-checkout__field__exp-date_hint_wrapper{left:auto;right:0}[dir=rtl] .payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item .adyen-checkout__input-wrapper .adyen-checkout__field__exp-date_hint{margin:0 10px 0 0}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active{border:solid 3px #221f20}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header .show-on-expanded{display:inline-block}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{border-color:#221f20}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{position:absolute;top:31px;left:26px;width:8px;height:8px;margin:auto;background-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23C95100'/%3E%3C/svg%3E");background-repeat:no-repeat;content:""}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{border-radius:10px;padding:0}@media(min-width: 576px){.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content{padding:0 30px}}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type{margin-top:20px}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image{position:relative;display:inline-block;margin-right:8px;width:40px;height:28px}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image span{position:unset !important;height:28px !important}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-content .card-type .cmp-image span img{-o-object-fit:cover;object-fit:cover}.payment-section .accordion-item .payment-selection .rc-collapse .rc-collapse-item.accordion__suppress-expand .rc-collapse-content{display:none}.shipping-section{border:unset;margin-top:40px;color:var(--sg-primary-ramp-1)}.shipping-section .shipping-section--title{margin-bottom:24px}.shipping-section .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.shipping-section .rc-collapse:last-child{margin-bottom:unset}.shipping-section .rc-collapse .rc-collapse-item{padding:0;background-color:var(--sg-secondary-ramp-1);border-radius:16px;border:1px solid var(--sg-primary-ramp-1);margin-bottom:16px}.shipping-section .rc-collapse .rc-collapse-item:last-child{margin-bottom:unset}.shipping-section .rc-collapse .rc-collapse-item.rc-collapse-item-active{border-width:3px}.shipping-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.shipping-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header{margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1);padding:24px}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-content{display:none}.shipping-section .rc-collapse .rc-collapse-item:focus,.shipping-section .rc-collapse .rc-collapse-item:focus-within,.shipping-section .rc-collapse .rc-collapse-item:focus-visible{outline:thin dashed var(--sg-primary-ramp-1);outline-offset:-4px}.accordionV2{width:100%}.accordionV2--solo{background-color:var(--accordion-bg-color);padding:8px 24px;border-radius:var(--accordion-border-radius, 4px)}.accordionV2--solo .accordionV2__header{padding:16px 0}.accordionV2--solo .expanded{padding:8px 0 16px}.accordionV2__header{width:100%;border:none;background:none;text-align:left;cursor:pointer}.accordionV2__header.non-clickable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.accordionV2__header:focus{outline:unset}.accordionV2__header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:2px}.accordionV2__content{--content-height: 100%;display:none;height:100%;max-height:0;overflow:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.accordionV2__content.expanded{max-height:var(--content-height);opacity:1;display:inherit}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__header *{color:var(--sg-primary-ramp-1) !important;margin:unset}.accordion__header svg{pointer-events:none}.smart-teaser__thin-banner{--xps-banner-container-padding: 35px 10px;--xps-banner-height-desktop-large: 350px;--xps-banner-height-desktop: 325px;--xps-banner-height-mobile: 600px;--xps-banner-btn-padding: 10px 0px;--xps-banner-btn-border-width: 2px solid;--xps-white: #fff;--xps-btn-border-radius: 50px;--xps-black: #313638}.smart-teaser__thin-banner .xps-teaser{position:relative;width:100%;padding:var(--xps-banner-container-padding);max-width:2560px;margin:auto;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-mobile)}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-desktop)}}@media(min-width: 1920px){.smart-teaser__thin-banner .xps-teaser .xps_image__container{height:var(--xps-banner-height-desktop-large)}}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap{width:100%;height:100%}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .xps-teaser__image{height:100%;width:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only{position:relative;display:block;height:100%;width:100%;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only>span{width:100% !important;height:100% !important}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-mobile-only{display:none}}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only{position:relative;display:block;height:100%;width:100%;overflow:hidden}.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only>span{width:100% !important;height:100% !important}@media(max-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps_image__container .xps-teaser-image__wrap .show-desktop-only{display:none}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{z-index:1;position:absolute;top:45%;left:50%;width:80%;padding:2rem 1rem 0;color:var(--xps-white);text-align:center;-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{width:50%;text-align:left;padding:2rem;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}}@media(min-width: 1200px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{padding:2rem 5rem}}@media(min-width: 1920px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content{padding:2rem 10rem}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__title{color:var(--xps-white)}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__title-link{color:var(--xps-white)}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container{margin-top:20px}@media(min-width: 768px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container{margin-top:15px}}.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{display:inline-block;border-radius:var(--xps-btn-border-radius);width:50%;padding:var(--xps-banner-btn-padding);color:var(--xps-white);white-space:nowrap;text-decoration:none;text-align:center;text-shadow:none;vertical-align:middle;border:var(--xps-banner-btn-border-width);border-color:var(--xps-white);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 1200px){.smart-teaser__thin-banner .xps-teaser .xps-teaser__content .xps-teaser__action-container .xps-teaser__action-link{width:40%}}.xps-splitteaser{padding:20px 0}@media(min-width: 768px){.xps-splitteaser{padding:40px 0}}.xps-splitteaser>.teaser>.xps-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-sizing:border-box;box-sizing:border-box;gap:20px}@media(min-width: 768px){.xps-splitteaser>.teaser>.xps-teaser{gap:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:end}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.right .xps-teaser--media{padding-left:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.right.width-50 .xps-card-tile{width:90%}.xps-splitteaser>.teaser>.xps-teaser.right.width-50 .xps-teaser__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.xps-splitteaser>.teaser>.xps-teaser.left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.left .xps-teaser--media{padding-right:40px}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser.left.width-50 .xps-card-tile{width:80%}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser>div:nth-child(1){width:var(--xps-split-left-ratio, 50%)}}@media(min-width: 992px){.xps-splitteaser>.teaser>.xps-teaser>div:nth-child(2){width:var(--xps-split-right-ratio, 50%)}}.xps-splitteaser>.teaser>.xps-teaser .xps-teaser--media{border-radius:var(--xps-teaser-media-border-radius, 0px);overflow:hidden;width:100%}.xps-splitteaser>.teaser>.xps-teaser .gray-shade{cursor:pointer}.xps-splitteaser.xps-splitteaser-secondary{background-color:var(--xps-split-secondary-background-color);padding:0;border-radius:16px}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser{gap:0}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser--media{border-radius:16px 16px 0 0 !important}@media(min-width: 992px){.xps-splitteaser.xps-splitteaser-secondary .xps-teaser--media{border-radius:16px 0 0 16px !important}}.xps-splitteaser.xps-splitteaser-secondary .xps-teaser__content{padding:20px}@media(min-width: 992px){.xps-splitteaser.xps-splitteaser-secondary .xps-teaser__content{padding:0 40px 40px 0}}.xps-spacer{width:100%}.xps-spacer__line{margin:var(--spacer-margins);background-color:var(--spacer-color);border:0;border-radius:var(--spacer-border-radius)}.xps-spacer__xs{height:8px}@media(min-width: 992px){.xps-spacer__xs{height:16px}}.xps-spacer__sm{height:12px}@media(min-width: 992px){.xps-spacer__sm{height:24px}}.xps-spacer__md{height:20px}@media(min-width: 992px){.xps-spacer__md{height:40px}}.xps-spacer__lg{height:40px}@media(min-width: 992px){.xps-spacer__lg{height:80px}}.xps-spacer__xl{height:80px}@media(min-width: 992px){.xps-spacer__xl{height:100px}}.mediaslideshow,div[class^=mediaslideshow]{overflow:hidden}.mediaslideshow .xps-slider,div[class^=mediaslideshow] .xps-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1440px;margin:auto}.mediaslideshow .xps-slider .xps-slider-container,div[class^=mediaslideshow] .xps-slider .xps-slider-container{margin:0 auto;width:100%;overflow:visible}.mediaslideshow .xps-slider .xps-progress-bar-wrapper,div[class^=mediaslideshow] .xps-slider .xps-progress-bar-wrapper{margin-top:40px}@media(min-width: 992px){.mediaslideshow .xps-slider .xps-progress-bar-wrapper,div[class^=mediaslideshow] .xps-slider .xps-progress-bar-wrapper{margin-top:80px}}.mediaslideshow .xps-slider .xps-carousel-wrapper,.mediaslideshow .xps-slider .splide__track,div[class^=mediaslideshow] .xps-slider .xps-carousel-wrapper,div[class^=mediaslideshow] .xps-slider .splide__track{overflow:visible}.xps-progress-bar .xps-progress-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__container{position:relative;width:var(--bar-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-progress-bar__fill{position:absolute;top:0;left:0;height:100%;border-radius:10px;-webkit-transition:width 400ms ease;transition:width 400ms ease;width:calc(var(--progress)*1%);background-color:var(--filled-color)}.xps-progress-bar__milestone{position:absolute;top:-4px;left:var(--milestone-progress);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(var(--bar-height) + 8px);height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--sg-secondary-ramp-1, #fff);outline:4px solid var(--sg-secondary-ramp-1, #fff)}.xps-progress-bar__milestone--reached{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407)}.xps-progress-bar__checkmark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps-progress-bar__button{padding:4px}.xps_reward_bar__container{width:var(--bar-width);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__empty_bar{position:relative;width:var(--bar-individual-width);height:var(--bar-height);background-color:var(--background-color);border-radius:5px;margin-right:5px}.xps_reward_bar--filled_bar{background-color:var(--filled-color)}.xps_reward_bar__milestone{min-width:calc(var(--bar-height) + 8px);min-height:calc(var(--bar-height) + 8px);border-radius:50%;border:3px solid var(--sg-primary-ramp-6, #c8c8c8);background-color:rgba(0,0,0,0);margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps_reward_bar--milestone_filled{background-color:var(--sg-brand-accent-1, #f38407);border-color:var(--sg-brand-accent-1, #f38407);-webkit-transition:width 400ms ease;transition:width 400ms ease}.xps_reward_bar__milestone_icon{color:var(--sg-secondary-ramp-1, #fff);width:8px;height:8px}.xps_reward_bar__leftover{position:absolute;top:0;left:0;bottom:0;right:var(--leftover-width);border-radius:5px;background-color:var(--sg-brand-accent-1, #f38407)}.xps-badge{--xps-badge-font-family: "Helvetica-Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--xps-badge-text-color: #fff;--xps-badge-primary-color: #3a1538;--xps-badge-success-color: #007A31 }.xps-badge{background-color:var(--xps-badge-primary-color, #3a1538);color:var(--xps-badge-text-color, #fff);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 6px;color:#fff;font-family:var(--xps-badge-font-family);font-weight:bold;font-size:12px;line-height:16px;white-space:break-spaces;text-align:center;border-radius:3px;border:1px solid}.xps-badge:focus{outline:1px #000 dotted;outline-offset:1px}.xps-badge.primary{background-color:var(--xps-badge-primary-color, #3a1538);color:var(--xps-badge-text-color, #fff)}.xps-badge.success{background-color:var(--xps-badge-success-color, #007A31);color:var(--xps-badge-text-color, #fff)}.xps-button{--xps-btn-font-family: "Helvetica-Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--xps-btn-spacing-xxxs: 3px;--xps-btn-spacing-xxs: 5px;--xps-btn-spacing-xs: 10px;--xps-btn-spacing-sm: 15px;--xps-btn-spacing-md: 20px;--xps-btn-spacing-lg: 30px;--xps-btn-spacing-xl: 40px;--xps-btn-spacing-xxl: 50px;--xps-btn-spacing-x3l: 110px;--xps-btn-default-text-color: #7a7d7e;--xps-btn-default-color: #dfdfdf;--xps-btn-text-color: #fff;--xps-btn-primary-color: #3a1538;--xps-btn-success-color: #4c8314;--xps-btn-disabled-color: #8f949a;--xps-btn-border-primary: #313638;--xps-btn-border-secondary: #d0d0d0;--xps-btn-border-radius: 0.5rem}.xps-quantity-counter-container{--xps-btn-spacing-lg-x: 11px;--xps-counter-border-radius: 30px;--xps-counter-border-color: rgba(49, 54, 56, 0.26)}.xps-carousel-top-button-container{--xps-carousel-navigator-border-radius: 20px}@media(min-width: 992px){.ow-primary-offer__hero-sticky{max-width:610px !important;max-height:610px !important}}.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-family:"ArcherSSm-Bold",sans-serif;font-size:1.5625rem;font-weight:700;line-height:1.28;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.related-products__root .cmp-container__related-products .cmp-text__related-products--title{font-size:2.1875rem;line-height:1.2}}.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cartwrapper__order-item-price{font-family:"ArcherSSm-Book",sans-serif;font-size:1.5625rem;line-height:1.28;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cartwrapper__order-no,.cmp-cart-container .cmp-cart_product-container .cmp-cart_order-title .cmp-cart_product-cart-remove .cmp-cart_product-container--remove,.cmp-cart-container .cartwrapper__order-list-details .cartwrapper__displayName,.cmp-cart-container .cartwrapper__order-item-price{font-size:2.1875rem;line-height:1.14}}.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title,.cmp-container__checkout-root .cmp-text__checkout--sub-heading{font-family:"ArcherSSm-Bold",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}@media(min-width: 768px){.cmp-teaser__checkout-wrapper .cmp-toggle__checkout-accordion .cmp-toggle__checkout-accordion-title,.cmp-container__checkout-root .cmp-text__checkout--sub-heading{font-size:1.875rem;line-height:1.27}}.questionnaire__container ol .questionnaire__item::marker,.questionnaire__container ol .questionnaire__item .questionnaire__question{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:1rem;line-height:1.5}@media(min-width: 768px){.questionnaire__container ol .questionnaire__item::marker,.questionnaire__container ol .questionnaire__item .questionnaire__question{font-size:1.125rem;line-height:1.44}}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__title{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.36}.beanz-nav .header-banner__item .header-banner__item-content p,.beanz-panel-search .search-results .roasters-results li a,.beanz-panel-search .search-results .category-results li a,.beanz-panel-search .result-category-list li,.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header,#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p,.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label,.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input,.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span,.cmp-cart-container .promo-code-wrapper .promo-input input,.cmp-cart-container .promocode-error-message,#cart-page-container .cart-loggedin-username,.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--subscribe-save-note,.cmp-container__checkout-root .cmp-text__checkout--saved,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:1rem;line-height:1.44}@media(min-width: 768px){.beanz-nav .header-banner__item .header-banner__item-content p,.beanz-panel-search .search-results .roasters-results li a,.beanz-panel-search .search-results .category-results li a,.beanz-panel-search .result-category-list li,.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header,#container_cart--continue_login_buttons .cmp-text p,.cmp-button--background-blue .cmp-text p,.page .cmp-container--order-help .cmp-container .cmp-text--order-help-title p,.page .cmp-container--order-help-discovery .cmp-container .cmp-text--order-help-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-title p,.page .cmp-container--signup-success .cmp-container .cmp-text--popup-body-text p,.page .cmp-container--signup-failure .cmp-container .cmp-text--popup-body-text p,.cmp-container__paynow-checkbox-wrapper .cmp-form__paynow-checkbox-label,.location-popup-selector .location-popup-selector--main-content .location-popup-selector--container .cmp-text--location-popup-selector-heading,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__head-row .cmp-container-plp__ight-sort-by .ais-SortBy .ais-SortBy-select,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-SearchBox-form .ais-SearchBox-input,.cmp-cart-container .cartwrapper__order-list-details .listWithRightBorderBrown .listWithRightBorderBrown-span,.cmp-cart-container .promo-code-wrapper .promo-input input,.cmp-cart-container .promocode-error-message,#cart-page-container .cart-loggedin-username,.related-products__root .related-products__items--row .related-products__item--card .related-products__item--card-body .related-products__item--subscribe-save-note,.cmp-container__checkout-root .cmp-text__checkout--saved,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-form__checkout-form-field--input-country,.cmp-container--subscription-popup .cmp-container--subscription-popup--content .cmp-container--subscription-popup--body .cmp-container--subscription-popup--media .cmp-container--subscription-popup--media-box .cmp-text--subscription-popup--media-title,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--detail-items .add-to-cart-popup-content--detail-item .add-to-cart-popup-content--detail-item-label,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee__discount-text-wrapper .change-coffee__discount-text,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.page .order-history .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .change-coffee--content--card-box .change-coffee--content--card-item .change-coffee--content--card-body .change-coffee--content--card-p,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__coffees--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__categories--title,.beanzSearch .cmp-container-beanz-search__result-box .cmp-text-beanz-search__roasters--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-search .cmp-text-beanz-search__popular-coffees--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-search--title,.beanzSearch .cmp-container-beanz-search__popular-coffees .cmp-text-beanz-search__popular-coffees--title,.cmp-subscriptiondiscountmessage .subscription-discount .subscription-discount__text-wrapper .subscription-discount__discount-text{font-size:1.125rem}}.header .list .list__title,.beanz-panel-search .search-showmore,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title,.beanz-panel-search .result-header{font-weight:700}.beanz-panel-search .run-search__form .run-search__input,.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-regular,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.875rem;line-height:1.5}@media(min-width: 768px){.beanz-panel-search .run-search__form .run-search__input,.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-regular,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-size:1rem}}.link-tile .link-tile__content .link_tile__title,.cmp-purchase__root .cmp-container-purchase__content--subscription-item .p2-bold{font-weight:700}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-btn,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-text,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__logout-btn,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .list__list-item-link,.beanz-nav .menu-item__display-content .panel--mybeanz .panel-heading,.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-label,.beanz-nav .menu-item__display-content .mybeanz__user-info{font-family:"ArcherSSm-Book",sans-serif;font-size:1rem;line-height:1.5;-webkit-font-variant-ligatures:no-common-ligatures;font-variant-ligatures:no-common-ligatures}.cmp-container--policy-pages .cmp-container .text p,.cmp-container__change-coffee--footer .cmp-container .image .cmp-image .cmp-image__title,.cmp-container--beanz-signup .container .red-color,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .modalDetailTopList span,.page .add-to-cart-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .add-to-cart-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .bundle-subscription-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .gift-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-coffee-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .product-unavailable-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .change-location-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .add-to-cart-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.page .payment-popup .payment-popup--container .add-to-cart-popup--content .add-to-cart-popup-content--details .add-to-cart-popup-content--sub-title span,.cmp-container__order-list-details .cmp-text__checkout-order-category .cmp-text__checkout-order-category-item,.cmp-container__order-list-details .cmp-text__checkout-order-list-details .cmp-text__checkout-order-list-detail-item .cmp-text__checkout-order-list-detail-content,.cmp-text__small-font,.questionnaire-result__root .cmp-container__questionnaire-result .cmp-container__questionnaire-result--row .cmp-container__questionnaire-result--column .cmp-text__questionnaire-result--price .cmp-text__questionnaire-result--price-label,.cmp-reactplp__root .cmp-container-plp .cmp-container-plp__inner .cmp-container__plp-left .cmp-container__plp-left-nav-box .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category,.cmp-cart-container .cmp-cart-order-details .cmp-cart-order-details-dd .cmp-cart-order-details-dropdown-values .react-select__menu,.cmp-container__checkout-root .cmp-text__checkout--billing-addres--label,.cmp-container__checkout-root .cmp-text__checkout--saved-email,.invalid .cmp-form__error-message,.cmp-form__error-message,.cmp-checkout__shipping-adress-checkobox .cmp-checkout__shipping-adress-checkobox--label,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info .cmp-text-purchase__content--box--order-info-p,.cmp-purchase__root .cmp-container-purchase__content .cmp-container-purchase__content--box .cmp-container-purchase__content--box-row .cmp-container-purchase__content--box-column .cmp-container-purchase__content--box--order-info-icon .cmp-text-purchase__content--box--order-info-p,.ReactLoggedIn .navigation-logged-in--account-container .cmp-container-loggedin__content .cmp-text-my-beanz__contact-time,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-error-msg,.cmp-root--bonus-beanz .cmp-container--bonus-beanz .cmp-container--bonus-beanz-form .cmp-form--bonus-beanz-select-error-msg{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.75rem;line-height:1.5}.beanz-panel-search .run-search__form .run-search__input::-webkit-input-placeholder{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.875rem;line-height:1.5}.beanz-panel-search .run-search__form .run-search__input::-moz-placeholder{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.875rem;line-height:1.5}.beanz-panel-search .run-search__form .run-search__input:-ms-input-placeholder{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.875rem;line-height:1.5}.beanz-panel-search .run-search__form .run-search__input::-ms-input-placeholder{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.875rem;line-height:1.5}.header .list .list__list .list__list-item,.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-text,.beanz-panel-search .search-dropdown__results .search-dropdown__results-list .search-dropdown__item,.beanz-panel-search .run-search__form .run-search__input::placeholder,.message-box__link,.message-box,.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info .region-header__description,.panel-content .panel-heading,.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.875rem;line-height:1.5}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info .region-header__description,.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info .region-header__description,.panel-content .panel-heading{font-weight:700}.cmp-container__checkout-root .cmp-container__checkout-shipping--wrapper .cmp-text__checkout--saved-label,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a,.footer .footer-inner .footer-bottom .footer-bottom__rights{font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif;font-size:.75rem;line-height:1.5}.message-box{padding:1.25rem .9375rem;border-radius:8px;color:#313638;margin:0;background-color:#f2f2f2;display:block}.message-box--cursor{cursor:pointer}.message-box>span{display:block}@media(min-width: 576px){.message-box>span{display:inline-block}}.message-box__label{margin-right:.625rem}.message-box__link{text-decoration:underline;color:inherit}.message-box.danger{color:#e61f02;background-color:rgba(230,31,2,.05)}.message-box.danger .message-box__label,.message-box.danger .message-box__link{color:inherit}.message-box.info{color:#313638;background-color:#f2f2f2}.message-box.info .message-box__label,.message-box.info .message-box__link{color:inherit}.xps-component__text-field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xps-component__input-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.xps-component__input{width:100%;min-width:320px;margin-top:.3125rem;padding:12px;color:#313638;font-weight:400;font-size:.875rem;line-height:1.5rem;background:#fff;border:1px solid #949494;border-radius:.75rem;-webkit-transition:all 100ms ease 0s;transition:all 100ms ease 0s}.xps-component__input--with-leading-trailing-icons{padding:.625rem 60px .625rem 2.5rem}.xps-component__input--with-leading-icon{padding:.625rem 1.25rem .625rem 2.5rem}.xps-component__input--with-trailing-icon{padding:.625rem 60px .625rem 1.25rem}.xps-component__input:hover{background:#f2f2f2;border-color:#8f949a}.xps-component__input:focus{outline:#313638 solid 1px}.xps-component__label,.xps-component__helper-text{color:#717578;font-size:.875rem;font-family:"Helvetica-Neue",Arial,-apple-system,sans-serif}.xps-component__leading-icon svg{position:absolute;top:0;bottom:0;left:.75rem;margin:auto;cursor:pointer}.xps-component__trailing-icon svg{position:absolute;top:0;right:1rem;bottom:0;margin:auto;cursor:pointer}.xps-checkbox__container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:1.5rem;word-break:break-word}.xps-checkbox__input[type=checkbox]{width:1.5rem;height:1.5rem;background-color:var(--sg-secondary-ramp-1, #fff);border:var(--xps-checkbox-border-width, 1px) solid var(--sg-primary-ramp-1, #313638);appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:4px;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.xps-checkbox__input[type=checkbox]:checked{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY4NzUgMS4zMTI1QzE1LjA5MzggMS42ODc1IDE1LjA5MzggMi4zNDM3NSAxNC42ODc1IDIuNzE4NzVMNi42ODc1IDEwLjcxODhDNi4zMTI1IDExLjEyNSA1LjY1NjI1IDExLjEyNSA1LjI4MTI1IDEwLjcxODhMMS4yODEyNSA2LjcxODc1QzAuODc1IDYuMzQzNzUgMC44NzUgNS42ODc1IDEuMjgxMjUgNS4zMTI1QzEuNjU2MjUgNC45MDYyNSAyLjMxMjUgNC45MDYyNSAyLjY4NzUgNS4zMTI1TDYgOC41OTM3NUwxMy4yODEyIDEuMzEyNUMxMy42NTYyIDAuOTA2MjUgMTQuMzEyNSAwLjkwNjI1IDE0LjY4NzUgMS4zMTI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");background-position:center;background-repeat:no-repeat;background-color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox__input[type=checkbox].right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xps-checkbox__input[type=checkbox]:focus-visible{outline-offset:2px;outline:var(--sg-focus-color) solid 2px}.xps-checkbox__label-wrapper{margin-left:.75rem}.xps-checkbox__label{cursor:pointer;color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox__label.right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.xps-checkbox__label a{color:var(--sg-primary-ramp-1, #313638)}.xps-checkbox--underlabel{display:block;margin-top:.5rem;color:var(--sg-primary-ramp-3)}.xps-checkbox--subtle{color:var(--sg-primary-ramp-3)}.sg-dark-theme .xps-checkbox__input[type=checkbox]:checked{background-blend-mode:difference}.xps-btnv2.btn-dark.btn-fill-borderless,.xps-btnv2.btn-brandbg.btn-fill-borderless,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,.xps-btnv2.btn-accent.btn-fill-borderless,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline,.xps-btnv2.btn-white.btn-fill-borderless,.xps-btnv2.btn-white.btn-fill-borderless-no-underline,.xps-btnv2.btn-black.btn-fill-borderless,.xps-btnv2.btn-primary.btn-fill-borderless,.xps-btnv2.btn-black.btn-fill-borderless-no-underline,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-dark.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-brandbg.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-accent.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-white.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-black.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-primary.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.btn-fill-borderless-no-underline.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--xps-btnv2-borderless);height:unset;padding:unset;border-radius:unset;width:unset}.xps-btnv2.btn-dark.btn-fill-borderless:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless:hover,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-accent.btn-fill-borderless:hover,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-white.btn-fill-borderless:hover,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-black.btn-fill-borderless:hover,.xps-btnv2.btn-primary.btn-fill-borderless:hover,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:hover,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:hover,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:hover{background-color:rgba(0,0,0,0)}.xps-btnv2.btn-dark.btn-fill-borderless span,.xps-btnv2.btn-brandbg.btn-fill-borderless span,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span,.xps-btnv2.btn-accent.btn-fill-borderless span,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span,.xps-btnv2.btn-white.btn-fill-borderless span,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span,.xps-btnv2.btn-black.btn-fill-borderless span,.xps-btnv2.btn-primary.btn-fill-borderless span,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span{position:relative}.xps-btnv2.btn-dark.btn-fill-borderless span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless span:before,.xps-btnv2.btn-primary.btn-fill-borderless span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{content:"";width:100%;position:absolute;bottom:0;border-bottom:var(--xps-btnv2-border-width, 1px) solid var(--xps-btnv2-borderless);-webkit-transition:width .2s;transition:width .2s}.xps-btnv2.btn-dark.btn-fill-borderless span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless span:hover:before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-accent.btn-fill-borderless:disabled,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-white.btn-fill-borderless:disabled,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-black.btn-fill-borderless:disabled,.xps-btnv2.btn-primary.btn-fill-borderless:disabled,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled,[disabled].xps-btnv2.btn-dark.btn-fill-borderless,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-accent.btn-fill-borderless,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-white.btn-fill-borderless,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-black.btn-fill-borderless,[disabled].xps-btnv2.btn-primary.btn-fill-borderless,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-dark.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless:disabled span::before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline:disabled span::before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless.hw-button:disabled span::before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button:disabled span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-dark.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-accent.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-white.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless span::before,[disabled].xps-btnv2.btn-black.btn-fill-borderless-no-underline span::before,[disabled].xps-btnv2.btn-primary.btn-fill-borderless-no-underline span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless.hw-button span::before,.hw-payment-form__content .hw-form-transfer-methods [disabled].btn-fill-borderless-no-underline.hw-button span::before{border-color:var(--sg-alert-bg-grey)}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:before{width:0}.xps-btnv2.btn-dark.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-brandbg.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-accent.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-white.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-black.btn-fill-borderless-no-underline span:hover:before,.xps-btnv2.btn-primary.btn-fill-borderless-no-underline span:hover:before,.hw-payment-form__content .hw-form-transfer-methods .btn-fill-borderless-no-underline.hw-button span:hover:before{width:100%}.xps-btnv2.xps-carousel-arrow,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-radius: var(--xps-carousel-navigator-border-radius, 50%);padding:0}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btn-width-sm: 40px;--xps-btn-height-lg: 40px}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btn-width-sm: 32px;--xps-btn-height-sm: 32px}.xps-btnv2.xps-carousel-arrow.light,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button,.xps-btnv2.xps-carousel-arrow.outlined,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.light:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:hover,.xps-btnv2.xps-carousel-arrow.outlined:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.light:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:active,.xps-btnv2.xps-carousel-arrow.outlined:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.light:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:focus-visible,.xps-btnv2.xps-carousel-arrow.outlined:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.light:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.light[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.light[disabled].hw-button,.xps-btnv2.xps-carousel-arrow.outlined:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.outlined[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.outlined[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.dark,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button{background-color:rgba(0,0,0,0);color:var(--sg-secondary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.dark:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:hover{background-color:rgba(0,0,0,0)}}.xps-btnv2.xps-carousel-arrow.dark:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:active{background-color:rgba(0,0,0,0);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.dark:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.dark:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.dark[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.dark[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.solid,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button{background-color:var(--sg-primary-ramp-1);color:var(--sg-secondary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.solid:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:hover{background-color:var(--sg-primary-ramp-1)}}.xps-btnv2.xps-carousel-arrow.solid:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:active{background-color:var(--sg-primary-ramp-1);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.solid:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.solid:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.solid[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.solid[disabled].hw-button{background-color:var(--sg-alert-main-grey);color:var(--sg-secondary-ramp-4)}.xps-btnv2.xps-carousel-arrow.semitransparent,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button{background-color:var(--sg-primary-ramp-4);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.semitransparent:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:hover{background-color:var(--sg-primary-ramp-4)}}.xps-btnv2.xps-carousel-arrow.semitransparent:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:active{background-color:var(--sg-primary-ramp-4);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.semitransparent:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.semitransparent:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.semitransparent[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.semitransparent[disabled].hw-button{background-color:rgba(0,0,0,0);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.mixed,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button{background-color:var(--sg-secondary-ramp-1);color:var(--sg-primary-ramp-1);border:var(--xps-btnv2-border-width, 1px) solid var(--sg-primary-ramp-1)}@media(hover: hover)and (pointer: fine){.xps-btnv2.xps-carousel-arrow.mixed:hover,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:hover{background-color:var(--sg-secondary-ramp-3)}}.xps-btnv2.xps-carousel-arrow.mixed:active,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:active{background-color:var(--sg-secondary-ramp-3);-webkit-transform:scale(0.95);transform:scale(0.95)}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-alert-bg-grey);color:var(--sg-primary-ramp-4);border:0;pointer-events:none}.xps-btnv2.xps-carousel-arrow.mixed:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px;-webkit-transition:none;transition:none}.xps-btnv2.xps-carousel-arrow.mixed:disabled,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed.hw-button:disabled,.xps-btnv2.xps-carousel-arrow.mixed[disabled],.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.mixed[disabled].hw-button{background-color:var(--sg-secondary-ramp-4);border:var(--xps-btnv2-border-width) solid}.xps-btnv2.xps-carousel-arrow.btn-sm,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-sm.hw-button{--xps-btnv2-border-width: 2px}.xps-btnv2.xps-carousel-arrow.btn-lg,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.btn-lg.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-btnv2.xps-carousel-arrow.hw-button,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button{--xps-btnv2-border-width: 1px}.xps-btnv2.xps-carousel-arrow:focus-visible,.hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button:focus-visible{--xps-btnv2-focus-offset: 3px}[dir=rtl] .xps-btnv2.xps-carousel-arrow svg,[dir=rtl] .hw-payment-form__content .hw-form-transfer-methods .xps-carousel-arrow.hw-button svg,.hw-payment-form__content .hw-form-transfer-methods [dir=rtl] .xps-carousel-arrow.hw-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xps-carousel-group-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.xps-left-arrow~.xps-right-arrow{margin-left:12px}.xps-carousel-wrapper .splide__pagination,.xps-slider-pagination{background:var(--sg-primary-ramp-5);padding:8px !important;border-radius:100px;margin-left:auto !important;margin-right:auto !important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px;bottom:20px !important}@media(min-width: 768px){.xps-carousel-wrapper .splide__pagination,.xps-slider-pagination{bottom:40px !important}}.xps-carousel-wrapper .splide__pagination li,.xps-slider-pagination li{line-height:0 !important}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page,.xps-slider-pagination li .splide__pagination__page{background:var(--sg-primary-ramp-6);opacity:1;margin:0}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page:focus-visible,.xps-slider-pagination li .splide__pagination__page:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) dashed 2px}.xps-carousel-wrapper .splide__pagination li .splide__pagination__page.is-active,.xps-slider-pagination li .splide__pagination__page.is-active{-webkit-transform:none;transform:none;background:var(--sg-primary-ramp-1)}.xps-carousel-wrapper{position:relative;overflow:hidden}.xps-carousel-wrapper .d-none{display:none !important}.xps-carousel-wrapper .v-hidden{visibility:hidden !important}.xps-carousel-wrapper.fluid-peek{padding:0 40px}@media(min-width: 375px)and (max-width: 768px){.xps-carousel-wrapper.fluid-peek{padding:0 0 0 20px}}@media(min-width: 768px)and (max-width: 1440px){.xps-carousel-wrapper.fluid-peek{padding:0 0 0 40px}}.xps-carousel-wrapper .splide{visibility:visible;direction:ltr}@media(min-width: 992px){.xps-carousel-wrapper .splide.item-center .splide__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.xps-carousel-wrapper .splide__slide{overflow:hidden}.xps-carousel-wrapper .splide__custom_arrows{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:50%;margin-top:-20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.xps-carousel-wrapper .splide__custom_arrows_next_viewall_container{z-index:1;position:relative}.xps-carousel-wrapper .splide__custom_arrows_next_viewall_container .splide__custom_arrows_next{position:absolute;right:0}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow{opacity:1;height:40px;width:40px;border-radius:0;-ms-flex-align:center;-webkit-box-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-decoration:none;padding:0;z-index:1}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall{width:auto;padding:0 16px 0 0;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall span,.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall svg{margin:0 0 0 8px}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow.splide__custom_arrows_viewall.hide-view-all{-webkit-transform:translateX(100%);transform:translateX(100%)}.xps-carousel-wrapper .splide__custom_arrows .splide__custom_arrow--circle{border-radius:50%}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_alway{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_alway .splide__custom_arrow{visibility:visible}.xps-carousel-wrapper .splide__custom_arrows.show_arrows_onhover .splide__custom_arrow{visibility:hidden}.xps-carousel-wrapper .splide__pagination{bottom:inherit;position:inherit;margin-top:10px !important;margin-bottom:10px !important}.xps-carousel-wrapper:hover .splide__custom_arrows.show_arrows_onhover .splide__custom_arrow{visibility:visible}.xps-carousel-wrapper-header-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}@media(min-width: 768px){.xps-carousel-wrapper-header-section{margin-bottom:40px}}.xps-carousel-wrapper-header-section .xps-card-tile{max-width:785px}@media(min-width: 768px){.xps-carousel-wrapper-header-section .xps-card-tile{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%}}@media(min-width: 1440px){.xps-carousel-wrapper-header-section .xps-card-tile{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:785px}}.xps-carousel-wrapper-header-section .xps-carousel-top-button-container{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.xps-carousel-wrapper-header-section .xps-carousel-top-button-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.xps-carousel-wrapper-header-section .xps-carousel-top-button-container button{padding:0 !important;width:40px;height:40px;border-radius:var(--xps-carousel-navigator-border-radius, 0)}.xps-carousel-wrapper-header-section h4{margin:0}.xps-carousel-wrapper-header-section--without-arrows{margin-bottom:24px}@media(min-width: 768px){.xps-carousel-wrapper-header-section--without-arrows{margin-bottom:40px}}.xps-quantity-counter-container{--xps-btn-spacing-lg-x: 16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid;border-color:var(--xps-counter-border-color, rgba(10, 10, 10, 0.38));border-radius:var(--xps-counter-border-radius, 30px);height:48px;width:125px;padding:0px 15px}.xps-quantity-counter-container input{width:65px;padding-left:10px;padding-right:10px;border:none;text-align:center;outline:none}.xps-quantity-counter-container input:focus,.xps-quantity-counter-container input:focus-visible{outline-offset:var(--xps-btnv2-focus-offset, 2px);outline:var(--sg-focus-color) solid 2px}.xps-quantity-counter-container input[type=number]::-webkit-inner-spin-button,.xps-quantity-counter-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.xps-quantity-counter-container button{-webkit-transition:opacity .25s ease-in-out,color .25s ease-in-out;transition:opacity .25s ease-in-out,color .25s ease-in-out;padding-left:10px;padding-right:10px}.xps-quantity-counter-container button:disabled{color:var(--sg-primary-ramp-4) !important}klarna-placement ::part(osm-container){background-color:rgba(10,10,10,.04);border:none;height:48px;font-family:"Graphik Compact";font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:var(--xps-klarna-placement-text, #0A0A0A)}.xps-lv-text.xps-lv-text--space-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bof-config{--bof-line-item-image-size-desktop: 148px;--bof-line-item-image-size-mobile: 80px;--bof-line-item-child-image-size-desktop: 112px;--bof-line-item-child-image-size-mobile: 80px;--bof-line-item-gap: 40px;--bof-line-item-gap-sm: 1.5rem;--bof-line-item-separator-height: 1px;--bof-line-item-separator-color: rgba(49, 54, 56, 0.26);--bof-line-item-body-gap: 0px;--bof-line-item-control-gap: 12px;--bof-line-item-attribute-gap: 4px;--bof-line-item-attribute-group-gap: 12px;--bof-line-item-head-body-gap: 1.75rem;--bof-line-item-body-action-gap: 0.625rem;--bof-line-item-table-border-color: rgba(49, 54, 56, 0.26);--bof-round-icon-border-color: #e2e2e2;--bof-line-item-control-flex-direction-mobile: column}.bof-config.summary{--bof-line-item-image-size-desktop: 80px;--bof-line-item-head-body-gap: 1rem;--bof-line-item-body-action-gap: 1rem;--bof-line-item-gap: 12px;--bof-line-item-separator-height: 0}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{--text-line-height: 56px;--text-font-size: 48px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}@media print{.xps-text-h1-giant{font-size:36px !important;line-height:40px !important}}.xps-text-h1{--text-line-height: 56px;--text-font-size: 40px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}@media print{.xps-text-h1{font-size:28px !important;line-height:32px !important}}.xps-text-h2{--text-line-height: 48px;--text-font-size: 32px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}@media print{.xps-text-h2{font-size:22px !important;line-height:28px !important}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{--text-line-height: 40px;--text-font-size: 28px;font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}@media print{.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:14px !important;line-height:16px !important}}.xps-text-h4{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}@media print{.xps-text-h4{font-size:12px !important;line-height:16px !important}}.xps-text-h4-alternative{--text-line-height: 30px;--text-font-size: 22px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}@media print{.xps-text-h4-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}@media print{.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:12px !important;line-height:16px !important}}.xps-text-h5-alternative{--text-line-height: 28px;--text-font-size: 20px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}@media print{.xps-text-h5-alternative{font-size:12px !important;line-height:16px !important}}.xps-text-h6{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6{font-size:11px !important;line-height:14px !important}}.xps-text-h6-alternative{--text-line-height: 22px;--text-font-size: 18px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-h6-alternative{font-size:11px !important;line-height:14px !important}}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}@media print{.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:10px !important;line-height:13px !important}}.xps-text-p1-bold{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}@media print{.xps-text-p1-bold{font-size:10px !important;line-height:13px !important}}.xps-text-p2,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control{font-size:10px !important;line-height:13px !important}}.xps-text-p2-bold,.hw-payment-form__content .hw-form-transfer-methods .hw-button,.gc-btn,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-heading .gc-description .gc-more-details{--text-line-height: 24px;--text-font-size: 16px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p2-bold,.hw-payment-form__content .hw-form-transfer-methods .hw-button,.gc-btn,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-heading .gc-description .gc-more-details{font-size:10px !important;line-height:13px !important}}.xps-text-p3,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.gc-textarea__wrapper .gc-textarea{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.gc-textarea__wrapper .gc-textarea{font-size:8px !important;line-height:12px !important}}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{--text-line-height: 20px;--text-font-size: 14px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-size:8px !important;line-height:12px !important}}.xps-text-p4,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip,.gc-info-label{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip,.gc-info-label{font-size:6px !important;line-height:12px !important}}.xps-text-p4-bold{--text-line-height: 16px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height)}@media print{.xps-text-p4-bold{font-size:6px !important;line-height:12px !important}}.xps-text-caps-label{--text-line-height: 24px;--text-font-size: 12px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:1px;text-transform:uppercase}@media print{.xps-text-caps-label{font-size:6px !important;line-height:14px !important}}.xps-text-cart-count{--text-line-height: 100%;--text-font-size: 8px;font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:var(--text-font-size);line-height:var(--text-line-height);letter-spacing:-0.5px}.xps-text a{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}a.xps-text{text-underline-offset:calc(var(--text-line-height) - var(--text-font-size) - 16%);color:inherit}a.xps-text:hover{opacity:.68}a.xps-text u{text-decoration:none}a.xps-text.no-underline{text-decoration:none}a.xps-text.no-underline:hover{text-decoration:underline}.no-underline a{text-decoration:none}.no-underline a:hover{text-decoration:underline}.truncate-text{display:-webkit-box;-webkit-line-clamp:var(--xps-text--truncate-line-size, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.accordionV2{width:100%}.accordionV2--solo{background-color:var(--accordion-bg-color);padding:8px 24px;border-radius:var(--accordion-border-radius, 4px)}.accordionV2--solo .accordionV2__header{padding:16px 0}.accordionV2--solo .expanded{padding:8px 0 16px}.accordionV2__header{width:100%;border:none;background:none;text-align:left;cursor:pointer}.accordionV2__header.non-clickable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.accordionV2__header:focus{outline:unset}.accordionV2__header:focus-visible{outline:2px solid var(--sg-primary-ramp-1);outline-offset:2px}.accordionV2__content{--content-height: 100%;display:none;height:100%;max-height:0;overflow:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.accordionV2__content.expanded{max-height:var(--content-height);opacity:1;display:inherit}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__header *{color:var(--sg-primary-ramp-1) !important;margin:unset}.accordion__header svg{pointer-events:none}.bof.line-item{display:block;min-width:0;margin-top:var(--bof-line-item-gap, 40px)}@media(min-width: 767.9px){.bof.line-item .hide-desktop{display:none !important}}@media(max-width: 767.8px){.bof.line-item .hide-mobile{display:none !important}}.bof.line-item~.bof.line-item{margin-top:var(--bof-line-item-gap, 40px)}.bof.line-item~.bof.line-item:before{content:"";display:block;width:100%;height:var(--bof-line-item-separator-height);background-color:var(--bof-line-item-separator-color);margin-bottom:var(--bof-line-item-gap, 40px)}.bof.line-item>.main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;height:auto;width:auto;max-width:100%;min-width:0}.bof.line-item>.main-wrapper~.child-wrapper{display:block;margin-top:var(--bof-line-item-gap, 40px);width:auto;min-width:0;max-width:100%}@media(min-width: 768px){.bof.line-item>.main-wrapper~.child-wrapper .child-wrapper{margin-left:var(--bof-line-item-image-size-desktop)}}@media(min-width: 768px){.bof.line-item>.main-wrapper~.child-wrapper{margin-left:var(--bof-line-item-image-size-desktop);padding-left:var(--bof-line-item-head-body-gap, 1.75rem)}.bof.line-item>.main-wrapper~.child-wrapper .child-wrapper{padding-left:0}}.bof.line-item>.main-wrapper~.child-wrapper .bof.line-item~.bof.line-item:before{display:none;height:0}.bof.line-item>.main-wrapper~.child-wrapper>p:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h1:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h2:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h3:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h4:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h5:first-child,.bof.line-item>.main-wrapper~.child-wrapper>h6:first-child{margin-bottom:var(--bof-line-item-gap, 40px)}.bof.line-item .head-container{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;width:var(--bof-line-item-image-size-mobile)}@media(min-width: 768px){.bof.line-item .head-container{width:var(--bof-line-item-image-size-desktop)}}.bof.line-item .head-container img{display:block;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:var(--bof-line-item-image-size-mobile)}@media(min-width: 768px){.bof.line-item .head-container img{max-height:var(--bof-line-item-image-size-desktop)}}.bof.line-item .child-wrapper .head-container{width:var(--bof-line-item-child-image-size-mobile)}@media(min-width: 768px){.bof.line-item .child-wrapper .head-container{width:var(--bof-line-item-child-image-size-desktop)}}.bof.line-item .child-wrapper .bof.line-item:after{margin-top:0px;background-color:unset}.bof.line-item .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--bof-line-item-control-gap, 12px);width:100%}.bof.line-item .body-container>.content-wrapper{padding:0 16px}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper{padding:0 40px 0 28px}}.bof.line-item .body-container>.content-wrapper.no-wrap{grid-template-columns:auto minmax(75px, auto)}.bof.line-item .body-container>.content-wrapper.no-image{padding:0}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper{grid-template-columns:auto minmax(75px, auto)}}.bof.line-item .body-container>.content-wrapper .content,.bof.line-item .body-container>.content-wrapper .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bof.line-item .body-container>.content-wrapper .content .promo-item-attr{color:var(--breville-alerts-alert-success, #007A31)}.bof.line-item .body-container>.content-wrapper .info .item-attr{margin:0}.bof.line-item .body-container>.content-wrapper .info .promo-item-attr{color:var(--breville-alerts-alert-success, #007A31)}.bof.line-item .body-container>.content-wrapper .content{gap:var(--bof-line-item-control-gap, 12px);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bof.line-item .body-container>.content-wrapper .content .content-grid{display:block}.bof.line-item .body-container>.content-wrapper .content .title-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .content .title-price-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.bof.line-item .body-container>.content-wrapper .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-secondary-brand-bg, #313638);width:100%}.bof.line-item .body-container>.content-wrapper .price-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.bof.line-item .body-container>.content-wrapper .info-btn{display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;width:auto;height:auto;margin-left:.5rem;margin-right:.5rem;margin-top:.25rem;padding:0}.bof.line-item .body-container>.content-wrapper .info-btn svg{width:22px;height:22px}.bof.line-item .body-container>.content-wrapper .attr-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.bof.line-item .body-container>.content-wrapper .attr-container .attr-group:last-of-type{margin-bottom:0}.bof.line-item .body-container>.content-wrapper .attr-container .attr-group~.attr-group{margin-top:var(--bof-line-item-attribute-group-gap, 12px)}.bof.line-item .body-container>.content-wrapper .controls-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.bof.line-item .body-container>.content-wrapper .controls-container .control-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--bof-line-item-control-flex-direction-mobile, "column");flex-direction:var(--bof-line-item-control-flex-direction-mobile, "column");gap:var(--bof-line-item-control-gap, 12px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:var(--bof-line-item-control-gap, 12px)}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .controls-container .control-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + var(--bof-line-item-control-gap, 12px));margin-bottom:0}}.bof.line-item .body-container>.content-wrapper .controls-container .control-group>*:last-child{margin-bottom:0}.bof.line-item .body-container>.content-wrapper .info{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bof.line-item .body-container>.content-wrapper.no-wrap .info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.bof.line-item .body-container>.content-wrapper .info del{margin-left:0;margin-right:.5rem}@media(min-width: 768px){.bof.line-item .body-container>.content-wrapper .info del{margin-left:.5rem}}.bof.line-item-attribute{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;height:auto;width:auto;max-width:100%;min-width:0;color:var(--sg-secondary-brand-bg, #313638)}.bof.line-item-attribute~.bof.line-item-attribute{margin-top:var(--bof-line-item-attribute-gap, 4px)}.bof.line-item-attribute .img-container{display:block;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;margin-right:.5rem}.bof.line-item-attribute .img-container img{display:block;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;max-width:24px;max-height:24px;margin:0 auto}.bof.line-item-attribute .img-container img.round{border:1px solid var(--bof-round-icon-border-color, #e2e2e2);border-radius:50%}.bof.line-item-attribute .attr-label{margin-top:0;margin-bottom:0;color:var(--sg-secondary-brand-bg, #313638)}.bof.line-item-attribute .attr-label .xps-badge{display:inline-block;margin-right:.5rem}.bof.line-item-attribute .attr-label .xps-badge:first-child{margin-left:0}.bof.line-item-attribute .attr-label .tooltip-wrapper{display:inline-block;height:1rem}.bof.line-item-attribute .attr-label .tooltip-wrapper .tooltip-element{vertical-align:middle}.bof.line-item-attribute ul{margin:0;padding:0;list-style-position:inside}.bof.line-item-attribute table{border-color:var(--bof-line-item-table-border-color, rgba(49, 54, 56, 0.26));border-collapse:collapse}.bof.line-item-attribute table tr>td{padding:.375rem}.bof.line-item-attribute table tr>td:first-child{padding-left:0}.bof.line-item-control{display:block}.bof.line-item-control .xps-alert,.bof.line-item-control .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .hw-global-errors-error,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group .hw-global-errors .hw-global-errors-list .bof.line-item-control .hw-global-errors-error{padding:10px}.bof.line-item-control .gwp-line-item-alert{padding:0}.bof.order-summary{background-color:var(--sg-primary-ramp-7, #f7f7f7)}.bof.order-summary .os-line-items{margin-bottom:24px;padding-bottom:16px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}.bof.order-summary .os-line-items .content{--bof-line-item-control-gap: 20px}.bof.order-summary .order-summary__amount-details{margin-bottom:24px;padding-bottom:24px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}@media(min-width: 992px){.bof.order-summary .order-summary__amount-details{row-gap:unset;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.bof.order-summary .order-summary__amount-details .order-summary__amount-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.bof.order-summary .order-summary__amount-details .order-summary__amount-item:last-child{margin-bottom:unset}.bof.order-summary .order-summary__amount-details .order-summary__amount-item .item-charge-amount{text-align:right}.bof.order-summary .order-summary__promo{position:relative}.order-summary-cart-footer .os-action-placeholder .os-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:24px}.order-summary-cart-footer .os-action-placeholder .os-action .os-action__btn{width:100%}.order-summary-cart-footer .os-pay{display:block;margin-top:40px}.order-summary-cart-footer .os-pay .os-pay__title{margin-bottom:16px;text-align:center}@media(min-width: 768px){.order-summary-cart-footer .os-pay .os-pay__title{text-align:left;padding-left:unset}}@media(min-width: 992px){.order-summary-cart-footer .os-pay .os-pay__title{text-align:center}}.order-summary-cart-footer .os-pay .os-pay__options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-summary-cart-footer .os-pay .os-pay__options img{max-height:28px}@media(min-width: 768px){.order-summary-cart-footer .os-pay .os-pay__options{margin:unset;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media(min-width: 992px){.order-summary-cart-footer .os-pay .os-pay__options{margin:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 992px){.order-summary-cart-footer .os-action-placeholder{min-height:48px}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top,.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom{position:fixed;background-color:#fff;width:100%;left:0;right:0;z-index:980;padding:1rem;margin:0}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top .os-action__btn,.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom .os-action__btn{-webkit-animation:scale-up-center .25s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;animation:scale-up-center .25s cubic-bezier(0.39, 0.575, 0.565, 1) forwards}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-top{top:0;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}.order-summary-cart-footer .os-action-placeholder .os-action.sticky-bottom{bottom:0;border-top:1px var(--bof-line-item-separator-color, #acaeaf) solid}}.os-express-checkout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.os-express-checkout__paypal .adyen-checkout__paypal__button{margin:0}.os-express-checkout__paypal[data-disabled=true]{cursor:pointer}.os-express-checkout__paypal[data-disabled=true]>*{pointer-events:none}.os-express-checkout__apple{height:45px}.os-express-checkout__apple .adyen-checkout__applepay__button{width:100%;height:45px;border-radius:100px}.os-express-checkout__apple[data-disabled=true]{cursor:pointer}.os-express-checkout__apple[data-disabled=true]>*{pointer-events:none}.order-summary__head{display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:20px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px var(--bof-line-item-separator-color, #acaeaf) solid}@media(min-width: 992px){.order-summary__head{grid-template-columns:auto auto;row-gap:unset;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.order-summary__head .order-summary__edit-cart{color:var(--sg-secondary-brand-bg, #313638);text-decoration:underline}@media(min-width: 992px){.order-summary__head .order-summary__product-count{display:none}}.order-summary__head .edit-cart-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 992px){.order-summary__head .edit-cart-btn{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.order-summary__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-column:span 2;cursor:pointer}.order-summary__title.inactive{cursor:default}@media(min-width: 992px){.order-summary__title{grid-column:unset;display:unset}}@media(min-width: 992px){.order-summary__title .order-summary__icon{display:none}}.order-summary__title .order-summary__icon.hidden{display:none;cursor:default}.os-order-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.os-order-total .os-order-total__amount{font-size:28px;line-height:32px}.order-summary__add-promo{display:grid;grid-template-columns:auto auto;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.order-summary__discount-price{color:var(--sg-alert-main-success)}.order-summary__discount-price.success{margin-left:10px}.order-summary__applied-promo{display:grid;grid-template-columns:auto auto;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-summary__applied-promo .order-summary__remove-promo{--xps-btn-height-lg: 24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--sg-secondary-brand-bg) !important;padding:0 !important;width:-webkit-max-content;width:-moz-max-content;width:max-content}.order-summary__applied-promo .order-summary__discount-text{display:inline}.order-summary__applied-promo .order-summary__discount-text.badge{border-radius:4px}.order-summary__applied-promo .order-summary__discount-price{color:var(--sg-alert-main-success)}.order-summary__applied-promo .promocode-remove{height:10px;margin-left:5px;cursor:pointer}.xps-order-confirmation{color:var(--sg-primary-ramp-1)}@media(max-width: 768px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__title-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__order-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:24px;margin:40px 0 0;border-radius:16px;background-color:var(--sg-primary-ramp-7)}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__order-detail .xps-order-confirmation--order-label{margin-right:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message{margin:40px 0}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-fusion-message__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__title,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-fusion-message__title{padding-bottom:24px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--sg-primary-ramp-7);border-radius:16px;padding:24px;padding-bottom:4px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__icon,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__icon{margin-right:22px;width:30px;height:30px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__subtitle,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__subtitle{display:inline;margin-right:5px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__email,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__container .xps-what-happens-next__email{word-break:break-word}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-what-happens-next .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__description,.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-fusion-message .xps-what-happens-next__wrapper .xps-what-happens-next__inner-wrapper .xps-what-happens-next__description{margin-top:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment{display:grid}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment{grid-template-columns:repeat(2, 1fr);margin-bottom:40px;gap:40px 10px}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment h3{margin-bottom:8px}[dir=rtl] .xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .phonenumberLTR{direction:ltr;text-align:end}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__delivery{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__delivery{margin-bottom:unset}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section{margin-bottom:unset}}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation .xps-address-order-confirmation__cc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-order-confirmation__payment-section .xps-address-order-confirmation .xps-address-order-confirmation__payment-icon{width:40px;height:28px;margin-right:12px}.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__billing{margin-bottom:40px}@media(min-width: 992px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-detail .cart__table .xps-order-confirmation__address-payment .xps-address-order-confirmation__billing{margin-bottom:unset}}@media(max-width: 768px){.xps-order-confirmation .xps-order-confirmation__cart-grid .xps-order-confirmation--grid .xps-order-confirmation--order-summary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.shipping-address-section{border:unset}.shipping-address-section .subtitle{margin-top:8px}.shipping-address-section .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.shipping-address-section .rc-collapse:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item{padding:0;background-color:var(--sg-secondary-ramp-1);border-radius:16px;border:1px solid var(--sg-primary-ramp-1);margin-bottom:16px}.shipping-address-section .rc-collapse .rc-collapse-item:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active{border-width:3px}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header{margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1);padding:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{overflow:unset;background-color:unset;padding:0 24px}@media(min-width: 768px){.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{padding:0 24px 0 64px}}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box .deliveryAddress{padding-bottom:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content.rc-collapse-content-active.rc-collapse-motion.rc-collapse-motion-enter.rc-collapse-motion-enter-active{height:unset !important}.shipping-address-section .rc-collapse .rc-collapse-item:focus,.shipping-address-section .rc-collapse .rc-collapse-item:focus-within,.shipping-address-section .rc-collapse .rc-collapse-item:focus-visible{outline:thin dashed var(--sg-primary-ramp-1);outline-offset:-2px}.shipping-address-section .edit-address-btn{cursor:pointer;text-decoration:underline}.shipping-address-section .save-address-btn{margin-top:28px}.xps-dropdown__label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before{display:block;margin-bottom:5px;color:var(--sg-primary-ramp-1, #313638)}.xps-dropdown__label--sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{width:100%;min-width:200px;height:var(--xps-dropdown-height, 48px);padding:0 25px 0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjIxODc1IDcuNTMxMjVMMS4yMTg3NSAxLjUzMTI1QzAuOTA2MjUgMS4yNSAwLjkwNjI1IDAuNzgxMjUgMS4yMTg3NSAwLjQ2ODc1QzEuNSAwLjE4NzUgMS45Njg3NSAwLjE4NzUgMi4yODEyNSAwLjQ2ODc1TDcuNzUgNS45Njg3NUwxMy4yMTg4IDAuNUMxMy41IDAuMTg3NSAxMy45Njg4IDAuMTg3NSAxNC4yODEyIDAuNUMxNC41NjI1IDAuNzgxMjUgMTQuNTYyNSAxLjI1IDE0LjI4MTIgMS41MzEyNUw4LjI1IDcuNTMxMjVDNy45Njg3NSA3Ljg0Mzc1IDcuNSA3Ljg0Mzc1IDcuMjE4NzUgNy41MzEyNVoiIGZpbGw9IiMzMTM2MzgiLz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:10px 7px;background-position:center right 10px;border:1px solid var(--sg-primary-ramp-1, #313638);background-color:var(--sg-secondary-ramp-1, #fff);color:var(--sg-primary-ramp-1, #313638);border-radius:var(--xps-dropdown-border-radius, 4px);-webkit-transition:border-color 100ms ease 0s;transition:border-color 100ms ease 0s;cursor:pointer}.xps-dropdown__select .xps-dropdown__option-placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select .xps-dropdown__option-placeholder,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date .xps-dropdown__option-placeholder{display:none}@media(min-width: 768px){.xps-dropdown__select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date{min-width:220px}}.xps-dropdown__select--error,.xps-dropdown__select--error:focus,.xps-dropdown__select--error:focus-visible{border:var(--sg-alert-main-error, #ca0813) solid 1px;outline:none}.xps-dropdown__select:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select:disabled,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date:disabled{background-color:var(--sg-primary-ramp-4);pointer-events:none}.xps-text--richtext p:not([class*=xps-text]),.xps-text-h1-giant p:not([class*=xps-text]),.xps-text-h1 p:not([class*=xps-text]),.xps-text-h2 p:not([class*=xps-text]),.xps-text-h3 p:not([class*=xps-text]),.xps-text-h4 p:not([class*=xps-text]),.xps-text-h4-alternative p:not([class*=xps-text]),.xps-text-h5 p:not([class*=xps-text]),.xps-text-h5-alternative p:not([class*=xps-text]),.xps-text-h6 p:not([class*=xps-text]),.xps-text-h6-alternative p:not([class*=xps-text]),.xps-text-p1 p:not([class*=xps-text]),.xps-text-p1-bold p:not([class*=xps-text]),.xps-text-p2 p:not([class*=xps-text]),.xps__input p:not([class*=xps-text]),.xps-text-p2-bold p:not([class*=xps-text]),.xps-text-p3 p:not([class*=xps-text]),.xps-text-p3-bold p:not([class*=xps-text]),.xps-text-p4 p:not([class*=xps-text]),.xps-text-p4-bold p:not([class*=xps-text]),.xps-text-caps-label p:not([class*=xps-text]),.xps-text-cart-count p:not([class*=xps-text]),.xps-default-tooltip p:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input p:not([class*=xps-text]),.phone-input-container p:not([class*=xps-text]),.phone-input-container input.phone-input p:not([class*=xps-text]),.xps-dropdown__select p:not([class*=xps-text]),.xps-search-bar__input-wrapper input p:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input p:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger p:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span p:not([class*=xps-text]),.xps-datepicker .dialog-sheet p:not([class*=xps-text]),.productRegistration__text .xps-component__input p:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input p:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after p:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button p:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before p:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip p:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link p:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control p:not([class*=xps-text]),.gc-btn p:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link p:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label p:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details p:not([class*=xps-text]),.gc-info-label p:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea p:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price p:not([class*=xps-text]),.xps-text--richtext h1:not([class*=xps-text]),.xps-text-h1-giant h1:not([class*=xps-text]),.xps-text-h1 h1:not([class*=xps-text]),.xps-text-h2 h1:not([class*=xps-text]),.xps-text-h3 h1:not([class*=xps-text]),.xps-text-h4 h1:not([class*=xps-text]),.xps-text-h4-alternative h1:not([class*=xps-text]),.xps-text-h5 h1:not([class*=xps-text]),.xps-text-h5-alternative h1:not([class*=xps-text]),.xps-text-h6 h1:not([class*=xps-text]),.xps-text-h6-alternative h1:not([class*=xps-text]),.xps-text-p1 h1:not([class*=xps-text]),.xps-text-p1-bold h1:not([class*=xps-text]),.xps-text-p2 h1:not([class*=xps-text]),.xps__input h1:not([class*=xps-text]),.xps-text-p2-bold h1:not([class*=xps-text]),.xps-text-p3 h1:not([class*=xps-text]),.xps-text-p3-bold h1:not([class*=xps-text]),.xps-text-p4 h1:not([class*=xps-text]),.xps-text-p4-bold h1:not([class*=xps-text]),.xps-text-caps-label h1:not([class*=xps-text]),.xps-text-cart-count h1:not([class*=xps-text]),.xps-default-tooltip h1:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h1:not([class*=xps-text]),.phone-input-container h1:not([class*=xps-text]),.phone-input-container input.phone-input h1:not([class*=xps-text]),.xps-dropdown__select h1:not([class*=xps-text]),.xps-search-bar__input-wrapper input h1:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h1:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h1:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h1:not([class*=xps-text]),.xps-datepicker .dialog-sheet h1:not([class*=xps-text]),.productRegistration__text .xps-component__input h1:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h1:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h1:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h1:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h1:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h1:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h1:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h1:not([class*=xps-text]),.gc-btn h1:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h1:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h1:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h1:not([class*=xps-text]),.gc-info-label h1:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h1:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h1:not([class*=xps-text]),.xps-text--richtext h2:not([class*=xps-text]),.xps-text-h1-giant h2:not([class*=xps-text]),.xps-text-h1 h2:not([class*=xps-text]),.xps-text-h2 h2:not([class*=xps-text]),.xps-text-h3 h2:not([class*=xps-text]),.xps-text-h4 h2:not([class*=xps-text]),.xps-text-h4-alternative h2:not([class*=xps-text]),.xps-text-h5 h2:not([class*=xps-text]),.xps-text-h5-alternative h2:not([class*=xps-text]),.xps-text-h6 h2:not([class*=xps-text]),.xps-text-h6-alternative h2:not([class*=xps-text]),.xps-text-p1 h2:not([class*=xps-text]),.xps-text-p1-bold h2:not([class*=xps-text]),.xps-text-p2 h2:not([class*=xps-text]),.xps__input h2:not([class*=xps-text]),.xps-text-p2-bold h2:not([class*=xps-text]),.xps-text-p3 h2:not([class*=xps-text]),.xps-text-p3-bold h2:not([class*=xps-text]),.xps-text-p4 h2:not([class*=xps-text]),.xps-text-p4-bold h2:not([class*=xps-text]),.xps-text-caps-label h2:not([class*=xps-text]),.xps-text-cart-count h2:not([class*=xps-text]),.xps-default-tooltip h2:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h2:not([class*=xps-text]),.phone-input-container h2:not([class*=xps-text]),.phone-input-container input.phone-input h2:not([class*=xps-text]),.xps-dropdown__select h2:not([class*=xps-text]),.xps-search-bar__input-wrapper input h2:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h2:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h2:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h2:not([class*=xps-text]),.xps-datepicker .dialog-sheet h2:not([class*=xps-text]),.productRegistration__text .xps-component__input h2:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h2:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h2:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h2:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h2:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h2:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h2:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h2:not([class*=xps-text]),.gc-btn h2:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h2:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h2:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h2:not([class*=xps-text]),.gc-info-label h2:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h2:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h2:not([class*=xps-text]),.xps-text--richtext h3:not([class*=xps-text]),.xps-text-h1-giant h3:not([class*=xps-text]),.xps-text-h1 h3:not([class*=xps-text]),.xps-text-h2 h3:not([class*=xps-text]),.xps-text-h3 h3:not([class*=xps-text]),.xps-text-h4 h3:not([class*=xps-text]),.xps-text-h4-alternative h3:not([class*=xps-text]),.xps-text-h5 h3:not([class*=xps-text]),.xps-text-h5-alternative h3:not([class*=xps-text]),.xps-text-h6 h3:not([class*=xps-text]),.xps-text-h6-alternative h3:not([class*=xps-text]),.xps-text-p1 h3:not([class*=xps-text]),.xps-text-p1-bold h3:not([class*=xps-text]),.xps-text-p2 h3:not([class*=xps-text]),.xps__input h3:not([class*=xps-text]),.xps-text-p2-bold h3:not([class*=xps-text]),.xps-text-p3 h3:not([class*=xps-text]),.xps-text-p3-bold h3:not([class*=xps-text]),.xps-text-p4 h3:not([class*=xps-text]),.xps-text-p4-bold h3:not([class*=xps-text]),.xps-text-caps-label h3:not([class*=xps-text]),.xps-text-cart-count h3:not([class*=xps-text]),.xps-default-tooltip h3:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h3:not([class*=xps-text]),.phone-input-container h3:not([class*=xps-text]),.phone-input-container input.phone-input h3:not([class*=xps-text]),.xps-dropdown__select h3:not([class*=xps-text]),.xps-search-bar__input-wrapper input h3:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h3:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h3:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h3:not([class*=xps-text]),.xps-datepicker .dialog-sheet h3:not([class*=xps-text]),.productRegistration__text .xps-component__input h3:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h3:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h3:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h3:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h3:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h3:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h3:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h3:not([class*=xps-text]),.gc-btn h3:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h3:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h3:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h3:not([class*=xps-text]),.gc-info-label h3:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h3:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h3:not([class*=xps-text]),.xps-text--richtext h4:not([class*=xps-text]),.xps-text-h1-giant h4:not([class*=xps-text]),.xps-text-h1 h4:not([class*=xps-text]),.xps-text-h2 h4:not([class*=xps-text]),.xps-text-h3 h4:not([class*=xps-text]),.xps-text-h4 h4:not([class*=xps-text]),.xps-text-h4-alternative h4:not([class*=xps-text]),.xps-text-h5 h4:not([class*=xps-text]),.xps-text-h5-alternative h4:not([class*=xps-text]),.xps-text-h6 h4:not([class*=xps-text]),.xps-text-h6-alternative h4:not([class*=xps-text]),.xps-text-p1 h4:not([class*=xps-text]),.xps-text-p1-bold h4:not([class*=xps-text]),.xps-text-p2 h4:not([class*=xps-text]),.xps__input h4:not([class*=xps-text]),.xps-text-p2-bold h4:not([class*=xps-text]),.xps-text-p3 h4:not([class*=xps-text]),.xps-text-p3-bold h4:not([class*=xps-text]),.xps-text-p4 h4:not([class*=xps-text]),.xps-text-p4-bold h4:not([class*=xps-text]),.xps-text-caps-label h4:not([class*=xps-text]),.xps-text-cart-count h4:not([class*=xps-text]),.xps-default-tooltip h4:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h4:not([class*=xps-text]),.phone-input-container h4:not([class*=xps-text]),.phone-input-container input.phone-input h4:not([class*=xps-text]),.xps-dropdown__select h4:not([class*=xps-text]),.xps-search-bar__input-wrapper input h4:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h4:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h4:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h4:not([class*=xps-text]),.xps-datepicker .dialog-sheet h4:not([class*=xps-text]),.productRegistration__text .xps-component__input h4:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h4:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h4:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h4:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h4:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h4:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h4:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h4:not([class*=xps-text]),.gc-btn h4:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h4:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h4:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h4:not([class*=xps-text]),.gc-info-label h4:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h4:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h4:not([class*=xps-text]),.xps-text--richtext h5:not([class*=xps-text]),.xps-text-h1-giant h5:not([class*=xps-text]),.xps-text-h1 h5:not([class*=xps-text]),.xps-text-h2 h5:not([class*=xps-text]),.xps-text-h3 h5:not([class*=xps-text]),.xps-text-h4 h5:not([class*=xps-text]),.xps-text-h4-alternative h5:not([class*=xps-text]),.xps-text-h5 h5:not([class*=xps-text]),.xps-text-h5-alternative h5:not([class*=xps-text]),.xps-text-h6 h5:not([class*=xps-text]),.xps-text-h6-alternative h5:not([class*=xps-text]),.xps-text-p1 h5:not([class*=xps-text]),.xps-text-p1-bold h5:not([class*=xps-text]),.xps-text-p2 h5:not([class*=xps-text]),.xps__input h5:not([class*=xps-text]),.xps-text-p2-bold h5:not([class*=xps-text]),.xps-text-p3 h5:not([class*=xps-text]),.xps-text-p3-bold h5:not([class*=xps-text]),.xps-text-p4 h5:not([class*=xps-text]),.xps-text-p4-bold h5:not([class*=xps-text]),.xps-text-caps-label h5:not([class*=xps-text]),.xps-text-cart-count h5:not([class*=xps-text]),.xps-default-tooltip h5:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h5:not([class*=xps-text]),.phone-input-container h5:not([class*=xps-text]),.phone-input-container input.phone-input h5:not([class*=xps-text]),.xps-dropdown__select h5:not([class*=xps-text]),.xps-search-bar__input-wrapper input h5:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h5:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h5:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h5:not([class*=xps-text]),.xps-datepicker .dialog-sheet h5:not([class*=xps-text]),.productRegistration__text .xps-component__input h5:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h5:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h5:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h5:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h5:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h5:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h5:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h5:not([class*=xps-text]),.gc-btn h5:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h5:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h5:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h5:not([class*=xps-text]),.gc-info-label h5:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h5:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h5:not([class*=xps-text]),.xps-text--richtext h6:not([class*=xps-text]),.xps-text-h1-giant h6:not([class*=xps-text]),.xps-text-h1 h6:not([class*=xps-text]),.xps-text-h2 h6:not([class*=xps-text]),.xps-text-h3 h6:not([class*=xps-text]),.xps-text-h4 h6:not([class*=xps-text]),.xps-text-h4-alternative h6:not([class*=xps-text]),.xps-text-h5 h6:not([class*=xps-text]),.xps-text-h5-alternative h6:not([class*=xps-text]),.xps-text-h6 h6:not([class*=xps-text]),.xps-text-h6-alternative h6:not([class*=xps-text]),.xps-text-p1 h6:not([class*=xps-text]),.xps-text-p1-bold h6:not([class*=xps-text]),.xps-text-p2 h6:not([class*=xps-text]),.xps__input h6:not([class*=xps-text]),.xps-text-p2-bold h6:not([class*=xps-text]),.xps-text-p3 h6:not([class*=xps-text]),.xps-text-p3-bold h6:not([class*=xps-text]),.xps-text-p4 h6:not([class*=xps-text]),.xps-text-p4-bold h6:not([class*=xps-text]),.xps-text-caps-label h6:not([class*=xps-text]),.xps-text-cart-count h6:not([class*=xps-text]),.xps-default-tooltip h6:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input h6:not([class*=xps-text]),.phone-input-container h6:not([class*=xps-text]),.phone-input-container input.phone-input h6:not([class*=xps-text]),.xps-dropdown__select h6:not([class*=xps-text]),.xps-search-bar__input-wrapper input h6:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input h6:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger h6:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span h6:not([class*=xps-text]),.xps-datepicker .dialog-sheet h6:not([class*=xps-text]),.productRegistration__text .xps-component__input h6:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input h6:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after h6:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button h6:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before h6:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip h6:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link h6:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control h6:not([class*=xps-text]),.gc-btn h6:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link h6:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label h6:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details h6:not([class*=xps-text]),.gc-info-label h6:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea h6:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price h6:not([class*=xps-text]),.xps-text--richtext span:not([class*=xps-text]),.xps-text-h1-giant span:not([class*=xps-text]),.xps-text-h1 span:not([class*=xps-text]),.xps-text-h2 span:not([class*=xps-text]),.xps-text-h3 span:not([class*=xps-text]),.xps-text-h4 span:not([class*=xps-text]),.xps-text-h4-alternative span:not([class*=xps-text]),.xps-text-h5 span:not([class*=xps-text]),.xps-text-h5-alternative span:not([class*=xps-text]),.xps-text-h6 span:not([class*=xps-text]),.xps-text-h6-alternative span:not([class*=xps-text]),.xps-text-p1 span:not([class*=xps-text]),.xps-text-p1-bold span:not([class*=xps-text]),.xps-text-p2 span:not([class*=xps-text]),.xps__input span:not([class*=xps-text]),.xps-text-p2-bold span:not([class*=xps-text]),.xps-text-p3 span:not([class*=xps-text]),.xps-text-p3-bold span:not([class*=xps-text]),.xps-text-p4 span:not([class*=xps-text]),.xps-text-p4-bold span:not([class*=xps-text]),.xps-text-caps-label span:not([class*=xps-text]),.xps-text-cart-count span:not([class*=xps-text]),.xps-default-tooltip span:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input span:not([class*=xps-text]),.phone-input-container span:not([class*=xps-text]),.phone-input-container input.phone-input span:not([class*=xps-text]),.xps-dropdown__select span:not([class*=xps-text]),.xps-search-bar__input-wrapper input span:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input span:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger span:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span span:not([class*=xps-text]),.xps-datepicker .dialog-sheet span:not([class*=xps-text]),.productRegistration__text .xps-component__input span:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input span:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after span:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button span:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before span:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip span:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link span:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control span:not([class*=xps-text]),.gc-btn span:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link span:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label span:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details span:not([class*=xps-text]),.gc-info-label span:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea span:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price span:not([class*=xps-text]),.xps-text--richtext a:not([class*=xps-text]),.xps-text-h1-giant a:not([class*=xps-text]),.xps-text-h1 a:not([class*=xps-text]),.xps-text-h2 a:not([class*=xps-text]),.xps-text-h3 a:not([class*=xps-text]),.xps-text-h4 a:not([class*=xps-text]),.xps-text-h4-alternative a:not([class*=xps-text]),.xps-text-h5 a:not([class*=xps-text]),.xps-text-h5-alternative a:not([class*=xps-text]),.xps-text-h6 a:not([class*=xps-text]),.xps-text-h6-alternative a:not([class*=xps-text]),.xps-text-p1 a:not([class*=xps-text]),.xps-text-p1-bold a:not([class*=xps-text]),.xps-text-p2 a:not([class*=xps-text]),.xps__input a:not([class*=xps-text]),.xps-text-p2-bold a:not([class*=xps-text]),.xps-text-p3 a:not([class*=xps-text]),.xps-text-p3-bold a:not([class*=xps-text]),.xps-text-p4 a:not([class*=xps-text]),.xps-text-p4-bold a:not([class*=xps-text]),.xps-text-caps-label a:not([class*=xps-text]),.xps-text-cart-count a:not([class*=xps-text]),.xps-default-tooltip a:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input a:not([class*=xps-text]),.phone-input-container a:not([class*=xps-text]),.phone-input-container input.phone-input a:not([class*=xps-text]),.xps-dropdown__select a:not([class*=xps-text]),.xps-search-bar__input-wrapper input a:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input a:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger a:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span a:not([class*=xps-text]),.xps-datepicker .dialog-sheet a:not([class*=xps-text]),.productRegistration__text .xps-component__input a:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input a:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after a:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button a:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before a:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip a:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link a:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control a:not([class*=xps-text]),.gc-btn a:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link a:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label a:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details a:not([class*=xps-text]),.gc-info-label a:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea a:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price a:not([class*=xps-text]),.xps-text--richtext label:not([class*=xps-text]),.xps-text-h1-giant label:not([class*=xps-text]),.xps-text-h1 label:not([class*=xps-text]),.xps-text-h2 label:not([class*=xps-text]),.xps-text-h3 label:not([class*=xps-text]),.xps-text-h4 label:not([class*=xps-text]),.xps-text-h4-alternative label:not([class*=xps-text]),.xps-text-h5 label:not([class*=xps-text]),.xps-text-h5-alternative label:not([class*=xps-text]),.xps-text-h6 label:not([class*=xps-text]),.xps-text-h6-alternative label:not([class*=xps-text]),.xps-text-p1 label:not([class*=xps-text]),.xps-text-p1-bold label:not([class*=xps-text]),.xps-text-p2 label:not([class*=xps-text]),.xps__input label:not([class*=xps-text]),.xps-text-p2-bold label:not([class*=xps-text]),.xps-text-p3 label:not([class*=xps-text]),.xps-text-p3-bold label:not([class*=xps-text]),.xps-text-p4 label:not([class*=xps-text]),.xps-text-p4-bold label:not([class*=xps-text]),.xps-text-caps-label label:not([class*=xps-text]),.xps-text-cart-count label:not([class*=xps-text]),.xps-default-tooltip label:not([class*=xps-text]),.auth.sign-in .sign-in--forgot-password span label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps-text label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .xps__input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input label:not([class*=xps-text]),.phone-input-container label:not([class*=xps-text]),.phone-input-container input.phone-input label:not([class*=xps-text]),.xps-dropdown__select label:not([class*=xps-text]),.xps-search-bar__input-wrapper input label:not([class*=xps-text]),.xps-search-bar__modal-body-container-input-wrapper input label:not([class*=xps-text]),.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .accordion__trigger label:not([class*=xps-text]),.order-summary__applied-promo .order-summary__remove-promo span label:not([class*=xps-text]),.xps-datepicker .dialog-sheet label:not([class*=xps-text]),.productRegistration__text .xps-component__input label:not([class*=xps-text]),.productRegistration__form--serialno .xps-component__input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.auth.create-account .create-account-checkout--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.create-account .create-account-checkout--email .hw-input label:not([class*=xps-text]),.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .hw-input label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after label:not([class*=xps-text]),.hw-payment-form__content .hw-form-transfer-methods .hw-button label:not([class*=xps-text]),.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before label:not([class*=xps-text]),.cmp-purchase__root .__react_component_tooltip label:not([class*=xps-text]),.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link label:not([class*=xps-text]),.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control label:not([class*=xps-text]),.gc-btn label:not([class*=xps-text]),.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link label:not([class*=xps-text]),.gc-amount__custom .gc-input__wrapper .gc-input__label label:not([class*=xps-text]),.gc-heading .gc-description .gc-more-details label:not([class*=xps-text]),.gc-info-label label:not([class*=xps-text]),.gc-textarea__wrapper .gc-textarea label:not([class*=xps-text]),.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price label:not([class*=xps-text]){color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;line-height:inherit}.xps-text-h1-giant{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:48px;line-height:56px}@media(min-width: 768px){.xps-text-h1-giant{font-size:80px;line-height:90px}}.xps-text-h1{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:40px;line-height:56px}@media(min-width: 768px){.xps-text-h1{font-size:56px;line-height:80px}}.xps-text-h2{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:32px;line-height:48px}@media(min-width: 768px){.xps-text-h2{font-size:40px;line-height:56px}}.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-style:normal;letter-spacing:0px;font-family:"Archer SSm";font-weight:400;font-size:28px;line-height:40px}@media(min-width: 768px){.xps-text-h3,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>legend,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::before{font-size:32px;line-height:48px}}.xps-text-h4{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4{font-size:24px;line-height:32px}}.xps-text-h4-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:22px;line-height:30px}@media(min-width: 768px){.xps-text-h4-alternative{font-size:24px;line-height:32px}}.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5,.gc-preview-modal .gc-preview-modal__content .gc-preview-modal__body .gc-highlighted__price{font-size:22px;line-height:30px}}.xps-text-h5-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:20px;line-height:28px}@media(min-width: 768px){.xps-text-h5-alternative{font-size:22px;line-height:30px}}.xps-text-h6{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:18px;line-height:22px}.xps-text-h6-alternative{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:18px;line-height:22px}.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1,.xps-search-bar__input-wrapper input,.xps-search-bar__modal-body-container-input-wrapper input{font-size:18px;line-height:28px}}.xps-text-p1-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}@media(min-width: 768px){.xps-text-p1-bold{font-size:18px;line-height:28px}}.xps-text-p2,.xps__input,.auth.create-account .create-account-checkout--email .xps__input,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps__input,.phone-input-container,.phone-input-container input.phone-input,.xps-dropdown__select,.xps-datepicker .dialog-sheet,.productRegistration__text .xps-component__input,.productRegistration__form--serialno .xps-component__input,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input,.hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>legend::after,.ReactModalPortal .overlay-register .modal-register .register-modal__container .form-group .form-control{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:16px;line-height:24px}.xps-text-p2-bold,.hw-payment-form__content .hw-form-transfer-methods .hw-button,.gc-btn,.gc-pdp-support .gc-pdp-support__action .gc-pdp-support__action-link,.gc-amount__custom .gc-input__wrapper .gc-input__label,.gc-heading .gc-description .gc-more-details{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:16px;line-height:24px}.xps-text-p3,.auth.sign-in .sign-in--forgot-password span,.order-summary__applied-promo .order-summary__remove-promo span,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-label,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-input~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date~.hw-error-message,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date-container~.hw-error-message,.hw-payment-form--us .hw-payment-form__content .hw-form-transfer-methods>div[id$=form] .hw-group-with-template .hw-group>div>div:nth-child(2) .hw-form-group::before,.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link,.gc-textarea__wrapper .gc-textarea{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:14px;line-height:20px}.xps-text-p3-bold,.auth.create-account .create-account-checkout--email .xps-text,.auth.signed-in-detail .signed-in-detail__body .signed-in-detail--email .xps-text,.tabSection .tabSection-wrapper .scrollable-tabs .xps-text-p4-bold,.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:14px;line-height:20px}.xps-text-p4,.xps-default-tooltip,.cmp-purchase__root .__react_component_tooltip,.gc-info-label{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:400;font-size:12px;line-height:16px}.xps-text-p4-bold{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:16px}.xps-text-caps-label{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:12px;line-height:24px;letter-spacing:1px;text-transform:uppercase}.xps-text-cart-count{font-style:normal;letter-spacing:0px;font-family:"Helvetica-Neue";font-weight:700;font-size:8px;line-height:100%;letter-spacing:-0.5px}.xps-text a{display:inline-block;text-decoration:none;border-bottom:1px solid;color:inherit}.xps-text a:hover{opacity:.68}.xps-text a u{text-decoration:none}.xps-text--color{color:var(--sg-primary-ramp-1)}.no-underline a{border-bottom:0}.xps-default-tooltip{padding:12px !important;max-width:242px !important;opacity:1 !important;border-radius:4px !important;font-size:12px !important}.formError{margin-bottom:20px}.shipmentMessage{margin-bottom:20px}.deliveryAddress{padding-left:0;padding-right:0}.deliveryAddress .row{-ms-flex-wrap:wrap;flex-wrap:wrap}.deliveryAddress .row div[class^=col-]{margin-bottom:28px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media(min-width: 992px){.deliveryAddress .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px}}@media(min-width: 992px){.deliveryAddress .row .col-lg-4{-webkit-box-flex:1 !important;-ms-flex:1 !important;flex:1 !important;max-width:unset}}.deliveryAddress .row:last-child{margin-bottom:0}.deliveryAddress .nameLeftCol{padding-bottom:40px}@media(min-width: 992px){.deliveryAddress .nameLeftCol{padding-right:20px;padding-bottom:unset}}@media(min-width: 992px){.deliveryAddress .addressLeftCol{padding-right:20px}}.deliveryAddress .duamPostocde{margin-top:25px;width:100%}.deliveryAddress .addressToppadding{padding-top:40px}.deliveryAddress .addressRightCol{padding-top:40px}@media(min-width: 992px){.deliveryAddress .addressRightCol{padding-top:unset}}.deliveryAddress .hidden{display:none}.deliveryAddress .search-address-btn .search{height:unset !important;padding:0 !important}@media(min-width: 992px){.deliveryAddress .xps-dropdown__select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress .hw-select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress .hw-date{min-width:100%}.deliveryAddress .xps-dropdown__select#country,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group #country.hw-select,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress #country.hw-select,.deliveryAddress .hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group #country.hw-date,.hw-payment-form__content .hw-form-transfer-methods .hw-group-with-template .hw-group>div>div>div .hw-form-group .deliveryAddress #country.hw-date{width:50%;min-width:50%}}.deliveryAddress .xps-shipment-country-message{color:var(--sg-primary-ramp-3);margin-top:16px}.xps-address-country-delivery-message{margin-top:8px}.shipping-section{border:unset;margin-top:40px;color:var(--sg-primary-ramp-1)}.shipping-section .shipping-section--title{margin-bottom:24px}.shipping-section .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.shipping-section .rc-collapse:last-child{margin-bottom:unset}.shipping-section .rc-collapse .rc-collapse-item{padding:0;background-color:var(--sg-secondary-ramp-1);border-radius:16px;border:1px solid var(--sg-primary-ramp-1);margin-bottom:16px}.shipping-section .rc-collapse .rc-collapse-item:last-child{margin-bottom:unset}.shipping-section .rc-collapse .rc-collapse-item.rc-collapse-item-active{border-width:3px}.shipping-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.shipping-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header{margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1);padding:24px}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.shipping-section .rc-collapse .rc-collapse-item .rc-collapse-content{display:none}.shipping-section .rc-collapse .rc-collapse-item:focus,.shipping-section .rc-collapse .rc-collapse-item:focus-within,.shipping-section .rc-collapse .rc-collapse-item:focus-visible{outline:thin dashed var(--sg-primary-ramp-1);outline-offset:-4px}.shipping-address-section{border:unset}.shipping-address-section .subtitle{margin-top:8px}.shipping-address-section .rc-collapse{background-color:unset;border-radius:unset;border:unset;overflow:hidden;margin-bottom:16px}.shipping-address-section .rc-collapse:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item{padding:0;background-color:var(--sg-secondary-ramp-1);border-radius:16px;border:1px solid var(--sg-primary-ramp-1);margin-bottom:16px}.shipping-address-section .rc-collapse .rc-collapse-item:last-child{margin-bottom:unset}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active{border-width:3px}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::after{display:none}.shipping-address-section .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header::before{background-color:var(--sg-primary-ramp-1);-webkit-box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1);box-shadow:inset 0 0 0 .3em var(--sg-secondary-ramp-1)}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header{margin-left:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--sg-primary-ramp-1);padding:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header::before{position:unset;background-color:var(--sg-secondary-ramp-1);border:1px solid var(--sg-primary-ramp-1);border-radius:50%;height:1.5rem;width:1.5rem;margin:unset;content:""}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-header-text{height:unset;margin:0 16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-extra{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;margin-left:auto}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-header .rc-collapse-expand-icon{display:none}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{overflow:unset;background-color:unset;padding:0 24px}@media(min-width: 768px){.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content{padding:0 24px 0 64px}}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box{margin:0}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content .rc-collapse-content-box .deliveryAddress{padding-bottom:24px}.shipping-address-section .rc-collapse .rc-collapse-item .rc-collapse-content.rc-collapse-content-active.rc-collapse-motion.rc-collapse-motion-enter.rc-collapse-motion-enter-active{height:unset !important}.shipping-address-section .rc-collapse .rc-collapse-item:focus,.shipping-address-section .rc-collapse .rc-collapse-item:focus-within,.shipping-address-section .rc-collapse .rc-collapse-item:focus-visible{outline:thin dashed var(--sg-primary-ramp-1);outline-offset:-2px}.shipping-address-section .edit-address-btn{cursor:pointer;text-decoration:underline}.shipping-address-section .save-address-btn{margin-top:28px}.beanz-nav.header__base-style-config{--h-font-family: ArcherSSm-Bold, sans-serif;--h-font-size-18: 1.125rem;--h-font-size-16: 1rem;--h-font-size-14: 0.875rem;--h-font-size-12: 0.75rem;--h-font-line-height-p: 1.5rem;--h-font-weight-bold: 700;--h-primary-menu-item-font-size: var(--h-font-size-18);--h-primary-menu-item-font-weight: var(--h-font-weight-bold);--h-bar-gutter: 20px;--h-mobile-panel-gutter: 1rem;--h-mobile-panel-title-font-size: var(--h-font-size-18);--h-mobile-panel-list-item-font-size: var(--h-font-size-16);--h-mobile-panel-title-font-weight: var(--h-font-weight-bold);--h-mobile-panel-list-item-btn-font-weight: var(--h-font-weight-bold);--h-height: 80px;--h-banner-height: 24px;--h-max-width: 1920px;--h-sidebar-width: 380px;--h-drawer-content-max-width: 1440px;--h-z-index: 999;--h-transition-duration: 500ms;--h-underline-transition-duration: 300ms;--h-bar-transition-duration: 500ms;--h-slide-transition-duration: 200ms;--h-panel-content-transition-duration: 200ms;--h-transition-easing: ease-in-out;--h-color-dark: #221F20;--h-color-light: #fff;--h-header-border: 1px solid #f2f2f2;--h-panel-bg: #fcfcfc;--h-panel-border: 1px solid #4f4f4f;--h-banner-bg-color: var(--h-panel-bg);--h-banner-font-color: var(--h-color-dark);--h-banner-cta-font-color: var(--h-color-dark);--h-banner-cta-bg-color: transparent;--h-banner-cta-border-color: initial;--br-scrollbar-foreground: rgba(49, 54, 56, 50%);--br-scrollbar-background: var(--h-panel-bg);--br-scrollbar-width: 8px;--br-scrollbar-border-width: 2px;--br-scrollbar-border-radius: 8px}@media(min-width: 992px){.beanz-nav.header__base-style-config{--h-bar-gutter: 28px}}.beanz-nav .theme--light{--h-color: var(--h-color-dark);--h-bg-color: var(--h-color-light)}.beanz-nav .theme--light .header__banner-list--bottom{-webkit-animation:fade-in var(--h-bar-transition-duration) forwards;animation:fade-in var(--h-bar-transition-duration) forwards;-webkit-animation-timing-function:var(--h-transition-easing, ease-in-out);animation-timing-function:var(--h-transition-easing, ease-in-out)}.beanz-nav .beanz-panel-search,.beanz-nav .panel--mybeanz,.beanz-nav .menu-item__display{--h-color: var(--h-color-dark);--h-bg-color: var(--h-color-light)}.beanz-nav .beanz-panel-search a,.beanz-nav .beanz-panel-search .search-dropdown__results,.beanz-nav .beanz-panel-search .panel-heading,.beanz-nav .beanz-panel-search .menu-item__display,.beanz-nav .panel--mybeanz a,.beanz-nav .panel--mybeanz .search-dropdown__results,.beanz-nav .panel--mybeanz .panel-heading,.beanz-nav .panel--mybeanz .menu-item__display,.beanz-nav .menu-item__display a,.beanz-nav .menu-item__display .search-dropdown__results,.beanz-nav .menu-item__display .panel-heading,.beanz-nav .menu-item__display .menu-item__display{color:var(--h-color)}.beanz-nav .beanz-panel-search a{display:block}.beanz-nav .theme--dark{--h-color: var(--h-color-light);--h-bg-color: var(--h-color-dark);--h-panel-bg: var(--h-color-light);--h-header-border: 1px solid rgba(0, 0, 0, 0)}.beanz-nav .theme--dark .sale-badge{--sale-badge-bg-color: #555d60}.beanz-nav .theme--dark .header__banner-list--top .header-banner__item{color:var(--h-banner-font-color);background-color:var(--h-banner-bg-color)}.beanz-nav .theme--dark .header__banner-list--top .header-banner__item-close{color:var(--h-color-dark)}.beanz-nav .theme--dark .beanz-panel-search,.beanz-nav .theme--dark .panel--mybeanz{--h-color: var(--h-color-dark);--h-bg-color: var(--h-color-light)}.beanz-nav .theme--dark .beanz-panel-search a,.beanz-nav .theme--dark .beanz-panel-search .search-dropdown__results,.beanz-nav .theme--dark .beanz-panel-search .panel-heading,.beanz-nav .theme--dark .panel--mybeanz a,.beanz-nav .theme--dark .panel--mybeanz .search-dropdown__results,.beanz-nav .theme--dark .panel--mybeanz .panel-heading{color:var(--h-color)}.beanz-nav .theme--dark .mobile-panel{--h-color: var(--h-color-dark);--h-bg-color: var(--h-color-light)}.beanz-nav .theme--transparent{--h-color: var(--h-color-light);--h-bg-color: rgba(0, 0, 0, 0);--h-header-border: 1px solid rgba(0, 0, 0, 0)}.beanz-nav .theme--transparent .header__banner-list--top .header-banner__item{color:var(--h-banner-font-color);background-color:var(--h-banner-bg-color);border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.beanz-nav .theme--transparent .header__banner-list--top .header-banner__item-close{margin-right:12px;color:var(--h-color-dark)}.beanz-nav .theme--transparent .header__banner-list--bottom{display:none}.beanz-nav .theme--transparent .focus-animation{-webkit-transition-timing-function:none;transition-timing-function:none;-webkit-transition-duration:none;transition-duration:none;-webkit-transition-property:none;transition-property:none}.beanz-nav .theme--transparent .focus-animation--active{-webkit-transition-timing-function:var(--h-transition-easing, ease-in-out);transition-timing-function:var(--h-transition-easing, ease-in-out);-webkit-transition-duration:var(--h-underline-transition-duration, 300ms);transition-duration:var(--h-underline-transition-duration, 300ms);-webkit-transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,-webkit-transform;transition-property:opacity,width,transform;transition-property:opacity,width,transform,-webkit-transform}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.beanz-panel-search{--search-color: #221F20;--search-input-border-color: #B9B0AB;--search-input-placeholder-color: #B9B0AB;width:100%}.beanz-panel-search .panel-body{max-width:992px;margin:auto}.beanz-panel-search .search-icon__svg{position:absolute;top:50%;left:24px;z-index:1;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.beanz-panel-search .search-icon__svg path,.beanz-panel-search .search-icon__svg rect{fill:var(--search-color)}.beanz-panel-search .run-search__form{position:relative}.beanz-panel-search .run-search__form label{position:absolute;visibility:hidden}.beanz-panel-search .run-search__form .run-search__input{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;padding:16px 28px 16px 50px;font-size:16px !important;border:1px solid var(--search-input-border-color);border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.beanz-panel-search .run-search__form .run-search__input::-webkit-input-placeholder{color:var(--search-input-placeholder-color)}.beanz-panel-search .run-search__form .run-search__input::-moz-placeholder{color:var(--search-input-placeholder-color)}.beanz-panel-search .run-search__form .run-search__input:-ms-input-placeholder{color:var(--search-input-placeholder-color)}.beanz-panel-search .run-search__form .run-search__input::-ms-input-placeholder{color:var(--search-input-placeholder-color)}.beanz-panel-search .run-search__form .run-search__input::placeholder{color:var(--search-input-placeholder-color)}.beanz-panel-search .run-search__form .run-search__input:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}.beanz-panel-search .run-search__form .run-search__input:focus::-moz-placeholder{color:rgba(0,0,0,0)}.beanz-panel-search .run-search__form .run-search__input:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}.beanz-panel-search .run-search__form .run-search__input:focus::-ms-input-placeholder{color:rgba(0,0,0,0)}.beanz-panel-search .run-search__form .run-search__input:focus::placeholder{color:rgba(0,0,0,0)}.beanz-panel-search .run-search__form .run-search__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.beanz-panel-search .run-search__form .run-search__cancel{position:absolute;right:15px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;background-color:rgba(0,0,0,0);border:0}.beanz-panel-search .run-search__form .run-search__cancel .run-search__cancel-icon{color:#313638;background-color:rgba(0,0,0,0);border:0;cursor:pointer;opacity:0;-webkit-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out}.beanz-panel-search .run-search__form .run-search__cancel .run-search__cancel-icon path,.beanz-panel-search .run-search__form .run-search__cancel .run-search__cancel-icon rect{fill:var(--search-color)}.beanz-panel-search .run-search__form .run-search__cancel.active{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.beanz-panel-search .run-search__form .run-search__cancel.active .run-search__cancel-icon{opacity:1}.beanz-panel-search .search-dropdown__results{margin-top:0}@media(min-width: 992px){.beanz-panel-search .search-dropdown__results{margin-top:20px}}.beanz-panel-search .search-dropdown__results .search-dropdown__results-list{margin:0;list-style:none}.beanz-panel-search .search-dropdown__results .search-dropdown__results-list .search-dropdown__item{margin-bottom:16px}@media(min-width: 768px){.beanz-panel-search .search-dropdown__results .search-dropdown__results-list .search-dropdown__item{margin-bottom:20px}}.beanz-panel-search .search-dropdown__results .search-dropdown__results-list .search-dropdown__item:hover .search-dropdown__item-link{color:#228639}.beanz-panel-search .result-category-container{margin-bottom:10px;padding:0;padding-bottom:30px;border-bottom:1px solid #d0d0d0}@media(min-width: 768px){.beanz-panel-search .result-category-container{margin-bottom:0;padding-bottom:0;border-bottom:0}}.beanz-panel-search .result-header{margin-bottom:20px}.beanz-panel-search .result-category-list{padding:0;list-style:none}.beanz-panel-search .result-category-list li{margin-top:20px}.beanz-panel-search .result-product-container{padding:0}.beanz-panel-search .product-tile{margin-bottom:30px;list-style:none}.beanz-panel-search .product-tile .product-tile-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.beanz-panel-search .product-tile .product-tile-media img{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px}.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-title{margin-top:5px;margin-bottom:0}.beanz-panel-search .product-tile .product-tile-media .product-tile-media-body .product-tile-media-text{margin:0}.beanz-panel-search .product-tile div{padding:0}.beanz-panel-search .search-showmore{font-size:.875rem;text-decoration:underline}.beanz-panel-search .search-results .col-xs-12{padding:0}.beanz-panel-search .search-results .roasters-results,.beanz-panel-search .search-results .category-results{border-bottom:1px solid #d0d0d0}@media(min-width: 768px){.beanz-panel-search .search-results .roasters-results,.beanz-panel-search .search-results .category-results{border-bottom:0}}.beanz-panel-search .search-results .roasters-results li,.beanz-panel-search .search-results .category-results li{margin-bottom:20px}.hamburger{--hamburger-transition-easing: cubic-bezier(0.645, 0.045, 0.355, 1);--hamburger-color: #fff;position:relative;display:block;width:22px;height:.6rem;margin:0 auto;cursor:pointer}.hamburger .hamburger__bar{position:absolute;display:block;width:100%;border-bottom:.125rem solid var(--hamburger-color);border-radius:1rem;-webkit-transition:top 100ms 230ms,opacity 100ms 230ms,-webkit-transform 100ms;transition:top 100ms 230ms,opacity 100ms 230ms,-webkit-transform 100ms;transition:top 100ms 230ms,transform 100ms,opacity 100ms 230ms;transition:top 100ms 230ms,transform 100ms,opacity 100ms 230ms,-webkit-transform 100ms;-webkit-transition-timing-function:var(--hamburger-transition-easing);transition-timing-function:var(--hamburger-transition-easing)}.hamburger .hamburger__bar:first-of-type{top:0}.hamburger .hamburger__bar:nth-of-type(2){top:7px}.hamburger .hamburger__bar:nth-of-type(3){top:14px}.hamburger--active .hamburger__bar{-webkit-transition:top 100ms,opacity 100ms,-webkit-transform 100ms 230ms;transition:top 100ms,opacity 100ms,-webkit-transform 100ms 230ms;transition:top 100ms,transform 100ms 230ms,opacity 100ms;transition:top 100ms,transform 100ms 230ms,opacity 100ms,-webkit-transform 100ms 230ms;-webkit-transition-timing-function:var(--hamburger-transition-easing);transition-timing-function:var(--hamburger-transition-easing)}.hamburger--active .hamburger__bar:first-of-type{top:2.5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamburger--active .hamburger__bar:nth-of-type(2){top:2.5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger--active .hamburger__bar:nth-of-type(3){top:2.5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cart-icon{--cart-color: #fff;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cart-icon .cart-icon__svg path,.cart-icon .cart-icon__svg rect{fill:none;stroke:var(--cart-color)}.cart-icon .cart-icon__count{position:absolute;bottom:8px;color:var(--cart-color);font-weight:700;font-size:.6875rem;font-family:"ArcherSSm-Bold",sans-serif;font-style:normal;line-height:0}.beanz-nav .account-menu-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.beanz-nav .account-icon{--account-icon-color: #313638}.beanz-nav .account-icon path:nth-child(2){fill:none;stroke:var(--account-icon-color)}.beanz-nav .account-icon+.account-icon-label{margin-left:16px;font-weight:400}.link-tile{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:200px;overflow:hidden;border-radius:8px}.link-tile:hover .link-tile__image-img,.link-tile:focus .link-tile__image-img{-webkit-transform:scale(1.08);transform:scale(1.08)}.link-tile .link-tile__content{padding:16px;color:#fff}.link-tile .link-tile__content .link_tile__title{text-align:center}.link-tile .link-tile__image-wrapper{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.link-tile .link-tile__image-wrapper .link-tile__image-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:250ms ease-in-out;transition:250ms ease-in-out}.link-tile .link-tile__image-wrapper .link-tile__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(48.3%, rgba(0, 0, 0, 0)), color-stop(89%, rgba(0, 0, 0, 0.65)));background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48.3%, rgba(0, 0, 0, 0.65) 89%)}.header .list .list__list{list-style:none}.header .list .list__list .list__list-item{margin-top:20px}.header .list .list__list .list__list-item .list__list-item-link:hover{text-decoration:underline}.panel-content .panel-heading{margin-bottom:20px}.close-icon-button .close-icon-button__btn{margin:0;padding:0;background-color:rgba(0,0,0,0) !important;border:0 !important;border-radius:0}.close-icon-button .close-icon-button__btn.close-icon-button__btn--large{width:24px;height:24px}.close-icon-button .close-icon-button__btn.close-icon-button__btn--medium{width:15px;height:15px}.close-icon-button .close-icon-button__btn.close-icon-button__btn--small{width:10px;height:10px}.close-icon-button__icon{background-color:rgba(0,0,0,0);cursor:pointer}.close-icon-button__icon.close-icon-button__icon--large{width:24px;height:24px}.close-icon-button__icon.close-icon-button__icon--medium{width:15px;height:15px}.close-icon-button__icon.close-icon-button__icon--small{width:10px;height:10px}.beanz-nav .menu-item__display-content{padding:24px 40px}@media(min-width: 992px){.beanz-nav .menu-item__display-content{padding:24px 16px}}.beanz-nav .menu-item__display-content .mybeanz__user-info{font-weight:700;font-family:"Helvetica-Neue",sans-serif;margin:0 0 24px}@media(min-width: 992px){.beanz-nav .menu-item__display-content .mybeanz__user-info{margin:24px 0}}.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading{margin:0;padding:24px 0;text-align:left;border-bottom:1px solid #b9b0ab}.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn{position:relative;display:inline-block;-webkit-transform:none;transform:none}.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-btn *{stroke:#221f20}.beanz-nav .menu-item__display-content .mobile-panel__list .mobile-panel__list-item--heading .mobile-panel__list-item--heading-inner .mobile-panel__back-label{font-weight:700;font-family:"Helvetica-Neue",sans-serif;display:inline-block;margin:0;padding:0;text-align:left;border:0}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-heading{font-weight:700;font-family:"Helvetica-Neue",sans-serif;display:none}@media(min-width: 992px){.beanz-nav .menu-item__display-content .panel--mybeanz .panel-heading{display:block;margin:0 0 24px;padding-bottom:24px;border-bottom:1px solid #b9b0ab}}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list{padding:0}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item{margin:0 0 24px}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .list__list-item-link{font-family:"Helvetica-Neue",sans-serif}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__logout-btn{font-family:"Helvetica-Neue",sans-serif;margin:0;padding:0;background-color:rgba(0,0,0,0);border:0;outline:none;cursor:pointer}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__logout-btn:hover{text-decoration:underline}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-text{font-family:"Helvetica-Neue",sans-serif;margin-right:8px}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .list-content .list .list__list .list__list-item .mybeanz__verify .mybeanz__verify-btn{font-family:"Helvetica-Neue",sans-serif;font-weight:700;background-color:rgba(0,0,0,0);border:0;border-bottom:2px solid #221f20;cursor:pointer}.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .panel-close-button{display:none}@media(min-width: 992px){.beanz-nav .menu-item__display-content .panel--mybeanz .panel-body .panel-close-button{position:absolute;top:28px;right:16px;display:block}}@media(min-width: 768px){.modal-overlay .modal.email-modal{width:440px}}.flag-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flag-label .flag-label__img{display:inline-block;width:30px;height:30px}.flag-label .flag-label__label{margin-left:15px;font-weight:400}.beanz-nav .menu-item--region .menu-item__display-content{padding:0}.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info{padding:5px 0 20px}.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .mobile-panel__list-item--region-country-info .region-header__description{display:block}.beanz-nav .mobile-panel__list .mobile-panel__list-item--region .region-list{padding-left:15px}.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info .region-header__description{display:block}.beanz-nav .mobile-panel__list .mobile-panel__list-item--region-language-info~li{padding-left:5px}.beanz-nav .panel--region{padding:15px}.beanz-nav .panel--region .mobile-panel__list{padding-bottom:60px}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__title{display:block;padding-bottom:25px;color:#313638;border-bottom:1px solid #e2e2e2}.beanz-nav .panel--region .mobile-panel__list .region-header .region-header__description{display:block}.beanz-nav .panel--region .region-list .mobile-panel__back-label{border-bottom:1px solid #e2e2e2}@media(max-width: 991.98px){.beanz-nav{--h-side-content-min-width: 60px}.beanz-nav .primary-menu{-webkit-box-flex:initial !important;-ms-flex:initial !important;flex:initial !important}.beanz-nav .logo{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.beanz-nav .secondary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;min-width:var(--h-side-content-min-width)}.beanz-nav .menu-list:not(:last-child){margin-right:.25rem !important}.beanz-nav .menu-item__display{width:100vw !important;min-width:100%}}.beanz-nav .hamburger__bar{--hamburger-color: var(--h-color)}.beanz-nav .cart-icon{--cart-color: var(--h-color)}.beanz-nav .cart-icon rect,.beanz-nav .cart-icon path{-webkit-transition:stroke var(--h-transition-duration) var(--h-transition-easing);transition:stroke var(--h-transition-duration) var(--h-transition-easing)}.beanz-nav .cart-icon .cart-icon__count{-webkit-transition:color var(--h-transition-duration) var(--h-transition-easing);transition:color var(--h-transition-duration) var(--h-transition-easing)}.beanz-nav .account-icon--user{--account-icon-color: var(--h-color)}.beanz-nav .sale-badge{--sale-badge-color: var(--h-color-light)}.beanz-nav .focus-animation{background-color:#ec6418}.beanz-nav .menu-item--mobile-menu .menu-item__btn:focus{outline:0}.beanz-nav .update-svg-theme--stroke path{fill:none;stroke:var(--h-color)}.beanz-nav .mobile-panel__list-item--support{padding-bottom:20px}.beanz-nav .support-tile{--support-tile-border-desktop: var(--h-header-border);--support-tile-border-mobile: var(--h-panel-border);--support-tile-border-hover: 1px solid var(--h-color)}.beanz-nav .mobile-panel__list-item--borders{margin-top:8px;padding:20px 0;border-top:solid 1px #d0d0d0}.beanz-nav .mobile-panel__list-item{padding:16px 0}.beanz-nav .mobile-panel--active{padding:0}.beanz-nav .mobile-panel__list-item-action-label{display:block}.beanz-nav .mobile-panel__list-item--mobile-menu-link-tiles{padding-top:28px}.beanz-nav .mobile-panel__list-item--mobile-menu-link-tiles .mobile-menu__base-link-tiles .link-tile:not(:last-child){margin-bottom:2rem}.beanz-nav .sr-only{position:absolute !important;width:1px;height:1px;padding:0 !important;overflow:hidden;white-space:nowrap !important;border:0 !important}.beanz-nav .header-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:76px}.beanz-nav .header-inner .logo a:focus,.beanz-nav .header-inner .logo a:focus-within,.beanz-nav .header-inner .logo a:focus-visible{outline:thin dashed #fff !important;outline-offset:1px}@media(min-width: 768px){.beanz-nav .header-inner .primary-menu{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.beanz-nav .header-inner .primary-menu .menu-list{padding-left:0}@media(min-width: 992px){.beanz-nav .header-inner .primary-menu .menu-list{padding-left:20px}}.beanz-nav .header-inner .primary-menu .menu-list .menu-item .menu-item__btn{padding-right:15px;padding-left:15px;font-weight:400;font-size:1rem;font-family:"ArcherSSm-Bold",sans-serif}.beanz-nav .header-inner .primary-menu .menu-list .menu-item .menu-item__btn:focus,.beanz-nav .header-inner .primary-menu .menu-list .menu-item .menu-item__btn:focus-within,.beanz-nav .header-inner .primary-menu .menu-list .menu-item .menu-item__btn:focus-visible{outline:thin dashed #fff !important;outline-offset:1px}.beanz-nav .header-inner .secondary-menu button.menu-item__btn:focus,.beanz-nav .header-inner .secondary-menu button.menu-item__btn:focus-within,.beanz-nav .header-inner .secondary-menu button.menu-item__btn:focus-visible,.beanz-nav .header-inner .secondary-menu button.account-menu-btn:focus,.beanz-nav .header-inner .secondary-menu button.account-menu-btn:focus-within,.beanz-nav .header-inner .secondary-menu button.account-menu-btn:focus-visible,.beanz-nav .header-inner .secondary-menu a.menu-item__btn:focus,.beanz-nav .header-inner .secondary-menu a.menu-item__btn:focus-within,.beanz-nav .header-inner .secondary-menu a.menu-item__btn:focus-visible,.beanz-nav .header-inner .secondary-menu a.account-menu-btn:focus,.beanz-nav .header-inner .secondary-menu a.account-menu-btn:focus-within,.beanz-nav .header-inner .secondary-menu a.account-menu-btn:focus-visible{outline:thin dashed #fff !important;outline-offset:1px}@media(min-width: 992px){.beanz-nav .menu-item__display{padding-bottom:100px}}@media(min-width: 1440px){.beanz-nav .menu-item__display{padding-bottom:0}}.beanz-nav .menu-item__display .search-results-col-8{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}@media(min-width: 768px){.beanz-nav .menu-item__display .search-results-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;width:66.66%}}.beanz-nav .menu-item__display .search-results-col-4{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}@media(min-width: 768px){.beanz-nav .menu-item__display .search-results-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;width:33.33%}}.beanz-nav .menu-item__display .search-results-roasters,.beanz-nav .menu-item__display .search-results-category,.beanz-nav .menu-item__display .result-product-container,.beanz-nav .menu-item__display .result-category-container{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}@media(min-width: 768px){.beanz-nav .menu-item__display .search-results-roasters,.beanz-nav .menu-item__display .search-results-category,.beanz-nav .menu-item__display .result-product-container,.beanz-nav .menu-item__display .result-category-container{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;width:50%}}.beanz-nav .header-banner__item .header-banner__item-content{min-height:54px;padding-right:28px;font-size:.875rem;font-family:"ArcherSSm-Bold",sans-serif;text-align:left}@media(max-width: 575.98px){.beanz-nav .header-banner__item .header-banner__item-content{display:inline-block;padding:12px;padding-right:28px}}@media(min-width: 576px){.beanz-nav .header-banner__item .header-banner__item-content{padding-right:45px}}.beanz-nav .header-banner__item .header-banner__item-content p{display:inline;margin:0;padding:0 4px;padding-left:0;letter-spacing:normal;line-height:24px;font-size:.875rem}@media(min-width: 576px){.beanz-nav .header-banner__item .header-banner__item-content p{display:block;padding:0 16px}}@media(min-width: 992px){.beanz-nav .header-banner__item .header-banner__item-content p{font-size:1rem}}.beanz-nav .header-banner__item .header-banner__item-cta{width:auto;font-weight:800;font-size:1rem;font-family:"ArcherSSm-Bold",sans-serif;line-height:1.25rem;white-space:nowrap;vertical-align:var(--h-banner-cta-vertical-align);border:var(--h-banner-cta-border-color);border-radius:50px}@media(max-width: 575.98px){.beanz-nav .header-banner__item .header-banner__item-cta{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.beanz-nav .header-banner__item .header-banner__item-cta__text{margin:4px 12px;font-size:.875rem}@media(min-width: 576px){.beanz-nav .header-banner__item .header-banner__item-cta__text{margin:4px 20px}}@media(min-width: 992px){.beanz-nav .header-banner__item .header-banner__item-cta__icon{margin-left:4px}}.beanz-nav .header-banner__item .header-banner__item-cta__icon+.header-banner__item-cta__text{margin:0 12px;border-bottom:2px solid #313638}@media(min-width: 992px){.beanz-nav .header-banner__item .header-banner__item-cta__icon+.header-banner__item-cta__text{font-size:1rem}}.beanz-nav .header-banner__item .header-banner__item-close{position:relative;right:4px !important;width:20px;height:20px;padding:0;color:rgba(0,0,0,0) !important;border:0;border-radius:4px;cursor:pointer}@media(min-width: 576px){.beanz-nav .header-banner__item .header-banner__item-close{width:40px;height:40px}}.beanz-nav .header-banner__item .header-banner__item-close::before,.beanz-nav .header-banner__item .header-banner__item-close::after{position:absolute;top:50%;right:3px;left:3px;display:block;height:2px;margin-top:-1px;background:#2b2b2d;content:""}@media(min-width: 576px){.beanz-nav .header-banner__item .header-banner__item-close::before,.beanz-nav .header-banner__item .header-banner__item-close::after{right:12px;left:12px}}.beanz-nav .header-banner__item .header-banner__item-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.beanz-nav .header-banner__item .header-banner__item-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.beanz-nav .mobile-panel__list{padding:0 20px}@media(min-width: 768px){.beanz-nav .mobile-panel__list{padding:0 40px}}@media(min-width: 768px){.beanz-nav .menu-item__display{scrollbar-width:thin;scrollbar-color:var(--br-scrollbar-foreground, black) var(--br-scrollbar-background, white)}.beanz-nav .menu-item__display::-webkit-scrollbar{width:var(--br-scrollbar-width, 8px)}.beanz-nav .menu-item__display::-webkit-scrollbar-track{background:var(--br-scrollbar-background, white)}.beanz-nav .menu-item__display::-webkit-scrollbar-thumb{background-color:var(--br-scrollbar-foreground, black);border-color:var(--br-scrollbar-background, white);border-style:solid;border-width:var(--br-scrollbar-border-width, 3px);border-radius:var(--br-scrollbar-border-radius, 8px)}}.footer .footer-inner .footer-action__list-item{margin-bottom:0}.footer .footer-inner .footer-action__list-item-link{color:#fff}.footer .footer-inner .footer-action__list-item-link:hover{text-decoration:none}.footer .footer-inner .social-share__list{margin-bottom:0}.footer .footer-inner .social-share__list .social-share__list-item{margin-bottom:0}.footer .footer-inner .list__list-item{margin-bottom:0}.sf-newsletter .sf-newsletter__title{margin-bottom:16px}.sf-newsletter .sf-newsletter__email-input{position:relative;width:100%;margin-bottom:16px;padding:12px;padding:16px;color:#fff;font-size:.875rem;font-family:"ArcherSSm-Bold",sans-serif;background:rgba(0,0,0,0);border:1px solid #585858;border-radius:8px}.sf-newsletter .sf-newsletter__email-input:-webkit-autofill,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:hover,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:focus,.sf-newsletter .sf-newsletter__email-input:-webkit-autofill:active{background:rgba(0,0,0,0)}.sf-newsletter .sf-newsletter__info{display:-webkit-box;display:-ms-flexbox;display:flex}.sf-newsletter .sf-newsletter__info label{display:-webkit-box;display:-ms-flexbox;display:flex}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check{width:14px;height:16px;margin:0;font-family:"ArcherSSm-Bold",sans-serif;background:rgba(0,0,0,0);border:1px solid #e2e2e2;border-radius:2px;outline:0}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check::after{position:relative;display:block;width:14px;height:14px;background-color:#222;background-repeat:no-repeat;background-position:center;border:1px solid #e2e2e2;border-radius:2px;content:""}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:hover::after,.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:focus::after{border-width:2px}.sf-newsletter .sf-newsletter__info .sf-newsletter__info-check:checked::after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.349609 4.05L1.14961 3.3C2.09961 3.75 2.64961 4.1 3.69961 4.85C5.64961 2.6 6.94961 1.5 9.34961 0L9.59961 0.6C7.59961 2.35 6.14961 4.25 4.04961 8C2.79961 6.5 1.94961 5.5 0.349609 4.05Z' fill='white'/%3E%3C/svg%3E%0A")}.sf-newsletter .sf-newsletter-sign-up--btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:16px 0}.sf-newsletter .sf-newsletter-sign-up--btn button{width:116px;height:100%;padding:16px;color:#fff;font-weight:700;font-size:1rem;line-height:1.5;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:50px}.sf-newsletter .sf-newsletter-sign-up--btn button:disabled{color:#717578;border:1px solid #717578;cursor:default;pointer-events:none}.sf-newsletter .sf-newsletter-sign-up--btn button:hover:not(:disabled),.sf-newsletter .sf-newsletter-sign-up--btn button:focus:not(:disabled){--margin: -1px;border-width:1px}.sf-newsletter .sf-newsletter-sign-up--btn button:active{color:#313638;background-color:#fff}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:16px;color:#fff}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-msg,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-msg,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-msg{font-family:"ArcherSSm-Bold",sans-serif;line-height:18px}.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__email--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__user-exist--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__email--error-msg-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__user-exist-error-icon,.sf-newsletter .sf-newsletter__general--error-msg .sf-newsletter__error-msg-content .sf-newsletter__general-error-msg-icon{display:inline-block;min-width:16px;height:16px;margin-right:8px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.582 0 0 3.582 0 8C0 12.418 3.582 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0ZM7.33333 3.33333H8.66667V10H7.33333V3.33333ZM8 12.8333C7.54 12.8333 7.16667 12.46 7.16667 12C7.16667 11.54 7.54 11.1667 8 11.1667C8.46 11.1667 8.83333 11.54 8.83333 12C8.83333 12.46 8.46 12.8333 8 12.8333Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;content:""}.sf-newsletter__info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:15px;color:#9f9f9f;font-size:.75rem;line-height:1rem}.sf-newsletter__info-text .control{position:relative;display:block;margin-bottom:15px;padding-left:30px;font-size:18px}.sf-newsletter__info-text .control input{position:absolute;z-index:-1;opacity:0}.sf-newsletter__info-text .control input:focus~.control__indicator{background:rgba(0,0,0,0)}.sf-newsletter__info-text .control input:checked~.control__indicator{background:rgba(0,0,0,0)}.sf-newsletter__info-text .control input:checked~.control__indicator::after{display:block}.sf-newsletter__info-text .sf-newsletter__promotion-msg{font-size:12px;line-height:18px}.sf-newsletter__info-text a{color:#9f9f9f !important}.sf-newsletter__info-text p{margin:0}.footer{--gf-border-color: #302d2c;--gf-focus-outline: #fff dotted 1px;--gf-focus-outline-offset: 2px;color:#fff;font-family:"ArcherSSm-Bold",sans-serif !important;background-color:#221f20}.footer button{margin:0;padding:0;color:#fff;font-family:"ArcherSSm-Bold",sans-serif !important;line-height:22px;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.footer a{color:#fff}.footer a:focus{outline:var(--gf-focus-outline) !important;outline-offset:var(--gf-focus-outline-offset)}.footer .hidden{display:none}.footer .sr-only{position:absolute !important;width:1px;height:1px;padding:0 !important;overflow:hidden;white-space:nowrap !important;border:0 !important}.footer .footer-inner{max-width:1410px;margin:auto;padding:0 16px}@media(min-width: 768px){.footer .footer-inner{padding:0 1.25rem}}.footer .footer-inner .footer-action{padding:32px 0;border-bottom:1px solid var(--gf-border-color)}.footer .footer-inner .footer-action .footer-action__list{display:grid;grid-template-rows:auto;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:0;padding:0}@media(min-width: 768px){.footer .footer-inner .footer-action .footer-action__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:hover{text-decoration:underline}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn:focus{outline:var(--gf-focus-outline);outline-offset:var(--gf-focus-outline-offset)}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__img{width:20px;height:17px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .flag-label__btn .flag-label .flag-label__label{margin-left:12px}.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item .footer-action__list-item-link-img{height:20px;margin-right:12px}@media(min-width: 576px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:28px}}@media(min-width: 992px){.footer .footer-inner .footer-action .footer-action__list .footer-action__list-item:not(:last-child){margin-right:32px}}@media(min-width: 768px){.footer .footer-inner .footer-body{display:grid;grid-template-columns:1fr 2fr;gap:70px}}@media(min-width: 992px){.footer .footer-inner .footer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer .footer-inner .footer-body .footer-body__social{position:relative;padding:32px 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__social{max-width:450px;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__social{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__social .sf-newsletter__title{margin:0 0 20px}.footer .footer-inner .footer-body .footer-body__social .sf-newsletter-success .sf-newsletter__title{margin-bottom:16px}.footer .footer-inner .footer-body .footer-body__social .social-share{margin-top:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:0;list-style:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item{margin-right:16px}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item:last-child{margin-right:0}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:hover,.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link:focus{outline:none}.footer .footer-inner .footer-body .footer-body__social .social-share .social-share__list-item .social-share__list-item-link .social-share__list-item-img{width:32px;height:32px;border-radius:50%;-webkit-transition:background-color 250ms ease-in-out,-webkit-filter;transition:background-color 250ms ease-in-out,-webkit-filter;transition:filter,background-color 250ms ease-in-out;transition:filter,background-color 250ms ease-in-out,-webkit-filter}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links{display:grid;grid-template-columns:1fr 1fr;gap:130px}}.footer .footer-inner .footer-body .footer-body__links .list{padding:1.25rem 0;border-bottom:1px solid var(--gf-border-color)}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__links .list{padding:32px 0;pointer-events:none;border-bottom:0}}@media(min-width: 992px){.footer .footer-inner .footer-body .footer-body__links .list{padding:28px 0}}.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:0;margin:0;padding:0;overflow:hidden;list-style:none;visibility:hidden;-webkit-transition:visibility 500ms,padding 500ms,max-height 500ms;transition:visibility 500ms,padding 500ms,max-height 500ms;pointer-events:auto}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .list .list__list{max-height:unset !important;margin-left:0;overflow:unset;visibility:visible !important}}.footer .footer-inner .footer-body .footer-body__links .list .list__list.accordion__copy--open{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item{padding-top:18px}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item a:hover{text-decoration:underline}.footer .footer-inner .footer-body .footer-body__links .list .list__list .list__list-item .list__list-item-link{color:#fff;cursor:pointer}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger{position:relative;width:100%;text-align:left;background-color:rgba(0,0,0,0);cursor:pointer;-webkit-transition:250ms ease-in-out;transition:250ms ease-in-out;border-radius:0}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:disabled{cursor:default}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{position:absolute;top:calc(50% - 7px);right:0;display:inline-block;width:18px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iNiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMUM4IDAuNDQ3NzE1IDcuNTUyMjggMCA3IDBDNi40NDc3MiAwIDYgMC40NDc3MTYgNiAxVjZIMUMwLjQ0NzcxNSA2IDAgNi40NDc3MiAwIDdDMCA3LjU1MjI4IDAuNDQ3NzE2IDggMSA4SDZWMTNDNiAxMy41NTIzIDYuNDQ3NzEgMTQgNyAxNEM3LjU1MjI4IDE0IDggMTMuNTUyMyA4IDEzVjhIMTNDMTMuNTUyMyA4IDE0IDcuNTUyMjggMTQgN0MxNCA2LjQ0NzcyIDEzLjU1MjMgNiAxMyA2SDhWMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform 500ms;transition:-webkit-transform 500ms;transition:transform 500ms;transition:transform 500ms, -webkit-transform 500ms;content:""}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .accordion__trigger::after{background:none}}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger:focus{border:1px dotted #fff;border-style:dotted}.footer .footer-inner .footer-body .footer-body__links .accordion__trigger[aria-expanded=true]::after{top:16px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iNiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat}@media(min-width: 768px){.footer .footer-inner .footer-body .footer-body__links .accordion__trigger[aria-expanded=true]::after{background:none}}.footer .footer-inner .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:32px 0}@media(min-width: 768px){.footer .footer-inner .footer-bottom{padding:8px 0 32px}}.footer .footer-inner .footer-bottom a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer .footer-inner .footer-bottom .footer-bottom__rights{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;color:#e2e2e2;margin:0}.footer .footer-inner .footer-bottom .footer-bottom__rights a{display:contents}
.adyen-checkout__spinner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.adyen-checkout__spinner__wrapper--inline{display:inline-block;height:auto;margin-right:8px}[dir=rtl] .adyen-checkout__spinner__wrapper--inline{margin-left:8px;margin-right:0}.adyen-checkout__spinner{-webkit-animation:rotateSpinner 1.5s linear infinite;animation:rotateSpinner 1.5s linear infinite;border:3px solid #06f;border-radius:50%;border-top-color:rgba(0,0,0,0);height:43px;width:43px}.adyen-checkout__spinner--large{height:43px;width:43px}.adyen-checkout__spinner--small{border-width:2px;height:16px;width:16px}.adyen-checkout__spinner--medium{height:28px;width:28px}@-webkit-keyframes rotateSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.adyen-checkout__button{background:#00112c;border:0;border-radius:6px;color:#fff;cursor:pointer;font-size:1em;font-weight:500;height:48px;margin:0;padding:15px;text-decoration:none;-webkit-transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out;width:100%}.adyen-checkout__button:focus{-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff;outline:0}.adyen-checkout__button:hover{background:#1c3045;-webkit-box-shadow:0 0,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14);box-shadow:0 0,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14)}.adyen-checkout__button:active{background:#3a4a5c}.adyen-checkout__button:hover:focus{-webkit-box-shadow:0 0 0 2px #99c2ff,0 3px 4px rgba(0,15,45,.2);box-shadow:0 0 0 2px #99c2ff,0 3px 4px rgba(0,15,45,.2)}.adyen-checkout__button:disabled,.adyen-checkout__button:disabled:hover{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;opacity:.4;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.adyen-checkout__button.adyen-checkout__button--loading{background:#687282;-webkit-box-shadow:none;box-shadow:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__button.adyen-checkout__button--pay{margin-top:24px}.adyen-checkout__button.adyen-checkout__button--pay:disabled{opacity:1}.adyen-checkout__button.adyen-checkout__button--standalone{margin-top:0}.adyen-checkout__button.adyen-checkout__button--inline{display:block;font-size:.81em;height:auto;padding:10px 8px;width:auto}.adyen-checkout__button.adyen-checkout__button--ghost{background:none;border:0;color:#00112c}.adyen-checkout__button.adyen-checkout__button--ghost:hover{background:#f7f8f9;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--ghost:active{background:#e6e9eb;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary{background:rgba(0,102,255,.1);border:1px solid rgba(0,0,0,0);color:#06f;padding:10px 12px}.adyen-checkout__button.adyen-checkout__button--secondary:hover{background:rgba(0,102,255,.2);-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary:active,.adyen-checkout__button.adyen-checkout__button--secondary:active:hover{background:rgba(0,102,255,.3);-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--link{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:3px;color:#06f;font-weight:400;padding:2px}.adyen-checkout__button.adyen-checkout__button--link:hover{background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;text-decoration:underline}.adyen-checkout__button.adyen-checkout__button--completed,.adyen-checkout__button.adyen-checkout__button--completed:active,.adyen-checkout__button.adyen-checkout__button--completed:active:hover,.adyen-checkout__button.adyen-checkout__button--completed:hover{background:#0abf53;color:#fff}.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.adyen-checkout__button__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.adyen-checkout__button__icon{margin-right:12px}[dir=rtl] .adyen-checkout__button__icon{margin-left:12px;margin-right:0}.adyen-checkout__button__text{display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__button .adyen-checkout__spinner{border-color:rgba(0,0,0,0) #fff #fff}.adyen-checkout__fieldset{display:block;padding-bottom:8px;width:100%}.adyen-checkout__fieldset:last-of-type{padding-bottom:0}.adyen-checkout__fieldset+.adyen-checkout__fieldset{margin-top:16px}.adyen-checkout__fieldset__title{color:#687282;display:block;font-size:.68em;font-weight:700;letter-spacing:1px;margin:0;padding:0 0 12px;text-transform:uppercase}.adyen-checkout__field-group,.adyen-checkout__fieldset__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.adyen-checkout__field-group:last-of-type .adyen-checkout__field{margin-bottom:0}.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields{color:#00112c;font-size:.81em;line-height:19px;margin:0}.adyen-checkout__field{display:block;margin-bottom:16px;width:100%}.adyen-checkout__field:last-of-type{margin-bottom:0}.adyen-checkout__label{display:block}.adyen-checkout__helper-text,.adyen-checkout__label__text{color:#00112c;display:block;font-size:.81em;font-weight:400;line-height:13px;padding-bottom:5px}.adyen-checkout__helper-text{color:#687282}.adyen-checkout__label__text{display:block;overflow:hidden;text-overflow:ellipsis;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;white-space:nowrap}.adyen-checkout__label__text--error{color:#d10244}.adyen-checkout__label--focused .adyen-checkout__label__text{color:#06f}.adyen-checkout__error-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#d10244;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.75em;font-weight:400;margin-top:4px}.adyen-checkout__radio_group+.adyen-checkout-input__inline-validation{display:none}.adyen-checkout__radio_group__input{opacity:0;position:absolute}.adyen-checkout__radio_group__label{color:inherit;display:block;font-size:.81em;font-weight:400;line-height:16px;overflow:visible;padding-bottom:0;padding-left:24px;position:relative}.adyen-checkout__label--focused .adyen-checkout__radio_group__label{color:inherit}.adyen-checkout__radio_group__label:before{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;content:"";height:16px;left:0;position:absolute;top:0;-webkit-transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;width:16px}.adyen-checkout__radio_group__label:hover:before{border-color:#99a3ad;-webkit-box-shadow:0 0 0 2px #d4d9db;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__radio_group__label:after{background-color:#fff;border-radius:50%;-webkit-box-shadow:0 1px 1px rgba(0,15,45,.25);box-shadow:0 1px 1px rgba(0,15,45,.25);content:"";display:block;height:6px;left:5px;margin:0 auto;position:absolute;top:5px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out, -webkit-transform .2s ease-out;width:6px}.adyen-checkout__radio_group__label:hover{border-color:#06f;cursor:pointer}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__label--selected{background-color:#06f;border:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:after{-webkit-transform:scale(1);transform:scale(1)}.adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before{border-color:#06f;-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:hover:before,.adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label:before{-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before{border:1px solid #d10244}.adyen-checkout__checkbox{display:block}.adyen-checkout__checkbox__label{color:#00112c;cursor:pointer;display:inline-block;font-size:.81em;font-weight:400;line-height:19px;padding-left:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[dir=rtl] .adyen-checkout__checkbox__label{padding-left:0;padding-right:24px}.adyen-checkout__checkbox__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before{opacity:1}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after{background-color:#06f;border:1px solid #06f}.adyen-checkout__checkbox__input:checked:hover+.adyen-checkout__checkbox__label:after{border-color:#06f;-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after{border:1px solid #06f;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after{border-color:#99a3ad;-webkit-box-shadow:0 0 0 2px #d4d9db;box-shadow:0 0 0 2px #d4d9db}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{border-bottom:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0) #fff #fff rgba(0,0,0,0);border-radius:0 2px 1px 2px;border-style:solid;border-width:1px 2px 2px 1px;content:"";height:11px;left:1px;opacity:0;position:absolute;top:2px;-webkit-transform:rotate(37deg);transform:rotate(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:6px;z-index:1}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{left:auto;right:8px}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{background-color:#fff;border:1px solid #b9c4c9;border-radius:3px;content:"";height:16px;left:0;position:absolute;top:0;-webkit-transition:background .15s ease-out,border .05s ease-out,-webkit-box-shadow .1s ease-out;transition:background .15s ease-out,border .05s ease-out,-webkit-box-shadow .1s ease-out;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;width:16px;z-index:0}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{left:auto;right:0}.adyen-checkout__field--consentCheckbox{background:#e6e9eb;border:1px solid #e6e9eb;border-radius:6px;padding:14px 14px 13px}[dir=rtl] .adyen-checkout__field--consentCheckbox{padding:14px 14px 13px}.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error{border-color:#d10244}.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation{right:-27px;top:10px}.Select-module_adyen-checkout__dropdown__2kGp2{position:relative}.Select-module_adyen-checkout__dropdown__button__waz0I{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Select-module_adyen-checkout__dropdown__button__waz0I:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982z' fill='%23687282'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:6px;position:absolute;right:16px;width:8px}[dir=rtl] .Select-module_adyen-checkout__dropdown__button__waz0I:after{left:16px;right:auto}.Select-module_adyen-checkout__dropdown__button--active__1EqeU:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Select-module_adyen-checkout__filter-input__HMjy5{background:#fff;border:0;caret-color:#06f;color:#00112c;font-family:inherit;font-size:1em;height:100%;padding:0;width:100%}.Select-module_adyen-checkout__filter-input__HMjy5::-moz-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__HMjy5:-ms-input-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__HMjy5::-webkit-input-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__HMjy5::-ms-input-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__HMjy5::placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__HMjy5:active,.Select-module_adyen-checkout__filter-input__HMjy5:focus{outline:0}.Select-module_adyen-checkout__dropdown__list__2UxAp{background:#fff;display:none;list-style:none;margin:0 0 50px;overflow-y:auto;padding:0;position:absolute;width:100%;z-index:1}.Select-module_adyen-checkout__dropdown__list__2UxAp.Select-module_adyen-checkout__dropdown__list--active__Mlt8t{display:block}.Select-module_adyen-checkout__dropdown__element__3nIQR{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.adyen-checkout__image{opacity:0;-webkit-transition:opacity .6s ease-out;transition:opacity .6s ease-out}.adyen-checkout__image--loaded{opacity:1}.adyen-checkout__dropdown{font-size:1em;max-width:100%;width:100%}.adyen-checkout__dropdown__button{background:#fff;border:1px solid #b9c4c9;border-radius:6px;color:#00112c;font-size:1em;height:40px;line-height:20px;outline:0;padding:7px 24px 7px 12px;text-decoration:none;-webkit-transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}[dir=rtl] .adyen-checkout__dropdown__button{padding:7px 12px 7px 24px}.adyen-checkout__dropdown__button:hover{border-color:#99a3ad}.adyen-checkout__dropdown__button__icon{border-radius:3px;height:26px;margin-left:auto;margin-right:8px;max-width:40px}.adyen-checkout__dropdown__button--active,.adyen-checkout__dropdown__button--active:hover,.adyen-checkout__dropdown__button:active,.adyen-checkout__dropdown__button:focus{border-color:#06f;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__dropdown__button--readonly,.adyen-checkout__dropdown__button--readonly--active,.adyen-checkout__dropdown__button--readonly:focus,.adyen-checkout__dropdown__button--readonly:hover{background:#e6e9eb;border-color:rgba(0,0,0,0);color:#00112c;cursor:not-allowed}.adyen-checkout__dropdown__button--readonly:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982z' fill='%23B9C4C9'/%3E%3C/svg%3E")}.adyen-checkout__dropdown__button--invalid{border-color:#d10244}.adyen-checkout__dropdown__button--valid{border-bottom-color:#0abf53}.adyen-checkout__dropdown__button__text{overflow:hidden;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__dropdown__list{border-radius:6px;-webkit-box-shadow:0 2px 7px rgba(0,15,45,.3);box-shadow:0 2px 7px rgba(0,15,45,.3);max-height:375px;z-index:2}.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active{margin-top:2px}.adyen-checkout__dropdown__element{border:1px solid rgba(0,0,0,0);cursor:pointer;font-size:.81em;-ms-hyphens:auto;hyphens:auto;line-height:20px;outline:0;padding:8px;-webkit-transition:background .2s ease-out,border-color .2s ease-out;transition:background .2s ease-out,border-color .2s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-break:break-word}.adyen-checkout__dropdown__element:last-child{border-bottom:0}.adyen-checkout__dropdown__element:active,.adyen-checkout__dropdown__element:focus,.adyen-checkout__dropdown__element:hover{background:rgba(230,233,235,.6)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active{background:rgba(0,102,255,.1)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:active,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:focus,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:hover{background:rgba(0,102,255,.15)}.adyen-checkout__dropdown__element--disabled{cursor:not-allowed;opacity:.4}.adyen-checkout__dropdown__element__icon{border-radius:3px;margin-right:8px;max-height:26px;max-width:40px}.adyen-checkout__dropdown__element__flag{margin-left:8px;margin-right:10px;max-height:18px;max-width:27px}.adyen-checkout__dropdown+.adyen-checkout-input__inline-validation{right:32px}.adyen-checkout__field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.adyen-checkout__field--20{width:20%}.adyen-checkout__field--30{width:30%}.adyen-checkout__field--40{width:40%}.adyen-checkout__field--50{width:50%}.adyen-checkout__field--60{width:60%}.adyen-checkout__field--70{width:70%}.adyen-checkout__field--80{width:80%}.adyen-checkout__field--col-70{width:calc(70% - 8px)}.adyen-checkout__field--col-30{width:calc(30% - 8px)}.adyen-checkout__field--col-50{width:calc(50% - 8px)}.adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-right:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-left:8px;margin-right:0}.adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:0;margin-right:8px}.adyen-checkout__field-wrapper:last-of-type>.adyen-checkout__field{margin-bottom:0}.adyen-checkout__input{background:#fff;border:1px solid #b9c4c9;border-radius:6px;caret-color:#06f;color:#00112c;display:block;font-family:inherit;font-size:1em;height:40px;outline:none;padding:5px 8px;position:relative;-webkit-transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;width:100%}.adyen-checkout__input:hover{border-color:#99a3ad}.adyen-checkout__input:required{-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__input--disabled,.adyen-checkout__input[readonly]{background:#e6e9eb;border-color:#e6e9eb}.adyen-checkout__input--disabled:hover{border-color:#e6e9eb}.adyen-checkout__input-wrapper{display:block;position:relative}.adyen-checkout__input-wrapper--block{display:block}.adyen-checkout-input__inline-validation{height:16px;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}[dir=rtl] .adyen-checkout-input__inline-validation{left:14px;right:auto}[dir=ltr] .adyen-checkout-input__inline-validation{left:auto;right:14px}.adyen-checkout-input__inline-validation--valid{color:#0abf53}.adyen-checkout-input__inline-validation--invalid{color:#d10244}.adyen-checkout__input--invalid{border-color:#d10244}.adyen-checkout__input--valid{border-bottom-color:#0abf53}.adyen-checkout__input--error,.adyen-checkout__input--error:hover,.adyen-checkout__input--invalid,.adyen-checkout__input--invalid:hover{border-color:#d10244}.adyen-checkout__input::-moz-placeholder{color:#b9c4c9;font-weight:200}.adyen-checkout__input:-ms-input-placeholder{color:#b9c4c9;font-weight:200}.adyen-checkout__input::-webkit-input-placeholder{color:#b9c4c9;font-weight:200}.adyen-checkout__input::-ms-input-placeholder{color:#b9c4c9;font-weight:200}.adyen-checkout__input::placeholder{color:#b9c4c9;font-weight:200}.adyen-checkout__input--date{padding-right:30px}.adyen-checkout__input--focus,.adyen-checkout__input--focus:hover,.adyen-checkout__input:active,.adyen-checkout__input:active:hover,.adyen-checkout__input:focus,.adyen-checkout__input:focus:hover{border:1px solid #06f;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__input[readonly],.adyen-checkout__input[readonly]:hover{background-color:#e6e9eb;border-color:rgba(0,0,0,0);color:#687282;cursor:default}.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group{display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper{margin-right:20px}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child{margin:0}.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress{padding-bottom:8px}.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress{margin-top:24px;padding-bottom:8px}.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress{margin-bottom:0}.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox{margin-top:22px}.adyen-checkout__input--separateDeliveryAddress+.adyen-checkout__checkbox__label{margin-top:16px}.adyen-checkout__amazonpay__button{margin:auto}.adyen-checkout__amazonpay .adyen-checkout__button--ghost{display:block;margin:8px auto 0;width:auto}@supports(-webkit-appearance: -apple-pay-button){.ApplePayButton-module_apple-pay-button__26P3-,.ApplePayButton-module_apple-pay__1liGp{-webkit-appearance:-apple-pay-button}.ApplePayButton-module_apple-pay-button__26P3-{cursor:pointer;display:inline-block}.ApplePayButton-module_apple-pay-button-black__3Ml54{-apple-pay-button-style:#000}.ApplePayButton-module_apple-pay-button-white__1qE8A{-apple-pay-button-style:#fff}.ApplePayButton-module_apple-pay-button-white-with-line__j9FE5{-apple-pay-button-style:white-outline}.ApplePayButton-module_apple-pay-button--type-plain__2mnnX{-apple-pay-button-type:plain}.ApplePayButton-module_apple-pay-button--type-buy__eMnIy{-apple-pay-button-type:buy}.ApplePayButton-module_apple-pay-button--type-donate__3zvI8{-apple-pay-button-type:donate}.ApplePayButton-module_apple-pay-button--type-check-out__ipg0J{-apple-pay-button-type:check-out}.ApplePayButton-module_apple-pay-button--type-book__155Xs{-apple-pay-button-type:book}.ApplePayButton-module_apple-pay-button--type-subscribe__3uPJ5{-apple-pay-button-type:subscribe}.ApplePayButton-module_apple-pay-button--type-add-money__xmCaj{-apple-pay-button-type:add-money}.ApplePayButton-module_apple-pay-button--type-contribute__RCq2P{-apple-pay-button-type:contribute}.ApplePayButton-module_apple-pay-button--type-order__f5tpZ{-apple-pay-button-type:order}.ApplePayButton-module_apple-pay-button--type-reload__1P53C{-apple-pay-button-type:reload}.ApplePayButton-module_apple-pay-button--type-rent__2J4wk{-apple-pay-button-type:rent}.ApplePayButton-module_apple-pay-button--type-support__3-p0R{-apple-pay-button-type:support}.ApplePayButton-module_apple-pay-button--type-tip__2-gCt{-apple-pay-button-type:tip}.ApplePayButton-module_apple-pay-button--type-top-up__9UKXI{-apple-pay-button-type:top-up}}@supports not (-webkit-appearance: -apple-pay-button){.ApplePayButton-module_apple-pay-button__26P3-{background-position:50% 50%;background-repeat:no-repeat;background-size:100% 60%;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;max-height:64px;min-height:32px;min-width:200px;padding:0}.ApplePayButton-module_apple-pay-button-black__3Ml54{background-color:#000;background-image:-webkit-named-image(apple-pay-logo-white)}.ApplePayButton-module_apple-pay-button-white-with-line__j9FE5,.ApplePayButton-module_apple-pay-button-white__1qE8A{background-color:#fff;background-image:-webkit-named-image(apple-pay-logo-black)}.ApplePayButton-module_apple-pay-button-white-with-line__j9FE5{border:.5px solid #000}}.adyen-checkout__applepay__button{height:48px;width:240px}.adyen-checkout__dropin .adyen-checkout__applepay__button{width:100%}.adyen-checkout__issuer-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:none;border-radius:6px;-webkit-box-shadow:inset 0 0 0 1px #b9c4c9;box-shadow:inset 0 0 0 1px #b9c4c9;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:48%;flex-basis:48%;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;font-size:.81em;height:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 12px;-webkit-transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus,.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible,.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover{-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button--selected{background:#fff;-webkit-box-shadow:inset 0 0 0 2px #06f;box-shadow:inset 0 0 0 2px #06f;color:#06f;font-weight:500;height:40px;-webkit-transition:none;transition:none}.adyen-checkout__issuer-button-img{max-height:26px}.adyen-checkout__issuer-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 16px}.adyen-checkout__field--issuer-list-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#687282;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px;margin-top:16px;white-space:nowrap}.adyen-checkout__field--issuer-list-separator:after,.adyen-checkout__field--issuer-list-separator:before{background:#e6e9eb;content:"";display:block;height:1px;width:100%}.adyen-checkout__field--issuer-list-separator:after{margin-left:20px}.adyen-checkout__field--issuer-list-separator:before{margin-right:20px}.adyen-checkout__field--issuer-list{margin-bottom:0}.CardInput-module_card-input__wrapper__2tAzu{position:relative}.CardInput-module_card-input__wrapper__2tAzu *,.CardInput-module_card-input__wrapper__2tAzu :after,.CardInput-module_card-input__wrapper__2tAzu :before{-webkit-box-sizing:border-box;box-sizing:border-box}.CardInput-module_card-input__icon__2Iaf5{border-radius:3px;height:18px;margin-left:7px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:27px}.CardInput-module_card-input__form__2Ij_n{opacity:1}.CardInput-module_card-input__spinner__1wHzq{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.CardInput-module_card-input__spinner--active__1Dzoe{display:block}.CardInput-module_card-input__form--loading__3zh3Y{opacity:0}.CardInput-module_adyen-checkout__input__3Jmld{display:block;max-height:100px}.CardInput-module_adyen-checkout__card__cvc__input--hidden__1Z1lp,.CardInput-module_adyen-checkout__card__exp-date__input--hidden__3850Y{display:none}.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__3wxr3{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.CardInput-module_revolving-plan-installments__disabled__2yP53{opacity:.4;pointer-events:none}.adyen-checkout__card-input__form{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.adyen-checkout__card__cardNumber{max-width:400px}.adyen-checkout__card__cardNumber__input{padding:5px 8px}.adyen-checkout__card__exp-date__input--oneclick{font-weight:400;line-height:30px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__card__holderName,.adyen-checkout__field--expiryDate,.adyen-checkout__field--storedCard{margin-bottom:0}.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,.adyen-checkout__card__holderName,.adyen-checkout__card__kcp-authentication,.adyen-checkout__card__socialSecurityNumber,.adyen-checkout__installments,.adyen-checkout__store-details{margin-top:16px}.adyen-checkout__card__holderName:first-child{margin:0 0 16px}.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon,.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand)+.adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,.adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint{opacity:0}@-webkit-keyframes cvcIndicateLocation{0%{opacity:1}to{opacity:.3}}@keyframes cvcIndicateLocation{0%{opacity:1}to{opacity:.3}}.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,.adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:cvcIndicateLocation;animation-name:cvcIndicateLocation}.adyen-checkout__card__cvc__hint__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-backface-visibility:visible;backface-visibility:visible;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0 10px;position:absolute;right:0;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:center;transform-origin:center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:-webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);width:27px;will-change:transform}.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.adyen-checkout__card__cvc__hint{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.adyen-checkout__card__cvc__hint--front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@media(prefers-reduced-motion: reduce){.adyen-checkout__card__cvc__hint__wrapper{-webkit-transition:none;transition:none}}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper{margin-top:20px}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments{margin-left:15px;position:relative;top:42px;width:30%}.LoadingWrapper-module_loading-input__form__1jpVs{opacity:1}.LoadingWrapper-module_loading-input__form--loading__3LDWz{opacity:0}.LoadingWrapper-module_loading-input__spinner__3eCyK{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.LoadingWrapper-module_loading-input__spinner--active__3UDtX{display:block}.adyen-checkout__card__dual-branding__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:.4;pointer-events:none}.adyen-checkout__card__dual-branding__buttons--active{opacity:1;pointer-events:auto}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon{cursor:pointer;opacity:1}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child{right:40px}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected{opacity:.5}.adyen-checkout__button-group{background:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.adyen-checkout__button-group .adyen-checkout__button{background:rgba(0,0,0,0);border:0;-webkit-box-shadow:inset 0 0 0 1px #99a3ad;box-shadow:inset 0 0 0 1px #99a3ad;color:#00112c;font-size:.81em;font-weight:400;height:40px;line-height:40px;margin-right:8px;padding:0;text-align:center}.adyen-checkout__button-group .adyen-checkout__button:last-child{margin-right:0}.adyen-checkout__button-group .adyen-checkout__button:hover{background:rgba(0,0,0,0);-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button:active{background:#f7f8f9;-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button--disabled,.adyen-checkout__button-group .adyen-checkout__button--disabled:hover{cursor:not-allowed;opacity:.4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__button-group .adyen-checkout__button--selected,.adyen-checkout__button-group .adyen-checkout__button--selected:active,.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,.adyen-checkout__button-group .adyen-checkout__button--selected:hover{background:#e5efff;-webkit-box-shadow:inset 0 0 0 2px #06f;box-shadow:inset 0 0 0 2px #06f;color:#06f;font-weight:500;height:40px;-webkit-transition:none;transition:none}.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__adyen-giving .adyen-checkout__status__icon{display:block;margin:56px auto 32px}.adyen-checkout__adyen-giving .adyen-checkout__status__text{color:#00112c;margin-bottom:56px;text-align:center}.adyen-checkout__campaign{background:#00112c;border-radius:6px;height:227px;overflow:hidden;position:relative}.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description{text-decoration:underline}.adyen-checkout__campaign-container{height:100%}.adyen-checkout__campaign-logo{border:2px solid rgba(255,255,255,.4);border-radius:3px;display:block;height:48px;margin-bottom:16px;overflow:hidden;width:48px}.adyen-checkout__campaign-background-image{background-color:#00112c;background-position:50%;background-size:cover;height:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:before{background:inherit;content:"";height:100%;position:absolute;-webkit-transition:-webkit-transform .6s ease-out;transition:-webkit-transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out, -webkit-transform .6s ease-out;width:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:hover:before{-webkit-transform:scale(1.1);transform:scale(1.1)}.adyen-checkout__campaign-link .adyen-checkout__campaign-content{pointer-events:none}.adyen-checkout__campaign-content{bottom:0;padding:16px;position:absolute;z-index:2}.adyen-checkout__campaign-description,.adyen-checkout__campaign-title{color:#fff;font-weight:400;margin:0}.adyen-checkout__campaign-title{font-size:1em;margin-bottom:8px}.adyen-checkout__campaign-description{font-size:.81em;line-height:19px}.adyen-checkout__adyen-giving-actions{margin-top:16px}.adyen-checkout__button.adyen-checkout__button--donate{margin:16px auto 8px}.adyen-checkout__button.adyen-checkout__button--decline{display:block;margin:auto;width:auto}.adyen-checkout__paywithgoogle{height:48px}.adyen-checkout__paywithgoogle>div>button,.adyen-checkout__paywithgoogle>div>button.long,.adyen-checkout__paywithgoogle>div>button.short{height:48px;-webkit-transition:background-color .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background-color .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background-color .3s ease-out,box-shadow .3s ease-out;transition:background-color .3s ease-out,box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out}.adyen-checkout__paywithgoogle>div>button.long:focus,.adyen-checkout__paywithgoogle>div>button.short:focus,.adyen-checkout__paywithgoogle>div>button:focus{-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff;outline:0}.adyen-checkout__paywithgoogle>div>button.gpay-button{padding:15px 24px 13px}.adyen-checkout__econtext-input__field>.adyen-checkout__button--pay:only-child{margin-top:0}.adyen-checkout__voucher-result{border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:center}.adyen-checkout__voucher-result__bottom,.adyen-checkout__voucher-result__top{background:#fff;border:1px solid #d4d9db}.adyen-checkout__voucher-result__top{border-bottom:0;border-radius:12px 12px 0 0;padding:40px 0 24px}.adyen-checkout__voucher-result__bottom{border-radius:0 0 12px 12px;border-top:0}.adyen-checkout__voucher-result__separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:13px;margin:0 auto;position:relative;width:calc(100% - 14px)}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCAwIDUgMiAxLjUgNEg3VjBIMHptMCAxMyA1LTIgMS41LTRIN3Y2SDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTYuNDIzIDYuNUM2LjQyMyAzLjMxMiAzLjc4My43NTYuNS41MThjMy4zODYuMjM2IDYgMi44NTUgNiA1Ljk4MiAwIDMuMTI3LTIuNjE0IDUuNzQ2LTYgNS45ODN2LS4wMDFjMy4yODQtLjIzNyA1LjkyMy0yLjc5NCA1LjkyMy01Ljk4MnoiIHN0cm9rZT0iI0Q0RDlEQiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6TTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)}.adyen-checkout__voucher-result__separator:before{left:-7px}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-position:100%;background-repeat:no-repeat;content:"";height:13px;position:absolute;top:0;width:7px}.adyen-checkout__voucher-result__separator:after{right:-7px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.adyen-checkout__voucher-result__separator__inner{border-top:1px solid #e6e9eb;width:100%}.adyen-checkout__voucher-result__image{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;width:100%}.adyen-checkout__link--voucher-result-instructions{display:inline-block}.adyen-checkout__voucher-result__image__wrapper{display:block;height:48px;margin:0 24px;position:relative}.adyen-checkout__voucher-result__image__wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before{border-left:1px solid #d4d9db;content:"";height:64px;left:-24.5px;position:absolute;top:-8px;width:1px}.adyen-checkout__voucher-result__image__brand,.adyen-checkout__voucher-result__image__issuer{border-radius:3px;height:48px}.adyen-checkout__voucher-result__introduction{color:#00112c;font-size:.81em;line-height:19px;margin:0 auto;max-width:400px;text-align:center}.adyen-checkout__voucher-result__amount{color:#00112c;font-size:1em;font-weight:700;margin:24px auto 0;text-align:center}.adyen-checkout__voucher-result__surcharge{color:#687282;display:block;font-size:.81em;font-weight:400;line-height:19px;text-align:center}.adyen-checkout__voucher-result__code__label{display:block;font-weight:400;left:0;line-height:19px;margin:0 auto;position:absolute;right:0;top:-2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto}.adyen-checkout__voucher-result__code__label:before{content:"";position:absolute}.adyen-checkout__voucher-result__code__label__text{background:#fff;color:#00112c;font-size:13px;letter-spacing:normal;line-height:1;padding:0 8px}.adyen-checkout__voucher-result__code__barcode{display:block;height:56px;margin:0 auto 8px;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__voucher-result__code{border-width:1px 0;color:#00112c;display:inline-block;font-size:1.5em;font-weight:700;letter-spacing:1px;line-height:1.2;margin:0 auto;padding:16px 48px;position:relative;text-align:center;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;width:100%;word-break:break-word}.adyen-checkout__voucher-result__details{list-style:none;margin:-1px auto 0;padding:0}.adyen-checkout__voucher-result__details__item{border-top:1px solid #e6e9eb;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.81em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 24px;word-break:break-word}.adyen-checkout__voucher-result__details__item:last-child{margin-bottom:0}.adyen-checkout__voucher-result__details__label{max-width:50%;text-align:left}.adyen-checkout__voucher-result__details__value{font-weight:700;max-width:50%;text-align:right}.adyen-checkout__voucher-result__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0 auto 32px;max-width:100%;min-width:200px;padding:0;width:300px}.adyen-checkout__voucher-result__actions__item{margin:0 4px}.adyen-checkout__paypal__buttons{position:relative;z-index:0}.adyen-checkout__paypal__button{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.adyen-checkout__paypal__button:empty{display:none}.adyen-checkout__paypal__status--pending{margin:16px 0}.adyen-checkout__paypal__status--processing{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px 0}.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending{margin:-16px 0 38px}.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing{padding:20px 0 65px}.adyen-checkout__phone-input{direction:ltr}.adyen-checkout__phone-input .adyen-checkout__input-wrapper{width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input{height:auto;padding:0}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input:focus{border:1px solid #06f;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:35px;width:auto}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after{-webkit-box-sizing:revert;box-sizing:revert;height:10px;left:40px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input--phoneNumber{border:1px solid rgba(0,0,0,0);height:35px;margin-left:8px;padding-left:15px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput:focus{border:1px solid #06f;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__phoneNumber{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:65px;width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__countryFlag{position:absolute}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover{-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__iban-input__number{padding:5px 36px 5px 8px;text-transform:uppercase}.adyen-checkout__threeds2__challenge,.adyen-checkout__threeds2__challenge-container{background-color:rgba(0,0,0,0);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:inherit;min-height:400px;overflow:hidden;position:relative;width:100%}.adyen-checkout__threeds2__challenge--01,.adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe{height:400px;width:250px}.adyen-checkout__threeds2__challenge--02,.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe{height:400px;width:390px}.adyen-checkout__threeds2__challenge--03,.adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe{height:600px;width:500px}.adyen-checkout__threeds2__challenge--04,.adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe{height:400px;width:600px}.adyen-checkout__threeds2__challenge--05,.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe{height:100%;width:100%}.adyen-checkout__iframe--threeDSIframe{border:0;left:0;position:absolute;top:0}.adyen-checkout__qr-loader{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__qr-loader--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__qr-loader__brand-logo{border-radius:3px;width:74px}.adyen-checkout__qr-loader__subtitle{margin:32px auto 0;max-width:400px}.adyen-checkout__qr-loader__subtitle--result{margin-bottom:32px}.adyen-checkout__qr-loader__payment_amount,.adyen-checkout__qr-loader__subtitle{color:#00112c;font-size:1em;line-height:19px}.adyen-checkout__qr-loader__icon{height:88px;width:88px}.adyen-checkout__qr-loader__payment_amount{font-weight:700}.adyen-checkout__qr-loader__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;padding-right:3%;width:152px}[dir=rtl] .adyen-checkout__qr-loader__progress{padding-left:3%;padding-right:0}.adyen-checkout__qr-loader__percentage{background:#06f;border-radius:24px;display:block;height:100%}.adyen-checkout__qr-loader__countdown{color:#687282;font-size:.81em}.adyen-checkout__qr-loader>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__qr-loader__app-link{display:none;margin-top:16px}.adyen-checkout__qr-loader__separator__label{color:#687282;display:block;font-size:13px;overflow:hidden;position:relative;text-align:center;z-index:1}.adyen-checkout__qr-loader__separator__label:after,.adyen-checkout__qr-loader__separator__label:before{background-color:#e6e9eb;content:" ";height:1px;overflow:hidden;position:absolute;top:51%;width:50%}.adyen-checkout__qr-loader__separator__label:before{margin-left:-52%;text-align:right}.adyen-checkout__qr-loader__separator__label:after{margin-left:2%}.adyen-checkout__button.adyen-checkout__button--qr-loader{margin-top:24px;text-decoration:none}.adyen-checkout__qr-loader__instructions{color:#687282;font-size:1em;line-height:1.5;margin-top:32px}.adyen-checkout__qr-loader__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:32px}@media only screen and (max-device-width: 1200px){.adyen-checkout__qr-loader__app-link{display:block}}.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__alert-message{border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.81em;margin:0 0 16px;padding:12px;text-align:left}.adyen-checkout__alert-message--error{background:#fbe6ed}.adyen-checkout__alert-message--warning{background:#ffeacc}.adyen-checkout__alert-message--info{background:#e5efff}.adyen-checkout__alert-message__icon{height:14px;margin-right:8px;width:14px}.adyen-checkout__giftcard-result__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1em;font-weight:400;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:100%}.adyen-checkout__giftcard-result__header__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__giftcard-result__name{margin-left:8px}.adyen-checkout__giftcard-result__balance{list-style:none;margin:16px 0 0;padding:0}.adyen-checkout__giftcard-result__balance__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit{color:#687282}.adyen-checkout__giftcard-result__balance__item:last-child{margin-bottom:0}.adyen-checkout__giftcard-result__balance__value--amount{font-weight:700}.adyen-checkout__giftcard-result__remaining-balance{color:#687282;font-size:13px;line-height:19px;margin:8px auto 0;text-align:center}.DropinComponent-module_adyen-checkout__payment-methods-list__2T9kQ{list-style:none;margin:0;padding:0}.DropinComponent-module_adyen-checkout__payment-method__2ZClo{display:block;max-height:60px}.DropinComponent-module_adyen-checkout__payment-method__details__2_jFP{display:none}.DropinComponent-module_adyen-checkout__payment-method__image__Fg2uw{height:26px;width:40px}.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__pTTKr{margin-right:8px}[dir=rtl] .DropinComponent-module_adyen-checkout__payment-method__image__wrapper__pTTKr{margin-left:8px;margin-right:0}.DropinComponent-module_adyen-checkout__payment-method--selected__1zXEA{max-height:100%}.DropinComponent-module_adyen-checkout__payment-method--selected__1zXEA .DropinComponent-module_adyen-checkout__payment-method__details__2_jFP{display:block}.adyen-checkout__payment-method__disable-confirmation{background:#d10244;border-left:1px solid #c70241;border-right:1px solid #c70241;color:#fff;font-size:.81em;margin:0 -17px;max-height:0;opacity:0;overflow:hidden;-webkit-transition:opacity .15s ease-out,max-height .15s linear,margin-bottom .1s linear;transition:opacity .15s ease-out,max-height .15s linear,margin-bottom .1s linear}.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open{margin-bottom:16px;max-height:62px;opacity:1}.adyen-checkout__payment-method__disable-confirmation__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 16px}.adyen-checkout__payment-method__disable-confirmation__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__payment-method__disable-confirmation__button{background:#d10244;border:1px solid rgba(0,0,0,0);border-radius:6px;color:#fff;cursor:pointer;display:block;height:auto;line-height:14px;margin:0 0 0 8px;padding:8px;width:auto}.adyen-checkout__payment-method__disable-confirmation__button:hover,.adyen-checkout__payment-method__disable-confirmation__button:hover:focus{background:#b8023c;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button:active,.adyen-checkout__payment-method__disable-confirmation__button:hover:active{background:#9e0234;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button--remove,.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled{border-color:#fff}.adyen-checkout__payment-method__disable-confirmation__button--cancel,.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled{border-color:rgba(0,0,0,0)}.adyen-checkout__payment-method{background:#fff;border:1px solid #e6e9eb;cursor:pointer;margin-top:-1px;position:relative;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;width:100%}.adyen-checkout__payment-method:focus{outline:0}.adyen-checkout__payment-method--selected+.adyen-checkout__payment-method,.adyen-checkout__payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px;margin-top:0}.adyen-checkout__payment-method--next-selected,.adyen-checkout__payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px;margin-bottom:0}.adyen-checkout__payment-method--loading{opacity:.2}.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading{opacity:.9}.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,.adyen-checkout__payment-method--disabling{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__payment-method--disabling{opacity:.3}.adyen-checkout__payment-method__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1em;font-weight:400;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 12px 12px 44px;position:relative;-webkit-transition:background .1s ease-out;transition:background .1s ease-out;width:100%}[dir=rtl] .adyen-checkout__payment-method__header{padding:12px 44px 12px 12px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header{padding:16px}.adyen-checkout__payment-method__header__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:none;color:#00112c;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;font-size:1em;font-weight:400;margin-right:16px;max-width:100%;padding:4px}[dir=rtl] .adyen-checkout__payment-method__header__title{margin-left:16px;margin-right:0}.adyen-checkout__payment-method__surcharge{color:#687282;margin-left:5px}.adyen-checkout__payment-method--selected{background:#f7f8f9;border:1px solid #e6e9eb;border-radius:12px;cursor:default;margin:8px 0;-webkit-transition:margin .15s cubic-bezier(0.4, 0, 0.2, 1) 0ms,opacity .3s ease-out;transition:margin .15s cubic-bezier(0.4, 0, 0.2, 1) 0ms,opacity .3s ease-out}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header{-ms-flex-wrap:wrap;flex-wrap:wrap}.adyen-checkout__payment-method__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__payment-method__name--selected{font-weight:500}.adyen-checkout__payment-method__details{padding:0 16px;position:relative}.adyen-checkout__payment-method__details__content{margin:0 0 16px}.adyen-checkout__payment-method__image__wrapper{height:26px;position:relative;width:40px}.adyen-checkout__payment-method__image__wrapper--outline:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__payment-method__image{border-radius:3px;display:block}.adyen-checkout__payment-method__brands{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:1;flex-shrink:1;-ms-flex-wrap:wrap;flex-wrap:wrap;height:16px;margin:4px 0;overflow:hidden;text-align:right}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands{height:auto;overflow:visible;text-align:left}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{display:inline-block;height:16px;margin-right:4px;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:24px}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child{margin:0}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{margin-bottom:4px}.adyen-checkout__payment-method__brands img{height:16px;width:24px}.adyen-checkout__payment-method__image__wrapper--disabled{opacity:.25}.adyen-checkout__payment-method__radio{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;height:16px;left:16px;position:absolute;-webkit-transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;width:16px}[dir=rtl] .adyen-checkout__payment-method__radio{left:auto;right:16px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio{display:none}.adyen-checkout__payment-method__radio:after{background-color:#fff;border-radius:50%;content:"";display:block;height:6px;left:0;margin:0 auto;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;width:6px}.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio{border-color:#99a3ad;-webkit-box-shadow:0 0 0 2px #d4d9db;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__payment-method__radio--selected{background-color:#06f;border:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.adyen-checkout__payment-method__radio--selected:hover{-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__payment-method__radio--selected:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.adyen-checkout__order-payment-methods-list{list-style:none;margin:0 auto 16px;padding:0}.adyen-checkout__order-payment-method{background:#fff;border:1px solid #e6e9eb;margin-top:-1px;position:relative;width:100%}.adyen-checkout__order-payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.adyen-checkout__order-payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.adyen-checkout__order-payment-method__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1em;font-weight:500;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;position:relative;-webkit-transition:background .1s ease-out;transition:background .1s ease-out;width:100%}.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title{padding:0}.adyen-checkout__order-payment-method__details{padding:0 16px 16px}.adyen-checkout__order-payment-method__deducted-amount{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1em}.adyen-checkout__order-payment-method__deducted-amount__label{font-size:.81em}.adyen-checkout__order-payment-method__deducted-amount__value{font-weight:500}.adyen-checkout__order-remaining-amount{background:#ffeacc;border-radius:6px;color:#7f4a00;display:block;font-size:.81em;margin-bottom:16px;padding:8px 16px;width:100%}.adyen-checkout__order-remaining-amount strong{font-weight:700}.adyen-checkout__status{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #d4d9db;border-radius:6px;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1em;height:350px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:32px;text-align:center}.adyen-checkout__status__icon{margin-bottom:24px}.adyen-checkout__status .adyen-checkout__spinner__wrapper{max-height:88px}.adyen-checkout__dropin,.adyen-checkout__dropin *,.adyen-checkout__dropin :after,.adyen-checkout__dropin :before{-webkit-box-sizing:border-box;box-sizing:border-box}.adyen-checkout__payment-methods-list--loading{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__instant-payment-methods-list{list-style:none;margin:0;padding:0}.adyen-checkout__instant-payment-methods-list li:not(:last-child){margin-bottom:8px}.adyen-checkout__link{color:#06f;text-decoration:none}.adyen-checkout__link:hover{text-decoration:underline}.AchInput-module_sf-input__wrapper__1V7mk{position:relative}.AchInput-module_sf-input__wrapper__1V7mk *,.AchInput-module_sf-input__wrapper__1V7mk :after,.AchInput-module_sf-input__wrapper__1V7mk :before{-webkit-box-sizing:border-box;box-sizing:border-box}.AchInput-module_adyen-checkout__input__1SeSl{display:block;max-height:100px}.adyen-checkout__loading-input__form{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.adyen-checkout__pm__holderName{margin-bottom:0}.adyen-checkout__fieldset__title+.adyen-checkout__ach-sf__form{margin-top:0}.adyen-checkout__ach-input .adyen-checkout__fieldset--address,.adyen-checkout__ach-sf__form{margin-top:16px}.adyen-checkout__loading-input__form{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.adyen-checkout__await{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__await--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__await__brand-logo{border-radius:3px;width:74px}.adyen-checkout__await__indicator-text,.adyen-checkout__await__subtitle{color:#00112c;font-size:1em;line-height:19px;margin-top:32px}.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text{margin-left:10px;margin-top:6px}.adyen-checkout__await__indicator-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;margin-top:32px}.adyen-checkout__await__subtitle--result{margin-bottom:32px}.adyen-checkout__await__icon{height:88px;width:88px}.adyen-checkout__await__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;width:152px}.adyen-checkout__await__percentage{background:#06f;border-radius:24px;display:block;height:100%}.adyen-checkout__await__countdown{color:#687282;font-size:.81em}.adyen-checkout__await>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__await__app-link{display:none;margin-top:16px}.adyen-checkout__await__separator__label{color:#687282;display:block;font-size:13px;overflow:hidden;position:relative;text-align:center;z-index:1}.adyen-checkout__await__separator__label:after,.adyen-checkout__await__separator__label:before{background-color:#e6e9eb;content:" ";height:1px;overflow:hidden;position:absolute;top:51%;width:50%}.adyen-checkout__await__separator__label:before{margin-left:-52%;text-align:right}.adyen-checkout__await__separator__label:after{margin-left:2%}@media only screen and (max-device-width: 1200px){.adyen-checkout__await__app-link{display:block}}.adyen-checkout__blik__helper{color:#00112c;font-size:1em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__introduction{color:#00112c;font-size:.81em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__emailField{margin:0 0 16px}.adyen-checkout__bacs--confirm{position:relative}.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__bacs .adyen-checkout__field--inactive{pointer-events:none}.adyen-checkout__bacs .adyen-checkout__bacs--edit{cursor:pointer;position:absolute;right:0;top:-25px;width:20%}.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin{top:-50px}.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button{background:none;border:none;color:#06f;cursor:pointer;text-align:end;text-decoration:underline}.adyen-checkout__voucher-result__introduction{font-size:1em;max-width:420px}.adyen-checkout__klarna-widget{pointer-events:all}
.ais-Breadcrumb-list,.ais-CurrentRefinements-list,.ais-HierarchicalMenu-list,.ais-Hits-list,.ais-Results-list,.ais-InfiniteHits-list,.ais-InfiniteResults-list,.ais-Menu-list,.ais-NumericMenu-list,.ais-Pagination-list,.ais-RatingMenu-list,.ais-RefinementList-list,.ais-ToggleRefinement-list{margin:0;padding:0;list-style:none}.ais-ClearRefinements-button,.ais-CurrentRefinements-delete,.ais-CurrentRefinements-reset,.ais-GeoSearch-redo,.ais-GeoSearch-reset,.ais-HierarchicalMenu-showMore,.ais-InfiniteHits-loadPrevious,.ais-InfiniteHits-loadMore,.ais-InfiniteResults-loadMore,.ais-Menu-showMore,.ais-RangeInput-submit,.ais-RefinementList-showMore,.ais-SearchBox-submit,.ais-SearchBox-reset,.ais-VoiceSearch-button{padding:0;overflow:visible;font:inherit;line-height:normal;color:inherit;background:none;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ais-ClearRefinements-button::-moz-focus-inner,.ais-CurrentRefinements-delete::-moz-focus-inner,.ais-CurrentRefinements-reset::-moz-focus-inner,.ais-GeoSearch-redo::-moz-focus-inner,.ais-GeoSearch-reset::-moz-focus-inner,.ais-HierarchicalMenu-showMore::-moz-focus-inner,.ais-InfiniteHits-loadPrevious::-moz-focus-inner,.ais-InfiniteHits-loadMore::-moz-focus-inner,.ais-InfiniteResults-loadMore::-moz-focus-inner,.ais-Menu-showMore::-moz-focus-inner,.ais-RangeInput-submit::-moz-focus-inner,.ais-RefinementList-showMore::-moz-focus-inner,.ais-SearchBox-submit::-moz-focus-inner,.ais-SearchBox-reset::-moz-focus-inner,.ais-VoiceSearch-button::-moz-focus-inner{padding:0;border:0}.ais-ClearRefinements-button[disabled],.ais-CurrentRefinements-delete[disabled],.ais-CurrentRefinements-reset[disabled],.ais-GeoSearch-redo[disabled],.ais-GeoSearch-reset[disabled],.ais-HierarchicalMenu-showMore[disabled],.ais-InfiniteHits-loadPrevious[disabled],.ais-InfiniteHits-loadMore[disabled],.ais-InfiniteResults-loadMore[disabled],.ais-Menu-showMore[disabled],.ais-RangeInput-submit[disabled],.ais-RefinementList-showMore[disabled],.ais-SearchBox-submit[disabled],.ais-SearchBox-reset[disabled],.ais-VoiceSearch-button[disabled]{cursor:default}.ais-InfiniteHits-loadPrevious,.ais-InfiniteHits-loadMore,.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore{overflow-anchor:none}.ais-Breadcrumb-list,.ais-Breadcrumb-item,.ais-Pagination-list,.ais-RangeInput-form,.ais-RatingMenu-link,.ais-PoweredBy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ais-GeoSearch,.ais-GeoSearch-map{height:100%}.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list{margin-left:1em}.ais-PoweredBy-logo{display:block;height:1.2em;width:auto}.ais-RatingMenu-starIcon{display:block;width:20px;height:20px}.ais-SearchBox-input::-ms-clear,.ais-SearchBox-input::-ms-reveal{display:none;width:0;height:0}.ais-SearchBox-input::-webkit-search-decoration,.ais-SearchBox-input::-webkit-search-cancel-button,.ais-SearchBox-input::-webkit-search-results-button,.ais-SearchBox-input::-webkit-search-results-decoration{display:none}.ais-RangeSlider .rheostat{overflow:visible;margin-top:40px;margin-bottom:40px}.ais-RangeSlider .rheostat-background{height:6px;top:0px;width:100%}.ais-RangeSlider .rheostat-handle{margin-left:-12px;top:-7px}.ais-RangeSlider .rheostat-background{position:relative;background-color:#fff;border:1px solid #aaa}.ais-RangeSlider .rheostat-progress{position:absolute;top:1px;height:4px;background-color:#333}.rheostat-handle{position:relative;z-index:1;width:20px;height:20px;background-color:#fff;border:1px solid #333;border-radius:50%;cursor:-webkit-grab;cursor:grab}.rheostat-marker{margin-left:-1px;position:absolute;width:1px;height:5px;background-color:#aaa}.rheostat-marker--large{height:9px}.rheostat-value{margin-left:50%;padding-top:15px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.rheostat-tooltip{margin-left:50%;position:absolute;top:-22px;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0 !important;padding:0 !important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:rgba(0,0,0,0);border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover{opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{background:#ccc;height:3px}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid rgba(0,0,0,0);cursor:pointer}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination,.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
