/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
 .fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
  }
  .fa,
  .fa-brands,
  .fa-classic,
  .fa-regular,
  .fa-sharp,
  .fa-solid,
  .fab,
  .far,
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }
  .fa-classic,
  .fa-regular,
  .fa-solid,
  .far,
  .fas {
    font-family: Font Awesome\6 Free;
  }
  .fa-brands,
  .fab {
    font-family: Font Awesome\6 Brands;
  }
  .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(var(--fa-li-width, 2em) * -1);
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
  }
  .fa-border {
    border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
      var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    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 {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
  }
  .fa-bounce {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-timing-function: var(
      --fa-animation-timing,
      cubic-bezier(0.28, 0.84, 0.42, 1)
    );
    animation-timing-function: var(
      --fa-animation-timing,
      cubic-bezier(0.28, 0.84, 0.42, 1)
    );
  }
  .fa-fade {
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-timing-function: var(
      --fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1)
    );
    animation-timing-function: var(
      --fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1)
    );
  }
  .fa-beat-fade,
  .fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
  }
  .fa-beat-fade {
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-timing-function: var(
      --fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1)
    );
    animation-timing-function: var(
      --fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1)
    );
  }
  .fa-flip {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
  }
  .fa-shake {
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
  }
  .fa-shake,
  .fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
  }
  .fa-spin {
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
  }
  .fa-spin-reverse {
    --fa-animation-direction: reverse;
  }
  .fa-pulse,
  .fa-spin-pulse {
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(
      --fa-animation-iteration-count,
      infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8));
  }
  @media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
      -webkit-animation-delay: -1ms;
      animation-delay: -1ms;
      -webkit-animation-duration: 1ms;
      animation-duration: 1ms;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s;
    }
  }
  @-webkit-keyframes fa-beat {
    0%,
    90% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    45% {
      -webkit-transform: scale(var(--fa-beat-scale, 1.25));
      transform: scale(var(--fa-beat-scale, 1.25));
    }
  }
  @keyframes fa-beat {
    0%,
    90% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    45% {
      -webkit-transform: scale(var(--fa-beat-scale, 1.25));
      transform: scale(var(--fa-beat-scale, 1.25));
    }
  }
  @-webkit-keyframes fa-bounce {
    0% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
    10% {
      -webkit-transform: scale(
          var(--fa-bounce-start-scale-x, 1.1),
          var(--fa-bounce-start-scale-y, 0.9)
        )
        translateY(0);
      transform: scale(
          var(--fa-bounce-start-scale-x, 1.1),
          var(--fa-bounce-start-scale-y, 0.9)
        )
        translateY(0);
    }
    30% {
      -webkit-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));
      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% {
      -webkit-transform: scale(
          var(--fa-bounce-land-scale-x, 1.05),
          var(--fa-bounce-land-scale-y, 0.95)
        )
        translateY(0);
      transform: scale(
          var(--fa-bounce-land-scale-x, 1.05),
          var(--fa-bounce-land-scale-y, 0.95)
        )
        translateY(0);
    }
    57% {
      -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
      transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
    64% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
    to {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
  }
  @keyframes fa-bounce {
    0% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
    10% {
      -webkit-transform: scale(
          var(--fa-bounce-start-scale-x, 1.1),
          var(--fa-bounce-start-scale-y, 0.9)
        )
        translateY(0);
      transform: scale(
          var(--fa-bounce-start-scale-x, 1.1),
          var(--fa-bounce-start-scale-y, 0.9)
        )
        translateY(0);
    }
    30% {
      -webkit-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));
      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% {
      -webkit-transform: scale(
          var(--fa-bounce-land-scale-x, 1.05),
          var(--fa-bounce-land-scale-y, 0.95)
        )
        translateY(0);
      transform: scale(
          var(--fa-bounce-land-scale-x, 1.05),
          var(--fa-bounce-land-scale-y, 0.95)
        )
        translateY(0);
    }
    57% {
      -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
      transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
    64% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
    to {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
  }
  @-webkit-keyframes fa-fade {
    50% {
      opacity: var(--fa-fade-opacity, 0.4);
    }
  }
  @keyframes fa-fade {
    50% {
      opacity: var(--fa-fade-opacity, 0.4);
    }
  }
  @-webkit-keyframes fa-beat-fade {
    0%,
    to {
      opacity: var(--fa-beat-fade-opacity, 0.4);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
      transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
  }
  @keyframes fa-beat-fade {
    0%,
    to {
      opacity: var(--fa-beat-fade-opacity, 0.4);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
      transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
  }
  @-webkit-keyframes fa-flip {
    50% {
      -webkit-transform: rotate3d(
        var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg)
      );
      transform: rotate3d(
        var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg)
      );
    }
  }
  @keyframes fa-flip {
    50% {
      -webkit-transform: rotate3d(
        var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg)
      );
      transform: rotate3d(
        var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg)
      );
    }
  }
  @-webkit-keyframes fa-shake {
    0% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    4% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    24%,
    8% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
    }
    12%,
    28% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
    }
    16% {
      -webkit-transform: rotate(-22deg);
      transform: rotate(-22deg);
    }
    20% {
      -webkit-transform: rotate(22deg);
      transform: rotate(22deg);
    }
    32% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }
    36% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
    }
    40%,
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
    }
  }
  @keyframes fa-shake {
    0% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    4% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    24%,
    8% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
    }
    12%,
    28% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
    }
    16% {
      -webkit-transform: rotate(-22deg);
      transform: rotate(-22deg);
    }
    20% {
      -webkit-transform: rotate(22deg);
      transform: rotate(22deg);
    }
    32% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }
    36% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
    }
    40%,
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
    }
  }
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  .fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .fa-flip-both,
  .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }
  .fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, 0));
    transform: rotate(var(--fa-rotate-angle, 0));
  }
  .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
  }
  .fa-stack-1x,
  .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto);
  }
  .fa-stack-1x {
    line-height: inherit;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
  .fa-inverse {
    color: var(--fa-inverse, #fff);
  }
  .fa-0:before {
    content: "0";
  }
  .fa-1:before {
    content: "1";
  }
  .fa-2:before {
    content: "2";
  }
  .fa-3:before {
    content: "3";
  }
  .fa-4:before {
    content: "4";
  }
  .fa-5:before {
    content: "5";
  }
  .fa-6:before {
    content: "6";
  }
  .fa-7:before {
    content: "7";
  }
  .fa-8:before {
    content: "8";
  }
  .fa-9:before {
    content: "9";
  }
  .fa-fill-drip:before {
    content: "\f576";
  }
  .fa-arrows-to-circle:before {
    content: "\e4bd";
  }
  .fa-chevron-circle-right:before,
  .fa-circle-chevron-right:before {
    content: "\f138";
  }
  .fa-at:before {
    content: "@";
  }
  .fa-trash-alt:before,
  .fa-trash-can:before {
    content: "\f2ed";
  }
  .fa-text-height:before {
    content: "\f034";
  }
  .fa-user-times:before,
  .fa-user-xmark:before {
    content: "\f235";
  }
  .fa-stethoscope:before {
    content: "\f0f1";
  }
  .fa-comment-alt:before,
  .fa-message:before {
    content: "\f27a";
  }
  .fa-info:before {
    content: "\f129";
  }
  .fa-compress-alt:before,
  .fa-down-left-and-up-right-to-center:before {
    content: "\f422";
  }
  .fa-explosion:before {
    content: "\e4e9";
  }
  .fa-file-alt:before,
  .fa-file-lines:before,
  .fa-file-text:before {
    content: "\f15c";
  }
  .fa-wave-square:before {
    content: "\f83e";
  }
  .fa-ring:before {
    content: "\f70b";
  }
  .fa-building-un:before {
    content: "\e4d9";
  }
  .fa-dice-three:before {
    content: "\f527";
  }
  .fa-calendar-alt:before,
  .fa-calendar-days:before {
    content: "\f073";
  }
  .fa-anchor-circle-check:before {
    content: "\e4aa";
  }
  .fa-building-circle-arrow-right:before {
    content: "\e4d1";
  }
  .fa-volleyball-ball:before,
  .fa-volleyball:before {
    content: "\f45f";
  }
  .fa-arrows-up-to-line:before {
    content: "\e4c2";
  }
  .fa-sort-desc:before,
  .fa-sort-down:before {
    content: "\f0dd";
  }
  .fa-circle-minus:before,
  .fa-minus-circle:before {
    content: "\f056";
  }
  .fa-door-open:before {
    content: "\f52b";
  }
  .fa-right-from-bracket:before,
  .fa-sign-out-alt:before {
    content: "\f2f5";
  }
  .fa-atom:before {
    content: "\f5d2";
  }
  .fa-soap:before {
    content: "\e06e";
  }
  .fa-heart-music-camera-bolt:before,
  .fa-icons:before {
    content: "\f86d";
  }
  .fa-microphone-alt-slash:before,
  .fa-microphone-lines-slash:before {
    content: "\f539";
  }
  .fa-bridge-circle-check:before {
    content: "\e4c9";
  }
  .fa-pump-medical:before {
    content: "\e06a";
  }
  .fa-fingerprint:before {
    content: "\f577";
  }
  .fa-hand-point-right:before {
    content: "\f0a4";
  }
  .fa-magnifying-glass-location:before,
  .fa-search-location:before {
    content: "\f689";
  }
  .fa-forward-step:before,
  .fa-step-forward:before {
    content: "\f051";
  }
  .fa-face-smile-beam:before,
  .fa-smile-beam:before {
    content: "\f5b8";
  }
  .fa-flag-checkered:before {
    content: "\f11e";
  }
  .fa-football-ball:before,
  .fa-football:before {
    content: "\f44e";
  }
  .fa-school-circle-exclamation:before {
    content: "\e56c";
  }
  .fa-crop:before {
    content: "\f125";
  }
  .fa-angle-double-down:before,
  .fa-angles-down:before {
    content: "\f103";
  }
  .fa-users-rectangle:before {
    content: "\e594";
  }
  .fa-people-roof:before {
    content: "\e537";
  }
  .fa-people-line:before {
    content: "\e534";
  }
  .fa-beer-mug-empty:before,
  .fa-beer:before {
    content: "\f0fc";
  }
  .fa-diagram-predecessor:before {
    content: "\e477";
  }
  .fa-arrow-up-long:before,
  .fa-long-arrow-up:before {
    content: "\f176";
  }
  .fa-burn:before,
  .fa-fire-flame-simple:before {
    content: "\f46a";
  }
  .fa-male:before,
  .fa-person:before {
    content: "\f183";
  }
  .fa-laptop:before {
    content: "\f109";
  }
  .fa-file-csv:before {
    content: "\f6dd";
  }
  .fa-menorah:before {
    content: "\f676";
  }
  .fa-truck-plane:before {
    content: "\e58f";
  }
  .fa-record-vinyl:before {
    content: "\f8d9";
  }
  .fa-face-grin-stars:before,
  .fa-grin-stars:before {
    content: "\f587";
  }
  .fa-bong:before {
    content: "\f55c";
  }
  .fa-pastafarianism:before,
  .fa-spaghetti-monster-flying:before {
    content: "\f67b";
  }
  .fa-arrow-down-up-across-line:before {
    content: "\e4af";
  }
  .fa-spoon:before,
  .fa-utensil-spoon:before {
    content: "\f2e5";
  }
  .fa-jar-wheat:before {
    content: "\e517";
  }
  .fa-envelopes-bulk:before,
  .fa-mail-bulk:before {
    content: "\f674";
  }
  .fa-file-circle-exclamation:before {
    content: "\e4eb";
  }
  .fa-circle-h:before,
  .fa-hospital-symbol:before {
    content: "\f47e";
  }
  .fa-pager:before {
    content: "\f815";
  }
  .fa-address-book:before,
  .fa-contact-book:before {
    content: "\f2b9";
  }
  .fa-strikethrough:before {
    content: "\f0cc";
  }
  .fa-k:before {
    content: "K";
  }
  .fa-landmark-flag:before {
    content: "\e51c";
  }
  .fa-pencil-alt:before,
  .fa-pencil:before {
    content: "\f303";
  }
  .fa-backward:before {
    content: "\f04a";
  }
  .fa-caret-right:before {
    content: "\f0da";
  }
  .fa-comments:before {
    content: "\f086";
  }
  .fa-file-clipboard:before,
  .fa-paste:before {
    content: "\f0ea";
  }
  .fa-code-pull-request:before {
    content: "\e13c";
  }
  .fa-clipboard-list:before {
    content: "\f46d";
  }
  .fa-truck-loading:before,
  .fa-truck-ramp-box:before {
    content: "\f4de";
  }
  .fa-user-check:before {
    content: "\f4fc";
  }
  .fa-vial-virus:before {
    content: "\e597";
  }
  .fa-sheet-plastic:before {
    content: "\e571";
  }
  .fa-blog:before {
    content: "\f781";
  }
  .fa-user-ninja:before {
    content: "\f504";
  }
  .fa-person-arrow-up-from-line:before {
    content: "\e539";
  }
  .fa-scroll-torah:before,
  .fa-torah:before {
    content: "\f6a0";
  }
  .fa-broom-ball:before,
  .fa-quidditch-broom-ball:before,
  .fa-quidditch:before {
    content: "\f458";
  }
  .fa-toggle-off:before {
    content: "\f204";
  }
  .fa-archive:before,
  .fa-box-archive:before {
    content: "\f187";
  }
  .fa-person-drowning:before {
    content: "\e545";
  }
  .fa-arrow-down-9-1:before,
  .fa-sort-numeric-desc:before,
  .fa-sort-numeric-down-alt:before {
    content: "\f886";
  }
  .fa-face-grin-tongue-squint:before,
  .fa-grin-tongue-squint:before {
    content: "\f58a";
  }
  .fa-spray-can:before {
    content: "\f5bd";
  }
  .fa-truck-monster:before {
    content: "\f63b";
  }
  .fa-w:before {
    content: "W";
  }
  .fa-earth-africa:before,
  .fa-globe-africa:before {
    content: "\f57c";
  }
  .fa-rainbow:before {
    content: "\f75b";
  }
  .fa-circle-notch:before {
    content: "\f1ce";
  }
  .fa-tablet-alt:before,
  .fa-tablet-screen-button:before {
    content: "\f3fa";
  }
  .fa-paw:before {
    content: "\f1b0";
  }
  .fa-cloud:before {
    content: "\f0c2";
  }
  .fa-trowel-bricks:before {
    content: "\e58a";
  }
  .fa-face-flushed:before,
  .fa-flushed:before {
    content: "\f579";
  }
  .fa-hospital-user:before {
    content: "\f80d";
  }
  .fa-tent-arrow-left-right:before {
    content: "\e57f";
  }
  .fa-gavel:before,
  .fa-legal:before {
    content: "\f0e3";
  }
  .fa-binoculars:before {
    content: "\f1e5";
  }
  .fa-microphone-slash:before {
    content: "\f131";
  }
  .fa-box-tissue:before {
    content: "\e05b";
  }
  .fa-motorcycle:before {
    content: "\f21c";
  }
  .fa-bell-concierge:before,
  .fa-concierge-bell:before {
    content: "\f562";
  }
  .fa-pen-ruler:before,
  .fa-pencil-ruler:before {
    content: "\f5ae";
  }
  .fa-people-arrows-left-right:before,
  .fa-people-arrows:before {
    content: "\e068";
  }
  .fa-mars-and-venus-burst:before {
    content: "\e523";
  }
  .fa-caret-square-right:before,
  .fa-square-caret-right:before {
    content: "\f152";
  }
  .fa-cut:before,
  .fa-scissors:before {
    content: "\f0c4";
  }
  .fa-sun-plant-wilt:before {
    content: "\e57a";
  }
  .fa-toilets-portable:before {
    content: "\e584";
  }
  .fa-hockey-puck:before {
    content: "\f453";
  }
  .fa-table:before {
    content: "\f0ce";
  }
  .fa-magnifying-glass-arrow-right:before {
    content: "\e521";
  }
  .fa-digital-tachograph:before,
  .fa-tachograph-digital:before {
    content: "\f566";
  }
  .fa-users-slash:before {
    content: "\e073";
  }
  .fa-clover:before {
    content: "\e139";
  }
  .fa-mail-reply:before,
  .fa-reply:before {
    content: "\f3e5";
  }
  .fa-star-and-crescent:before {
    content: "\f699";
  }
  .fa-house-fire:before {
    content: "\e50c";
  }
  .fa-minus-square:before,
  .fa-square-minus:before {
    content: "\f146";
  }
  .fa-helicopter:before {
    content: "\f533";
  }
  .fa-compass:before {
    content: "\f14e";
  }
  .fa-caret-square-down:before,
  .fa-square-caret-down:before {
    content: "\f150";
  }
  .fa-file-circle-question:before {
    content: "\e4ef";
  }
  .fa-laptop-code:before {
    content: "\f5fc";
  }
  .fa-swatchbook:before {
    content: "\f5c3";
  }
  .fa-prescription-bottle:before {
    content: "\f485";
  }
  .fa-bars:before,
  .fa-navicon:before {
    content: "\f0c9";
  }
  .fa-people-group:before {
    content: "\e533";
  }
  .fa-hourglass-3:before,
  .fa-hourglass-end:before {
    content: "\f253";
  }
  .fa-heart-broken:before,
  .fa-heart-crack:before {
    content: "\f7a9";
  }
  .fa-external-link-square-alt:before,
  .fa-square-up-right:before {
    content: "\f360";
  }
  .fa-face-kiss-beam:before,
  .fa-kiss-beam:before {
    content: "\f597";
  }
  .fa-film:before {
    content: "\f008";
  }
  .fa-ruler-horizontal:before {
    content: "\f547";
  }
  .fa-people-robbery:before {
    content: "\e536";
  }
  .fa-lightbulb:before {
    content: "\f0eb";
  }
  .fa-caret-left:before {
    content: "\f0d9";
  }
  .fa-circle-exclamation:before,
  .fa-exclamation-circle:before {
    content: "\f06a";
  }
  .fa-school-circle-xmark:before {
    content: "\e56d";
  }
  .fa-arrow-right-from-bracket:before,
  .fa-sign-out:before {
    content: "\f08b";
  }
  .fa-chevron-circle-down:before,
  .fa-circle-chevron-down:before {
    content: "\f13a";
  }
  .fa-unlock-alt:before,
  .fa-unlock-keyhole:before {
    content: "\f13e";
  }
  .fa-cloud-showers-heavy:before {
    content: "\f740";
  }
  .fa-headphones-alt:before,
  .fa-headphones-simple:before {
    content: "\f58f";
  }
  .fa-sitemap:before {
    content: "\f0e8";
  }
  .fa-circle-dollar-to-slot:before,
  .fa-donate:before {
    content: "\f4b9";
  }
  .fa-memory:before {
    content: "\f538";
  }
  .fa-road-spikes:before {
    content: "\e568";
  }
  .fa-fire-burner:before {
    content: "\e4f1";
  }
  .fa-flag:before {
    content: "\f024";
  }
  .fa-hanukiah:before {
    content: "\f6e6";
  }
  .fa-feather:before {
    content: "\f52d";
  }
  .fa-volume-down:before,
  .fa-volume-low:before {
    content: "\f027";
  }
  .fa-comment-slash:before {
    content: "\f4b3";
  }
  .fa-cloud-sun-rain:before {
    content: "\f743";
  }
  .fa-compress:before {
    content: "\f066";
  }
  .fa-wheat-alt:before,
  .fa-wheat-awn:before {
    content: "\e2cd";
  }
  .fa-ankh:before {
    content: "\f644";
  }
  .fa-hands-holding-child:before {
    content: "\e4fa";
  }
  .fa-asterisk:before {
    content: "*";
  }
  .fa-check-square:before,
  .fa-square-check:before {
    content: "\f14a";
  }
  .fa-peseta-sign:before {
    content: "\e221";
  }
  .fa-header:before,
  .fa-heading:before {
    content: "\f1dc";
  }
  .fa-ghost:before {
    content: "\f6e2";
  }
  .fa-list-squares:before,
  .fa-list:before {
    content: "\f03a";
  }
  .fa-phone-square-alt:before,
  .fa-square-phone-flip:before {
    content: "\f87b";
  }
  .fa-cart-plus:before {
    content: "\f217";
  }
  .fa-gamepad:before {
    content: "\f11b";
  }
  .fa-circle-dot:before,
  .fa-dot-circle:before {
    content: "\f192";
  }
  .fa-dizzy:before,
  .fa-face-dizzy:before {
    content: "\f567";
  }
  .fa-egg:before {
    content: "\f7fb";
  }
  .fa-house-medical-circle-xmark:before {
    content: "\e513";
  }
  .fa-campground:before {
    content: "\f6bb";
  }
  .fa-folder-plus:before {
    content: "\f65e";
  }
  .fa-futbol-ball:before,
  .fa-futbol:before,
  .fa-soccer-ball:before {
    content: "\f1e3";
  }
  .fa-paint-brush:before,
  .fa-paintbrush:before {
    content: "\f1fc";
  }
  .fa-lock:before {
    content: "\f023";
  }
  .fa-gas-pump:before {
    content: "\f52f";
  }
  .fa-hot-tub-person:before,
  .fa-hot-tub:before {
    content: "\f593";
  }
  .fa-map-location:before,
  .fa-map-marked:before {
    content: "\f59f";
  }
  .fa-house-flood-water:before {
    content: "\e50e";
  }
  .fa-tree:before {
    content: "\f1bb";
  }
  .fa-bridge-lock:before {
    content: "\e4cc";
  }
  .fa-sack-dollar:before {
    content: "\f81d";
  }
  .fa-edit:before,
  .fa-pen-to-square:before {
    content: "\f044";
  }
  .fa-car-side:before {
    content: "\f5e4";
  }
  .fa-share-alt:before,
  .fa-share-nodes:before {
    content: "\f1e0";
  }
  .fa-heart-circle-minus:before {
    content: "\e4ff";
  }
  .fa-hourglass-2:before,
  .fa-hourglass-half:before {
    content: "\f252";
  }
  .fa-microscope:before {
    content: "\f610";
  }
  .fa-sink:before {
    content: "\e06d";
  }
  .fa-bag-shopping:before,
  .fa-shopping-bag:before {
    content: "\f290";
  }
  .fa-arrow-down-z-a:before,
  .fa-sort-alpha-desc:before,
  .fa-sort-alpha-down-alt:before {
    content: "\f881";
  }
  .fa-mitten:before {
    content: "\f7b5";
  }
  .fa-person-rays:before {
    content: "\e54d";
  }
  .fa-users:before {
    content: "\f0c0";
  }
  .fa-eye-slash:before {
    content: "\f070";
  }
  .fa-flask-vial:before {
    content: "\e4f3";
  }
  .fa-hand-paper:before,
  .fa-hand:before {
    content: "\f256";
  }
  .fa-om:before {
    content: "\f679";
  }
  .fa-worm:before {
    content: "\e599";
  }
  .fa-house-circle-xmark:before {
    content: "\e50b";
  }
  .fa-plug:before {
    content: "\f1e6";
  }
  .fa-chevron-up:before {
    content: "\f077";
  }
  .fa-hand-spock:before {
    content: "\f259";
  }
  .fa-stopwatch:before {
    content: "\f2f2";
  }
  .fa-face-kiss:before,
  .fa-kiss:before {
    content: "\f596";
  }
  .fa-bridge-circle-xmark:before {
    content: "\e4cb";
  }
  .fa-face-grin-tongue:before,
  .fa-grin-tongue:before {
    content: "\f589";
  }
  .fa-chess-bishop:before {
    content: "\f43a";
  }
  .fa-face-grin-wink:before,
  .fa-grin-wink:before {
    content: "\f58c";
  }
  .fa-deaf:before,
  .fa-deafness:before,
  .fa-ear-deaf:before,
  .fa-hard-of-hearing:before {
    content: "\f2a4";
  }
  .fa-road-circle-check:before {
    content: "\e564";
  }
  .fa-dice-five:before {
    content: "\f523";
  }
  .fa-rss-square:before,
  .fa-square-rss:before {
    content: "\f143";
  }
  .fa-land-mine-on:before {
    content: "\e51b";
  }
  .fa-i-cursor:before {
    content: "\f246";
  }
  .fa-stamp:before {
    content: "\f5bf";
  }
  .fa-stairs:before {
    content: "\e289";
  }
  .fa-i:before {
    content: "I";
  }
  .fa-hryvnia-sign:before,
  .fa-hryvnia:before {
    content: "\f6f2";
  }
  .fa-pills:before {
    content: "\f484";
  }
  .fa-face-grin-wide:before,
  .fa-grin-alt:before {
    content: "\f581";
  }
  .fa-tooth:before {
    content: "\f5c9";
  }
  .fa-v:before {
    content: "V";
  }
  .fa-bangladeshi-taka-sign:before {
    content: "\e2e6";
  }
  .fa-bicycle:before {
    content: "\f206";
  }
  .fa-rod-asclepius:before,
  .fa-rod-snake:before,
  .fa-staff-aesculapius:before,
  .fa-staff-snake:before {
    content: "\e579";
  }
  .fa-head-side-cough-slash:before {
    content: "\e062";
  }
  .fa-ambulance:before,
  .fa-truck-medical:before {
    content: "\f0f9";
  }
  .fa-wheat-awn-circle-exclamation:before {
    content: "\e598";
  }
  .fa-snowman:before {
    content: "\f7d0";
  }
  .fa-mortar-pestle:before {
    content: "\f5a7";
  }
  .fa-road-barrier:before {
    content: "\e562";
  }
  .fa-school:before {
    content: "\f549";
  }
  .fa-igloo:before {
    content: "\f7ae";
  }
  .fa-joint:before {
    content: "\f595";
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .fa-horse:before {
    content: "\f6f0";
  }
  .fa-q:before {
    content: "Q";
  }
  .fa-g:before {
    content: "G";
  }
  .fa-notes-medical:before {
    content: "\f481";
  }
  .fa-temperature-2:before,
  .fa-temperature-half:before,
  .fa-thermometer-2:before,
  .fa-thermometer-half:before {
    content: "\f2c9";
  }
  .fa-dong-sign:before {
    content: "\e169";
  }
  .fa-capsules:before {
    content: "\f46b";
  }
  .fa-poo-bolt:before,
  .fa-poo-storm:before {
    content: "\f75a";
  }
  .fa-face-frown-open:before,
  .fa-frown-open:before {
    content: "\f57a";
  }
  .fa-hand-point-up:before {
    content: "\f0a6";
  }
  .fa-money-bill:before {
    content: "\f0d6";
  }
  .fa-bookmark:before {
    content: "\f02e";
  }
  .fa-align-justify:before {
    content: "\f039";
  }
  .fa-umbrella-beach:before {
    content: "\f5ca";
  }
  .fa-helmet-un:before {
    content: "\e503";
  }
  .fa-bullseye:before {
    content: "\f140";
  }
  .fa-bacon:before {
    content: "\f7e5";
  }
  .fa-hand-point-down:before {
    content: "\f0a7";
  }
  .fa-arrow-up-from-bracket:before {
    content: "\e09a";
  }
  .fa-folder-blank:before,
  .fa-folder:before {
    content: "\f07b";
  }
  .fa-file-medical-alt:before,
  .fa-file-waveform:before {
    content: "\f478";
  }
  .fa-radiation:before {
    content: "\f7b9";
  }
  .fa-chart-simple:before {
    content: "\e473";
  }
  .fa-mars-stroke:before {
    content: "\f229";
  }
  .fa-vial:before {
    content: "\f492";
  }
  .fa-dashboard:before,
  .fa-gauge-med:before,
  .fa-gauge:before,
  .fa-tachometer-alt-average:before {
    content: "\f624";
  }
  .fa-magic-wand-sparkles:before,
  .fa-wand-magic-sparkles:before {
    content: "\e2ca";
  }
  .fa-e:before {
    content: "E";
  }
  .fa-pen-alt:before,
  .fa-pen-clip:before {
    content: "\f305";
  }
  .fa-bridge-circle-exclamation:before {
    content: "\e4ca";
  }
  .fa-user:before {
    content: "\f007";
  }
  .fa-school-circle-check:before {
    content: "\e56b";
  }
  .fa-dumpster:before {
    content: "\f793";
  }
  .fa-shuttle-van:before,
  .fa-van-shuttle:before {
    content: "\f5b6";
  }
  .fa-building-user:before {
    content: "\e4da";
  }
  .fa-caret-square-left:before,
  .fa-square-caret-left:before {
    content: "\f191";
  }
  .fa-highlighter:before {
    content: "\f591";
  }
  .fa-key:before {
    content: "\f084";
  }
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  .fa-globe:before {
    content: "\f0ac";
  }
  .fa-synagogue:before {
    content: "\f69b";
  }
  .fa-person-half-dress:before {
    content: "\e548";
  }
  .fa-road-bridge:before {
    content: "\e563";
  }
  .fa-location-arrow:before {
    content: "\f124";
  }
  .fa-c:before {
    content: "C";
  }
  .fa-tablet-button:before {
    content: "\f10a";
  }
  .fa-building-lock:before {
    content: "\e4d6";
  }
  .fa-pizza-slice:before {
    content: "\f818";
  }
  .fa-money-bill-wave:before {
    content: "\f53a";
  }
  .fa-area-chart:before,
  .fa-chart-area:before {
    content: "\f1fe";
  }
  .fa-house-flag:before {
    content: "\e50d";
  }
  .fa-person-circle-minus:before {
    content: "\e540";
  }
  .fa-ban:before,
  .fa-cancel:before {
    content: "\f05e";
  }
  .fa-camera-rotate:before {
    content: "\e0d8";
  }
  .fa-air-freshener:before,
  .fa-spray-can-sparkles:before {
    content: "\f5d0";
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-repeat:before {
    content: "\f363";
  }
  .fa-cross:before {
    content: "\f654";
  }
  .fa-box:before {
    content: "\f466";
  }
  .fa-venus-mars:before {
    content: "\f228";
  }
  .fa-arrow-pointer:before,
  .fa-mouse-pointer:before {
    content: "\f245";
  }
  .fa-expand-arrows-alt:before,
  .fa-maximize:before {
    content: "\f31e";
  }
  .fa-charging-station:before {
    content: "\f5e7";
  }
  .fa-shapes:before,
  .fa-triangle-circle-square:before {
    content: "\f61f";
  }
  .fa-random:before,
  .fa-shuffle:before {
    content: "\f074";
  }
  .fa-person-running:before,
  .fa-running:before {
    content: "\f70c";
  }
  .fa-mobile-retro:before {
    content: "\e527";
  }
  .fa-grip-lines-vertical:before {
    content: "\f7a5";
  }
  .fa-spider:before {
    content: "\f717";
  }
  .fa-hands-bound:before {
    content: "\e4f9";
  }
  .fa-file-invoice-dollar:before {
    content: "\f571";
  }
  .fa-plane-circle-exclamation:before {
    content: "\e556";
  }
  .fa-x-ray:before {
    content: "\f497";
  }
  .fa-spell-check:before {
    content: "\f891";
  }
  .fa-slash:before {
    content: "\f715";
  }
  .fa-computer-mouse:before,
  .fa-mouse:before {
    content: "\f8cc";
  }
  .fa-arrow-right-to-bracket:before,
  .fa-sign-in:before {
    content: "\f090";
  }
  .fa-shop-slash:before,
  .fa-store-alt-slash:before {
    content: "\e070";
  }
  .fa-server:before {
    content: "\f233";
  }
  .fa-virus-covid-slash:before {
    content: "\e4a9";
  }
  .fa-shop-lock:before {
    content: "\e4a5";
  }
  .fa-hourglass-1:before,
  .fa-hourglass-start:before {
    content: "\f251";
  }
  .fa-blender-phone:before {
    content: "\f6b6";
  }
  .fa-building-wheat:before {
    content: "\e4db";
  }
  .fa-person-breastfeeding:before {
    content: "\e53a";
  }
  .fa-right-to-bracket:before,
  .fa-sign-in-alt:before {
    content: "\f2f6";
  }
  .fa-venus:before {
    content: "\f221";
  }
  .fa-passport:before {
    content: "\f5ab";
  }
  .fa-heart-pulse:before,
  .fa-heartbeat:before {
    content: "\f21e";
  }
  .fa-people-carry-box:before,
  .fa-people-carry:before {
    content: "\f4ce";
  }
  .fa-temperature-high:before {
    content: "\f769";
  }
  .fa-microchip:before {
    content: "\f2db";
  }
  .fa-crown:before {
    content: "\f521";
  }
  .fa-weight-hanging:before {
    content: "\f5cd";
  }
  .fa-xmarks-lines:before {
    content: "\e59a";
  }
  .fa-file-prescription:before {
    content: "\f572";
  }
  .fa-weight-scale:before,
  .fa-weight:before {
    content: "\f496";
  }
  .fa-user-friends:before,
  .fa-user-group:before {
    content: "\f500";
  }
  .fa-arrow-up-a-z:before,
  .fa-sort-alpha-up:before {
    content: "\f15e";
  }
  .fa-chess-knight:before {
    content: "\f441";
  }
  .fa-face-laugh-squint:before,
  .fa-laugh-squint:before {
    content: "\f59b";
  }
  .fa-wheelchair:before {
    content: "\f193";
  }
  .fa-arrow-circle-up:before,
  .fa-circle-arrow-up:before {
    content: "\f0aa";
  }
  .fa-toggle-on:before {
    content: "\f205";
  }
  .fa-person-walking:before,
  .fa-walking:before {
    content: "\f554";
  }
  .fa-l:before {
    content: "L";
  }
  .fa-fire:before {
    content: "\f06d";
  }
  .fa-bed-pulse:before,
  .fa-procedures:before {
    content: "\f487";
  }
  .fa-shuttle-space:before,
  .fa-space-shuttle:before {
    content: "\f197";
  }
  .fa-face-laugh:before,
  .fa-laugh:before {
    content: "\f599";
  }
  .fa-folder-open:before {
    content: "\f07c";
  }
  .fa-heart-circle-plus:before {
    content: "\e500";
  }
  .fa-code-fork:before {
    content: "\e13b";
  }
  .fa-city:before {
    content: "\f64f";
  }
  .fa-microphone-alt:before,
  .fa-microphone-lines:before {
    content: "\f3c9";
  }
  .fa-pepper-hot:before {
    content: "\f816";
  }
  .fa-unlock:before {
    content: "\f09c";
  }
  .fa-colon-sign:before {
    content: "\e140";
  }
  .fa-headset:before {
    content: "\f590";
  }
  .fa-store-slash:before {
    content: "\e071";
  }
  .fa-road-circle-xmark:before {
    content: "\e566";
  }
  .fa-user-minus:before {
    content: "\f503";
  }
  .fa-mars-stroke-up:before,
  .fa-mars-stroke-v:before {
    content: "\f22a";
  }
  .fa-champagne-glasses:before,
  .fa-glass-cheers:before {
    content: "\f79f";
  }
  .fa-clipboard:before {
    content: "\f328";
  }
  .fa-house-circle-exclamation:before {
    content: "\e50a";
  }
  .fa-file-arrow-up:before,
  .fa-file-upload:before {
    content: "\f574";
  }
  .fa-wifi-3:before,
  .fa-wifi-strong:before,
  .fa-wifi:before {
    content: "\f1eb";
  }
  .fa-bath:before,
  .fa-bathtub:before {
    content: "\f2cd";
  }
  .fa-underline:before {
    content: "\f0cd";
  }
  .fa-user-edit:before,
  .fa-user-pen:before {
    content: "\f4ff";
  }
  .fa-signature:before {
    content: "\f5b7";
  }
  .fa-stroopwafel:before {
    content: "\f551";
  }
  .fa-bold:before {
    content: "\f032";
  }
  .fa-anchor-lock:before {
    content: "\e4ad";
  }
  .fa-building-ngo:before {
    content: "\e4d7";
  }
  .fa-manat-sign:before {
    content: "\e1d5";
  }
  .fa-not-equal:before {
    content: "\f53e";
  }
  .fa-border-style:before,
  .fa-border-top-left:before {
    content: "\f853";
  }
  .fa-map-location-dot:before,
  .fa-map-marked-alt:before {
    content: "\f5a0";
  }
  .fa-jedi:before {
    content: "\f669";
  }
  .fa-poll:before,
  .fa-square-poll-vertical:before {
    content: "\f681";
  }
  .fa-mug-hot:before {
    content: "\f7b6";
  }
  .fa-battery-car:before,
  .fa-car-battery:before {
    content: "\f5df";
  }
  .fa-gift:before {
    content: "\f06b";
  }
  .fa-dice-two:before {
    content: "\f528";
  }
  .fa-chess-queen:before {
    content: "\f445";
  }
  .fa-glasses:before {
    content: "\f530";
  }
  .fa-chess-board:before {
    content: "\f43c";
  }
  .fa-building-circle-check:before {
    content: "\e4d2";
  }
  .fa-person-chalkboard:before {
    content: "\e53d";
  }
  .fa-mars-stroke-h:before,
  .fa-mars-stroke-right:before {
    content: "\f22b";
  }
  .fa-hand-back-fist:before,
  .fa-hand-rock:before {
    content: "\f255";
  }
  .fa-caret-square-up:before,
  .fa-square-caret-up:before {
    content: "\f151";
  }
  .fa-cloud-showers-water:before {
    content: "\e4e4";
  }
  .fa-bar-chart:before,
  .fa-chart-bar:before {
    content: "\f080";
  }
  .fa-hands-bubbles:before,
  .fa-hands-wash:before {
    content: "\e05e";
  }
  .fa-less-than-equal:before {
    content: "\f537";
  }
  .fa-train:before {
    content: "\f238";
  }
  .fa-eye-low-vision:before,
  .fa-low-vision:before {
    content: "\f2a8";
  }
  .fa-crow:before {
    content: "\f520";
  }
  .fa-sailboat:before {
    content: "\e445";
  }
  .fa-window-restore:before {
    content: "\f2d2";
  }
  .fa-plus-square:before,
  .fa-square-plus:before {
    content: "\f0fe";
  }
  .fa-torii-gate:before {
    content: "\f6a1";
  }
  .fa-frog:before {
    content: "\f52e";
  }
  .fa-bucket:before {
    content: "\e4cf";
  }
  .fa-image:before {
    content: "\f03e";
  }
  .fa-microphone:before {
    content: "\f130";
  }
  .fa-cow:before {
    content: "\f6c8";
  }
  .fa-caret-up:before {
    content: "\f0d8";
  }
  .fa-screwdriver:before {
    content: "\f54a";
  }
  .fa-folder-closed:before {
    content: "\e185";
  }
  .fa-house-tsunami:before {
    content: "\e515";
  }
  .fa-square-nfi:before {
    content: "\e576";
  }
  .fa-arrow-up-from-ground-water:before {
    content: "\e4b5";
  }
  .fa-glass-martini-alt:before,
  .fa-martini-glass:before {
    content: "\f57b";
  }
  .fa-rotate-back:before,
  .fa-rotate-backward:before,
  .fa-rotate-left:before,
  .fa-undo-alt:before {
    content: "\f2ea";
  }
  .fa-columns:before,
  .fa-table-columns:before {
    content: "\f0db";
  }
  .fa-lemon:before {
    content: "\f094";
  }
  .fa-head-side-mask:before {
    content: "\e063";
  }
  .fa-handshake:before {
    content: "\f2b5";
  }
  .fa-gem:before {
    content: "\f3a5";
  }
  .fa-dolly-box:before,
  .fa-dolly:before {
    content: "\f472";
  }
  .fa-smoking:before {
    content: "\f48d";
  }
  .fa-compress-arrows-alt:before,
  .fa-minimize:before {
    content: "\f78c";
  }
  .fa-monument:before {
    content: "\f5a6";
  }
  .fa-snowplow:before {
    content: "\f7d2";
  }
  .fa-angle-double-right:before,
  .fa-angles-right:before {
    content: "\f101";
  }
  .fa-cannabis:before {
    content: "\f55f";
  }
  .fa-circle-play:before,
  .fa-play-circle:before {
    content: "\f144";
  }
  .fa-tablets:before {
    content: "\f490";
  }
  .fa-ethernet:before {
    content: "\f796";
  }
  .fa-eur:before,
  .fa-euro-sign:before,
  .fa-euro:before {
    content: "\f153";
  }
  .fa-chair:before {
    content: "\f6c0";
  }
  .fa-check-circle:before,
  .fa-circle-check:before {
    content: "\f058";
  }
  .fa-circle-stop:before,
  .fa-stop-circle:before {
    content: "\f28d";
  }
  .fa-compass-drafting:before,
  .fa-drafting-compass:before {
    content: "\f568";
  }
  .fa-plate-wheat:before {
    content: "\e55a";
  }
  .fa-icicles:before {
    content: "\f7ad";
  }
  .fa-person-shelter:before {
    content: "\e54f";
  }
  .fa-neuter:before {
    content: "\f22c";
  }
  .fa-id-badge:before {
    content: "\f2c1";
  }
  .fa-marker:before {
    content: "\f5a1";
  }
  .fa-face-laugh-beam:before,
  .fa-laugh-beam:before {
    content: "\f59a";
  }
  .fa-helicopter-symbol:before {
    content: "\e502";
  }
  .fa-universal-access:before {
    content: "\f29a";
  }
  .fa-chevron-circle-up:before,
  .fa-circle-chevron-up:before {
    content: "\f139";
  }
  .fa-lari-sign:before {
    content: "\e1c8";
  }
  .fa-volcano:before {
    content: "\f770";
  }
  .fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553";
  }
  .fa-gbp:before,
  .fa-pound-sign:before,
  .fa-sterling-sign:before {
    content: "\f154";
  }
  .fa-viruses:before {
    content: "\e076";
  }
  .fa-square-person-confined:before {
    content: "\e577";
  }
  .fa-user-tie:before {
    content: "\f508";
  }
  .fa-arrow-down-long:before,
  .fa-long-arrow-down:before {
    content: "\f175";
  }
  .fa-tent-arrow-down-to-line:before {
    content: "\e57e";
  }
  .fa-certificate:before {
    content: "\f0a3";
  }
  .fa-mail-reply-all:before,
  .fa-reply-all:before {
    content: "\f122";
  }
  .fa-suitcase:before {
    content: "\f0f2";
  }
  .fa-person-skating:before,
  .fa-skating:before {
    content: "\f7c5";
  }
  .fa-filter-circle-dollar:before,
  .fa-funnel-dollar:before {
    content: "\f662";
  }
  .fa-camera-retro:before {
    content: "\f083";
  }
  .fa-arrow-circle-down:before,
  .fa-circle-arrow-down:before {
    content: "\f0ab";
  }
  .fa-arrow-right-to-file:before,
  .fa-file-import:before {
    content: "\f56f";
  }
  .fa-external-link-square:before,
  .fa-square-arrow-up-right:before {
    content: "\f14c";
  }
  .fa-box-open:before {
    content: "\f49e";
  }
  .fa-scroll:before {
    content: "\f70e";
  }
  .fa-spa:before {
    content: "\f5bb";
  }
  .fa-location-pin-lock:before {
    content: "\e51f";
  }
  .fa-pause:before {
    content: "\f04c";
  }
  .fa-hill-avalanche:before {
    content: "\e507";
  }
  .fa-temperature-0:before,
  .fa-temperature-empty:before,
  .fa-thermometer-0:before,
  .fa-thermometer-empty:before {
    content: "\f2cb";
  }
  .fa-bomb:before {
    content: "\f1e2";
  }
  .fa-registered:before {
    content: "\f25d";
  }
  .fa-address-card:before,
  .fa-contact-card:before,
  .fa-vcard:before {
    content: "\f2bb";
  }
  .fa-balance-scale-right:before,
  .fa-scale-unbalanced-flip:before {
    content: "\f516";
  }
  .fa-subscript:before {
    content: "\f12c";
  }
  .fa-diamond-turn-right:before,
  .fa-directions:before {
    content: "\f5eb";
  }
  .fa-burst:before {
    content: "\e4dc";
  }
  .fa-house-laptop:before,
  .fa-laptop-house:before {
    content: "\e066";
  }
  .fa-face-tired:before,
  .fa-tired:before {
    content: "\f5c8";
  }
  .fa-money-bills:before {
    content: "\e1f3";
  }
  .fa-smog:before {
    content: "\f75f";
  }
  .fa-crutch:before {
    content: "\f7f7";
  }
  .fa-cloud-arrow-up:before,
  .fa-cloud-upload-alt:before,
  .fa-cloud-upload:before {
    content: "\f0ee";
  }
  .fa-palette:before {
    content: "\f53f";
  }
  .fa-arrows-turn-right:before {
    content: "\e4c0";
  }
  .fa-vest:before {
    content: "\e085";
  }
  .fa-ferry:before {
    content: "\e4ea";
  }
  .fa-arrows-down-to-people:before {
    content: "\e4b9";
  }
  .fa-seedling:before,
  .fa-sprout:before {
    content: "\f4d8";
  }
  .fa-arrows-alt-h:before,
  .fa-left-right:before {
    content: "\f337";
  }
  .fa-boxes-packing:before {
    content: "\e4c7";
  }
  .fa-arrow-circle-left:before,
  .fa-circle-arrow-left:before {
    content: "\f0a8";
  }
  .fa-group-arrows-rotate:before {
    content: "\e4f6";
  }
  .fa-bowl-food:before {
    content: "\e4c6";
  }
  .fa-candy-cane:before {
    content: "\f786";
  }
  .fa-arrow-down-wide-short:before,
  .fa-sort-amount-asc:before,
  .fa-sort-amount-down:before {
    content: "\f160";
  }
  .fa-cloud-bolt:before,
  .fa-thunderstorm:before {
    content: "\f76c";
  }
  .fa-remove-format:before,
  .fa-text-slash:before {
    content: "\f87d";
  }
  .fa-face-smile-wink:before,
  .fa-smile-wink:before {
    content: "\f4da";
  }
  .fa-file-word:before {
    content: "\f1c2";
  }
  .fa-file-powerpoint:before {
    content: "\f1c4";
  }
  .fa-arrows-h:before,
  .fa-arrows-left-right:before {
    content: "\f07e";
  }
  .fa-house-lock:before {
    content: "\e510";
  }
  .fa-cloud-arrow-down:before,
  .fa-cloud-download-alt:before,
  .fa-cloud-download:before {
    content: "\f0ed";
  }
  .fa-children:before {
    content: "\e4e1";
  }
  .fa-blackboard:before,
  .fa-chalkboard:before {
    content: "\f51b";
  }
  .fa-user-alt-slash:before,
  .fa-user-large-slash:before {
    content: "\f4fa";
  }
  .fa-envelope-open:before {
    content: "\f2b6";
  }
  .fa-handshake-alt-slash:before,
  .fa-handshake-simple-slash:before {
    content: "\e05f";
  }
  .fa-mattress-pillow:before {
    content: "\e525";
  }
  .fa-guarani-sign:before {
    content: "\e19a";
  }
  .fa-arrows-rotate:before,
  .fa-refresh:before,
  .fa-sync:before {
    content: "\f021";
  }
  .fa-fire-extinguisher:before {
    content: "\f134";
  }
  .fa-cruzeiro-sign:before {
    content: "\e152";
  }
  .fa-greater-than-equal:before {
    content: "\f532";
  }
  .fa-shield-alt:before,
  .fa-shield-halved:before {
    content: "\f3ed";
  }
  .fa-atlas:before,
  .fa-book-atlas:before {
    content: "\f558";
  }
  .fa-virus:before {
    content: "\e074";
  }
  .fa-envelope-circle-check:before {
    content: "\e4e8";
  }
  .fa-layer-group:before {
    content: "\f5fd";
  }
  .fa-arrows-to-dot:before {
    content: "\e4be";
  }
  .fa-archway:before {
    content: "\f557";
  }
  .fa-heart-circle-check:before {
    content: "\e4fd";
  }
  .fa-house-chimney-crack:before,
  .fa-house-damage:before {
    content: "\f6f1";
  }
  .fa-file-archive:before,
  .fa-file-zipper:before {
    content: "\f1c6";
  }
  .fa-square:before {
    content: "\f0c8";
  }
  .fa-glass-martini:before,
  .fa-martini-glass-empty:before {
    content: "\f000";
  }
  .fa-couch:before {
    content: "\f4b8";
  }
  .fa-cedi-sign:before {
    content: "\e0df";
  }
  .fa-italic:before {
    content: "\f033";
  }
  .fa-table-cells-column-lock:before {
    content: "\e678";
  }
  .fa-church:before {
    content: "\f51d";
  }
  .fa-comments-dollar:before {
    content: "\f653";
  }
  .fa-democrat:before {
    content: "\f747";
  }
  .fa-z:before {
    content: "Z";
  }
  .fa-person-skiing:before,
  .fa-skiing:before {
    content: "\f7c9";
  }
  .fa-road-lock:before {
    content: "\e567";
  }
  .fa-a:before {
    content: "A";
  }
  .fa-temperature-arrow-down:before,
  .fa-temperature-down:before {
    content: "\e03f";
  }
  .fa-feather-alt:before,
  .fa-feather-pointed:before {
    content: "\f56b";
  }
  .fa-p:before {
    content: "P";
  }
  .fa-snowflake:before {
    content: "\f2dc";
  }
  .fa-newspaper:before {
    content: "\f1ea";
  }
  .fa-ad:before,
  .fa-rectangle-ad:before {
    content: "\f641";
  }
  .fa-arrow-circle-right:before,
  .fa-circle-arrow-right:before {
    content: "\f0a9";
  }
  .fa-filter-circle-xmark:before {
    content: "\e17b";
  }
  .fa-locust:before {
    content: "\e520";
  }
  .fa-sort:before,
  .fa-unsorted:before {
    content: "\f0dc";
  }
  .fa-list-1-2:before,
  .fa-list-numeric:before,
  .fa-list-ol:before {
    content: "\f0cb";
  }
  .fa-person-dress-burst:before {
    content: "\e544";
  }
  .fa-money-check-alt:before,
  .fa-money-check-dollar:before {
    content: "\f53d";
  }
  .fa-vector-square:before {
    content: "\f5cb";
  }
  .fa-bread-slice:before {
    content: "\f7ec";
  }
  .fa-language:before {
    content: "\f1ab";
  }
  .fa-face-kiss-wink-heart:before,
  .fa-kiss-wink-heart:before {
    content: "\f598";
  }
  .fa-filter:before {
    content: "\f0b0";
  }
  .fa-question:before {
    content: "?";
  }
  .fa-file-signature:before {
    content: "\f573";
  }
  .fa-arrows-alt:before,
  .fa-up-down-left-right:before {
    content: "\f0b2";
  }
  .fa-house-chimney-user:before {
    content: "\e065";
  }
  .fa-hand-holding-heart:before {
    content: "\f4be";
  }
  .fa-puzzle-piece:before {
    content: "\f12e";
  }
  .fa-money-check:before {
    content: "\f53c";
  }
  .fa-star-half-alt:before,
  .fa-star-half-stroke:before {
    content: "\f5c0";
  }
  .fa-code:before {
    content: "\f121";
  }
  .fa-glass-whiskey:before,
  .fa-whiskey-glass:before {
    content: "\f7a0";
  }
  .fa-building-circle-exclamation:before {
    content: "\e4d3";
  }
  .fa-magnifying-glass-chart:before {
    content: "\e522";
  }
  .fa-arrow-up-right-from-square:before,
  .fa-external-link:before {
    content: "\f08e";
  }
  .fa-cubes-stacked:before {
    content: "\e4e6";
  }
  .fa-krw:before,
  .fa-won-sign:before,
  .fa-won:before {
    content: "\f159";
  }
  .fa-virus-covid:before {
    content: "\e4a8";
  }
  .fa-austral-sign:before {
    content: "\e0a9";
  }
  .fa-f:before {
    content: "F";
  }
  .fa-leaf:before {
    content: "\f06c";
  }
  .fa-road:before {
    content: "\f018";
  }
  .fa-cab:before,
  .fa-taxi:before {
    content: "\f1ba";
  }
  .fa-person-circle-plus:before {
    content: "\e541";
  }
  .fa-chart-pie:before,
  .fa-pie-chart:before {
    content: "\f200";
  }
  .fa-bolt-lightning:before {
    content: "\e0b7";
  }
  .fa-sack-xmark:before {
    content: "\e56a";
  }
  .fa-file-excel:before {
    content: "\f1c3";
  }
  .fa-file-contract:before {
    content: "\f56c";
  }
  .fa-fish-fins:before {
    content: "\e4f2";
  }
  .fa-building-flag:before {
    content: "\e4d5";
  }
  .fa-face-grin-beam:before,
  .fa-grin-beam:before {
    content: "\f582";
  }
  .fa-object-ungroup:before {
    content: "\f248";
  }
  .fa-poop:before {
    content: "\f619";
  }
  .fa-location-pin:before,
  .fa-map-marker:before {
    content: "\f041";
  }
  .fa-kaaba:before {
    content: "\f66b";
  }
  .fa-toilet-paper:before {
    content: "\f71e";
  }
  .fa-hard-hat:before,
  .fa-hat-hard:before,
  .fa-helmet-safety:before {
    content: "\f807";
  }
  .fa-eject:before {
    content: "\f052";
  }
  .fa-arrow-alt-circle-right:before,
  .fa-circle-right:before {
    content: "\f35a";
  }
  .fa-plane-circle-check:before {
    content: "\e555";
  }
  .fa-face-rolling-eyes:before,
  .fa-meh-rolling-eyes:before {
    content: "\f5a5";
  }
  .fa-object-group:before {
    content: "\f247";
  }
  .fa-chart-line:before,
  .fa-line-chart:before {
    content: "\f201";
  }
  .fa-mask-ventilator:before {
    content: "\e524";
  }
  .fa-arrow-right:before {
    content: "\f061";
  }
  .fa-map-signs:before,
  .fa-signs-post:before {
    content: "\f277";
  }
  .fa-cash-register:before {
    content: "\f788";
  }
  .fa-person-circle-question:before {
    content: "\e542";
  }
  .fa-h:before {
    content: "H";
  }
  .fa-tarp:before {
    content: "\e57b";
  }
  .fa-screwdriver-wrench:before,
  .fa-tools:before {
    content: "\f7d9";
  }
  .fa-arrows-to-eye:before {
    content: "\e4bf";
  }
  .fa-plug-circle-bolt:before {
    content: "\e55b";
  }
  .fa-heart:before {
    content: "\f004";
  }
  .fa-mars-and-venus:before {
    content: "\f224";
  }
  .fa-home-user:before,
  .fa-house-user:before {
    content: "\e1b0";
  }
  .fa-dumpster-fire:before {
    content: "\f794";
  }
  .fa-house-crack:before {
    content: "\e3b1";
  }
  .fa-cocktail:before,
  .fa-martini-glass-citrus:before {
    content: "\f561";
  }
  .fa-face-surprise:before,
  .fa-surprise:before {
    content: "\f5c2";
  }
  .fa-bottle-water:before {
    content: "\e4c5";
  }
  .fa-circle-pause:before,
  .fa-pause-circle:before {
    content: "\f28b";
  }
  .fa-toilet-paper-slash:before {
    content: "\e072";
  }
  .fa-apple-alt:before,
  .fa-apple-whole:before {
    content: "\f5d1";
  }
  .fa-kitchen-set:before {
    content: "\e51a";
  }
  .fa-r:before {
    content: "R";
  }
  .fa-temperature-1:before,
  .fa-temperature-quarter:before,
  .fa-thermometer-1:before,
  .fa-thermometer-quarter:before {
    content: "\f2ca";
  }
  .fa-cube:before {
    content: "\f1b2";
  }
  .fa-bitcoin-sign:before {
    content: "\e0b4";
  }
  .fa-shield-dog:before {
    content: "\e573";
  }
  .fa-solar-panel:before {
    content: "\f5ba";
  }
  .fa-lock-open:before {
    content: "\f3c1";
  }
  .fa-elevator:before {
    content: "\e16d";
  }
  .fa-money-bill-transfer:before {
    content: "\e528";
  }
  .fa-money-bill-trend-up:before {
    content: "\e529";
  }
  .fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f";
  }
  .fa-poll-h:before,
  .fa-square-poll-horizontal:before {
    content: "\f682";
  }
  .fa-circle:before {
    content: "\f111";
  }
  .fa-backward-fast:before,
  .fa-fast-backward:before {
    content: "\f049";
  }
  .fa-recycle:before {
    content: "\f1b8";
  }
  .fa-user-astronaut:before {
    content: "\f4fb";
  }
  .fa-plane-slash:before {
    content: "\e069";
  }
  .fa-trademark:before {
    content: "\f25c";
  }
  .fa-basketball-ball:before,
  .fa-basketball:before {
    content: "\f434";
  }
  .fa-satellite-dish:before {
    content: "\f7c0";
  }
  .fa-arrow-alt-circle-up:before,
  .fa-circle-up:before {
    content: "\f35b";
  }
  .fa-mobile-alt:before,
  .fa-mobile-screen-button:before {
    content: "\f3cd";
  }
  .fa-volume-high:before,
  .fa-volume-up:before {
    content: "\f028";
  }
  .fa-users-rays:before {
    content: "\e593";
  }
  .fa-wallet:before {
    content: "\f555";
  }
  .fa-clipboard-check:before {
    content: "\f46c";
  }
  .fa-file-audio:before {
    content: "\f1c7";
  }
  .fa-burger:before,
  .fa-hamburger:before {
    content: "\f805";
  }
  .fa-wrench:before {
    content: "\f0ad";
  }
  .fa-bugs:before {
    content: "\e4d0";
  }
  .fa-rupee-sign:before,
  .fa-rupee:before {
    content: "\f156";
  }
  .fa-file-image:before {
    content: "\f1c5";
  }
  .fa-circle-question:before,
  .fa-question-circle:before {
    content: "\f059";
  }
  .fa-plane-departure:before {
    content: "\f5b0";
  }
  .fa-handshake-slash:before {
    content: "\e060";
  }
  .fa-book-bookmark:before {
    content: "\e0bb";
  }
  .fa-code-branch:before {
    content: "\f126";
  }
  .fa-hat-cowboy:before {
    content: "\f8c0";
  }
  .fa-bridge:before {
    content: "\e4c8";
  }
  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
  }
  .fa-truck-front:before {
    content: "\e2b7";
  }
  .fa-cat:before {
    content: "\f6be";
  }
  .fa-anchor-circle-exclamation:before {
    content: "\e4ab";
  }
  .fa-truck-field:before {
    content: "\e58d";
  }
  .fa-route:before {
    content: "\f4d7";
  }
  .fa-clipboard-question:before {
    content: "\e4e3";
  }
  .fa-panorama:before {
    content: "\e209";
  }
  .fa-comment-medical:before {
    content: "\f7f5";
  }
  .fa-teeth-open:before {
    content: "\f62f";
  }
  .fa-file-circle-minus:before {
    content: "\e4ed";
  }
  .fa-tags:before {
    content: "\f02c";
  }
  .fa-wine-glass:before {
    content: "\f4e3";
  }
  .fa-fast-forward:before,
  .fa-forward-fast:before {
    content: "\f050";
  }
  .fa-face-meh-blank:before,
  .fa-meh-blank:before {
    content: "\f5a4";
  }
  .fa-parking:before,
  .fa-square-parking:before {
    content: "\f540";
  }
  .fa-house-signal:before {
    content: "\e012";
  }
  .fa-bars-progress:before,
  .fa-tasks-alt:before {
    content: "\f828";
  }
  .fa-faucet-drip:before {
    content: "\e006";
  }
  .fa-cart-flatbed:before,
  .fa-dolly-flatbed:before {
    content: "\f474";
  }
  .fa-ban-smoking:before,
  .fa-smoking-ban:before {
    content: "\f54d";
  }
  .fa-terminal:before {
    content: "\f120";
  }
  .fa-mobile-button:before {
    content: "\f10b";
  }
  .fa-house-medical-flag:before {
    content: "\e514";
  }
  .fa-basket-shopping:before,
  .fa-shopping-basket:before {
    content: "\f291";
  }
  .fa-tape:before {
    content: "\f4db";
  }
  .fa-bus-alt:before,
  .fa-bus-simple:before {
    content: "\f55e";
  }
  .fa-eye:before {
    content: "\f06e";
  }
  .fa-face-sad-cry:before,
  .fa-sad-cry:before {
    content: "\f5b3";
  }
  .fa-audio-description:before {
    content: "\f29e";
  }
  .fa-person-military-to-person:before {
    content: "\e54c";
  }
  .fa-file-shield:before {
    content: "\e4f0";
  }
  .fa-user-slash:before {
    content: "\f506";
  }
  .fa-pen:before {
    content: "\f304";
  }
  .fa-tower-observation:before {
    content: "\e586";
  }
  .fa-file-code:before {
    content: "\f1c9";
  }
  .fa-signal-5:before,
  .fa-signal-perfect:before,
  .fa-signal:before {
    content: "\f012";
  }
  .fa-bus:before {
    content: "\f207";
  }
  .fa-heart-circle-xmark:before {
    content: "\e501";
  }
  .fa-home-lg:before,
  .fa-house-chimney:before {
    content: "\e3af";
  }
  .fa-window-maximize:before {
    content: "\f2d0";
  }
  .fa-face-frown:before,
  .fa-frown:before {
    content: "\f119";
  }
  .fa-prescription:before {
    content: "\f5b1";
  }
  .fa-shop:before,
  .fa-store-alt:before {
    content: "\f54f";
  }
  .fa-floppy-disk:before,
  .fa-save:before {
    content: "\f0c7";
  }
  .fa-vihara:before {
    content: "\f6a7";
  }
  .fa-balance-scale-left:before,
  .fa-scale-unbalanced:before {
    content: "\f515";
  }
  .fa-sort-asc:before,
  .fa-sort-up:before {
    content: "\f0de";
  }
  .fa-comment-dots:before,
  .fa-commenting:before {
    content: "\f4ad";
  }
  .fa-plant-wilt:before {
    content: "\e5aa";
  }
  .fa-diamond:before {
    content: "\f219";
  }
  .fa-face-grin-squint:before,
  .fa-grin-squint:before {
    content: "\f585";
  }
  .fa-hand-holding-dollar:before,
  .fa-hand-holding-usd:before {
    content: "\f4c0";
  }
  .fa-bacterium:before {
    content: "\e05a";
  }
  .fa-hand-pointer:before {
    content: "\f25a";
  }
  .fa-drum-steelpan:before {
    content: "\f56a";
  }
  .fa-hand-scissors:before {
    content: "\f257";
  }
  .fa-hands-praying:before,
  .fa-praying-hands:before {
    content: "\f684";
  }
  .fa-arrow-right-rotate:before,
  .fa-arrow-rotate-forward:before,
  .fa-arrow-rotate-right:before,
  .fa-redo:before {
    content: "\f01e";
  }
  .fa-biohazard:before {
    content: "\f780";
  }
  .fa-location-crosshairs:before,
  .fa-location:before {
    content: "\f601";
  }
  .fa-mars-double:before {
    content: "\f227";
  }
  .fa-child-dress:before {
    content: "\e59c";
  }
  .fa-users-between-lines:before {
    content: "\e591";
  }
  .fa-lungs-virus:before {
    content: "\e067";
  }
  .fa-face-grin-tears:before,
  .fa-grin-tears:before {
    content: "\f588";
  }
  .fa-phone:before {
    content: "\f095";
  }
  .fa-calendar-times:before,
  .fa-calendar-xmark:before {
    content: "\f273";
  }
  .fa-child-reaching:before {
    content: "\e59d";
  }
  .fa-head-side-virus:before {
    content: "\e064";
  }
  .fa-user-cog:before,
  .fa-user-gear:before {
    content: "\f4fe";
  }
  .fa-arrow-up-1-9:before,
  .fa-sort-numeric-up:before {
    content: "\f163";
  }
  .fa-door-closed:before {
    content: "\f52a";
  }
  .fa-shield-virus:before {
    content: "\e06c";
  }
  .fa-dice-six:before {
    content: "\f526";
  }
  .fa-mosquito-net:before {
    content: "\e52c";
  }
  .fa-bridge-water:before {
    content: "\e4ce";
  }
  .fa-person-booth:before {
    content: "\f756";
  }
  .fa-text-width:before {
    content: "\f035";
  }
  .fa-hat-wizard:before {
    content: "\f6e8";
  }
  .fa-pen-fancy:before {
    content: "\f5ac";
  }
  .fa-digging:before,
  .fa-person-digging:before {
    content: "\f85e";
  }
  .fa-trash:before {
    content: "\f1f8";
  }
  .fa-gauge-simple-med:before,
  .fa-gauge-simple:before,
  .fa-tachometer-average:before {
    content: "\f629";
  }
  .fa-book-medical:before {
    content: "\f7e6";
  }
  .fa-poo:before {
    content: "\f2fe";
  }
  .fa-quote-right-alt:before,
  .fa-quote-right:before {
    content: "\f10e";
  }
  .fa-shirt:before,
  .fa-t-shirt:before,
  .fa-tshirt:before {
    content: "\f553";
  }
  .fa-cubes:before {
    content: "\f1b3";
  }
  .fa-divide:before {
    content: "\f529";
  }
  .fa-tenge-sign:before,
  .fa-tenge:before {
    content: "\f7d7";
  }
  .fa-headphones:before {
    content: "\f025";
  }
  .fa-hands-holding:before {
    content: "\f4c2";
  }
  .fa-hands-clapping:before {
    content: "\e1a8";
  }
  .fa-republican:before {
    content: "\f75e";
  }
  .fa-arrow-left:before {
    content: "\f060";
  }
  .fa-person-circle-xmark:before {
    content: "\e543";
  }
  .fa-ruler:before {
    content: "\f545";
  }
  .fa-align-left:before {
    content: "\f036";
  }
  .fa-dice-d6:before {
    content: "\f6d1";
  }
  .fa-restroom:before {
    content: "\f7bd";
  }
  .fa-j:before {
    content: "J";
  }
  .fa-users-viewfinder:before {
    content: "\e595";
  }
  .fa-file-video:before {
    content: "\f1c8";
  }
  .fa-external-link-alt:before,
  .fa-up-right-from-square:before {
    content: "\f35d";
  }
  .fa-table-cells:before,
  .fa-th:before {
    content: "\f00a";
  }
  .fa-file-pdf:before {
    content: "\f1c1";
  }
  .fa-bible:before,
  .fa-book-bible:before {
    content: "\f647";
  }
  .fa-o:before {
    content: "O";
  }
  .fa-medkit:before,
  .fa-suitcase-medical:before {
    content: "\f0fa";
  }
  .fa-user-secret:before {
    content: "\f21b";
  }
  .fa-otter:before {
    content: "\f700";
  }
  .fa-female:before,
  .fa-person-dress:before {
    content: "\f182";
  }
  .fa-comment-dollar:before {
    content: "\f651";
  }
  .fa-briefcase-clock:before,
  .fa-business-time:before {
    content: "\f64a";
  }
  .fa-table-cells-large:before,
  .fa-th-large:before {
    content: "\f009";
  }
  .fa-book-tanakh:before,
  .fa-tanakh:before {
    content: "\f827";
  }
  .fa-phone-volume:before,
  .fa-volume-control-phone:before {
    content: "\f2a0";
  }
  .fa-hat-cowboy-side:before {
    content: "\f8c1";
  }
  .fa-clipboard-user:before {
    content: "\f7f3";
  }
  .fa-child:before {
    content: "\f1ae";
  }
  .fa-lira-sign:before {
    content: "\f195";
  }
  .fa-satellite:before {
    content: "\f7bf";
  }
  .fa-plane-lock:before {
    content: "\e558";
  }
  .fa-tag:before {
    content: "\f02b";
  }
  .fa-comment:before {
    content: "\f075";
  }
  .fa-birthday-cake:before,
  .fa-cake-candles:before,
  .fa-cake:before {
    content: "\f1fd";
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-angle-double-up:before,
  .fa-angles-up:before {
    content: "\f102";
  }
  .fa-paperclip:before {
    content: "\f0c6";
  }
  .fa-arrow-right-to-city:before {
    content: "\e4b3";
  }
  .fa-ribbon:before {
    content: "\f4d6";
  }
  .fa-lungs:before {
    content: "\f604";
  }
  .fa-arrow-up-9-1:before,
  .fa-sort-numeric-up-alt:before {
    content: "\f887";
  }
  .fa-litecoin-sign:before {
    content: "\e1d3";
  }
  .fa-border-none:before {
    content: "\f850";
  }
  .fa-circle-nodes:before {
    content: "\e4e2";
  }
  .fa-parachute-box:before {
    content: "\f4cd";
  }
  .fa-indent:before {
    content: "\f03c";
  }
  .fa-truck-field-un:before {
    content: "\e58e";
  }
  .fa-hourglass-empty:before,
  .fa-hourglass:before {
    content: "\f254";
  }
  .fa-mountain:before {
    content: "\f6fc";
  }
  .fa-user-doctor:before,
  .fa-user-md:before {
    content: "\f0f0";
  }
  .fa-circle-info:before,
  .fa-info-circle:before {
    content: "\f05a";
  }
  .fa-cloud-meatball:before {
    content: "\f73b";
  }
  .fa-camera-alt:before,
  .fa-camera:before {
    content: "\f030";
  }
  .fa-square-virus:before {
    content: "\e578";
  }
  .fa-meteor:before {
    content: "\f753";
  }
  .fa-car-on:before {
    content: "\e4dd";
  }
  .fa-sleigh:before {
    content: "\f7cc";
  }
  .fa-arrow-down-1-9:before,
  .fa-sort-numeric-asc:before,
  .fa-sort-numeric-down:before {
    content: "\f162";
  }
  .fa-hand-holding-droplet:before,
  .fa-hand-holding-water:before {
    content: "\f4c1";
  }
  .fa-water:before {
    content: "\f773";
  }
  .fa-calendar-check:before {
    content: "\f274";
  }
  .fa-braille:before {
    content: "\f2a1";
  }
  .fa-prescription-bottle-alt:before,
  .fa-prescription-bottle-medical:before {
    content: "\f486";
  }
  .fa-landmark:before {
    content: "\f66f";
  }
  .fa-truck:before {
    content: "\f0d1";
  }
  .fa-crosshairs:before {
    content: "\f05b";
  }
  .fa-person-cane:before {
    content: "\e53c";
  }
  .fa-tent:before {
    content: "\e57d";
  }
  .fa-vest-patches:before {
    content: "\e086";
  }
  .fa-check-double:before {
    content: "\f560";
  }
  .fa-arrow-down-a-z:before,
  .fa-sort-alpha-asc:before,
  .fa-sort-alpha-down:before {
    content: "\f15d";
  }
  .fa-money-bill-wheat:before {
    content: "\e52a";
  }
  .fa-cookie:before {
    content: "\f563";
  }
  .fa-arrow-left-rotate:before,
  .fa-arrow-rotate-back:before,
  .fa-arrow-rotate-backward:before,
  .fa-arrow-rotate-left:before,
  .fa-undo:before {
    content: "\f0e2";
  }
  .fa-hard-drive:before,
  .fa-hdd:before {
    content: "\f0a0";
  }
  .fa-face-grin-squint-tears:before,
  .fa-grin-squint-tears:before {
    content: "\f586";
  }
  .fa-dumbbell:before {
    content: "\f44b";
  }
  .fa-list-alt:before,
  .fa-rectangle-list:before {
    content: "\f022";
  }
  .fa-tarp-droplet:before {
    content: "\e57c";
  }
  .fa-house-medical-circle-check:before {
    content: "\e511";
  }
  .fa-person-skiing-nordic:before,
  .fa-skiing-nordic:before {
    content: "\f7ca";
  }
  .fa-calendar-plus:before {
    content: "\f271";
  }
  .fa-plane-arrival:before {
    content: "\f5af";
  }
  .fa-arrow-alt-circle-left:before,
  .fa-circle-left:before {
    content: "\f359";
  }
  .fa-subway:before,
  .fa-train-subway:before {
    content: "\f239";
  }
  .fa-chart-gantt:before {
    content: "\e0e4";
  }
  .fa-indian-rupee-sign:before,
  .fa-indian-rupee:before,
  .fa-inr:before {
    content: "\e1bc";
  }
  .fa-crop-alt:before,
  .fa-crop-simple:before {
    content: "\f565";
  }
  .fa-money-bill-1:before,
  .fa-money-bill-alt:before {
    content: "\f3d1";
  }
  .fa-left-long:before,
  .fa-long-arrow-alt-left:before {
    content: "\f30a";
  }
  .fa-dna:before {
    content: "\f471";
  }
  .fa-virus-slash:before {
    content: "\e075";
  }
  .fa-minus:before,
  .fa-subtract:before {
    content: "\f068";
  }
  .fa-chess:before {
    content: "\f439";
  }
  .fa-arrow-left-long:before,
  .fa-long-arrow-left:before {
    content: "\f177";
  }
  .fa-plug-circle-check:before {
    content: "\e55c";
  }
  .fa-street-view:before {
    content: "\f21d";
  }
  .fa-franc-sign:before {
    content: "\e18f";
  }
  .fa-volume-off:before {
    content: "\f026";
  }
  .fa-american-sign-language-interpreting:before,
  .fa-asl-interpreting:before,
  .fa-hands-american-sign-language-interpreting:before,
  .fa-hands-asl-interpreting:before {
    content: "\f2a3";
  }
  .fa-cog:before,
  .fa-gear:before {
    content: "\f013";
  }
  .fa-droplet-slash:before,
  .fa-tint-slash:before {
    content: "\f5c7";
  }
  .fa-mosque:before {
    content: "\f678";
  }
  .fa-mosquito:before {
    content: "\e52b";
  }
  .fa-star-of-david:before {
    content: "\f69a";
  }
  .fa-person-military-rifle:before {
    content: "\e54b";
  }
  .fa-cart-shopping:before,
  .fa-shopping-cart:before {
    content: "\f07a";
  }
  .fa-vials:before {
    content: "\f493";
  }
  .fa-plug-circle-plus:before {
    content: "\e55f";
  }
  .fa-place-of-worship:before {
    content: "\f67f";
  }
  .fa-grip-vertical:before {
    content: "\f58e";
  }
  .fa-arrow-turn-up:before,
  .fa-level-up:before {
    content: "\f148";
  }
  .fa-u:before {
    content: "U";
  }
  .fa-square-root-alt:before,
  .fa-square-root-variable:before {
    content: "\f698";
  }
  .fa-clock-four:before,
  .fa-clock:before {
    content: "\f017";
  }
  .fa-backward-step:before,
  .fa-step-backward:before {
    content: "\f048";
  }
  .fa-pallet:before {
    content: "\f482";
  }
  .fa-faucet:before {
    content: "\e005";
  }
  .fa-baseball-bat-ball:before {
    content: "\f432";
  }
  .fa-s:before {
    content: "S";
  }
  .fa-timeline:before {
    content: "\e29c";
  }
  .fa-keyboard:before {
    content: "\f11c";
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .fa-clinic-medical:before,
  .fa-house-chimney-medical:before {
    content: "\f7f2";
  }
  .fa-temperature-3:before,
  .fa-temperature-three-quarters:before,
  .fa-thermometer-3:before,
  .fa-thermometer-three-quarters:before {
    content: "\f2c8";
  }
  .fa-mobile-android-alt:before,
  .fa-mobile-screen:before {
    content: "\f3cf";
  }
  .fa-plane-up:before {
    content: "\e22d";
  }
  .fa-piggy-bank:before {
    content: "\f4d3";
  }
  .fa-battery-3:before,
  .fa-battery-half:before {
    content: "\f242";
  }
  .fa-mountain-city:before {
    content: "\e52e";
  }
  .fa-coins:before {
    content: "\f51e";
  }
  .fa-khanda:before {
    content: "\f66d";
  }
  .fa-sliders-h:before,
  .fa-sliders:before {
    content: "\f1de";
  }
  .fa-folder-tree:before {
    content: "\f802";
  }
  .fa-network-wired:before {
    content: "\f6ff";
  }
  .fa-map-pin:before {
    content: "\f276";
  }
  .fa-hamsa:before {
    content: "\f665";
  }
  .fa-cent-sign:before {
    content: "\e3f5";
  }
  .fa-flask:before {
    content: "\f0c3";
  }
  .fa-person-pregnant:before {
    content: "\e31e";
  }
  .fa-wand-sparkles:before {
    content: "\f72b";
  }
  .fa-ellipsis-v:before,
  .fa-ellipsis-vertical:before {
    content: "\f142";
  }
  .fa-ticket:before {
    content: "\f145";
  }
  .fa-power-off:before {
    content: "\f011";
  }
  .fa-long-arrow-alt-right:before,
  .fa-right-long:before {
    content: "\f30b";
  }
  .fa-flag-usa:before {
    content: "\f74d";
  }
  .fa-laptop-file:before {
    content: "\e51d";
  }
  .fa-teletype:before,
  .fa-tty:before {
    content: "\f1e4";
  }
  .fa-diagram-next:before {
    content: "\e476";
  }
  .fa-person-rifle:before {
    content: "\e54e";
  }
  .fa-house-medical-circle-exclamation:before {
    content: "\e512";
  }
  .fa-closed-captioning:before {
    content: "\f20a";
  }
  .fa-hiking:before,
  .fa-person-hiking:before {
    content: "\f6ec";
  }
  .fa-venus-double:before {
    content: "\f226";
  }
  .fa-images:before {
    content: "\f302";
  }
  .fa-calculator:before {
    content: "\f1ec";
  }
  .fa-people-pulling:before {
    content: "\e535";
  }
  .fa-n:before {
    content: "N";
  }
  .fa-cable-car:before,
  .fa-tram:before {
    content: "\f7da";
  }
  .fa-cloud-rain:before {
    content: "\f73d";
  }
  .fa-building-circle-xmark:before {
    content: "\e4d4";
  }
  .fa-ship:before {
    content: "\f21a";
  }
  .fa-arrows-down-to-line:before {
    content: "\e4b8";
  }
  .fa-download:before {
    content: "\f019";
  }
  .fa-face-grin:before,
  .fa-grin:before {
    content: "\f580";
  }
  .fa-backspace:before,
  .fa-delete-left:before {
    content: "\f55a";
  }
  .fa-eye-dropper-empty:before,
  .fa-eye-dropper:before,
  .fa-eyedropper:before {
    content: "\f1fb";
  }
  .fa-file-circle-check:before {
    content: "\e5a0";
  }
  .fa-forward:before {
    content: "\f04e";
  }
  .fa-mobile-android:before,
  .fa-mobile-phone:before,
  .fa-mobile:before {
    content: "\f3ce";
  }
  .fa-face-meh:before,
  .fa-meh:before {
    content: "\f11a";
  }
  .fa-align-center:before {
    content: "\f037";
  }
  .fa-book-dead:before,
  .fa-book-skull:before {
    content: "\f6b7";
  }
  .fa-drivers-license:before,
  .fa-id-card:before {
    content: "\f2c2";
  }
  .fa-dedent:before,
  .fa-outdent:before {
    content: "\f03b";
  }
  .fa-heart-circle-exclamation:before {
    content: "\e4fe";
  }
  .fa-home-alt:before,
  .fa-home-lg-alt:before,
  .fa-home:before,
  .fa-house:before {
    content: "\f015";
  }
  .fa-calendar-week:before {
    content: "\f784";
  }
  .fa-laptop-medical:before {
    content: "\f812";
  }
  .fa-b:before {
    content: "B";
  }
  .fa-file-medical:before {
    content: "\f477";
  }
  .fa-dice-one:before {
    content: "\f525";
  }
  .fa-kiwi-bird:before {
    content: "\f535";
  }
  .fa-arrow-right-arrow-left:before,
  .fa-exchange:before {
    content: "\f0ec";
  }
  .fa-redo-alt:before,
  .fa-rotate-forward:before,
  .fa-rotate-right:before {
    content: "\f2f9";
  }
  .fa-cutlery:before,
  .fa-utensils:before {
    content: "\f2e7";
  }
  .fa-arrow-up-wide-short:before,
  .fa-sort-amount-up:before {
    content: "\f161";
  }
  .fa-mill-sign:before {
    content: "\e1ed";
  }
  .fa-bowl-rice:before {
    content: "\e2eb";
  }
  .fa-skull:before {
    content: "\f54c";
  }
  .fa-broadcast-tower:before,
  .fa-tower-broadcast:before {
    content: "\f519";
  }
  .fa-truck-pickup:before {
    content: "\f63c";
  }
  .fa-long-arrow-alt-up:before,
  .fa-up-long:before {
    content: "\f30c";
  }
  .fa-stop:before {
    content: "\f04d";
  }
  .fa-code-merge:before {
    content: "\f387";
  }
  .fa-upload:before {
    content: "\f093";
  }
  .fa-hurricane:before {
    content: "\f751";
  }
  .fa-mound:before {
    content: "\e52d";
  }
  .fa-toilet-portable:before {
    content: "\e583";
  }
  .fa-compact-disc:before {
    content: "\f51f";
  }
  .fa-file-arrow-down:before,
  .fa-file-download:before {
    content: "\f56d";
  }
  .fa-caravan:before {
    content: "\f8ff";
  }
  .fa-shield-cat:before {
    content: "\e572";
  }
  .fa-bolt:before,
  .fa-zap:before {
    content: "\f0e7";
  }
  .fa-glass-water:before {
    content: "\e4f4";
  }
  .fa-oil-well:before {
    content: "\e532";
  }
  .fa-vault:before {
    content: "\e2c5";
  }
  .fa-mars:before {
    content: "\f222";
  }
  .fa-toilet:before {
    content: "\f7d8";
  }
  .fa-plane-circle-xmark:before {
    content: "\e557";
  }
  .fa-cny:before,
  .fa-jpy:before,
  .fa-rmb:before,
  .fa-yen-sign:before,
  .fa-yen:before {
    content: "\f157";
  }
  .fa-rouble:before,
  .fa-rub:before,
  .fa-ruble-sign:before,
  .fa-ruble:before {
    content: "\f158";
  }
  .fa-sun:before {
    content: "\f185";
  }
  .fa-guitar:before {
    content: "\f7a6";
  }
  .fa-face-laugh-wink:before,
  .fa-laugh-wink:before {
    content: "\f59c";
  }
  .fa-horse-head:before {
    content: "\f7ab";
  }
  .fa-bore-hole:before {
    content: "\e4c3";
  }
  .fa-industry:before {
    content: "\f275";
  }
  .fa-arrow-alt-circle-down:before,
  .fa-circle-down:before {
    content: "\f358";
  }
  .fa-arrows-turn-to-dots:before {
    content: "\e4c1";
  }
  .fa-florin-sign:before {
    content: "\e184";
  }
  .fa-arrow-down-short-wide:before,
  .fa-sort-amount-desc:before,
  .fa-sort-amount-down-alt:before {
    content: "\f884";
  }
  .fa-less-than:before {
    content: "<";
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .fa-car-tunnel:before {
    content: "\e4de";
  }
  .fa-head-side-cough:before {
    content: "\e061";
  }
  .fa-grip-lines:before {
    content: "\f7a4";
  }
  .fa-thumbs-down:before {
    content: "\f165";
  }
  .fa-user-lock:before {
    content: "\f502";
  }
  .fa-arrow-right-long:before,
  .fa-long-arrow-right:before {
    content: "\f178";
  }
  .fa-anchor-circle-xmark:before {
    content: "\e4ac";
  }
  .fa-ellipsis-h:before,
  .fa-ellipsis:before {
    content: "\f141";
  }
  .fa-chess-pawn:before {
    content: "\f443";
  }
  .fa-first-aid:before,
  .fa-kit-medical:before {
    content: "\f479";
  }
  .fa-person-through-window:before {
    content: "\e5a9";
  }
  .fa-toolbox:before {
    content: "\f552";
  }
  .fa-hands-holding-circle:before {
    content: "\e4fb";
  }
  .fa-bug:before {
    content: "\f188";
  }
  .fa-credit-card-alt:before,
  .fa-credit-card:before {
    content: "\f09d";
  }
  .fa-automobile:before,
  .fa-car:before {
    content: "\f1b9";
  }
  .fa-hand-holding-hand:before {
    content: "\e4f7";
  }
  .fa-book-open-reader:before,
  .fa-book-reader:before {
    content: "\f5da";
  }
  .fa-mountain-sun:before {
    content: "\e52f";
  }
  .fa-arrows-left-right-to-line:before {
    content: "\e4ba";
  }
  .fa-dice-d20:before {
    content: "\f6cf";
  }
  .fa-truck-droplet:before {
    content: "\e58c";
  }
  .fa-file-circle-xmark:before {
    content: "\e5a1";
  }
  .fa-temperature-arrow-up:before,
  .fa-temperature-up:before {
    content: "\e040";
  }
  .fa-medal:before {
    content: "\f5a2";
  }
  .fa-bed:before {
    content: "\f236";
  }
  .fa-h-square:before,
  .fa-square-h:before {
    content: "\f0fd";
  }
  .fa-podcast:before {
    content: "\f2ce";
  }
  .fa-temperature-4:before,
  .fa-temperature-full:before,
  .fa-thermometer-4:before,
  .fa-thermometer-full:before {
    content: "\f2c7";
  }
  .fa-bell:before {
    content: "\f0f3";
  }
  .fa-superscript:before {
    content: "\f12b";
  }
  .fa-plug-circle-xmark:before {
    content: "\e560";
  }
  .fa-star-of-life:before {
    content: "\f621";
  }
  .fa-phone-slash:before {
    content: "\f3dd";
  }
  .fa-paint-roller:before {
    content: "\f5aa";
  }
  .fa-hands-helping:before,
  .fa-handshake-angle:before {
    content: "\f4c4";
  }
  .fa-location-dot:before,
  .fa-map-marker-alt:before {
    content: "\f3c5";
  }
  .fa-file:before {
    content: "\f15b";
  }
  .fa-greater-than:before {
    content: ">";
  }
  .fa-person-swimming:before,
  .fa-swimmer:before {
    content: "\f5c4";
  }
  .fa-arrow-down:before {
    content: "\f063";
  }
  .fa-droplet:before,
  .fa-tint:before {
    content: "\f043";
  }
  .fa-eraser:before {
    content: "\f12d";
  }
  .fa-earth-america:before,
  .fa-earth-americas:before,
  .fa-earth:before,
  .fa-globe-americas:before {
    content: "\f57d";
  }
  .fa-person-burst:before {
    content: "\e53b";
  }
  .fa-dove:before {
    content: "\f4ba";
  }
  .fa-battery-0:before,
  .fa-battery-empty:before {
    content: "\f244";
  }
  .fa-socks:before {
    content: "\f696";
  }
  .fa-inbox:before {
    content: "\f01c";
  }
  .fa-section:before {
    content: "\e447";
  }
  .fa-gauge-high:before,
  .fa-tachometer-alt-fast:before,
  .fa-tachometer-alt:before {
    content: "\f625";
  }
  .fa-envelope-open-text:before {
    content: "\f658";
  }
  .fa-hospital-alt:before,
  .fa-hospital-wide:before,
  .fa-hospital:before {
    content: "\f0f8";
  }
  .fa-wine-bottle:before {
    content: "\f72f";
  }
  .fa-chess-rook:before {
    content: "\f447";
  }
  .fa-bars-staggered:before,
  .fa-reorder:before,
  .fa-stream:before {
    content: "\f550";
  }
  .fa-dharmachakra:before {
    content: "\f655";
  }
  .fa-hotdog:before {
    content: "\f80f";
  }
  .fa-blind:before,
  .fa-person-walking-with-cane:before {
    content: "\f29d";
  }
  .fa-drum:before {
    content: "\f569";
  }
  .fa-ice-cream:before {
    content: "\f810";
  }
  .fa-heart-circle-bolt:before {
    content: "\e4fc";
  }
  .fa-fax:before {
    content: "\f1ac";
  }
  .fa-paragraph:before {
    content: "\f1dd";
  }
  .fa-check-to-slot:before,
  .fa-vote-yea:before {
    content: "\f772";
  }
  .fa-star-half:before {
    content: "\f089";
  }
  .fa-boxes-alt:before,
  .fa-boxes-stacked:before,
  .fa-boxes:before {
    content: "\f468";
  }
  .fa-chain:before,
  .fa-link:before {
    content: "\f0c1";
  }
  .fa-assistive-listening-systems:before,
  .fa-ear-listen:before {
    content: "\f2a2";
  }
  .fa-tree-city:before {
    content: "\e587";
  }
  .fa-play:before {
    content: "\f04b";
  }
  .fa-font:before {
    content: "\f031";
  }
  .fa-table-cells-row-lock:before {
    content: "\e67a";
  }
  .fa-rupiah-sign:before {
    content: "\e23d";
  }
  .fa-magnifying-glass:before,
  .fa-search:before {
    content: "\f002";
  }
  .fa-ping-pong-paddle-ball:before,
  .fa-table-tennis-paddle-ball:before,
  .fa-table-tennis:before {
    content: "\f45d";
  }
  .fa-diagnoses:before,
  .fa-person-dots-from-line:before {
    content: "\f470";
  }
  .fa-trash-can-arrow-up:before,
  .fa-trash-restore-alt:before {
    content: "\f82a";
  }
  .fa-naira-sign:before {
    content: "\e1f6";
  }
  .fa-cart-arrow-down:before {
    content: "\f218";
  }
  .fa-walkie-talkie:before {
    content: "\f8ef";
  }
  .fa-file-edit:before,
  .fa-file-pen:before {
    content: "\f31c";
  }
  .fa-receipt:before {
    content: "\f543";
  }
  .fa-pen-square:before,
  .fa-pencil-square:before,
  .fa-square-pen:before {
    content: "\f14b";
  }
  .fa-suitcase-rolling:before {
    content: "\f5c1";
  }
  .fa-person-circle-exclamation:before {
    content: "\e53f";
  }
  .fa-chevron-down:before {
    content: "\f078";
  }
  .fa-battery-5:before,
  .fa-battery-full:before,
  .fa-battery:before {
    content: "\f240";
  }
  .fa-skull-crossbones:before {
    content: "\f714";
  }
  .fa-code-compare:before {
    content: "\e13a";
  }
  .fa-list-dots:before,
  .fa-list-ul:before {
    content: "\f0ca";
  }
  .fa-school-lock:before {
    content: "\e56f";
  }
  .fa-tower-cell:before {
    content: "\e585";
  }
  .fa-down-long:before,
  .fa-long-arrow-alt-down:before {
    content: "\f309";
  }
  .fa-ranking-star:before {
    content: "\e561";
  }
  .fa-chess-king:before {
    content: "\f43f";
  }
  .fa-person-harassing:before {
    content: "\e549";
  }
  .fa-brazilian-real-sign:before {
    content: "\e46c";
  }
  .fa-landmark-alt:before,
  .fa-landmark-dome:before {
    content: "\f752";
  }
  .fa-arrow-up:before {
    content: "\f062";
  }
  .fa-television:before,
  .fa-tv-alt:before,
  .fa-tv:before {
    content: "\f26c";
  }
  .fa-shrimp:before {
    content: "\e448";
  }
  .fa-list-check:before,
  .fa-tasks:before {
    content: "\f0ae";
  }
  .fa-jug-detergent:before {
    content: "\e519";
  }
  .fa-circle-user:before,
  .fa-user-circle:before {
    content: "\f2bd";
  }
  .fa-user-shield:before {
    content: "\f505";
  }
  .fa-wind:before {
    content: "\f72e";
  }
  .fa-car-burst:before,
  .fa-car-crash:before {
    content: "\f5e1";
  }
  .fa-y:before {
    content: "Y";
  }
  .fa-person-snowboarding:before,
  .fa-snowboarding:before {
    content: "\f7ce";
  }
  .fa-shipping-fast:before,
  .fa-truck-fast:before {
    content: "\f48b";
  }
  .fa-fish:before {
    content: "\f578";
  }
  .fa-user-graduate:before {
    content: "\f501";
  }
  .fa-adjust:before,
  .fa-circle-half-stroke:before {
    content: "\f042";
  }
  .fa-clapperboard:before {
    content: "\e131";
  }
  .fa-circle-radiation:before,
  .fa-radiation-alt:before {
    content: "\f7ba";
  }
  .fa-baseball-ball:before,
  .fa-baseball:before {
    content: "\f433";
  }
  .fa-jet-fighter-up:before {
    content: "\e518";
  }
  .fa-diagram-project:before,
  .fa-project-diagram:before {
    content: "\f542";
  }
  .fa-copy:before {
    content: "\f0c5";
  }
  .fa-volume-mute:before,
  .fa-volume-times:before,
  .fa-volume-xmark:before {
    content: "\f6a9";
  }
  .fa-hand-sparkles:before {
    content: "\e05d";
  }
  .fa-grip-horizontal:before,
  .fa-grip:before {
    content: "\f58d";
  }
  .fa-share-from-square:before,
  .fa-share-square:before {
    content: "\f14d";
  }
  .fa-child-combatant:before,
  .fa-child-rifle:before {
    content: "\e4e0";
  }
  .fa-gun:before {
    content: "\e19b";
  }
  .fa-phone-square:before,
  .fa-square-phone:before {
    content: "\f098";
  }
  .fa-add:before,
  .fa-plus:before {
    content: "+";
  }
  .fa-expand:before {
    content: "\f065";
  }
  .fa-computer:before {
    content: "\e4e5";
  }
  .fa-close:before,
  .fa-multiply:before,
  .fa-remove:before,
  .fa-times:before,
  .fa-xmark:before {
    content: "\f00d";
  }
  .fa-arrows-up-down-left-right:before,
  .fa-arrows:before {
    content: "\f047";
  }
  .fa-chalkboard-teacher:before,
  .fa-chalkboard-user:before {
    content: "\f51c";
  }
  .fa-peso-sign:before {
    content: "\e222";
  }
  .fa-building-shield:before {
    content: "\e4d8";
  }
  .fa-baby:before {
    content: "\f77c";
  }
  .fa-users-line:before {
    content: "\e592";
  }
  .fa-quote-left-alt:before,
  .fa-quote-left:before {
    content: "\f10d";
  }
  .fa-tractor:before {
    content: "\f722";
  }
  .fa-trash-arrow-up:before,
  .fa-trash-restore:before {
    content: "\f829";
  }
  .fa-arrow-down-up-lock:before {
    content: "\e4b0";
  }
  .fa-lines-leaning:before {
    content: "\e51e";
  }
  .fa-ruler-combined:before {
    content: "\f546";
  }
  .fa-copyright:before {
    content: "\f1f9";
  }
  .fa-equals:before {
    content: "=";
  }
  .fa-blender:before {
    content: "\f517";
  }
  .fa-teeth:before {
    content: "\f62e";
  }
  .fa-ils:before,
  .fa-shekel-sign:before,
  .fa-shekel:before,
  .fa-sheqel-sign:before,
  .fa-sheqel:before {
    content: "\f20b";
  }
  .fa-map:before {
    content: "\f279";
  }
  .fa-rocket:before {
    content: "\f135";
  }
  .fa-photo-film:before,
  .fa-photo-video:before {
    content: "\f87c";
  }
  .fa-folder-minus:before {
    content: "\f65d";
  }
  .fa-store:before {
    content: "\f54e";
  }
  .fa-arrow-trend-up:before {
    content: "\e098";
  }
  .fa-plug-circle-minus:before {
    content: "\e55e";
  }
  .fa-sign-hanging:before,
  .fa-sign:before {
    content: "\f4d9";
  }
  .fa-bezier-curve:before {
    content: "\f55b";
  }
  .fa-bell-slash:before {
    content: "\f1f6";
  }
  .fa-tablet-android:before,
  .fa-tablet:before {
    content: "\f3fb";
  }
  .fa-school-flag:before {
    content: "\e56e";
  }
  .fa-fill:before {
    content: "\f575";
  }
  .fa-angle-up:before {
    content: "\f106";
  }
  .fa-drumstick-bite:before {
    content: "\f6d7";
  }
  .fa-holly-berry:before {
    content: "\f7aa";
  }
  .fa-chevron-left:before {
    content: "\f053";
  }
  .fa-bacteria:before {
    content: "\e059";
  }
  .fa-hand-lizard:before {
    content: "\f258";
  }
  .fa-notdef:before {
    content: "\e1fe";
  }
  .fa-disease:before {
    content: "\f7fa";
  }
  .fa-briefcase-medical:before {
    content: "\f469";
  }
  .fa-genderless:before {
    content: "\f22d";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }
  .fa-retweet:before {
    content: "\f079";
  }
  .fa-car-alt:before,
  .fa-car-rear:before {
    content: "\f5de";
  }
  .fa-pump-soap:before {
    content: "\e06b";
  }
  .fa-video-slash:before {
    content: "\f4e2";
  }
  .fa-battery-2:before,
  .fa-battery-quarter:before {
    content: "\f243";
  }
  .fa-radio:before {
    content: "\f8d7";
  }
  .fa-baby-carriage:before,
  .fa-carriage-baby:before {
    content: "\f77d";
  }
  .fa-traffic-light:before {
    content: "\f637";
  }
  .fa-thermometer:before {
    content: "\f491";
  }
  .fa-vr-cardboard:before {
    content: "\f729";
  }
  .fa-hand-middle-finger:before {
    content: "\f806";
  }
  .fa-percent:before,
  .fa-percentage:before {
    content: "%";
  }
  .fa-truck-moving:before {
    content: "\f4df";
  }
  .fa-glass-water-droplet:before {
    content: "\e4f5";
  }
  .fa-display:before {
    content: "\e163";
  }
  .fa-face-smile:before,
  .fa-smile:before {
    content: "\f118";
  }
  .fa-thumb-tack:before,
  .fa-thumbtack:before {
    content: "\f08d";
  }
  .fa-trophy:before {
    content: "\f091";
  }
  .fa-person-praying:before,
  .fa-pray:before {
    content: "\f683";
  }
  .fa-hammer:before {
    content: "\f6e3";
  }
  .fa-hand-peace:before {
    content: "\f25b";
  }
  .fa-rotate:before,
  .fa-sync-alt:before {
    content: "\f2f1";
  }
  .fa-spinner:before {
    content: "\f110";
  }
  .fa-robot:before {
    content: "\f544";
  }
  .fa-peace:before {
    content: "\f67c";
  }
  .fa-cogs:before,
  .fa-gears:before {
    content: "\f085";
  }
  .fa-warehouse:before {
    content: "\f494";
  }
  .fa-arrow-up-right-dots:before {
    content: "\e4b7";
  }
  .fa-splotch:before {
    content: "\f5bc";
  }
  .fa-face-grin-hearts:before,
  .fa-grin-hearts:before {
    content: "\f584";
  }
  .fa-dice-four:before {
    content: "\f524";
  }
  .fa-sim-card:before {
    content: "\f7c4";
  }
  .fa-transgender-alt:before,
  .fa-transgender:before {
    content: "\f225";
  }
  .fa-mercury:before {
    content: "\f223";
  }
  .fa-arrow-turn-down:before,
  .fa-level-down:before {
    content: "\f149";
  }
  .fa-person-falling-burst:before {
    content: "\e547";
  }
  .fa-award:before {
    content: "\f559";
  }
  .fa-ticket-alt:before,
  .fa-ticket-simple:before {
    content: "\f3ff";
  }
  .fa-building:before {
    content: "\f1ad";
  }
  .fa-angle-double-left:before,
  .fa-angles-left:before {
    content: "\f100";
  }
  .fa-qrcode:before {
    content: "\f029";
  }
  .fa-clock-rotate-left:before,
  .fa-history:before {
    content: "\f1da";
  }
  .fa-face-grin-beam-sweat:before,
  .fa-grin-beam-sweat:before {
    content: "\f583";
  }
  .fa-arrow-right-from-file:before,
  .fa-file-export:before {
    content: "\f56e";
  }
  .fa-shield-blank:before,
  .fa-shield:before {
    content: "\f132";
  }
  .fa-arrow-up-short-wide:before,
  .fa-sort-amount-up-alt:before {
    content: "\f885";
  }
  .fa-house-medical:before {
    content: "\e3b2";
  }
  .fa-golf-ball-tee:before,
  .fa-golf-ball:before {
    content: "\f450";
  }
  .fa-chevron-circle-left:before,
  .fa-circle-chevron-left:before {
    content: "\f137";
  }
  .fa-house-chimney-window:before {
    content: "\e00d";
  }
  .fa-pen-nib:before {
    content: "\f5ad";
  }
  .fa-tent-arrow-turn-left:before {
    content: "\e580";
  }
  .fa-tents:before {
    content: "\e582";
  }
  .fa-magic:before,
  .fa-wand-magic:before {
    content: "\f0d0";
  }
  .fa-dog:before {
    content: "\f6d3";
  }
  .fa-carrot:before {
    content: "\f787";
  }
  .fa-moon:before {
    content: "\f186";
  }
  .fa-wine-glass-alt:before,
  .fa-wine-glass-empty:before {
    content: "\f5ce";
  }
  .fa-cheese:before {
    content: "\f7ef";
  }
  .fa-yin-yang:before {
    content: "\f6ad";
  }
  .fa-music:before {
    content: "\f001";
  }
  .fa-code-commit:before {
    content: "\f386";
  }
  .fa-temperature-low:before {
    content: "\f76b";
  }
  .fa-biking:before,
  .fa-person-biking:before {
    content: "\f84a";
  }
  .fa-broom:before {
    content: "\f51a";
  }
  .fa-shield-heart:before {
    content: "\e574";
  }
  .fa-gopuram:before {
    content: "\f664";
  }
  .fa-earth-oceania:before,
  .fa-globe-oceania:before {
    content: "\e47b";
  }
  .fa-square-xmark:before,
  .fa-times-square:before,
  .fa-xmark-square:before {
    content: "\f2d3";
  }
  .fa-hashtag:before {
    content: "#";
  }
  .fa-expand-alt:before,
  .fa-up-right-and-down-left-from-center:before {
    content: "\f424";
  }
  .fa-oil-can:before {
    content: "\f613";
  }
  .fa-t:before {
    content: "T";
  }
  .fa-hippo:before {
    content: "\f6ed";
  }
  .fa-chart-column:before {
    content: "\e0e3";
  }
  .fa-infinity:before {
    content: "\f534";
  }
  .fa-vial-circle-check:before {
    content: "\e596";
  }
  .fa-person-arrow-down-to-line:before {
    content: "\e538";
  }
  .fa-voicemail:before {
    content: "\f897";
  }
  .fa-fan:before {
    content: "\f863";
  }
  .fa-person-walking-luggage:before {
    content: "\e554";
  }
  .fa-arrows-alt-v:before,
  .fa-up-down:before {
    content: "\f338";
  }
  .fa-cloud-moon-rain:before {
    content: "\f73c";
  }
  .fa-calendar:before {
    content: "\f133";
  }
  .fa-trailer:before {
    content: "\e041";
  }
  .fa-bahai:before,
  .fa-haykal:before {
    content: "\f666";
  }
  .fa-sd-card:before {
    content: "\f7c2";
  }
  .fa-dragon:before {
    content: "\f6d5";
  }
  .fa-shoe-prints:before {
    content: "\f54b";
  }
  .fa-circle-plus:before,
  .fa-plus-circle:before {
    content: "\f055";
  }
  .fa-face-grin-tongue-wink:before,
  .fa-grin-tongue-wink:before {
    content: "\f58b";
  }
  .fa-hand-holding:before {
    content: "\f4bd";
  }
  .fa-plug-circle-exclamation:before {
    content: "\e55d";
  }
  .fa-chain-broken:before,
  .fa-chain-slash:before,
  .fa-link-slash:before,
  .fa-unlink:before {
    content: "\f127";
  }
  .fa-clone:before {
    content: "\f24d";
  }
  .fa-person-walking-arrow-loop-left:before {
    content: "\e551";
  }
  .fa-arrow-up-z-a:before,
  .fa-sort-alpha-up-alt:before {
    content: "\f882";
  }
  .fa-fire-alt:before,
  .fa-fire-flame-curved:before {
    content: "\f7e4";
  }
  .fa-tornado:before {
    content: "\f76f";
  }
  .fa-file-circle-plus:before {
    content: "\e494";
  }
  .fa-book-quran:before,
  .fa-quran:before {
    content: "\f687";
  }
  .fa-anchor:before {
    content: "\f13d";
  }
  .fa-border-all:before {
    content: "\f84c";
  }
  .fa-angry:before,
  .fa-face-angry:before {
    content: "\f556";
  }
  .fa-cookie-bite:before {
    content: "\f564";
  }
  .fa-arrow-trend-down:before {
    content: "\e097";
  }
  .fa-feed:before,
  .fa-rss:before {
    content: "\f09e";
  }
  .fa-draw-polygon:before {
    content: "\f5ee";
  }
  .fa-balance-scale:before,
  .fa-scale-balanced:before {
    content: "\f24e";
  }
  .fa-gauge-simple-high:before,
  .fa-tachometer-fast:before,
  .fa-tachometer:before {
    content: "\f62a";
  }
  .fa-shower:before {
    content: "\f2cc";
  }
  .fa-desktop-alt:before,
  .fa-desktop:before {
    content: "\f390";
  }
  .fa-m:before {
    content: "M";
  }
  .fa-table-list:before,
  .fa-th-list:before {
    content: "\f00b";
  }
  .fa-comment-sms:before,
  .fa-sms:before {
    content: "\f7cd";
  }
  .fa-book:before {
    content: "\f02d";
  }
  .fa-user-plus:before {
    content: "\f234";
  }
  .fa-check:before {
    content: "\f00c";
  }
  .fa-battery-4:before,
  .fa-battery-three-quarters:before {
    content: "\f241";
  }
  .fa-house-circle-check:before {
    content: "\e509";
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .fa-diagram-successor:before {
    content: "\e47a";
  }
  .fa-truck-arrow-right:before {
    content: "\e58b";
  }
  .fa-arrows-split-up-and-left:before {
    content: "\e4bc";
  }
  .fa-fist-raised:before,
  .fa-hand-fist:before {
    content: "\f6de";
  }
  .fa-cloud-moon:before {
    content: "\f6c3";
  }
  .fa-briefcase:before {
    content: "\f0b1";
  }
  .fa-person-falling:before {
    content: "\e546";
  }
  .fa-image-portrait:before,
  .fa-portrait:before {
    content: "\f3e0";
  }
  .fa-user-tag:before {
    content: "\f507";
  }
  .fa-rug:before {
    content: "\e569";
  }
  .fa-earth-europe:before,
  .fa-globe-europe:before {
    content: "\f7a2";
  }
  .fa-cart-flatbed-suitcase:before,
  .fa-luggage-cart:before {
    content: "\f59d";
  }
  .fa-rectangle-times:before,
  .fa-rectangle-xmark:before,
  .fa-times-rectangle:before,
  .fa-window-close:before {
    content: "\f410";
  }
  .fa-baht-sign:before {
    content: "\e0ac";
  }
  .fa-book-open:before {
    content: "\f518";
  }
  .fa-book-journal-whills:before,
  .fa-journal-whills:before {
    content: "\f66a";
  }
  .fa-handcuffs:before {
    content: "\e4f8";
  }
  .fa-exclamation-triangle:before,
  .fa-triangle-exclamation:before,
  .fa-warning:before {
    content: "\f071";
  }
  .fa-database:before {
    content: "\f1c0";
  }
  .fa-mail-forward:before,
  .fa-share:before {
    content: "\f064";
  }
  .fa-bottle-droplet:before {
    content: "\e4c4";
  }
  .fa-mask-face:before {
    content: "\e1d7";
  }
  .fa-hill-rockslide:before {
    content: "\e508";
  }
  .fa-exchange-alt:before,
  .fa-right-left:before {
    content: "\f362";
  }
  .fa-paper-plane:before {
    content: "\f1d8";
  }
  .fa-road-circle-exclamation:before {
    content: "\e565";
  }
  .fa-dungeon:before {
    content: "\f6d9";
  }
  .fa-align-right:before {
    content: "\f038";
  }
  .fa-money-bill-1-wave:before,
  .fa-money-bill-wave-alt:before {
    content: "\f53b";
  }
  .fa-life-ring:before {
    content: "\f1cd";
  }
  .fa-hands:before,
  .fa-sign-language:before,
  .fa-signing:before {
    content: "\f2a7";
  }
  .fa-calendar-day:before {
    content: "\f783";
  }
  .fa-ladder-water:before,
  .fa-swimming-pool:before,
  .fa-water-ladder:before {
    content: "\f5c5";
  }
  .fa-arrows-up-down:before,
  .fa-arrows-v:before {
    content: "\f07d";
  }
  .fa-face-grimace:before,
  .fa-grimace:before {
    content: "\f57f";
  }
  .fa-wheelchair-alt:before,
  .fa-wheelchair-move:before {
    content: "\e2ce";
  }
  .fa-level-down-alt:before,
  .fa-turn-down:before {
    content: "\f3be";
  }
  .fa-person-walking-arrow-right:before {
    content: "\e552";
  }
  .fa-envelope-square:before,
  .fa-square-envelope:before {
    content: "\f199";
  }
  .fa-dice:before {
    content: "\f522";
  }
  .fa-bowling-ball:before {
    content: "\f436";
  }
  .fa-brain:before {
    content: "\f5dc";
  }
  .fa-band-aid:before,
  .fa-bandage:before {
    content: "\f462";
  }
  .fa-calendar-minus:before {
    content: "\f272";
  }
  .fa-circle-xmark:before,
  .fa-times-circle:before,
  .fa-xmark-circle:before {
    content: "\f057";
  }
  .fa-gifts:before {
    content: "\f79c";
  }
  .fa-hotel:before {
    content: "\f594";
  }
  .fa-earth-asia:before,
  .fa-globe-asia:before {
    content: "\f57e";
  }
  .fa-id-card-alt:before,
  .fa-id-card-clip:before {
    content: "\f47f";
  }
  .fa-magnifying-glass-plus:before,
  .fa-search-plus:before {
    content: "\f00e";
  }
  .fa-thumbs-up:before {
    content: "\f164";
  }
  .fa-user-clock:before {
    content: "\f4fd";
  }
  .fa-allergies:before,
  .fa-hand-dots:before {
    content: "\f461";
  }
  .fa-file-invoice:before {
    content: "\f570";
  }
  .fa-window-minimize:before {
    content: "\f2d1";
  }
  .fa-coffee:before,
  .fa-mug-saucer:before {
    content: "\f0f4";
  }
  .fa-brush:before {
    content: "\f55d";
  }
  .fa-mask:before {
    content: "\f6fa";
  }
  .fa-magnifying-glass-minus:before,
  .fa-search-minus:before {
    content: "\f010";
  }
  .fa-ruler-vertical:before {
    content: "\f548";
  }
  .fa-user-alt:before,
  .fa-user-large:before {
    content: "\f406";
  }
  .fa-train-tram:before {
    content: "\e5b4";
  }
  .fa-user-nurse:before {
    content: "\f82f";
  }
  .fa-syringe:before {
    content: "\f48e";
  }
  .fa-cloud-sun:before {
    content: "\f6c4";
  }
  .fa-stopwatch-20:before {
    content: "\e06f";
  }
  .fa-square-full:before {
    content: "\f45c";
  }
  .fa-magnet:before {
    content: "\f076";
  }
  .fa-jar:before {
    content: "\e516";
  }
  .fa-note-sticky:before,
  .fa-sticky-note:before {
    content: "\f249";
  }
  .fa-bug-slash:before {
    content: "\e490";
  }
  .fa-arrow-up-from-water-pump:before {
    content: "\e4b6";
  }
  .fa-bone:before {
    content: "\f5d7";
  }
  .fa-user-injured:before {
    content: "\f728";
  }
  .fa-face-sad-tear:before,
  .fa-sad-tear:before {
    content: "\f5b4";
  }
  .fa-plane:before {
    content: "\f072";
  }
  .fa-tent-arrows-down:before {
    content: "\e581";
  }
  .fa-exclamation:before {
    content: "!";
  }
  .fa-arrows-spin:before {
    content: "\e4bb";
  }
  .fa-print:before {
    content: "\f02f";
  }
  .fa-try:before,
  .fa-turkish-lira-sign:before,
  .fa-turkish-lira:before {
    content: "\e2bb";
  }
  .fa-dollar-sign:before,
  .fa-dollar:before,
  .fa-usd:before {
    content: "$";
  }
  .fa-x:before {
    content: "X";
  }
  .fa-magnifying-glass-dollar:before,
  .fa-search-dollar:before {
    content: "\f688";
  }
  .fa-users-cog:before,
  .fa-users-gear:before {
    content: "\f509";
  }
  .fa-person-military-pointing:before {
    content: "\e54a";
  }
  .fa-bank:before,
  .fa-building-columns:before,
  .fa-institution:before,
  .fa-museum:before,
  .fa-university:before {
    content: "\f19c";
  }
  .fa-umbrella:before {
    content: "\f0e9";
  }
  .fa-trowel:before {
    content: "\e589";
  }
  .fa-d:before {
    content: "D";
  }
  .fa-stapler:before {
    content: "\e5af";
  }
  .fa-masks-theater:before,
  .fa-theater-masks:before {
    content: "\f630";
  }
  .fa-kip-sign:before {
    content: "\e1c4";
  }
  .fa-hand-point-left:before {
    content: "\f0a5";
  }
  .fa-handshake-alt:before,
  .fa-handshake-simple:before {
    content: "\f4c6";
  }
  .fa-fighter-jet:before,
  .fa-jet-fighter:before {
    content: "\f0fb";
  }
  .fa-share-alt-square:before,
  .fa-square-share-nodes:before {
    content: "\f1e1";
  }
  .fa-barcode:before {
    content: "\f02a";
  }
  .fa-plus-minus:before {
    content: "\e43c";
  }
  .fa-video-camera:before,
  .fa-video:before {
    content: "\f03d";
  }
  .fa-graduation-cap:before,
  .fa-mortar-board:before {
    content: "\f19d";
  }
  .fa-hand-holding-medical:before {
    content: "\e05c";
  }
  .fa-person-circle-check:before {
    content: "\e53e";
  }
  .fa-level-up-alt:before,
  .fa-turn-up:before {
    content: "\f3bf";
  }
  .fa-sr-only,
  .fa-sr-only-focusable:not(:focus),
  .sr-only,
  .sr-only-focusable:not(:focus) {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap;
  }
  :host,
  :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  }
  @font-face {
    font-display: block;
    font-family: Font Awesome\6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(455ea818179b4def0c43.woff2) format("woff2"),
      url(60127e352b7a11f7f1bc.ttf) format("truetype");
  }
  .fa-brands,
  .fab {
    font-weight: 400;
  }
  .fa-monero:before {
    content: "\f3d0";
  }
  .fa-hooli:before {
    content: "\f427";
  }
  .fa-yelp:before {
    content: "\f1e9";
  }
  .fa-cc-visa:before {
    content: "\f1f0";
  }
  .fa-lastfm:before {
    content: "\f202";
  }
  .fa-shopware:before {
    content: "\f5b5";
  }
  .fa-creative-commons-nc:before {
    content: "\f4e8";
  }
  .fa-aws:before {
    content: "\f375";
  }
  .fa-redhat:before {
    content: "\f7bc";
  }
  .fa-yoast:before {
    content: "\f2b1";
  }
  .fa-cloudflare:before {
    content: "\e07d";
  }
  .fa-ups:before {
    content: "\f7e0";
  }
  .fa-pixiv:before {
    content: "\e640";
  }
  .fa-wpexplorer:before {
    content: "\f2de";
  }
  .fa-dyalog:before {
    content: "\f399";
  }
  .fa-bity:before {
    content: "\f37a";
  }
  .fa-stackpath:before {
    content: "\f842";
  }
  .fa-buysellads:before {
    content: "\f20d";
  }
  .fa-first-order:before {
    content: "\f2b0";
  }
  .fa-modx:before {
    content: "\f285";
  }
  .fa-guilded:before {
    content: "\e07e";
  }
  .fa-vnv:before {
    content: "\f40b";
  }
  .fa-js-square:before,
  .fa-square-js:before {
    content: "\f3b9";
  }
  .fa-microsoft:before {
    content: "\f3ca";
  }
  .fa-qq:before {
    content: "\f1d6";
  }
  .fa-orcid:before {
    content: "\f8d2";
  }
  .fa-java:before {
    content: "\f4e4";
  }
  .fa-invision:before {
    content: "\f7b0";
  }
  .fa-creative-commons-pd-alt:before {
    content: "\f4ed";
  }
  .fa-centercode:before {
    content: "\f380";
  }
  .fa-glide-g:before {
    content: "\f2a6";
  }
  .fa-drupal:before {
    content: "\f1a9";
  }
  .fa-jxl:before {
    content: "\e67b";
  }
  .fa-hire-a-helper:before {
    content: "\f3b0";
  }
  .fa-creative-commons-by:before {
    content: "\f4e7";
  }
  .fa-unity:before {
    content: "\e049";
  }
  .fa-whmcs:before {
    content: "\f40d";
  }
  .fa-rocketchat:before {
    content: "\f3e8";
  }
  .fa-vk:before {
    content: "\f189";
  }
  .fa-untappd:before {
    content: "\f405";
  }
  .fa-mailchimp:before {
    content: "\f59e";
  }
  .fa-css3-alt:before {
    content: "\f38b";
  }
  .fa-reddit-square:before,
  .fa-square-reddit:before {
    content: "\f1a2";
  }
  .fa-vimeo-v:before {
    content: "\f27d";
  }
  .fa-contao:before {
    content: "\f26d";
  }
  .fa-square-font-awesome:before {
    content: "\e5ad";
  }
  .fa-deskpro:before {
    content: "\f38f";
  }
  .fa-brave:before {
    content: "\e63c";
  }
  .fa-sistrix:before {
    content: "\f3ee";
  }
  .fa-instagram-square:before,
  .fa-square-instagram:before {
    content: "\e055";
  }
  .fa-battle-net:before {
    content: "\f835";
  }
  .fa-the-red-yeti:before {
    content: "\f69d";
  }
  .fa-hacker-news-square:before,
  .fa-square-hacker-news:before {
    content: "\f3af";
  }
  .fa-edge:before {
    content: "\f282";
  }
  .fa-threads:before {
    content: "\e618";
  }
  .fa-napster:before {
    content: "\f3d2";
  }
  .fa-snapchat-square:before,
  .fa-square-snapchat:before {
    content: "\f2ad";
  }
  .fa-google-plus-g:before {
    content: "\f0d5";
  }
  .fa-artstation:before {
    content: "\f77a";
  }
  .fa-markdown:before {
    content: "\f60f";
  }
  .fa-sourcetree:before {
    content: "\f7d3";
  }
  .fa-google-plus:before {
    content: "\f2b3";
  }
  .fa-diaspora:before {
    content: "\f791";
  }
  .fa-foursquare:before {
    content: "\f180";
  }
  .fa-stack-overflow:before {
    content: "\f16c";
  }
  .fa-github-alt:before {
    content: "\f113";
  }
  .fa-phoenix-squadron:before {
    content: "\f511";
  }
  .fa-pagelines:before {
    content: "\f18c";
  }
  .fa-algolia:before {
    content: "\f36c";
  }
  .fa-red-river:before {
    content: "\f3e3";
  }
  .fa-creative-commons-sa:before {
    content: "\f4ef";
  }
  .fa-safari:before {
    content: "\f267";
  }
  .fa-google:before {
    content: "\f1a0";
  }
  .fa-font-awesome-alt:before,
  .fa-square-font-awesome-stroke:before {
    content: "\f35c";
  }
  .fa-atlassian:before {
    content: "\f77b";
  }
  .fa-linkedin-in:before {
    content: "\f0e1";
  }
  .fa-digital-ocean:before {
    content: "\f391";
  }
  .fa-nimblr:before {
    content: "\f5a8";
  }
  .fa-chromecast:before {
    content: "\f838";
  }
  .fa-evernote:before {
    content: "\f839";
  }
  .fa-hacker-news:before {
    content: "\f1d4";
  }
  .fa-creative-commons-sampling:before {
    content: "\f4f0";
  }
  .fa-adversal:before {
    content: "\f36a";
  }
  .fa-creative-commons:before {
    content: "\f25e";
  }
  .fa-watchman-monitoring:before {
    content: "\e087";
  }
  .fa-fonticons:before {
    content: "\f280";
  }
  .fa-weixin:before {
    content: "\f1d7";
  }
  .fa-shirtsinbulk:before {
    content: "\f214";
  }
  .fa-codepen:before {
    content: "\f1cb";
  }
  .fa-git-alt:before {
    content: "\f841";
  }
  .fa-lyft:before {
    content: "\f3c3";
  }
  .fa-rev:before {
    content: "\f5b2";
  }
  .fa-windows:before {
    content: "\f17a";
  }
  .fa-wizards-of-the-coast:before {
    content: "\f730";
  }
  .fa-square-viadeo:before,
  .fa-viadeo-square:before {
    content: "\f2aa";
  }
  .fa-meetup:before {
    content: "\f2e0";
  }
  .fa-centos:before {
    content: "\f789";
  }
  .fa-adn:before {
    content: "\f170";
  }
  .fa-cloudsmith:before {
    content: "\f384";
  }
  .fa-opensuse:before {
    content: "\e62b";
  }
  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }
  .fa-dribbble-square:before,
  .fa-square-dribbble:before {
    content: "\f397";
  }
  .fa-codiepie:before {
    content: "\f284";
  }
  .fa-node:before {
    content: "\f419";
  }
  .fa-mix:before {
    content: "\f3cb";
  }
  .fa-steam:before {
    content: "\f1b6";
  }
  .fa-cc-apple-pay:before {
    content: "\f416";
  }
  .fa-scribd:before {
    content: "\f28a";
  }
  .fa-debian:before {
    content: "\e60b";
  }
  .fa-openid:before {
    content: "\f19b";
  }
  .fa-instalod:before {
    content: "\e081";
  }
  .fa-expeditedssl:before {
    content: "\f23e";
  }
  .fa-sellcast:before {
    content: "\f2da";
  }
  .fa-square-twitter:before,
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-r-project:before {
    content: "\f4f7";
  }
  .fa-delicious:before {
    content: "\f1a5";
  }
  .fa-freebsd:before {
    content: "\f3a4";
  }
  .fa-vuejs:before {
    content: "\f41f";
  }
  .fa-accusoft:before {
    content: "\f369";
  }
  .fa-ioxhost:before {
    content: "\f208";
  }
  .fa-fonticons-fi:before {
    content: "\f3a2";
  }
  .fa-app-store:before {
    content: "\f36f";
  }
  .fa-cc-mastercard:before {
    content: "\f1f1";
  }
  .fa-itunes-note:before {
    content: "\f3b5";
  }
  .fa-golang:before {
    content: "\e40f";
  }
  .fa-kickstarter:before,
  .fa-square-kickstarter:before {
    content: "\f3bb";
  }
  .fa-grav:before {
    content: "\f2d6";
  }
  .fa-weibo:before {
    content: "\f18a";
  }
  .fa-uncharted:before {
    content: "\e084";
  }
  .fa-firstdraft:before {
    content: "\f3a1";
  }
  .fa-square-youtube:before,
  .fa-youtube-square:before {
    content: "\f431";
  }
  .fa-wikipedia-w:before {
    content: "\f266";
  }
  .fa-rendact:before,
  .fa-wpressr:before {
    content: "\f3e4";
  }
  .fa-angellist:before {
    content: "\f209";
  }
  .fa-galactic-republic:before {
    content: "\f50c";
  }
  .fa-nfc-directional:before {
    content: "\e530";
  }
  .fa-skype:before {
    content: "\f17e";
  }
  .fa-joget:before {
    content: "\f3b7";
  }
  .fa-fedora:before {
    content: "\f798";
  }
  .fa-stripe-s:before {
    content: "\f42a";
  }
  .fa-meta:before {
    content: "\e49b";
  }
  .fa-laravel:before {
    content: "\f3bd";
  }
  .fa-hotjar:before {
    content: "\f3b1";
  }
  .fa-bluetooth-b:before {
    content: "\f294";
  }
  .fa-square-letterboxd:before {
    content: "\e62e";
  }
  .fa-sticker-mule:before {
    content: "\f3f7";
  }
  .fa-creative-commons-zero:before {
    content: "\f4f3";
  }
  .fa-hips:before {
    content: "\f452";
  }
  .fa-behance:before {
    content: "\f1b4";
  }
  .fa-reddit:before {
    content: "\f1a1";
  }
  .fa-discord:before {
    content: "\f392";
  }
  .fa-chrome:before {
    content: "\f268";
  }
  .fa-app-store-ios:before {
    content: "\f370";
  }
  .fa-cc-discover:before {
    content: "\f1f2";
  }
  .fa-wpbeginner:before {
    content: "\f297";
  }
  .fa-confluence:before {
    content: "\f78d";
  }
  .fa-shoelace:before {
    content: "\e60c";
  }
  .fa-mdb:before {
    content: "\f8ca";
  }
  .fa-dochub:before {
    content: "\f394";
  }
  .fa-accessible-icon:before {
    content: "\f368";
  }
  .fa-ebay:before {
    content: "\f4f4";
  }
  .fa-amazon:before {
    content: "\f270";
  }
  .fa-unsplash:before {
    content: "\e07c";
  }
  .fa-yarn:before {
    content: "\f7e3";
  }
  .fa-square-steam:before,
  .fa-steam-square:before {
    content: "\f1b7";
  }
  .fa-500px:before {
    content: "\f26e";
  }
  .fa-square-vimeo:before,
  .fa-vimeo-square:before {
    content: "\f194";
  }
  .fa-asymmetrik:before {
    content: "\f372";
  }
  .fa-font-awesome-flag:before,
  .fa-font-awesome-logo-full:before,
  .fa-font-awesome:before {
    content: "\f2b4";
  }
  .fa-gratipay:before {
    content: "\f184";
  }
  .fa-apple:before {
    content: "\f179";
  }
  .fa-hive:before {
    content: "\e07f";
  }
  .fa-gitkraken:before {
    content: "\f3a6";
  }
  .fa-keybase:before {
    content: "\f4f5";
  }
  .fa-apple-pay:before {
    content: "\f415";
  }
  .fa-padlet:before {
    content: "\e4a0";
  }
  .fa-amazon-pay:before {
    content: "\f42c";
  }
  .fa-github-square:before,
  .fa-square-github:before {
    content: "\f092";
  }
  .fa-stumbleupon:before {
    content: "\f1a4";
  }
  .fa-fedex:before {
    content: "\f797";
  }
  .fa-phoenix-framework:before {
    content: "\f3dc";
  }
  .fa-shopify:before {
    content: "\e057";
  }
  .fa-neos:before {
    content: "\f612";
  }
  .fa-square-threads:before {
    content: "\e619";
  }
  .fa-hackerrank:before {
    content: "\f5f7";
  }
  .fa-researchgate:before {
    content: "\f4f8";
  }
  .fa-swift:before {
    content: "\f8e1";
  }
  .fa-angular:before {
    content: "\f420";
  }
  .fa-speakap:before {
    content: "\f3f3";
  }
  .fa-angrycreative:before {
    content: "\f36e";
  }
  .fa-y-combinator:before {
    content: "\f23b";
  }
  .fa-empire:before {
    content: "\f1d1";
  }
  .fa-envira:before {
    content: "\f299";
  }
  .fa-google-scholar:before {
    content: "\e63b";
  }
  .fa-gitlab-square:before,
  .fa-square-gitlab:before {
    content: "\e5ae";
  }
  .fa-studiovinari:before {
    content: "\f3f8";
  }
  .fa-pied-piper:before {
    content: "\f2ae";
  }
  .fa-wordpress:before {
    content: "\f19a";
  }
  .fa-product-hunt:before {
    content: "\f288";
  }
  .fa-firefox:before {
    content: "\f269";
  }
  .fa-linode:before {
    content: "\f2b8";
  }
  .fa-goodreads:before {
    content: "\f3a8";
  }
  .fa-odnoklassniki-square:before,
  .fa-square-odnoklassniki:before {
    content: "\f264";
  }
  .fa-jsfiddle:before {
    content: "\f1cc";
  }
  .fa-sith:before {
    content: "\f512";
  }
  .fa-themeisle:before {
    content: "\f2b2";
  }
  .fa-page4:before {
    content: "\f3d7";
  }
  .fa-hashnode:before {
    content: "\e499";
  }
  .fa-react:before {
    content: "\f41b";
  }
  .fa-cc-paypal:before {
    content: "\f1f4";
  }
  .fa-squarespace:before {
    content: "\f5be";
  }
  .fa-cc-stripe:before {
    content: "\f1f5";
  }
  .fa-creative-commons-share:before {
    content: "\f4f2";
  }
  .fa-bitcoin:before {
    content: "\f379";
  }
  .fa-keycdn:before {
    content: "\f3ba";
  }
  .fa-opera:before {
    content: "\f26a";
  }
  .fa-itch-io:before {
    content: "\f83a";
  }
  .fa-umbraco:before {
    content: "\f8e8";
  }
  .fa-galactic-senate:before {
    content: "\f50d";
  }
  .fa-ubuntu:before {
    content: "\f7df";
  }
  .fa-draft2digital:before {
    content: "\f396";
  }
  .fa-stripe:before {
    content: "\f429";
  }
  .fa-houzz:before {
    content: "\f27c";
  }
  .fa-gg:before {
    content: "\f260";
  }
  .fa-dhl:before {
    content: "\f790";
  }
  .fa-pinterest-square:before,
  .fa-square-pinterest:before {
    content: "\f0d3";
  }
  .fa-xing:before {
    content: "\f168";
  }
  .fa-blackberry:before {
    content: "\f37b";
  }
  .fa-creative-commons-pd:before {
    content: "\f4ec";
  }
  .fa-playstation:before {
    content: "\f3df";
  }
  .fa-quinscape:before {
    content: "\f459";
  }
  .fa-less:before {
    content: "\f41d";
  }
  .fa-blogger-b:before {
    content: "\f37d";
  }
  .fa-opencart:before {
    content: "\f23d";
  }
  .fa-vine:before {
    content: "\f1ca";
  }
  .fa-signal-messenger:before {
    content: "\e663";
  }
  .fa-paypal:before {
    content: "\f1ed";
  }
  .fa-gitlab:before {
    content: "\f296";
  }
  .fa-typo3:before {
    content: "\f42b";
  }
  .fa-reddit-alien:before {
    content: "\f281";
  }
  .fa-yahoo:before {
    content: "\f19e";
  }
  .fa-dailymotion:before {
    content: "\e052";
  }
  .fa-affiliatetheme:before {
    content: "\f36b";
  }
  .fa-pied-piper-pp:before {
    content: "\f1a7";
  }
  .fa-bootstrap:before {
    content: "\f836";
  }
  .fa-odnoklassniki:before {
    content: "\f263";
  }
  .fa-nfc-symbol:before {
    content: "\e531";
  }
  .fa-mintbit:before {
    content: "\e62f";
  }
  .fa-ethereum:before {
    content: "\f42e";
  }
  .fa-speaker-deck:before {
    content: "\f83c";
  }
  .fa-creative-commons-nc-eu:before {
    content: "\f4e9";
  }
  .fa-patreon:before {
    content: "\f3d9";
  }
  .fa-avianex:before {
    content: "\f374";
  }
  .fa-ello:before {
    content: "\f5f1";
  }
  .fa-gofore:before {
    content: "\f3a7";
  }
  .fa-bimobject:before {
    content: "\f378";
  }
  .fa-brave-reverse:before {
    content: "\e63d";
  }
  .fa-facebook-f:before {
    content: "\f39e";
  }
  .fa-google-plus-square:before,
  .fa-square-google-plus:before {
    content: "\f0d4";
  }
  .fa-web-awesome:before {
    content: "\e682";
  }
  .fa-mandalorian:before {
    content: "\f50f";
  }
  .fa-first-order-alt:before {
    content: "\f50a";
  }
  .fa-osi:before {
    content: "\f41a";
  }
  .fa-google-wallet:before {
    content: "\f1ee";
  }
  .fa-d-and-d-beyond:before {
    content: "\f6ca";
  }
  .fa-periscope:before {
    content: "\f3da";
  }
  .fa-fulcrum:before {
    content: "\f50b";
  }
  .fa-cloudscale:before {
    content: "\f383";
  }
  .fa-forumbee:before {
    content: "\f211";
  }
  .fa-mizuni:before {
    content: "\f3cc";
  }
  .fa-schlix:before {
    content: "\f3ea";
  }
  .fa-square-xing:before,
  .fa-xing-square:before {
    content: "\f169";
  }
  .fa-bandcamp:before {
    content: "\f2d5";
  }
  .fa-wpforms:before {
    content: "\f298";
  }
  .fa-cloudversify:before {
    content: "\f385";
  }
  .fa-usps:before {
    content: "\f7e1";
  }
  .fa-megaport:before {
    content: "\f5a3";
  }
  .fa-magento:before {
    content: "\f3c4";
  }
  .fa-spotify:before {
    content: "\f1bc";
  }
  .fa-optin-monster:before {
    content: "\f23c";
  }
  .fa-fly:before {
    content: "\f417";
  }
  .fa-aviato:before {
    content: "\f421";
  }
  .fa-itunes:before {
    content: "\f3b4";
  }
  .fa-cuttlefish:before {
    content: "\f38c";
  }
  .fa-blogger:before {
    content: "\f37c";
  }
  .fa-flickr:before {
    content: "\f16e";
  }
  .fa-viber:before {
    content: "\f409";
  }
  .fa-soundcloud:before {
    content: "\f1be";
  }
  .fa-digg:before {
    content: "\f1a6";
  }
  .fa-tencent-weibo:before {
    content: "\f1d5";
  }
  .fa-letterboxd:before {
    content: "\e62d";
  }
  .fa-symfony:before {
    content: "\f83d";
  }
  .fa-maxcdn:before {
    content: "\f136";
  }
  .fa-etsy:before {
    content: "\f2d7";
  }
  .fa-facebook-messenger:before {
    content: "\f39f";
  }
  .fa-audible:before {
    content: "\f373";
  }
  .fa-think-peaks:before {
    content: "\f731";
  }
  .fa-bilibili:before {
    content: "\e3d9";
  }
  .fa-erlang:before {
    content: "\f39d";
  }
  .fa-x-twitter:before {
    content: "\e61b";
  }
  .fa-cotton-bureau:before {
    content: "\f89e";
  }
  .fa-dashcube:before {
    content: "\f210";
  }
  .fa-42-group:before,
  .fa-innosoft:before {
    content: "\e080";
  }
  .fa-stack-exchange:before {
    content: "\f18d";
  }
  .fa-elementor:before {
    content: "\f430";
  }
  .fa-pied-piper-square:before,
  .fa-square-pied-piper:before {
    content: "\e01e";
  }
  .fa-creative-commons-nd:before {
    content: "\f4eb";
  }
  .fa-palfed:before {
    content: "\f3d8";
  }
  .fa-superpowers:before {
    content: "\f2dd";
  }
  .fa-resolving:before {
    content: "\f3e7";
  }
  .fa-xbox:before {
    content: "\f412";
  }
  .fa-square-web-awesome-stroke:before {
    content: "\e684";
  }
  .fa-searchengin:before {
    content: "\f3eb";
  }
  .fa-tiktok:before {
    content: "\e07b";
  }
  .fa-facebook-square:before,
  .fa-square-facebook:before {
    content: "\f082";
  }
  .fa-renren:before {
    content: "\f18b";
  }
  .fa-linux:before {
    content: "\f17c";
  }
  .fa-glide:before {
    content: "\f2a5";
  }
  .fa-linkedin:before {
    content: "\f08c";
  }
  .fa-hubspot:before {
    content: "\f3b2";
  }
  .fa-deploydog:before {
    content: "\f38e";
  }
  .fa-twitch:before {
    content: "\f1e8";
  }
  .fa-ravelry:before {
    content: "\f2d9";
  }
  .fa-mixer:before {
    content: "\e056";
  }
  .fa-lastfm-square:before,
  .fa-square-lastfm:before {
    content: "\f203";
  }
  .fa-vimeo:before {
    content: "\f40a";
  }
  .fa-mendeley:before {
    content: "\f7b3";
  }
  .fa-uniregistry:before {
    content: "\f404";
  }
  .fa-figma:before {
    content: "\f799";
  }
  .fa-creative-commons-remix:before {
    content: "\f4ee";
  }
  .fa-cc-amazon-pay:before {
    content: "\f42d";
  }
  .fa-dropbox:before {
    content: "\f16b";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-cmplid:before {
    content: "\e360";
  }
  .fa-upwork:before {
    content: "\e641";
  }
  .fa-facebook:before {
    content: "\f09a";
  }
  .fa-gripfire:before {
    content: "\f3ac";
  }
  .fa-jedi-order:before {
    content: "\f50e";
  }
  .fa-uikit:before {
    content: "\f403";
  }
  .fa-fort-awesome-alt:before {
    content: "\f3a3";
  }
  .fa-phabricator:before {
    content: "\f3db";
  }
  .fa-ussunnah:before {
    content: "\f407";
  }
  .fa-earlybirds:before {
    content: "\f39a";
  }
  .fa-trade-federation:before {
    content: "\f513";
  }
  .fa-autoprefixer:before {
    content: "\f41c";
  }
  .fa-whatsapp:before {
    content: "\f232";
  }
  .fa-square-upwork:before {
    content: "\e67c";
  }
  .fa-slideshare:before {
    content: "\f1e7";
  }
  .fa-google-play:before {
    content: "\f3ab";
  }
  .fa-viadeo:before {
    content: "\f2a9";
  }
  .fa-line:before {
    content: "\f3c0";
  }
  .fa-google-drive:before {
    content: "\f3aa";
  }
  .fa-servicestack:before {
    content: "\f3ec";
  }
  .fa-simplybuilt:before {
    content: "\f215";
  }
  .fa-bitbucket:before {
    content: "\f171";
  }
  .fa-imdb:before {
    content: "\f2d8";
  }
  .fa-deezer:before {
    content: "\e077";
  }
  .fa-raspberry-pi:before {
    content: "\f7bb";
  }
  .fa-jira:before {
    content: "\f7b1";
  }
  .fa-docker:before {
    content: "\f395";
  }
  .fa-screenpal:before {
    content: "\e570";
  }
  .fa-bluetooth:before {
    content: "\f293";
  }
  .fa-gitter:before {
    content: "\f426";
  }
  .fa-d-and-d:before {
    content: "\f38d";
  }
  .fa-microblog:before {
    content: "\e01a";
  }
  .fa-cc-diners-club:before {
    content: "\f24c";
  }
  .fa-gg-circle:before {
    content: "\f261";
  }
  .fa-pied-piper-hat:before {
    content: "\f4e5";
  }
  .fa-kickstarter-k:before {
    content: "\f3bc";
  }
  .fa-yandex:before {
    content: "\f413";
  }
  .fa-readme:before {
    content: "\f4d5";
  }
  .fa-html5:before {
    content: "\f13b";
  }
  .fa-sellsy:before {
    content: "\f213";
  }
  .fa-square-web-awesome:before {
    content: "\e683";
  }
  .fa-sass:before {
    content: "\f41e";
  }
  .fa-wirsindhandwerk:before,
  .fa-wsh:before {
    content: "\e2d0";
  }
  .fa-buromobelexperte:before {
    content: "\f37f";
  }
  .fa-salesforce:before {
    content: "\f83b";
  }
  .fa-octopus-deploy:before {
    content: "\e082";
  }
  .fa-medapps:before {
    content: "\f3c6";
  }
  .fa-ns8:before {
    content: "\f3d5";
  }
  .fa-pinterest-p:before {
    content: "\f231";
  }
  .fa-apper:before {
    content: "\f371";
  }
  .fa-fort-awesome:before {
    content: "\f286";
  }
  .fa-waze:before {
    content: "\f83f";
  }
  .fa-bluesky:before {
    content: "\e671";
  }
  .fa-cc-jcb:before {
    content: "\f24b";
  }
  .fa-snapchat-ghost:before,
  .fa-snapchat:before {
    content: "\f2ab";
  }
  .fa-fantasy-flight-games:before {
    content: "\f6dc";
  }
  .fa-rust:before {
    content: "\e07a";
  }
  .fa-wix:before {
    content: "\f5cf";
  }
  .fa-behance-square:before,
  .fa-square-behance:before {
    content: "\f1b5";
  }
  .fa-supple:before {
    content: "\f3f9";
  }
  .fa-webflow:before {
    content: "\e65c";
  }
  .fa-rebel:before {
    content: "\f1d0";
  }
  .fa-css3:before {
    content: "\f13c";
  }
  .fa-staylinked:before {
    content: "\f3f5";
  }
  .fa-kaggle:before {
    content: "\f5fa";
  }
  .fa-space-awesome:before {
    content: "\e5ac";
  }
  .fa-deviantart:before {
    content: "\f1bd";
  }
  .fa-cpanel:before {
    content: "\f388";
  }
  .fa-goodreads-g:before {
    content: "\f3a9";
  }
  .fa-git-square:before,
  .fa-square-git:before {
    content: "\f1d2";
  }
  .fa-square-tumblr:before,
  .fa-tumblr-square:before {
    content: "\f174";
  }
  .fa-trello:before {
    content: "\f181";
  }
  .fa-creative-commons-nc-jp:before {
    content: "\f4ea";
  }
  .fa-get-pocket:before {
    content: "\f265";
  }
  .fa-perbyte:before {
    content: "\e083";
  }
  .fa-grunt:before {
    content: "\f3ad";
  }
  .fa-weebly:before {
    content: "\f5cc";
  }
  .fa-connectdevelop:before {
    content: "\f20e";
  }
  .fa-leanpub:before {
    content: "\f212";
  }
  .fa-black-tie:before {
    content: "\f27e";
  }
  .fa-themeco:before {
    content: "\f5c6";
  }
  .fa-python:before {
    content: "\f3e2";
  }
  .fa-android:before {
    content: "\f17b";
  }
  .fa-bots:before {
    content: "\e340";
  }
  .fa-free-code-camp:before {
    content: "\f2c5";
  }
  .fa-hornbill:before {
    content: "\f592";
  }
  .fa-js:before {
    content: "\f3b8";
  }
  .fa-ideal:before {
    content: "\e013";
  }
  .fa-git:before {
    content: "\f1d3";
  }
  .fa-dev:before {
    content: "\f6cc";
  }
  .fa-sketch:before {
    content: "\f7c6";
  }
  .fa-yandex-international:before {
    content: "\f414";
  }
  .fa-cc-amex:before {
    content: "\f1f3";
  }
  .fa-uber:before {
    content: "\f402";
  }
  .fa-github:before {
    content: "\f09b";
  }
  .fa-php:before {
    content: "\f457";
  }
  .fa-alipay:before {
    content: "\f642";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-skyatlas:before {
    content: "\f216";
  }
  .fa-firefox-browser:before {
    content: "\e007";
  }
  .fa-replyd:before {
    content: "\f3e6";
  }
  .fa-suse:before {
    content: "\f7d6";
  }
  .fa-jenkins:before {
    content: "\f3b6";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-rockrms:before {
    content: "\f3e9";
  }
  .fa-pinterest:before {
    content: "\f0d2";
  }
  .fa-buffer:before {
    content: "\f837";
  }
  .fa-npm:before {
    content: "\f3d4";
  }
  .fa-yammer:before {
    content: "\f840";
  }
  .fa-btc:before {
    content: "\f15a";
  }
  .fa-dribbble:before {
    content: "\f17d";
  }
  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }
  .fa-internet-explorer:before {
    content: "\f26b";
  }
  .fa-stubber:before {
    content: "\e5c7";
  }
  .fa-telegram-plane:before,
  .fa-telegram:before {
    content: "\f2c6";
  }
  .fa-old-republic:before {
    content: "\f510";
  }
  .fa-odysee:before {
    content: "\e5c6";
  }
  .fa-square-whatsapp:before,
  .fa-whatsapp-square:before {
    content: "\f40c";
  }
  .fa-node-js:before {
    content: "\f3d3";
  }
  .fa-edge-legacy:before {
    content: "\e078";
  }
  .fa-slack-hash:before,
  .fa-slack:before {
    content: "\f198";
  }
  .fa-medrt:before {
    content: "\f3c8";
  }
  .fa-usb:before {
    content: "\f287";
  }
  .fa-tumblr:before {
    content: "\f173";
  }
  .fa-vaadin:before {
    content: "\f408";
  }
  .fa-quora:before {
    content: "\f2c4";
  }
  .fa-square-x-twitter:before {
    content: "\e61a";
  }
  .fa-reacteurope:before {
    content: "\f75d";
  }
  .fa-medium-m:before,
  .fa-medium:before {
    content: "\f23a";
  }
  .fa-amilia:before {
    content: "\f36d";
  }
  .fa-mixcloud:before {
    content: "\f289";
  }
  .fa-flipboard:before {
    content: "\f44d";
  }
  .fa-viacoin:before {
    content: "\f237";
  }
  .fa-critical-role:before {
    content: "\f6c9";
  }
  .fa-sitrox:before {
    content: "\e44a";
  }
  .fa-discourse:before {
    content: "\f393";
  }
  .fa-joomla:before {
    content: "\f1aa";
  }
  .fa-mastodon:before {
    content: "\f4f6";
  }
  .fa-airbnb:before {
    content: "\f834";
  }
  .fa-wolf-pack-battalion:before {
    content: "\f514";
  }
  .fa-buy-n-large:before {
    content: "\f8a6";
  }
  .fa-gulp:before {
    content: "\f3ae";
  }
  .fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
  }
  .fa-strava:before {
    content: "\f428";
  }
  .fa-ember:before {
    content: "\f423";
  }
  .fa-canadian-maple-leaf:before {
    content: "\f785";
  }
  .fa-teamspeak:before {
    content: "\f4f9";
  }
  .fa-pushed:before {
    content: "\f3e1";
  }
  .fa-wordpress-simple:before {
    content: "\f411";
  }
  .fa-nutritionix:before {
    content: "\f3d6";
  }
  .fa-wodu:before {
    content: "\e088";
  }
  .fa-google-pay:before {
    content: "\e079";
  }
  .fa-intercom:before {
    content: "\f7af";
  }
  .fa-zhihu:before {
    content: "\f63f";
  }
  .fa-korvue:before {
    content: "\f42f";
  }
  .fa-pix:before {
    content: "\e43a";
  }
  .fa-steam-symbol:before {
    content: "\f3f6";
  }
  :host,
  :root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  }
  @font-face {
    font-display: block;
    font-family: Font Awesome\6 Free;
    font-style: normal;
    font-weight: 400;
    src: url(21cb8f55d8e0c5b89751.woff2) format("woff2"),
      url(eb91f7b948a42799f678.ttf) format("truetype");
  }
  .fa-regular,
  .far {
    font-weight: 400;
  }
  :host,
  :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  }
  @font-face {
    font-display: block;
    font-family: Font Awesome\6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(4d986b00ff9ca3828fbd.woff2) format("woff2"),
      url(bacd5de623fb563b961a.ttf) format("truetype");
  }
  .fa-solid,
  .fas {
    font-weight: 900;
  }
  @font-face {
    font-display: block;
    font-family: Font Awesome\5 Brands;
    font-weight: 400;
    src: url(455ea818179b4def0c43.woff2) format("woff2"),
      url(60127e352b7a11f7f1bc.ttf) format("truetype");
  }
  @font-face {
    font-display: block;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    src: url(4d986b00ff9ca3828fbd.woff2) format("woff2"),
      url(bacd5de623fb563b961a.ttf) format("truetype");
  }
  @font-face {
    font-display: block;
    font-family: Font Awesome\5 Free;
    font-weight: 400;
    src: url(21cb8f55d8e0c5b89751.woff2) format("woff2"),
      url(eb91f7b948a42799f678.ttf) format("truetype");
  }
  @font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(4d986b00ff9ca3828fbd.woff2) format("woff2"),
      url(bacd5de623fb563b961a.ttf) format("truetype");
  }
  @font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(455ea818179b4def0c43.woff2) format("woff2"),
      url(60127e352b7a11f7f1bc.ttf) format("truetype");
  }
  @font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(21cb8f55d8e0c5b89751.woff2) format("woff2"),
      url(eb91f7b948a42799f678.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d,
      u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088,
      u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5,
      u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
      u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
      u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
      u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
      u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
      u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
  }
  @font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(cf7f5903d06b79ad60f1.woff2) format("woff2"),
      url(c8e090db312b0bea2aa2.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b,
      u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4,
      u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e,
      u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
  }
  .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;
  }
  .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:not(.is-overflow) .splide__pagination {
    display: none;
  }
  .splide__progress__bar {
    width: 0;
  }
  .splide {
    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;
    position: relative;
  }
  .splide__slide img {
    vertical-align: bottom;
  }
  .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__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .splide__toggle.is-active .splide__toggle__play,
  .splide__toggle__pause {
    display: none;
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  @keyframes splide-loading {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
  }
  .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
  }
  .splide--rtl {
    direction: rtl;
  }
  .splide__track--ttb > .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: 0.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:not(:disabled) {
    opacity: 0.9;
  }
  .splide__arrow:disabled {
    opacity: 0.3;
  }
  .splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__arrow--prev {
    left: 1em;
  }
  .splide__arrow--prev svg {
    transform: scaleX(-1);
  }
  .splide__arrow--next {
    right: 1em;
  }
  .splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__pagination {
    bottom: 0.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: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
  }
  .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
  }
  .splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__progress__bar {
    background: #ccc;
    height: 3px;
  }
  .splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .splide__slide:focus {
    outline: 0;
  }
  @supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
      outline: 3px solid #0bf;
      outline-offset: -3px;
    }
  }
  @media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
      border: 3px solid #0bf;
    }
  }
  @supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
      outline: 3px solid #0bf;
      outline-offset: -3px;
    }
  }
  @media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
      border: 3px solid #0bf;
    }
    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
      border-color: #0bf;
    }
  }
  .splide__toggle {
    cursor: pointer;
  }
  .splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
  }
  .splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
  }
  .splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
  }
  .splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
  }
  .splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
  }
  .splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
  }
  .splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
  }
  .splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
  }
  .splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
  }
  .splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
  }
  .splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
  }
  .iti {
    display: inline-block;
    position: relative;
  }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .iti__hide {
    display: none;
  }
  .iti__v-hide {
    visibility: hidden;
  }
  .iti input,
  .iti input[type="tel"],
  .iti input[type="text"] {
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
    padding-right: 36px;
    position: relative;
    z-index: 0;
  }
  .iti__flag-container {
    bottom: 0;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .iti__selected-flag {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 6px 0 8px;
    position: relative;
    z-index: 1;
  }
  .iti__arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    height: 0;
    margin-left: 6px;
    width: 0;
  }
  .iti__arrow--up {
    border-bottom: 4px solid #555;
    border-top: none;
  }
  .iti__country-list {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px #0003;
    list-style: none;
    margin: 0 0 0 -1px;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 2;
    -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 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .iti__country {
    outline: none;
    padding: 5px 10px;
  }
  .iti__dial-code {
    color: #999;
  }
  .iti__country.iti__highlight {
    background-color: #0000000d;
  }
  .iti__country-name,
  .iti__dial-code,
  .iti__flag-box {
    vertical-align: middle;
  }
  .iti__country-name,
  .iti__flag-box {
    margin-right: 6px;
  }
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type="tel"],
  .iti--allow-dropdown input[type="text"],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type="tel"],
  .iti--separate-dial-code input[type="text"] {
    margin-left: 0;
    padding-left: 52px;
    padding-right: 6px;
  }
  .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto;
  }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
  }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #0000000d;
  }
  .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: transparent;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: #0000000d;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
  }
  .iti--container {
    left: -1000px;
    padding: 1px;
    position: absolute;
    top: -1000px;
    z-index: 1060;
  }
  .iti--container:hover {
    cursor: pointer;
  }
  .iti-mobile .iti--container {
    bottom: 30px;
    left: 30px;
    position: fixed;
    right: 30px;
    top: 30px;
  }
  .iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
  }
  .iti-mobile .iti__country {
    line-height: 1.5em;
    padding: 10px;
  }
  .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: 5652px 15px;
    }
  }
  .iti__flag.iti__ac {
    background-position: 0 0;
    height: 10px;
  }
  .iti__flag.iti__ad {
    background-position: -22px 0;
    height: 14px;
  }
  .iti__flag.iti__ae {
    background-position: -44px 0;
    height: 10px;
  }
  .iti__flag.iti__af {
    background-position: -66px 0;
    height: 14px;
  }
  .iti__flag.iti__ag {
    background-position: -88px 0;
    height: 14px;
  }
  .iti__flag.iti__ai {
    background-position: -110px 0;
    height: 10px;
  }
  .iti__flag.iti__al {
    background-position: -132px 0;
    height: 15px;
  }
  .iti__flag.iti__am {
    background-position: -154px 0;
    height: 10px;
  }
  .iti__flag.iti__ao {
    background-position: -176px 0;
    height: 14px;
  }
  .iti__flag.iti__aq {
    background-position: -198px 0;
    height: 14px;
  }
  .iti__flag.iti__ar {
    background-position: -220px 0;
    height: 13px;
  }
  .iti__flag.iti__as {
    background-position: -242px 0;
    height: 10px;
  }
  .iti__flag.iti__at {
    background-position: -264px 0;
    height: 14px;
  }
  .iti__flag.iti__au {
    background-position: -286px 0;
    height: 10px;
  }
  .iti__flag.iti__aw {
    background-position: -308px 0;
    height: 14px;
  }
  .iti__flag.iti__ax {
    background-position: -330px 0;
    height: 13px;
  }
  .iti__flag.iti__az {
    background-position: -352px 0;
    height: 10px;
  }
  .iti__flag.iti__ba {
    background-position: -374px 0;
    height: 10px;
  }
  .iti__flag.iti__bb {
    background-position: -396px 0;
    height: 14px;
  }
  .iti__flag.iti__bd {
    background-position: -418px 0;
    height: 12px;
  }
  .iti__flag.iti__be {
    background-position: -440px 0;
    height: 15px;
  }
  .iti__flag.iti__bf {
    background-position: -460px 0;
    height: 14px;
  }
  .iti__flag.iti__bg {
    background-position: -482px 0;
    height: 12px;
  }
  .iti__flag.iti__bh {
    background-position: -504px 0;
    height: 12px;
  }
  .iti__flag.iti__bi {
    background-position: -526px 0;
    height: 12px;
  }
  .iti__flag.iti__bj {
    background-position: -548px 0;
    height: 14px;
  }
  .iti__flag.iti__bl {
    background-position: -570px 0;
    height: 14px;
  }
  .iti__flag.iti__bm {
    background-position: -592px 0;
    height: 10px;
  }
  .iti__flag.iti__bn {
    background-position: -614px 0;
    height: 10px;
  }
  .iti__flag.iti__bo {
    background-position: -636px 0;
    height: 14px;
  }
  .iti__flag.iti__bq {
    background-position: -658px 0;
    height: 14px;
  }
  .iti__flag.iti__br {
    background-position: -680px 0;
    height: 14px;
  }
  .iti__flag.iti__bs {
    background-position: -702px 0;
    height: 10px;
  }
  .iti__flag.iti__bt {
    background-position: -724px 0;
    height: 14px;
  }
  .iti__flag.iti__bv {
    background-position: -746px 0;
    height: 15px;
  }
  .iti__flag.iti__bw {
    background-position: -768px 0;
    height: 14px;
  }
  .iti__flag.iti__by {
    background-position: -790px 0;
    height: 10px;
  }
  .iti__flag.iti__bz {
    background-position: -812px 0;
    height: 14px;
  }
  .iti__flag.iti__ca {
    background-position: -834px 0;
    height: 10px;
  }
  .iti__flag.iti__cc {
    background-position: -856px 0;
    height: 10px;
  }
  .iti__flag.iti__cd {
    background-position: -878px 0;
    height: 15px;
  }
  .iti__flag.iti__cf {
    background-position: -900px 0;
    height: 14px;
  }
  .iti__flag.iti__cg {
    background-position: -922px 0;
    height: 14px;
  }
  .iti__flag.iti__ch {
    background-position: -944px 0;
    height: 15px;
  }
  .iti__flag.iti__ci {
    background-position: -961px 0;
    height: 14px;
  }
  .iti__flag.iti__ck {
    background-position: -983px 0;
    height: 10px;
  }
  .iti__flag.iti__cl {
    background-position: -1005px 0;
    height: 14px;
  }
  .iti__flag.iti__cm {
    background-position: -1027px 0;
    height: 14px;
  }
  .iti__flag.iti__cn {
    background-position: -1049px 0;
    height: 14px;
  }
  .iti__flag.iti__co {
    background-position: -1071px 0;
    height: 14px;
  }
  .iti__flag.iti__cp {
    background-position: -1093px 0;
    height: 14px;
  }
  .iti__flag.iti__cr {
    background-position: -1115px 0;
    height: 12px;
  }
  .iti__flag.iti__cu {
    background-position: -1137px 0;
    height: 10px;
  }
  .iti__flag.iti__cv {
    background-position: -1159px 0;
    height: 12px;
  }
  .iti__flag.iti__cw {
    background-position: -1181px 0;
    height: 14px;
  }
  .iti__flag.iti__cx {
    background-position: -1203px 0;
    height: 10px;
  }
  .iti__flag.iti__cy {
    background-position: -1225px 0;
    height: 14px;
  }
  .iti__flag.iti__cz {
    background-position: -1247px 0;
    height: 14px;
  }
  .iti__flag.iti__de {
    background-position: -1269px 0;
    height: 12px;
  }
  .iti__flag.iti__dg {
    background-position: -1291px 0;
    height: 10px;
  }
  .iti__flag.iti__dj {
    background-position: -1313px 0;
    height: 14px;
  }
  .iti__flag.iti__dk {
    background-position: -1335px 0;
    height: 15px;
  }
  .iti__flag.iti__dm {
    background-position: -1357px 0;
    height: 10px;
  }
  .iti__flag.iti__do {
    background-position: -1379px 0;
    height: 14px;
  }
  .iti__flag.iti__dz {
    background-position: -1401px 0;
    height: 14px;
  }
  .iti__flag.iti__ea {
    background-position: -1423px 0;
    height: 14px;
  }
  .iti__flag.iti__ec {
    background-position: -1445px 0;
    height: 14px;
  }
  .iti__flag.iti__ee {
    background-position: -1467px 0;
    height: 13px;
  }
  .iti__flag.iti__eg {
    background-position: -1489px 0;
    height: 14px;
  }
  .iti__flag.iti__eh {
    background-position: -1511px 0;
    height: 10px;
  }
  .iti__flag.iti__er {
    background-position: -1533px 0;
    height: 10px;
  }
  .iti__flag.iti__es {
    background-position: -1555px 0;
    height: 14px;
  }
  .iti__flag.iti__et {
    background-position: -1577px 0;
    height: 10px;
  }
  .iti__flag.iti__eu {
    background-position: -1599px 0;
    height: 14px;
  }
  .iti__flag.iti__fi {
    background-position: -1621px 0;
    height: 12px;
  }
  .iti__flag.iti__fj {
    background-position: -1643px 0;
    height: 10px;
  }
  .iti__flag.iti__fk {
    background-position: -1665px 0;
    height: 10px;
  }
  .iti__flag.iti__fm {
    background-position: -1687px 0;
    height: 11px;
  }
  .iti__flag.iti__fo {
    background-position: -1709px 0;
    height: 15px;
  }
  .iti__flag.iti__fr {
    background-position: -1731px 0;
    height: 14px;
  }
  .iti__flag.iti__ga {
    background-position: -1753px 0;
    height: 15px;
  }
  .iti__flag.iti__gb {
    background-position: -1775px 0;
    height: 10px;
  }
  .iti__flag.iti__gd {
    background-position: -1797px 0;
    height: 12px;
  }
  .iti__flag.iti__ge {
    background-position: -1819px 0;
    height: 14px;
  }
  .iti__flag.iti__gf {
    background-position: -1841px 0;
    height: 14px;
  }
  .iti__flag.iti__gg {
    background-position: -1863px 0;
    height: 14px;
  }
  .iti__flag.iti__gh {
    background-position: -1885px 0;
    height: 14px;
  }
  .iti__flag.iti__gi {
    background-position: -1907px 0;
    height: 10px;
  }
  .iti__flag.iti__gl {
    background-position: -1929px 0;
    height: 14px;
  }
  .iti__flag.iti__gm {
    background-position: -1951px 0;
    height: 14px;
  }
  .iti__flag.iti__gn {
    background-position: -1973px 0;
    height: 14px;
  }
  .iti__flag.iti__gp {
    background-position: -1995px 0;
    height: 14px;
  }
  .iti__flag.iti__gq {
    background-position: -2017px 0;
    height: 14px;
  }
  .iti__flag.iti__gr {
    background-position: -2039px 0;
    height: 14px;
  }
  .iti__flag.iti__gs {
    background-position: -2061px 0;
    height: 10px;
  }
  .iti__flag.iti__gt {
    background-position: -2083px 0;
    height: 13px;
  }
  .iti__flag.iti__gu {
    background-position: -2105px 0;
    height: 11px;
  }
  .iti__flag.iti__gw {
    background-position: -2127px 0;
    height: 10px;
  }
  .iti__flag.iti__gy {
    background-position: -2149px 0;
    height: 12px;
  }
  .iti__flag.iti__hk {
    background-position: -2171px 0;
    height: 14px;
  }
  .iti__flag.iti__hm {
    background-position: -2193px 0;
    height: 10px;
  }
  .iti__flag.iti__hn {
    background-position: -2215px 0;
    height: 10px;
  }
  .iti__flag.iti__hr {
    background-position: -2237px 0;
    height: 10px;
  }
  .iti__flag.iti__ht {
    background-position: -2259px 0;
    height: 12px;
  }
  .iti__flag.iti__hu {
    background-position: -2281px 0;
    height: 10px;
  }
  .iti__flag.iti__ic {
    background-position: -2303px 0;
    height: 14px;
  }
  .iti__flag.iti__id {
    background-position: -2325px 0;
    height: 14px;
  }
  .iti__flag.iti__ie {
    background-position: -2347px 0;
    height: 10px;
  }
  .iti__flag.iti__il {
    background-position: -2369px 0;
    height: 15px;
  }
  .iti__flag.iti__im {
    background-position: -2391px 0;
    height: 10px;
  }
  .iti__flag.iti__in {
    background-position: -2413px 0;
    height: 14px;
  }
  .iti__flag.iti__io {
    background-position: -2435px 0;
    height: 10px;
  }
  .iti__flag.iti__iq {
    background-position: -2457px 0;
    height: 14px;
  }
  .iti__flag.iti__ir {
    background-position: -2479px 0;
    height: 12px;
  }
  .iti__flag.iti__is {
    background-position: -2501px 0;
    height: 15px;
  }
  .iti__flag.iti__it {
    background-position: -2523px 0;
    height: 14px;
  }
  .iti__flag.iti__je {
    background-position: -2545px 0;
    height: 12px;
  }
  .iti__flag.iti__jm {
    background-position: -2567px 0;
    height: 10px;
  }
  .iti__flag.iti__jo {
    background-position: -2589px 0;
    height: 10px;
  }
  .iti__flag.iti__jp {
    background-position: -2611px 0;
    height: 14px;
  }
  .iti__flag.iti__ke {
    background-position: -2633px 0;
    height: 14px;
  }
  .iti__flag.iti__kg {
    background-position: -2655px 0;
    height: 12px;
  }
  .iti__flag.iti__kh {
    background-position: -2677px 0;
    height: 13px;
  }
  .iti__flag.iti__ki {
    background-position: -2699px 0;
    height: 10px;
  }
  .iti__flag.iti__km {
    background-position: -2721px 0;
    height: 12px;
  }
  .iti__flag.iti__kn {
    background-position: -2743px 0;
    height: 14px;
  }
  .iti__flag.iti__kp {
    background-position: -2765px 0;
    height: 10px;
  }
  .iti__flag.iti__kr {
    background-position: -2787px 0;
    height: 14px;
  }
  .iti__flag.iti__kw {
    background-position: -2809px 0;
    height: 10px;
  }
  .iti__flag.iti__ky {
    background-position: -2831px 0;
    height: 10px;
  }
  .iti__flag.iti__kz {
    background-position: -2853px 0;
    height: 10px;
  }
  .iti__flag.iti__la {
    background-position: -2875px 0;
    height: 14px;
  }
  .iti__flag.iti__lb {
    background-position: -2897px 0;
    height: 14px;
  }
  .iti__flag.iti__lc {
    background-position: -2919px 0;
    height: 10px;
  }
  .iti__flag.iti__li {
    background-position: -2941px 0;
    height: 12px;
  }
  .iti__flag.iti__lk {
    background-position: -2963px 0;
    height: 10px;
  }
  .iti__flag.iti__lr {
    background-position: -2985px 0;
    height: 11px;
  }
  .iti__flag.iti__ls {
    background-position: -3007px 0;
    height: 14px;
  }
  .iti__flag.iti__lt {
    background-position: -3029px 0;
    height: 12px;
  }
  .iti__flag.iti__lu {
    background-position: -3051px 0;
    height: 12px;
  }
  .iti__flag.iti__lv {
    background-position: -3073px 0;
    height: 10px;
  }
  .iti__flag.iti__ly {
    background-position: -3095px 0;
    height: 10px;
  }
  .iti__flag.iti__ma {
    background-position: -3117px 0;
    height: 14px;
  }
  .iti__flag.iti__mc {
    background-position: -3139px 0;
    height: 15px;
  }
  .iti__flag.iti__md {
    background-position: -3160px 0;
    height: 10px;
  }
  .iti__flag.iti__me {
    background-position: -3182px 0;
    height: 10px;
  }
  .iti__flag.iti__mf {
    background-position: -3204px 0;
    height: 14px;
  }
  .iti__flag.iti__mg {
    background-position: -3226px 0;
    height: 14px;
  }
  .iti__flag.iti__mh {
    background-position: -3248px 0;
    height: 11px;
  }
  .iti__flag.iti__mk {
    background-position: -3270px 0;
    height: 10px;
  }
  .iti__flag.iti__ml {
    background-position: -3292px 0;
    height: 14px;
  }
  .iti__flag.iti__mm {
    background-position: -3314px 0;
    height: 14px;
  }
  .iti__flag.iti__mn {
    background-position: -3336px 0;
    height: 10px;
  }
  .iti__flag.iti__mo {
    background-position: -3358px 0;
    height: 14px;
  }
  .iti__flag.iti__mp {
    background-position: -3380px 0;
    height: 10px;
  }
  .iti__flag.iti__mq {
    background-position: -3402px 0;
    height: 14px;
  }
  .iti__flag.iti__mr {
    background-position: -3424px 0;
    height: 14px;
  }
  .iti__flag.iti__ms {
    background-position: -3446px 0;
    height: 10px;
  }
  .iti__flag.iti__mt {
    background-position: -3468px 0;
    height: 14px;
  }
  .iti__flag.iti__mu {
    background-position: -3490px 0;
    height: 14px;
  }
  .iti__flag.iti__mv {
    background-position: -3512px 0;
    height: 14px;
  }
  .iti__flag.iti__mw {
    background-position: -3534px 0;
    height: 14px;
  }
  .iti__flag.iti__mx {
    background-position: -3556px 0;
    height: 12px;
  }
  .iti__flag.iti__my {
    background-position: -3578px 0;
    height: 10px;
  }
  .iti__flag.iti__mz {
    background-position: -3600px 0;
    height: 14px;
  }
  .iti__flag.iti__na {
    background-position: -3622px 0;
    height: 14px;
  }
  .iti__flag.iti__nc {
    background-position: -3644px 0;
    height: 10px;
  }
  .iti__flag.iti__ne {
    background-position: -3666px 0;
    height: 15px;
  }
  .iti__flag.iti__nf {
    background-position: -3686px 0;
    height: 10px;
  }
  .iti__flag.iti__ng {
    background-position: -3708px 0;
    height: 10px;
  }
  .iti__flag.iti__ni {
    background-position: -3730px 0;
    height: 12px;
  }
  .iti__flag.iti__nl {
    background-position: -3752px 0;
    height: 14px;
  }
  .iti__flag.iti__no {
    background-position: -3774px 0;
    height: 15px;
  }
  .iti__flag.iti__np {
    background-position: -3796px 0;
    height: 15px;
  }
  .iti__flag.iti__nr {
    background-position: -3811px 0;
    height: 10px;
  }
  .iti__flag.iti__nu {
    background-position: -3833px 0;
    height: 10px;
  }
  .iti__flag.iti__nz {
    background-position: -3855px 0;
    height: 10px;
  }
  .iti__flag.iti__om {
    background-position: -3877px 0;
    height: 10px;
  }
  .iti__flag.iti__pa {
    background-position: -3899px 0;
    height: 14px;
  }
  .iti__flag.iti__pe {
    background-position: -3921px 0;
    height: 14px;
  }
  .iti__flag.iti__pf {
    background-position: -3943px 0;
    height: 14px;
  }
  .iti__flag.iti__pg {
    background-position: -3965px 0;
    height: 15px;
  }
  .iti__flag.iti__ph {
    background-position: -3987px 0;
    height: 10px;
  }
  .iti__flag.iti__pk {
    background-position: -4009px 0;
    height: 14px;
  }
  .iti__flag.iti__pl {
    background-position: -4031px 0;
    height: 13px;
  }
  .iti__flag.iti__pm {
    background-position: -4053px 0;
    height: 14px;
  }
  .iti__flag.iti__pn {
    background-position: -4075px 0;
    height: 10px;
  }
  .iti__flag.iti__pr {
    background-position: -4097px 0;
    height: 14px;
  }
  .iti__flag.iti__ps {
    background-position: -4119px 0;
    height: 10px;
  }
  .iti__flag.iti__pt {
    background-position: -4141px 0;
    height: 14px;
  }
  .iti__flag.iti__pw {
    background-position: -4163px 0;
    height: 13px;
  }
  .iti__flag.iti__py {
    background-position: -4185px 0;
    height: 11px;
  }
  .iti__flag.iti__qa {
    background-position: -4207px 0;
    height: 8px;
  }
  .iti__flag.iti__re {
    background-position: -4229px 0;
    height: 14px;
  }
  .iti__flag.iti__ro {
    background-position: -4251px 0;
    height: 14px;
  }
  .iti__flag.iti__rs {
    background-position: -4273px 0;
    height: 14px;
  }
  .iti__flag.iti__ru {
    background-position: -4295px 0;
    height: 14px;
  }
  .iti__flag.iti__rw {
    background-position: -4317px 0;
    height: 14px;
  }
  .iti__flag.iti__sa {
    background-position: -4339px 0;
    height: 14px;
  }
  .iti__flag.iti__sb {
    background-position: -4361px 0;
    height: 10px;
  }
  .iti__flag.iti__sc {
    background-position: -4383px 0;
    height: 10px;
  }
  .iti__flag.iti__sd {
    background-position: -4405px 0;
    height: 10px;
  }
  .iti__flag.iti__se {
    background-position: -4427px 0;
    height: 13px;
  }
  .iti__flag.iti__sg {
    background-position: -4449px 0;
    height: 14px;
  }
  .iti__flag.iti__sh {
    background-position: -4471px 0;
    height: 10px;
  }
  .iti__flag.iti__si {
    background-position: -4493px 0;
    height: 10px;
  }
  .iti__flag.iti__sj {
    background-position: -4515px 0;
    height: 15px;
  }
  .iti__flag.iti__sk {
    background-position: -4537px 0;
    height: 14px;
  }
  .iti__flag.iti__sl {
    background-position: -4559px 0;
    height: 14px;
  }
  .iti__flag.iti__sm {
    background-position: -4581px 0;
    height: 15px;
  }
  .iti__flag.iti__sn {
    background-position: -4603px 0;
    height: 14px;
  }
  .iti__flag.iti__so {
    background-position: -4625px 0;
    height: 14px;
  }
  .iti__flag.iti__sr {
    background-position: -4647px 0;
    height: 14px;
  }
  .iti__flag.iti__ss {
    background-position: -4669px 0;
    height: 10px;
  }
  .iti__flag.iti__st {
    background-position: -4691px 0;
    height: 10px;
  }
  .iti__flag.iti__sv {
    background-position: -4713px 0;
    height: 12px;
  }
  .iti__flag.iti__sx {
    background-position: -4735px 0;
    height: 14px;
  }
  .iti__flag.iti__sy {
    background-position: -4757px 0;
    height: 14px;
  }
  .iti__flag.iti__sz {
    background-position: -4779px 0;
    height: 14px;
  }
  .iti__flag.iti__ta {
    background-position: -4801px 0;
    height: 10px;
  }
  .iti__flag.iti__tc {
    background-position: -4823px 0;
    height: 10px;
  }
  .iti__flag.iti__td {
    background-position: -4845px 0;
    height: 14px;
  }
  .iti__flag.iti__tf {
    background-position: -4867px 0;
    height: 14px;
  }
  .iti__flag.iti__tg {
    background-position: -4889px 0;
    height: 13px;
  }
  .iti__flag.iti__th {
    background-position: -4911px 0;
    height: 14px;
  }
  .iti__flag.iti__tj {
    background-position: -4933px 0;
    height: 10px;
  }
  .iti__flag.iti__tk {
    background-position: -4955px 0;
    height: 10px;
  }
  .iti__flag.iti__tl {
    background-position: -4977px 0;
    height: 10px;
  }
  .iti__flag.iti__tm {
    background-position: -4999px 0;
    height: 14px;
  }
  .iti__flag.iti__tn {
    background-position: -5021px 0;
    height: 14px;
  }
  .iti__flag.iti__to {
    background-position: -5043px 0;
    height: 10px;
  }
  .iti__flag.iti__tr {
    background-position: -5065px 0;
    height: 14px;
  }
  .iti__flag.iti__tt {
    background-position: -5087px 0;
    height: 12px;
  }
  .iti__flag.iti__tv {
    background-position: -5109px 0;
    height: 10px;
  }
  .iti__flag.iti__tw {
    background-position: -5131px 0;
    height: 14px;
  }
  .iti__flag.iti__tz {
    background-position: -5153px 0;
    height: 14px;
  }
  .iti__flag.iti__ua {
    background-position: -5175px 0;
    height: 14px;
  }
  .iti__flag.iti__ug {
    background-position: -5197px 0;
    height: 14px;
  }
  .iti__flag.iti__um {
    background-position: -5219px 0;
    height: 11px;
  }
  .iti__flag.iti__un {
    background-position: -5241px 0;
    height: 14px;
  }
  .iti__flag.iti__us {
    background-position: -5263px 0;
    height: 11px;
  }
  .iti__flag.iti__uy {
    background-position: -5285px 0;
    height: 14px;
  }
  .iti__flag.iti__uz {
    background-position: -5307px 0;
    height: 10px;
  }
  .iti__flag.iti__va {
    background-position: -5329px 0;
    height: 15px;
  }
  .iti__flag.iti__vc {
    background-position: -5346px 0;
    height: 14px;
  }
  .iti__flag.iti__ve {
    background-position: -5368px 0;
    height: 14px;
  }
  .iti__flag.iti__vg {
    background-position: -5390px 0;
    height: 10px;
  }
  .iti__flag.iti__vi {
    background-position: -5412px 0;
    height: 14px;
  }
  .iti__flag.iti__vn {
    background-position: -5434px 0;
    height: 14px;
  }
  .iti__flag.iti__vu {
    background-position: -5456px 0;
    height: 12px;
  }
  .iti__flag.iti__wf {
    background-position: -5478px 0;
    height: 14px;
  }
  .iti__flag.iti__ws {
    background-position: -5500px 0;
    height: 10px;
  }
  .iti__flag.iti__xk {
    background-position: -5522px 0;
    height: 15px;
  }
  .iti__flag.iti__ye {
    background-position: -5544px 0;
    height: 14px;
  }
  .iti__flag.iti__yt {
    background-position: -5566px 0;
    height: 14px;
  }
  .iti__flag.iti__za {
    background-position: -5588px 0;
    height: 14px;
  }
  .iti__flag.iti__zm {
    background-position: -5610px 0;
    height: 14px;
  }
  .iti__flag.iti__zw {
    background-position: -5632px 0;
    height: 10px;
  }
  .iti__flag {
    background-color: #dbdbdb;
    background-image: url(007b2705c0a8f69dfdf6.png);
    background-position: 20px 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px #888;
    height: 15px;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url(9d5328fb490cddd43f66.png);
    }
  }
  .iti__flag.iti__np {
    background-color: transparent;
  }
  .noUi-target,
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .noUi-target {
    position: relative;
  }
  .noUi-base,
  .noUi-connects {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .noUi-connects {
    overflow: hidden;
    z-index: 0;
  }
  .noUi-connect,
  .noUi-origin {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: flat;
    width: 100%;
    will-change: transform;
    z-index: 1;
  }
  .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
  }
  .noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
  }
  .noUi-horizontal .noUi-origin {
    height: 0;
  }
  .noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
  }
  .noUi-touch-area {
    height: 100%;
    width: 100%;
  }
  .noUi-state-tap .noUi-connect,
  .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  .noUi-horizontal {
    height: 18px;
  }
  .noUi-horizontal .noUi-handle {
    height: 28px;
    right: -17px;
    top: -6px;
    width: 34px;
  }
  .noUi-vertical {
    width: 18px;
  }
  .noUi-vertical .noUi-handle {
    bottom: -17px;
    height: 34px;
    right: -6px;
    width: 28px;
  }
  .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
  }
  .noUi-target {
    background: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  }
  .noUi-connects {
    border-radius: 3px;
  }
  .noUi-connect {
    background: #3fb8af;
  }
  .noUi-draggable {
    cursor: ew-resize;
  }
  .noUi-vertical .noUi-draggable {
    cursor: ns-resize;
  }
  .noUi-handle {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    cursor: default;
  }
  .noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  }
  .noUi-handle:after,
  .noUi-handle:before {
    background: #e8e7e6;
    content: "";
    display: block;
    height: 14px;
    left: 14px;
    position: absolute;
    top: 6px;
    width: 1px;
  }
  .noUi-handle:after {
    left: 17px;
  }
  .noUi-vertical .noUi-handle:after,
  .noUi-vertical .noUi-handle:before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px;
  }
  .noUi-vertical .noUi-handle:after {
    top: 17px;
  }
  [disabled] .noUi-connect {
    background: #b8b8b8;
  }
  [disabled] .noUi-handle,
  [disabled].noUi-handle,
  [disabled].noUi-target {
    cursor: not-allowed;
  }
  .noUi-pips,
  .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .noUi-pips {
    color: #999;
    position: absolute;
  }
  .noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap;
  }
  .noUi-value-sub {
    color: #ccc;
    font-size: 10px;
  }
  .noUi-marker {
    background: #ccc;
    position: absolute;
  }
  .noUi-marker-large,
  .noUi-marker-sub {
    background: #aaa;
  }
  .noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%;
  }
  .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  .noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px;
  }
  .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
  }
  .noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
  }
  .noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0;
  }
  .noUi-value-vertical {
    padding-left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px;
  }
  .noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
  }
  .noUi-marker-vertical.noUi-marker-large {
    width: 15px;
  }
  .noUi-tooltip {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
  }
  .noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .noUi-horizontal .noUi-origin > .noUi-tooltip {
    bottom: 10px;
    left: auto;
    -webkit-transform: translate(50%);
    transform: translate(50%);
  }
  .noUi-vertical .noUi-origin > .noUi-tooltip {
    right: 28px;
    top: auto;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
  @font-face {
    font-display: block;
    font-family: lg;
    font-style: normal;
    font-weight: 400;
    src: url(64b800aa30714fd916dc.woff2?io9a6k) format("woff2"),
      url(747d038541bfc6bb8ea9.ttf?io9a6k) format("truetype"),
      url(356a0e9cb064c7a196c6.woff?io9a6k) format("woff"),
      url(09cd8e9be7081f216644.svg?io9a6k#lg) format("svg");
  }
  .lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg-container {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial,
      Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji,
      Segoe UI Symbol, Noto Color Emoji;
  }
  .lg-next,
  .lg-prev {
    background-color: #00000073;
    border: none;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    outline: none;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
  }
  .lg-next.disabled,
  .lg-prev.disabled {
    cursor: default;
    opacity: 0 !important;
  }
  .lg-next:hover:not(.disabled),
  .lg-prev:hover:not(.disabled) {
    color: #fff;
  }
  .lg-single-item .lg-prev,
  .lg-single-item .lg-next {
    display: none;
  }
  .lg-next {
    right: 20px;
  }
  .lg-next:before {
    content: "\e095";
  }
  .lg-prev {
    left: 20px;
  }
  .lg-prev:after {
    content: "\e094";
  }
  @-webkit-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    to {
      left: 0;
    }
  }
  @-moz-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    to {
      left: 0;
    }
  }
  @-ms-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    to {
      left: 0;
    }
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    to {
      left: 0;
    }
  }
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    to {
      left: 0;
    }
  }
  @-moz-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    to {
      left: 0;
    }
  }
  @-ms-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    to {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    to {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1082;
  }
  .lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
  }
  .lg-toolbar .lg-icon {
    background: none;
    border: none;
    box-shadow: none;
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    outline: medium none;
    padding: 10px 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    width: 50px;
    will-change: color;
  }
  .lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
  }
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .lg-toolbar .lg-maximize {
    font-size: 22px;
  }
  .lg-toolbar .lg-maximize:after {
    content: "\e90a";
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }
  .lg-sub-html {
    color: #eee;
    font-size: 16px;
    opacity: 0;
    padding: 10px 40px;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1080;
  }
  .lg-sub-html h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .lg-sub-html a {
    color: inherit;
  }
  .lg-sub-html a:hover {
    text-decoration: underline;
  }
  .lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  }
  .lg-item .lg-sub-html {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  .lg-error-msg {
    color: #999;
    font-size: 14px;
  }
  .lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    height: 47px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
  .lg-closing .lg-next,
  .lg-closing .lg-prev,
  .lg-closing .lg-sub-html,
  .lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  }
  body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable)
    .lg-img-wrap,
  body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable)
    .lg-video-cont {
    opacity: 0;
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    will-change: transform, opacity;
  }
  body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable).lg-complete
    .lg-img-wrap,
  body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable).lg-complete
    .lg-video-cont {
    opacity: 1;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .lg-icon:focus-visible {
    border-radius: 3px;
    color: #fff;
    outline: 1px dashed hsla(0, 0%, 100%, 0.6);
  }
  .lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px;
  }
  .lg-group:after {
    clear: both;
    content: "";
    display: table;
  }
  .lg-container {
    outline: none;
  }
  .lg-on {
    scroll-behavior: unset;
  }
  .lg-overlay-open {
    overflow: hidden;
  }
  .lg-hide-sub-html .lg-sub-html,
  .lg-next,
  .lg-pager-outer,
  .lg-prev,
  .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    will-change: transform, opacity;
  }
  .lg-show-in .lg-next,
  .lg-show-in .lg-pager-outer,
  .lg-show-in .lg-prev,
  .lg-show-in .lg-toolbar,
  .lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
  }
  .lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  .lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  .lg-outer {
    height: 100%;
    left: 0;
    opacity: 0.001;
    outline: none;
    overflow: hidden;
    position: fixed;
    text-align: left;
    top: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    width: 100%;
    will-change: auto;
    z-index: 1050;
  }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-outer.lg-visible,
  .lg-outer.lg-zoom-from-image {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    opacity: 1;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .lg-outer .lg-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
    width: 100%;
  }
  .lg-outer .lg-item {
    display: none !important;
  }
  .lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(fcba57cdb89652f9bb54.gif) no-repeat scroll 50% transparent;
  }
  .lg-outer.lg-css .lg-current,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide,
  .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
  }
  .lg-outer .lg-img-wrap,
  .lg-outer .lg-item {
    display: inline-block;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .lg-outer .lg-img-wrap:before,
  .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .lg-outer .lg-img-wrap {
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-object {
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    width: auto;
  }
  .lg-outer .lg-empty-html .lg-sub-html,
  .lg-outer .lg-empty-html.lg-sub-html {
    display: none;
  }
  .lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
  }
  .lg-outer .lg-first-slide .lg-dummy-img {
    left: 50%;
    position: absolute;
    top: 50%;
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
  }
  .lg-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
    will-change: auto;
    z-index: 1040;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-current,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-current,
  .lg-css3.lg-fade .lg-item.lg-next-slide,
  .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s
      cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-container {
    display: none;
  }
  .lg-container.lg-show {
    display: block;
  }
  .lg-container.lg-dragging-vertical .lg-backdrop,
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    opacity: 1;
  }
  .lg-inline .lg-backdrop,
  .lg-inline .lg-outer {
    position: absolute;
  }
  .lg-inline .lg-backdrop {
    z-index: 1;
  }
  .lg-inline .lg-outer {
    z-index: 2;
  }
  .lg-inline .lg-maximize:after {
    content: "\e909";
  }
  .lg-components {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    will-change: transform;
    z-index: 1080;
  }
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
  .lg-outer.lg-css3.lg-zoom-dragging
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
  .lg-outer.lg-use-transition-for-zoom
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.5s
      cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    will-change: transform;
  }
  .lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    will-change: transform;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.5s
        cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
      opacity 0.15s !important;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
      opacity 0.15s !important;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
      opacity 0.15s !important;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
      opacity 0.15s !important;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
    transition: none !important;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
    left: 50% !important;
    max-height: none !important;
    max-width: none !important;
    top: 50% !important;
    transform: scaleX(1) translate3d(-50%, -50%, 0) !important;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
    left: 50% !important;
    max-height: none !important;
    max-width: none !important;
    top: 0 !important;
    transform: scaleX(1) translate3d(-50%, 0, 0) !important;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
    left: 0 !important;
    max-height: none !important;
    max-width: none !important;
    top: 50% !important;
    transform: scaleX(1) translate3d(0, -50%, 0) !important;
  }
  .lg-icon.lg-zoom-in:after {
    content: "\e311";
  }
  .lg-actual-size .lg-icon.lg-zoom-in {
    opacity: 0.5;
    pointer-events: none;
  }
  .lg-icon.lg-actual-size {
    font-size: 20px;
  }
  .lg-icon.lg-actual-size:after {
    content: "\e033";
  }
  .lg-icon.lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
  .lg-icon.lg-zoom-out:after {
    content: "\e312";
  }
  .lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
  .lg-outer.lg-first-slide-loading .lg-actual-size,
  .lg-outer.lg-first-slide-loading .lg-zoom-in,
  .lg-outer.lg-first-slide-loading .lg-zoom-out,
  .lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
  .lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
  .lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
  .lg-outer[data-lg-slide-type="video"] .lg-actual-size,
  .lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
  .lg-outer[data-lg-slide-type="video"] .lg-zoom-out {
    opacity: 0.75;
    pointer-events: none;
  }
  .lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    float: left;
    max-height: 350px;
    overflow: hidden;
    width: 100%;
  }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,
  .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
  }
  .lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
  }
  .lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
  }
  .lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
  }
  .lg-outer .lg-thumb {
    display: inline-block;
    height: 100%;
    margin-bottom: -5px;
    padding: 5px 0;
    vertical-align: middle;
  }
  @media (min-width: 768px) {
    .lg-outer .lg-thumb {
      padding: 10px 0;
    }
  }
  .lg-outer .lg-thumb-item {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    will-change: border-color;
  }
  @media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
      border: 2px solid #fff;
      border-radius: 4px;
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease;
    }
  }
  .lg-outer .lg-thumb-item.active,
  .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
  .lg-outer .lg-thumb-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
  .lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
  }
  .lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  @font-face {
    font-display: block;
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(0c35d18bf06992036b69.woff2) format("woff2"),
      url(4d73cb90e394b34b7670.woff) format("woff");
  }
  .material-icons {
    font-family: Material Icons;
    font-feature-settings: "liga";
  }
  @font-face {
    font-display: block;
    font-family: Material Icons Outlined;
    font-style: normal;
    font-weight: 400;
    src: url(6f420cf17cc0d7676fad.woff2) format("woff2"),
      url(f882956fd323fd322f31.woff) format("woff");
  }
  .material-icons,
  .material-icons-outlined {
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  .material-icons-outlined {
    font-family: Material Icons Outlined;
    font-feature-settings: "liga";
  }
  @font-face {
    font-display: block;
    font-family: Material Icons Round;
    font-style: normal;
    font-weight: 400;
    src: url(c380809fd3677d7d6903.woff2) format("woff2"),
      url(5d681e2edae8c60630db.woff) format("woff");
  }
  .material-icons-round {
    font-family: Material Icons Round;
    font-feature-settings: "liga";
  }
  @font-face {
    font-display: block;
    font-family: Material Icons Sharp;
    font-style: normal;
    font-weight: 400;
    src: url(219aa9140e099e6c72ed.woff2) format("woff2"),
      url(3a4004a46a653d4b2166.woff) format("woff");
  }
  .material-icons-round,
  .material-icons-sharp {
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  .material-icons-sharp {
    font-family: Material Icons Sharp;
    font-feature-settings: "liga";
  }
  @font-face {
    font-display: block;
    font-family: Material Icons Two Tone;
    font-style: normal;
    font-weight: 400;
    src: url(4ef4218c522f1eb6b5b1.woff2) format("woff2"),
      url(3baa5b8f3469222b822d.woff) format("woff");
  }
  .material-icons-two-tone {
    display: inline-block;
    font-family: Material Icons Two Tone;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    text-rendering: optimizeLegibility;
  }
  *,
  :after,
  :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
  }
  :after,
  :before {
    --tw-content: "";
  }
  :host,
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
    margin: 0;
  }
  hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  input:where([type="button"]),
  input:where([type="reset"]),
  input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
  }
  :-moz-focusring {
    outline: auto;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  progress {
    vertical-align: baseline;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  summary {
    display: list-item;
  }
  blockquote,
  dd,
  dl,
  figure,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  p,
  pre {
    margin: 0;
  }
  fieldset {
    margin: 0;
  }
  fieldset,
  legend {
    padding: 0;
  }
  menu,
  ol,
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  dialog {
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #9ca3af;
  }
  input::placeholder,
  textarea::placeholder {
    color: #9ca3af;
  }
  [role="button"],
  button {
    cursor: pointer;
  }
  :disabled {
    cursor: default;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    height: auto;
    max-width: 100%;
  }
  [hidden] {
    display: none;
  }
  [multiple],
  [type="date"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  input:where(:not([type])),
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.75rem;
    --tw-shadow: 0 0 #0000;
  }
  [multiple]:focus,
  [type="date"]:focus,
  [type="datetime-local"]:focus,
  [type="email"]:focus,
  [type="month"]:focus,
  [type="number"]:focus,
  [type="password"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="text"]:focus,
  [type="time"]:focus,
  [type="url"]:focus,
  [type="week"]:focus,
  input:where(:not([type])):focus,
  select:focus,
  textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #2563eb;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
  }
  input::placeholder,
  textarea::placeholder {
    color: #6b7280;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-meridiem-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-year-field {
    padding-bottom: 0;
    padding-top: 0;
  }
  select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  [multiple],
  [size]:where(select:not([size="1"])) {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: auto auto;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
  }
  [type="checkbox"],
  [type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #6b7280;
    border-width: 1px;
    color: #2563eb;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem;
    --tw-shadow: 0 0 #0000;
  }
  [type="checkbox"] {
    border-radius: 0;
  }
  [type="radio"] {
    border-radius: 100%;
  }
  [type="checkbox"]:focus,
  [type="radio"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  [type="checkbox"]:checked,
  [type="radio"]:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
  }
  [type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");
  }
  @media (forced-colors: active) {
    [type="checkbox"]:checked {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
    }
  }
  [type="radio"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  }
  @media (forced-colors: active) {
    [type="radio"]:checked {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
    }
  }
  [type="checkbox"]:checked:focus,
  [type="checkbox"]:checked:hover,
  [type="radio"]:checked:focus,
  [type="radio"]:checked:hover {
    background-color: currentColor;
    border-color: transparent;
  }
  [type="checkbox"]:indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
  }
  @media (forced-colors: active) {
    [type="checkbox"]:indeterminate {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
    }
  }
  [type="checkbox"]:indeterminate:focus,
  [type="checkbox"]:indeterminate:hover {
    background-color: currentColor;
    border-color: transparent;
  }
  [type="file"] {
    background: unset;
    border-color: inherit;
    border-radius: 0;
    border-width: 0;
    font-size: unset;
    line-height: inherit;
    padding: 0;
  }
  [type="file"]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
  h1 {
    font-size: var(--font-size-2xl);
    line-height: var(--line-height-xl);
  }
  h1,
  h2 {
    color: var(--color-primary);
    font-family: lato;
    font-weight: 700;
  }
  h2 {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-lg);
  }
  h3 {
    font-size: var(--font-size-lg);
  }
  h3,
  h4 {
    color: var(--color-primary);
    font-family: lato;
    font-weight: 700;
    line-height: var(--line-height-md);
  }
  h4 {
    font-size: var(--font-size-md);
  }
  h5 {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  h5,
  h6 {
    color: var(--color-primary);
    font-family: lato;
    font-weight: 700;
  }
  h6 {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
  body,
  p {
    color: var(--color-primary);
    font-family: lato;
    font-size: var(--font-size-md);
  }
  a,
  body,
  p {
    line-height: var(--line-height-md);
  }
  a {
    color: var(--color-interactive);
  }
  a,
  a:hover {
    text-decoration: none;
  }
  strong {
    color: var(--color-primary);
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
  }
  [type="checkbox"],
  [type="radio"] {
    border-color: var(--color-ui);
    border-width: 2px;
    --tw-border-opacity: 0.05;
    color: var(--color-interactive);
  }
  [type="checkbox"]:focus,
  [type="radio"]:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
      var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
  }
  [type="checkbox"]:checked,
  [type="radio"]:checked {
    border-color: var(--color-interactive);
    border-width: 2px;
  }
  .hn-container-body,
  .hn-container-content-mobile-p-0,
  .hn-container-fluid,
  .hn-container-header {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  @media (min-width: 640px) {
    .hn-container-body,
    .hn-container-content-mobile-p-0,
    .hn-container-fluid,
    .hn-container-header {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) {
    .hn-container-body,
    .hn-container-content-mobile-p-0,
    .hn-container-fluid,
    .hn-container-header {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .hn-container-body,
    .hn-container-content-mobile-p-0,
    .hn-container-fluid,
    .hn-container-header {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  @media (min-width: 1280px) {
    .hn-container-body,
    .hn-container-content-mobile-p-0,
    .hn-container-fluid,
    .hn-container-header {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .hn-container-body,
  .hn-container-content-mobile-p-0,
  .hn-container-fluid,
  .hn-container-header {
    gap: var(--spacing-sm);
  }
  @media (min-width: 768px) {
    .hn-container-body,
    .hn-container-content-mobile-p-0,
    .hn-container-fluid,
    .hn-container-header {
      gap: var(--spacing-md);
    }
  }
  .hn-container-body,
  .hn-container-content-mobile-p-0,
  .hn-container-fluid,
  .hn-container-header {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-container-body,
    .hn-container-content-mobile-p-0,
    .hn-container-fluid,
    .hn-container-header {
      padding-left: var(--spacing-md);
      padding-right: var(--spacing-md);
    }
  }
  @media (min-width: 1024px) {
    .hn-container-body,
    .hn-container-content-mobile-p-0,
    .hn-container-fluid,
    .hn-container-header {
      padding-left: var(--spacing-lg);
      padding-right: var(--spacing-lg);
    }
  }
  .hn-container-fluid {
    max-width: var(--container-large);
    padding: 0;
  }
  .hn-container-fluid-content {
    grid-column: span 12 / span 12;
    width: 100%;
  }
  .hn-container-content-mobile-p-0,
  .hn-container-header {
    max-width: var(--container-large);
  }
  .hn-container-body {
    max-width: var(--container-default);
  }
  .hn-container-content {
    grid-column: span 4 / span 4;
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-container-content {
      grid-column: span 8 / span 8;
    }
  }
  @media (min-width: 768px) {
    .hn-container-content {
      grid-column: span 12 / span 12;
    }
  }
  .hn-container-content-mobile-p-0 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    z-index: 20;
  }
  @media (min-width: 768px) {
    .hn-container-content-mobile-p-0 {
      padding-left: var(--spacing-md);
      padding-right: var(--spacing-md);
    }
  }
  @media (min-width: 1024px) {
    .hn-container-content-mobile-p-0 {
      padding-left: var(--spacing-lg);
      padding-right: var(--spacing-lg);
    }
  }
  .hn-container-flex,
  .hn-container-flex--between,
  .hn-container-flex--center,
  .hn-container-flex--center-x,
  .hn-container-flex--center-y,
  .hn-container-flex--left,
  .hn-container-flex--right,
  .hn-container-flex--start {
    display: flex;
  }
  .hn-container-flex--center {
    align-items: center;
    justify-content: center;
  }
  .hn-container-flex--center-x {
    justify-content: center;
  }
  .hn-container-flex--center-y {
    align-items: center;
  }
  .hn-container-flex--left {
    justify-content: flex-start;
  }
  .hn-container-flex--right {
    justify-content: flex-end;
  }
  .hn-container-flex--between {
    justify-content: space-between;
  }
  :root {
    --font-size-root: 16px;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.25rem;
    --font-size-xl: 1.5rem;
    --font-size-2xl: 1.75rem;
    --line-height-xs: 0.75rem;
    --line-height-sm: 1.125rem;
    --line-height-md: 1.5rem;
    --line-height-lg: 2.25rem;
    --line-height-xl: 3rem;
    --line-height-2xl: 3.5rem;
    --box-area-width: 44px;
    --box-area-height: 44px;
    --checkbox-bounding-box-height: 18px;
    --checkbox-bounding-box-width: 18px;
    --drawer-panel-max-width: 480px;
    --paragraph-max-width: 480px;
    --container-default: 90rem;
    --container-large: 120rem;
    --screen-xs: 0px;
    --screen-sm: 640px;
    --screen-md: 768px;
    --screen-lg: 1024px;
    --screen-xl: 1280px;
    --screen-2xl: 1536px;
    --spacing-2xs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 32px;
    --spacing-xl: 40px;
    --spacing-2xl: 48px;
    --main-slider: 605px;
    --popup-slider: 552px;
    --tab-container: 837px;
    --burger-icon-md: 75px;
    --product-main-content: 909px;
    --product-side-content: 419px;
    --thumbnail-img: 78px;
    --thumbnail-img-height: 72px;
    --shop-confidence-img-width: 114px;
    --shop-confidence-img-height: 91px;
    --color-brand: #005b9c;
    --color-brand-50: #e6eff5;
    --color-brand-100: #ccdeeb;
    --color-brand-200: #99bdd7;
    --color-brand-300: #669dc4;
    --color-brand-400: #337cb0;
    --color-brand-500: #005b9c;
    --color-brand-600: #00497d;
    --color-brand-700: #00375e;
    --color-brand-800: #00243e;
    --color-brand-900: #00121f;
    --color-brand-secondary: #f2fafd;
    --color-brand-secondary-50: #feffff;
    --color-brand-secondary-100: #fcfeff;
    --color-brand-secondary-200: #fafdfe;
    --color-brand-secondary-300: #f7fcfe;
    --color-brand-secondary-400: #f5fbfd;
    --color-brand-secondary-500: #f2fafd;
    --color-brand-secondary-600: #c2c8ca;
    --color-brand-secondary-700: #919698;
    --color-brand-secondary-800: #616465;
    --color-brand-secondary-900: #303233;
    --color-primary: #373737;
    --color-primary-50: #ebebeb;
    --color-primary-100: #d7d7d7;
    --color-primary-200: #afafaf;
    --color-primary-300: #878787;
    --color-primary-400: #5f5f5f;
    --color-primary-500: #373737;
    --color-primary-600: #2c2c2c;
    --color-primary-700: #212121;
    --color-primary-800: #161616;
    --color-primary-900: #0b0b0b;
    --color-secondary: #5e6f77;
    --color-secondary-50: #eff1f1;
    --color-secondary-100: #dfe2e4;
    --color-secondary-200: #bfc5c9;
    --color-secondary-300: #9ea9ad;
    --color-secondary-400: #7e8c92;
    --color-secondary-500: #5e6f77;
    --color-secondary-600: #4b595f;
    --color-secondary-700: #384347;
    --color-secondary-800: #262c30;
    --color-secondary-900: #131618;
    --color-ui: #8d8d8d;
    --color-ui-50: #f4f4f4;
    --color-ui-100: #e8e8e8;
    --color-ui-200: #d1d1d1;
    --color-ui-300: #bbb;
    --color-ui-400: #a4a4a4;
    --color-ui-500: #8d8d8d;
    --color-ui-600: #717171;
    --color-ui-700: #555;
    --color-ui-800: #383838;
    --color-ui-900: #1c1c1c;
    --color-decorative: #dde3e6;
    --color-decorative-50: #fcfcfd;
    --color-decorative-100: #f8f9fa;
    --color-decorative-200: #f1f4f5;
    --color-decorative-300: #ebeef0;
    --color-decorative-400: #e4e9eb;
    --color-decorative-500: #dde3e6;
    --color-decorative-600: #b1b6b8;
    --color-decorative-700: #85888a;
    --color-decorative-800: #585b5c;
    --color-decorative-900: #2c2d2e;
    --color-tint: #f3f4f5;
    --color-tint-50: #fefefe;
    --color-tint-100: #fdfdfd;
    --color-tint-200: #fafbfb;
    --color-tint-300: #f8f8f9;
    --color-tint-400: #f5f6f7;
    --color-tint-500: #f3f4f5;
    --color-tint-600: #c2c3c4;
    --color-tint-700: #929293;
    --color-tint-800: #616262;
    --color-tint-900: #313131;
    --color-light: #fff;
    --color-light-50: #fff;
    --color-light-100: #fff;
    --color-light-200: #fff;
    --color-light-300: #fff;
    --color-light-400: #fff;
    --color-light-500: #fff;
    --color-light-600: #ccc;
    --color-light-700: #999;
    --color-light-800: #666;
    --color-light-900: #333;
    --color-interactive: #005b9c;
    --color-interactive-50: #e6eff5;
    --color-interactive-100: #ccdeeb;
    --color-interactive-200: #99bdd7;
    --color-interactive-300: #669dc4;
    --color-interactive-400: #337cb0;
    --color-interactive-500: #005b9c;
    --color-interactive-600: #00497d;
    --color-interactive-700: #00375e;
    --color-interactive-800: #00243e;
    --color-interactive-900: #00121f;
    --color-alertinfo: #005b9c;
    --color-alertinfo-50: #e6eff5;
    --color-alertinfo-100: #ccdeeb;
    --color-alertinfo-200: #99bdd7;
    --color-alertinfo-300: #669dc4;
    --color-alertinfo-400: #337cb0;
    --color-alertinfo-500: #005b9c;
    --color-alertinfo-600: #00497d;
    --color-alertinfo-700: #00375e;
    --color-alertinfo-800: #00243e;
    --color-alertinfo-900: #00121f;
    --color-alertsuccess: #3d8706;
    --color-alertsuccess-50: #ecf3e6;
    --color-alertsuccess-100: #d8e7cd;
    --color-alertsuccess-200: #b1cf9b;
    --color-alertsuccess-300: #8bb76a;
    --color-alertsuccess-400: #649f38;
    --color-alertsuccess-500: #3d8706;
    --color-alertsuccess-600: #316c05;
    --color-alertsuccess-700: #255104;
    --color-alertsuccess-800: #183602;
    --color-alertsuccess-900: #0c1b01;
    --color-alertcritical: #cb1829;
    --color-alertcritical-50: #fae8ea;
    --color-alertcritical-100: #f5d1d4;
    --color-alertcritical-200: #eaa3a9;
    --color-alertcritical-300: #e0747f;
    --color-alertcritical-400: #d54654;
    --color-alertcritical-500: #cb1829;
    --color-alertcritical-600: #a21321;
    --color-alertcritical-700: #7a0e19;
    --color-alertcritical-800: #510a10;
    --color-alertcritical-900: #290508;
    --form-input-regular-padding: 1.0625em 0.8125em;
    --form-input-regular-min-width: 21.4em;
    --form-input-small-height: 2.75em;
    --form-input-small-padding: 0.625em 0.56em;
    --form-checkbox-small-height: 0.875rem;
    --form-checkbox-small-width: 0.875rem;
    --form-checkbox-regular-height: 1em;
    --form-checkbox-regular-width: 1em;
    --transition-duration: 0.2s;
    --transition-timing: ease-in-out;
  }
  @font-face {
    font-display: swap;
    font-family: avenir;
    font-style: normal;
    font-weight: 500;
    src: url(31d6cfe0d16ae931b73c.ttc) format("ttc");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: normal;
    font-weight: 100;
    src: url(e3fd43ffc95c0be1ed18.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: normal;
    font-weight: 300;
    src: url(e7e57d2f1333e178db96.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: normal;
    font-weight: 400;
    src: url(633ffe4a4b5b7277cc35.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: normal;
    font-weight: 700;
    src: url(76eff6487a1e1011628f.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: normal;
    font-weight: 900;
    src: url(4a4aceb102c7911879fd.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: italic;
    font-weight: 100;
    src: url(c720fc0b8e99c475d8bc.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: italic;
    font-weight: 300;
    src: url(10a4116a6eaa9cec07aa.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: italic;
    font-weight: 400;
    src: url(d558a4afa787a39a7512.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: italic;
    font-weight: 700;
    src: url(c95a0a69b2ac834d4e8c.ttf) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: lato;
    font-style: italic;
    font-weight: 900;
    src: url(34d534e2054c08417239.ttf) format("truetype");
  }
  .hn-grid {
    color: var(--color-primary);
    display: grid;
  }
  @media (min-width: 0px) {
    .hn-grid {
      -moz-column-gap: var(--spacing-sm);
      column-gap: var(--spacing-sm);
      row-gap: var(--spacing-md);
    }
  }
  @media (min-width: 640px) {
    .hn-grid {
      gap: var(--spacing-md);
    }
  }
  @media (min-width: 768px) {
    .hn-grid {
      gap: var(--spacing-md);
    }
  }
  @media (min-width: 1024px) {
    .hn-grid {
      gap: var(--spacing-md);
    }
  }
  .hn-grid img {
    aspect-ratio: 3/2;
    image-rendering: -webkit-optimize-contrast;
  }
  .hn-grid .hn-col {
    display: flex;
    flex-direction: column;
  }
  .hn-grid .hn-col.hn-col-container {
    background-color: var(--color-decorative);
  }
  .hn-grid .hn-col.hn-col-container .hn-col-container--image {
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  :root[data-useragent*="Mac OS"]
    .hn-grid
    .hn-col.hn-col-container
    .hn-col-container--image {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons.hn-grid
    .hn-col.hn-col-container
    .hn-col-container--image {
    font-family: Material Icons;
  }
  .hn-grid .hn-col.hn-col-container .hn-col-container--title {
    font-weight: 700;
    padding-bottom: var(--spacing-xs);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: var(--spacing-xs);
  }
  :root[data-useragent*="Mac OS"]
    .hn-grid
    .hn-col.hn-col-container
    .hn-col-container--title {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons.hn-grid
    .hn-col.hn-col-container
    .hn-col-container--title {
    font-family: Material Icons;
  }
  .hn-grid .hn-col.hn-col-container .hn-col-container--description {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hn-grid .hn-col--image,
  .hn-grid .hn-col--title {
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  .hn-grid .hn-col--title {
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  :root[data-useragent*="Mac OS"] .hn-grid .hn-col--title {
    font-family: lato;
    font-weight: 700;
  }
  .hn-icons,
  :root[data-useragent*="Mac OS"] .material-icons.hn-grid .hn-col--title {
    font-family: Material Icons;
  }
  .hn-icons {
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    text-rendering: optimizeLegibility;
  }
  @media (min-width: 640px) {
    .hn-icons {
      font-size: 48px;
      width: 3rem;
    }
  }
  @media (min-width: 768px) {
    .hn-icons {
      font-size: 36px;
    }
  }
  @media (min-width: 1024px) {
    .hn-icons {
      font-size: 24px;
      width: 1.5rem;
    }
  }
  @media (min-width: 1280px) {
    .hn-icons {
      font-size: 18px;
      width: 1rem;
    }
  }
  .hn-icons {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .hn-icons:before {
    display: inline-block;
  }
  .btn > .hn-icons {
    vertical-align: middle;
  }
  .hn-icons.icon-account:before {
    content: "person_outlined";
  }
  .hn-icons.icon-add:before {
    content: "add";
  }
  .hn-icons.icon-alert:before {
    content: "error_outlined";
  }
  .hn-icons.icon-breadcrumb:before {
    content: "keyboard_arrow_right";
  }
  .hn-icons.icon-call:before {
    content: "call";
  }
  .hn-icons.icon-cart:before {
    content: "shopping_cart";
  }
  .hn-icons.icon-check:before {
    content: "check";
  }
  .hn-icons.icon-checkbox:before {
    content: "check_box_outline_blank";
  }
  .hn-icons.icon-checked:before {
    content: "check_box";
  }
  .hn-icons.icon-circle:before {
    content: "circle";
  }
  .hn-icons.icon-close:before {
    content: "close";
  }
  .hn-icons.icon-collapse:before {
    content: "keyboard_arrow_up";
  }
  .hn-icons.icon-credit_card:before {
    content: "credit_card";
  }
  .hn-icons.icon-deliver:before {
    content: "local_shipping";
  }
  .hn-icons.icon-dropdown:before {
    content: "arrow_drop_down";
  }
  .hn-icons.icon-edit:before {
    content: "edit";
  }
  .hn-icons.icon-expand:before {
    content: "keyboard_arrow_down";
  }
  .hn-icons.icon-gift_card:before {
    content: "card_giftcard";
  }
  .hn-icons.icon-grid:before {
    content: "grid_view";
  }
  .hn-icons.icon-home:before {
    content: "home";
  }
  .hn-icons.icon-info:before {
    content: "info";
  }
  .hn-icons.icon-history:before {
    content: "history";
  }
  .hn-icons.icon-like:before {
    content: "favorite_border";
  }
  .hn-icons.icon-liked:before {
    content: "favorite";
  }
  .hn-icons.icon-list:before {
    content: "format_list_bulleted";
  }
  .hn-icons.icon-map:before {
    content: "map";
  }
  .hn-icons.icon-remove:before {
    content: "remove";
  }
  .hn-icons.icon-restore:before {
    content: "restore";
  }
  .hn-icons.icon-radio:before {
    content: "radio_button_unchecked";
  }
  .hn-icons.icon-radio_select:before {
    content: "radio_button_checked";
  }
  .hn-icons.icon-search:before {
    content: "search";
  }
  .hn-icons.icon-moving:before {
    content: "moving";
  }
  .hn-icons.icon-secure:before {
    content: "lock";
  }
  .hn-icons.icon-signup:before {
    content: "mail";
  }
  .hn-icons.icon-spinner:before {
    content: "";
  }
  .hn-icons.icon-star:before {
    content: "star_border";
  }
  .hn-icons.icon-star_half:before {
    content: "star_half";
  }
  .hn-icons.icon-starred:before {
    content: "star";
  }
  .hn-icons.icon-track:before {
    content: "my_location";
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  @container (min-width: 0px) {
    .hn-default-gap {
      gap: var(--spacing-xs);
    }
  }
  @container (min-width: 640px) {
    .hn-default-gap {
      gap: var(--spacing-sm);
    }
  }
  @container (min-width: 768px) {
    .hn-default-gap {
      gap: var(--spacing-md);
    }
  }
  .hn-default-gap-mq {
    gap: var(--spacing-xs);
  }
  @media (min-width: 640px) {
    .hn-default-gap-mq {
      gap: var(--spacing-sm);
    }
  }
  @media (min-width: 1024px) {
    .hn-default-gap-mq {
      gap: var(--spacing-md);
    }
  }
  .default-box-shadow {
    box-shadow: 0 2px 8px #0003;
  }
  body {
    border-color: var(--color-brand);
    border-style: solid;
    border-top-width: 4px;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes slideFromLeft {
    0% {
      transform: translate(-100%);
    }
    to {
      transform: translate(0);
    }
  }
  @keyframes slideDown {
    0% {
      height: 0;
    }
    to {
      height: 100%;
    }
  }
  @keyframes collapse {
    0% {
      height: 100%;
    }
    to {
      display: 0;
    }
  }
  @keyframes slideToLeft {
    0% {
      transform: translate(0);
    }
    to {
      transform: translate(-100%);
    }
  }
  @keyframes slideFromLeftFadeOut {
    0% {
      opacity: 0;
      transform: translate(-100%);
    }
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  @keyframes slideFromRightFadeOut {
    0% {
      opacity: 0;
      transform: translate(100%);
    }
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  :root {
    font-family: lato, sans-serif;
    font-size: var(--font-size-root);
    line-height: var(--line-height-md);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    text-rendering: optimizelegibility;
  }
  *,
  :after,
  :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
  }
  ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 0px) {
    .container {
      max-width: 0;
    }
  }
  @media (min-width: 640px) {
    .container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    .container {
      max-width: 1536px;
    }
  }
  .form-input,
  .form-multiselect,
  .form-select,
  .form-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.75rem;
    --tw-shadow: 0 0 #0000;
  }
  .form-input:focus,
  .form-multiselect:focus,
  .form-select:focus,
  .form-textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #2563eb;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .form-select:where([size]:not([size="1"])) {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: auto auto;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
  }
  .form-checkbox,
  .form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #6b7280;
    border-width: 1px;
    color: #2563eb;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem;
    --tw-shadow: 0 0 #0000;
  }
  .form-checkbox {
    border-radius: 0;
  }
  .form-checkbox:focus,
  .form-radio:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .form-checkbox:checked,
  .form-radio:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
  }
  .form-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");
  }
  @media (forced-colors: active) {
    .form-checkbox:checked {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
    }
  }
  .form-checkbox:checked:focus,
  .form-checkbox:checked:hover,
  .form-radio:checked:focus,
  .form-radio:checked:hover {
    background-color: currentColor;
    border-color: transparent;
  }
  .form-checkbox:indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
  }
  @media (forced-colors: active) {
    .form-checkbox:indeterminate {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
    }
  }
  .form-checkbox:indeterminate:focus,
  .form-checkbox:indeterminate:hover {
    background-color: currentColor;
    border-color: transparent;
  }
  accordion-component {
    color: var(--color-interactive);
    cursor: pointer;
  }
  accordion-component:has(.accordion-content.open) .accordion-trigger .arrow-up {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offeraccordion-component:has(
          .accordion-content.open
        )
        .accordion-trigger
        .arrow-down
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offeraccordion-component:has(
          .accordion-content.open
        )
        .accordion-trigger
        .arrow-down
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  accordion-component:has(.accordion-content.open)
    .accordion-trigger
    .arrow-down {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offeraccordion-component:has(
          .accordion-content:not(.open)
        )
        .accordion-trigger
        .arrow-up
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offeraccordion-component:has(
          .accordion-content:not(.open)
        )
        .accordion-trigger
        .arrow-up
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  accordion-component:has(.accordion-content:not(.open))
    .accordion-trigger
    .arrow-up {
    display: none;
  }
  accordion-component:has(.accordion-content:not(.open))
    .accordion-trigger
    .arrow-down {
    display: block;
  }
  accordion-component .accordion-trigger {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  accordion-component .accordion-title {
    margin: 0;
    text-transform: capitalize;
  }
  accordion-component .accordion-content {
    animation: collapse 0.5s forwards;
    overflow-y: clip;
    width: 100%;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offeraccordion-component .accordion-content
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offeraccordion-component .accordion-content
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  accordion-component .accordion-content {
    display: none;
  }
  accordion-component .accordion-content .facet,
  accordion-component .accordion-content .price-filter-range__container {
    height: 0;
  }
  accordion-component .accordion-content.open {
    display: flex;
    position: relative;
    width: 100%;
  }
  accordion-component
    .accordion-content.open.facet-filter.has-slide-animation-accordion {
    animation: slideDown 0.5s forwards;
  }
  accordion-component .accordion-content.open .facet,
  accordion-component .accordion-content.open .price-filter-range__container {
    height: auto;
  }
  accordion-component .accordion-content.open.price_filter {
    overflow-x: hidden;
  }
  .btn-link.hn-btn-add-to-cart,
  .btn-link.hn-btn-outline,
  .btn-link.hn-btn-primary,
  .btn-link.hn-btn-secondary,
  .hn-btn,
  .hn-btn-add-to-cart,
  .hn-btn-outline,
  .hn-btn-primary,
  .hn-btn-secondary,
  .hn-btn.btn-link {
    background-color: var(--color-brand);
    border-radius: 0.25rem;
    color: var(--color-light);
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 700;
    height: 2.75rem;
    justify-content: center;
    line-height: var(--line-height-sm);
    padding: 0.5rem;
    padding-bottom: var(--spacing-xs);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: var(--spacing-xs);
    text-align: center;
  }
  .hn-btn-add-to-cart:focus,
  .hn-btn-outline:focus,
  .hn-btn-primary:focus,
  .hn-btn-secondary:focus,
  .hn-btn:focus {
    background-blend-mode: darken, normal;
    box-shadow: 0 0 8px #005b9c80;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .hn-btn-primary {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
  }
  .hn-btn-primary p,
  .hn-btn-primary:hover {
    color: var(--color-light);
  }
  .hn-btn-primary:hover {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
  }
  .hn-btn-secondary {
    background-color: var(--color-tint);
    border-color: var(--color-ui);
    border-width: 1px;
    color: var(--color-primary);
  }
  .hn-btn-secondary:hover {
    background-color: var(--color-ui);
    border-color: var(--color-ui);
  }
  .hn-btn-secondary:focus {
    background-color: var(--color-tint);
    border-color: var(--color-interactive);
    box-shadow: 0 0 8px #005b9c80;
  }
  .hn-btn-outline {
    background-color: var(--color-light);
    border-color: var(--color-brand);
    border-radius: 0.25rem;
    border-width: 1px;
    color: var(--color-brand);
  }
  .hn-btn-outline:hover {
    background-color: var(--color-ui);
    border-color: var(--color-ui);
    color: var(--color-light);
  }
  .btn-link.hn-btn-add-to-cart,
  .btn-link.hn-btn-outline,
  .btn-link.hn-btn-primary,
  .btn-link.hn-btn-secondary,
  .hn-btn.btn-link {
    background-color: transparent;
    border-style: none;
    color: var(--color-brand);
  }
  .btn-disabled.hn-btn-add-to-cart,
  .btn-disabled.hn-btn-outline,
  .btn-disabled.hn-btn-primary,
  .btn-disabled.hn-btn-secondary,
  .hn-btn-add-to-cart:disabled,
  .hn-btn-outline:disabled,
  .hn-btn-primary:disabled,
  .hn-btn-secondary:disabled,
  .hn-btn.btn-disabled,
  .hn-btn:disabled {
    background-color: var(--color-ui);
    border-color: var(--color-ui);
    border-width: 1px;
    color: var(--color-light);
    cursor: not-allowed;
  }
  .btn-disabled.hn-btn-add-to-cart > .spinner,
  .btn-disabled.hn-btn-outline > .spinner,
  .btn-disabled.hn-btn-primary > .spinner,
  .btn-disabled.hn-btn-secondary > .spinner,
  .hn-btn-add-to-cart:disabled > .spinner,
  .hn-btn-outline:disabled > .spinner,
  .hn-btn-primary:disabled > .spinner,
  .hn-btn-secondary:disabled > .spinner,
  .hn-btn.btn-disabled > .spinner,
  .hn-btn:disabled > .spinner {
    animation: spin 1s linear infinite;
    height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 0px) {
    .btn-disabled.hn-btn-add-to-cart > .spinner,
    .btn-disabled.hn-btn-outline > .spinner,
    .btn-disabled.hn-btn-primary > .spinner,
    .btn-disabled.hn-btn-secondary > .spinner,
    .hn-btn-add-to-cart:disabled > .spinner,
    .hn-btn-outline:disabled > .spinner,
    .hn-btn-primary:disabled > .spinner,
    .hn-btn-secondary:disabled > .spinner,
    .hn-btn.btn-disabled > .spinner,
    .hn-btn:disabled > .spinner {
      height: 2rem;
    }
  }
  .hn-btn-option {
    align-items: center;
    background-color: var(--color-tint);
    border-color: var(--color-tint);
    border-radius: 0.25rem;
    border-width: 2px;
    color: var(--color-primary);
    display: flex;
    flex-direction: column;
    padding: var(--spacing-xs);
  }
  .hn-btn-option:hover {
    background-color: var(--color-light);
    border-color: var(--color-primary);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
  @media (min-width: 1024px) {
    .media-slider-button-prev {
      left: 2.5rem;
    }
  }
  @media (min-width: 1280px) {
    .media-slider-button-prev {
      left: 2.5rem;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    .media-slider-button-prev {
      left: calc(3.063rem + 1%);
    }
  }
  @media screen and (min-width: 430px) and (max-width: 638px) {
    .media-slider-button-prev {
      left: calc(0.625rem + 1%);
    }
  }
  @media (min-width: 1024px) {
    .media-slider-button-next {
      right: 2.5rem;
    }
  }
  @media (min-width: 1280px) {
    .media-slider-button-next {
      right: 2.5rem;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    .media-slider-button-next {
      right: calc(3.063rem + 1%);
    }
  }
  @media screen and (min-width: 430px) and (max-width: 638px) {
    .media-slider-button-next {
      right: calc(0.625rem + 1%);
    }
  }
  .announcement--arrows .swiper-button-next:after,
  .announcement--arrows .swiper-button-prev:after {
    font-size: var(--font-size-md);
    font-weight: 600;
    line-height: var(--line-height-md);
  }
  cart-container checkout-button.disabled,
  cart-container checkout-button.disabled:hover {
    background-color: var(--color-decorative-600);
    cursor: not-allowed;
  }
  .payment-icons .logo {
    height: 37px;
    width: 54px;
  }
  .dynamic-checkout__content ul[role="list"] {
    display: flex;
    flex-direction: row !important;
    gap: var(--spacing-xs);
    justify-content: center;
  }
  .dynamic-checkout__content ul[role="list"] li {
    width: 33.333333%;
  }
  @media (min-width: 768px) {
    .dynamic-checkout__content ul[role="list"] li {
      width: 25%;
    }
  }
  .dynamic-checkout__content ul[role="list"] li {
    margin: 0 !important;
  }
  checkout-store-finder #storefinder-block .ant-card .ant-card-body h2 {
    align-items: center !important;
    display: flex !important;
  }
  checkout-store-finder
    #storefinder-block
    .ant-card
    .ant-card-body
    h4.ant-typography {
    font-size: 1rem !important;
  }
  checkout-store-finder
    #storefinder-block
    .ant-card.store-selector-option-card__selected--empty {
    border-color: var(--color-alertcritical);
    border-width: 2px;
  }
  checkout-store-finder #storefinder-block .ant-card.store-selector-option-card {
    height: 10rem !important;
  }
  checkout-store-finder
    #storefinder-block
    .ant-card.store-selector-option-card.disable {
    background-color: var(--color-primary-200);
    cursor: not-allowed;
    opacity: 0.5 !important;
    pointer-events: none !important;
  }
  .cart-notification-wrapper .cart-notification {
    display: block;
  }
  .cart-notification.focused {
    box-shadow: 0 0 0.2rem rgba(var(--color-foreground), 0.3),
      var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
        var(--popup-shadow-blur-radius)
        rgba(var(--color-shadow), var(--popup-shadow-opacity));
  }
  .cart-notification:focus-visible {
    box-shadow: 0 0 0.2rem rgba(var(--color-foreground), 0.3),
      var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
        var(--popup-shadow-blur-radius)
        rgba(var(--color-shadow), var(--popup-shadow-opacity));
  }
  @media screen and (min-width: 750px) {
    .header-wrapper:not(.header-wrapper--border-bottom)
      + cart-notification
      .cart-notification {
      border-top-width: var(--popup-border-width);
    }
  }
  .cart-notification.animate {
    transition: transform var(--duration-short) ease,
      visibility 0s var(--duration-short) ease;
  }
  body:has(modal-component.cart-notification.active) {
    overflow-y: hidden;
  }
  .cart-notification.active {
    visibility: visible;
  }
  .cart-notification__heading {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
  .cart-notification__heading .icon-checkmark {
    color: rgb(var(--color-foreground));
    margin-right: 1rem;
    width: 1.25rem;
  }
  .cart-notification-product {
    align-items: flex-start;
    display: flex;
  }
  @media (min-width: 0px) {
    .cart-notification-product {
      flex-direction: column;
    }
  }
  .cart-notification-product dl {
    margin-bottom: 0;
    margin-top: 0;
  }
  .cart-notification-product__image {
    border-radius: 0.25rem;
    height: 160px;
    width: 160px;
  }
  .cart-notification-product__image:after {
    --tw-content: none;
    content: var(--tw-content);
  }
  .collection-hero {
    margin-bottom: var(--spacing-lg);
    margin-top: 0.375rem;
    position: relative;
  }
  @media (min-width: 1024px) {
    .collection-hero {
      min-height: 33.25rem;
    }
  }
  .collection-hero__image {
    width: 100%;
  }
  .collection-hero__description {
    background-color: var(--color-light);
    border-radius: 0.25rem;
    display: inline-block;
    left: 0;
    opacity: 0.8;
    position: relative;
    top: 0;
  }
  @media (min-width: 1024px) {
    .collection-hero__description {
      left: 1.75rem;
      max-width: 23.625rem;
      position: absolute;
      top: 50%;
      --tw-translate-y: -50%;
      padding: 0 0.875rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
  .collection-hero__description--title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  :root[data-useragent*="Mac OS"] .collection-hero__description--title {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons.collection-hero__description--title {
    font-family: Material Icons;
  }
  .product-video {
    background-color: var(--color-tint-300);
    border-color: var(--color-decorative-300);
    border-radius: 0.25rem;
    border-width: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: var(--spacing-xs);
    width: 33.333333%;
  }
  .product-video:hover {
    background-color: var(--color-tint-400);
    text-decoration-line: underline;
  }
  @media (min-width: 640px) {
    .product-video {
      margin-top: var(--spacing-sm);
    }
  }
  @media (min-width: 768px) {
    .product-video {
      margin-top: 0;
    }
  }
  .product-video-img {
    position: relative;
  }
  .product-video-img img {
    height: 4.0625rem;
    margin-bottom: 0.125rem;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
  }
  .product-video-img-play {
    align-items: center;
    color: var(--color-brand);
    display: flex;
    font-size: var(--font-size-sm);
    justify-content: center;
    line-height: var(--line-height-sm);
  }
  .product-video-img-play:hover {
    color: var(--color-brand-800);
  }
  video-modal .modal-container {
    top: 10%;
  }
  video-modal .modal-container .modal-card {
    padding: 0;
  }
  video-modal .modal-container .modal-card .modal-header {
    justify-content: flex-end;
  }
  video-modal .modal-container .modal-card iframe {
    height: 18.75rem;
    margin: 0 auto;
    width: 100%;
  }
  @media (min-width: 640px) {
    video-modal .modal-container .modal-card iframe {
      min-width: 18.75rem;
    }
  }
  @media (min-width: 768px) {
    video-modal .modal-container .modal-card iframe {
      min-width: 28.125rem;
    }
  }
  @media (min-width: 1024px) {
    video-modal .modal-container .modal-card iframe {
      min-width: 28.125rem;
    }
  }
  @media (min-width: 1280px) {
    video-modal .modal-container .modal-card iframe {
      min-width: 28.125rem;
    }
  }
  @media (min-width: 768px) {
    video-modal .modal-container .modal-card .video-player .video-src {
      max-width: 37.5rem;
    }
  }
  @media (min-width: 1024px) {
    video-modal .modal-container .modal-card .video-player .video-src {
      max-width: 37.5rem;
    }
  }
  @media (min-width: 1280px) {
    video-modal .modal-container .modal-card .video-player .video-src {
      max-width: 37.5rem;
    }
  }
  :root {
    --with-description-padding: 10px;
  }
  .scroll-bar-none {
    scrollbar-width: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.scroll-bar-none::-webkit-scrollbar
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.scroll-bar-none::-webkit-scrollbar
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .scroll-bar-none::-webkit-scrollbar {
    display: none;
  }
  collection-products.enable-overflow-visual-products {
    overflow-x: clip;
  }
  collection-products .collection-description-product-list * {
    color: var(--color-secondary);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  collection-products
    .collection-visual-product-slider.enable-overflow-visual-products {
    overflow-x: visible;
  }
  collection-products .collection-visual-product-slider--wrapper {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: var(--spacing-xs);
    width: 100%;
  }
  collection-products
    .collection-visual-product-slider--wrapper.product-list-left {
    justify-content: flex-start;
  }
  collection-products
    .collection-visual-product-slider--wrapper.product-list-left
    .card-image-width {
    width: 137px;
  }
  @media (min-width: 768px) {
    collection-products
      .collection-visual-product-slider--wrapper.product-list-left
      .card-image-width {
      width: 189.71px;
    }
  }
  @media (min-width: 1536px) {
    collection-products
      .collection-visual-product-slider--wrapper.product-list-left
      .card-image-width {
      width: 258px;
    }
  }
  collection-products
    .collection-visual-product-slider--wrapper.product-list-left
    .card-image-height {
    height: 137px;
  }
  @media (min-width: 768px) {
    collection-products
      .collection-visual-product-slider--wrapper.product-list-left
      .card-image-height {
      height: 155px;
    }
  }
  @media (min-width: 1536px) {
    collection-products
      .collection-visual-product-slider--wrapper.product-list-left
      .card-image-height {
      height: 258px;
    }
  }
  collection-products
    .collection-visual-product-slider--wrapper.product-list-left
    .visual-product-list--card {
    padding-bottom: var(--with-description-padding);
    padding-top: 0;
  }
  collection-products
    .collection-visual-product-slider--wrapper.product-list-left
    .visual-product-list--card.electronics-collection {
    padding: var(--spacing-xs);
  }
  collection-products
    .collection-visual-product-slider--wrapper
    .visual-product-list--card {
    align-items: center;
    border-color: var(--color-decorative);
    border-radius: 0.25rem;
    border-width: 1px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    height: 100%;
    justify-content: center;
    padding-bottom: var(--with-description-padding);
    padding-top: var(--with-description-padding);
  }
  collection-products
    .collection-visual-product-slider--wrapper
    .visual-product-list--card.electronics-collection {
    padding: var(--with-description-padding);
  }
  collection-products
    .collection-visual-product-slider--wrapper
    .card-image-width {
    width: 137px;
  }
  @media (min-width: 768px) {
    collection-products
      .collection-visual-product-slider--wrapper
      .card-image-width {
      width: 189.71px;
    }
  }
  @media (min-width: 1536px) {
    collection-products
      .collection-visual-product-slider--wrapper
      .card-image-width {
      width: 258px;
    }
  }
  collection-products
    .collection-visual-product-slider--wrapper
    .card-image-height {
    height: 77px;
  }
  @media (min-width: 768px) {
    collection-products
      .collection-visual-product-slider--wrapper
      .card-image-height {
      height: 107px;
    }
  }
  @media (min-width: 1536px) {
    collection-products
      .collection-visual-product-slider--wrapper
      .card-image-height {
      height: 145px;
    }
  }
  collection-products
    .collection-visual-product-slider:has(
      .swiper-scrollbar-horizontal[style="display: none;"]
    )
    .collection-visual-product-slider--wrapper {
    justify-content: center;
  }
  collection-products
    .collection-visual-product-slider:has(
      .swiper-scrollbar-horizontal[style="display: none;"]
    )
    .collection-visual-product-slider--wrapper.product-list-left {
    justify-content: flex-start;
  }
  collection-products .collection-products-facet-main__wrapper {
    -moz-column-gap: var(--spacing-lg);
    column-gap: var(--spacing-lg);
    display: grid;
    margin-bottom: var(--spacing-2xl);
    padding-left: unset;
    padding-right: unset;
    width: 100%;
  }
  @media (min-width: 768px) {
    collection-products .collection-products-facet-main__wrapper {
      display: flex;
      flex-direction: row;
    }
  }
  collection-products
    .collection-products-facet-main__wrapper:has(#facet-filter-container.hide) {
    width: 100%;
  }
  @media (min-width: 640px) {
    collection-products
      .collection-products-facet-main__wrapper:has(#facet-filter-container.hide) {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products
        .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
        #collection-products-pagination
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products
        .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
        #collection-products-pagination
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  collection-products
    .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
    #collection-products-pagination {
    display: none;
  }
  collection-products
    .collection-products-facet-main__wrapper:has(
      #facet-filter-container:not(.hide)
    )
    #collection-products-pagination {
    display: flex;
  }
  collection-products
    .collection-products-facet-main__wrapper
    .collections-products-main__container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: -moz-fit-content;
    height: fit-content;
    padding-top: var(--spacing-xs);
    row-gap: var(--spacing-xs);
    width: 100%;
  }
  @media (min-width: 640px) {
    collection-products
      .collection-products-facet-main__wrapper
      .collections-products-main__container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container.hide
        )
        .facet-filter--text__hide-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container.hide
        )
        .facet-filter--text__hide-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  collection-products:has(#facet-filter-container.hide)
    .facet-filter--text__hide-filter {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container.hide
        )
        .facet-filter--text__show-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container.hide
        )
        .facet-filter--text__show-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  collection-products:has(#facet-filter-container.hide)
    .facet-filter--text__show-filter {
    display: none;
  }
  @media (min-width: 768px) {
    collection-products:has(#facet-filter-container.hide)
      .facet-filter--text__show-filter {
      display: block;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container:not(.hide)
        )
        .facet-filter--text__hide-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container:not(.hide)
        )
        .facet-filter--text__hide-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  collection-products:has(#facet-filter-container:not(.hide))
    .facet-filter--text__hide-filter {
    display: none;
  }
  @media (min-width: 768px) {
    collection-products:has(#facet-filter-container:not(.hide))
      .facet-filter--text__hide-filter {
      display: block;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container:not(.hide)
        )
        .facet-filter--text__show-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercollection-products:has(
          #facet-filter-container:not(.hide)
        )
        .facet-filter--text__show-filter
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  collection-products:has(#facet-filter-container:not(.hide))
    .facet-filter--text__show-filter {
    display: none;
  }
  dropdown-component .dropdown-trigger {
    border-color: var(--color-primary);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerdropdown-component .dropdown-content
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerdropdown-component .dropdown-content
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  dropdown-component .dropdown-content {
    display: none;
    max-height: 0;
  }
  dropdown-component .dropdown-content.show-dropdown {
    bottom: 0;
    box-shadow: 0 2px 8px #0003;
    display: inline-table;
    margin-bottom: 0;
    max-height: -moz-fit-content;
    max-height: fit-content;
    position: absolute;
    z-index: 20;
    --tw-translate-y: 100%;
    background-color: var(--color-light);
    border-color: var(--color-light);
    border-radius: 0.25rem;
    border-width: 1px;
    overflow: hidden;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  dropdown-component:has(.dropdown-content:not(.show-dropdown))
    .dropdown-trigger {
    border-color: var(--color-ui);
  }
  #collection-toolbar-container .box-shadow-none--border:focus,
  #collection-toolbar-container .box-shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #collection-toolbar-container .box-shadow-none--border:focus {
    border-color: var(--color-ui);
    border-width: 1px;
  }
  #collection-toolbar-container facet-filter-search {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: calc(100vh - 15rem);
    overflow-y: auto;
    padding: var(--spacing-xs);
  }
  #collection-toolbar-container facet-filter-search::-webkit-scrollbar {
    width: 0.125rem;
  }
  #collection-toolbar-container facet-filter-search::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0.625rem #dde3e6;
  }
  #collection-toolbar-container facet-filter-search::-webkit-scrollbar-thumb {
    background-color: var(--color-ui);
    border-radius: 0.25rem;
  }
  drawer-component {
    background-color: var(--color-light);
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 0;
    z-index: 20;
  }
  #gift-card-balance-container #check-balance-btn {
    cursor: pointer;
    opacity: 1;
  }
  #gift-card-balance-container #check-balance-btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
  }
  :root {
    --popover-width: 233px;
    --popover-left-offset: -50%;
    --bullet-size: 18px;
    --bullet-font-size: 9px;
    --modal-container-padding: 14px;
    --modal-box-shadow-offset-y: 2px;
    --modal-box-shadow-blur: 8px;
    --modal-box-shadow-color: rgba(0, 0, 0, 0.2);
  }
  [type="text"]:focus {
    --tw-ring-shadow: none;
  }
  .user-location-modal--current,
  .user-location__current,
  .user-location__result {
    color: var(--color-primary-500);
    cursor: pointer;
    height: var(--box-area-height);
    padding: var(--spacing-xs);
    text-align: left;
  }
  .user-location-modal--current:hover,
  .user-location__current:hover,
  .user-location__result:hover {
    background-color: var(--color-tint-500);
  }
  .user-location-modal--current,
  .user-location__current,
  .user-location__result {
    color: var(--color-primary);
    font-family: lato;
    font-size: var(--font-size-md);
    font-weight: 400;
    line-height: var(--line-height-md);
  }
  .user-location-modal--current,
  .user-location-modal--results,
  .user-location__current,
  .user-location__result,
  .user-location__results,
  .user-location__results.inside-filter {
    width: -moz-available;
    width: -webkit-fill-available;
  }
  .user-location-popover--change,
  .user-location-popover--confirm {
    border-radius: 0.25rem;
    flex: 1 1 0%;
    font-family: lato;
    font-size: var(--font-size-sm);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
    text-transform: uppercase;
    width: 100%;
  }
  .user-location {
    gap: var(--spacing-xs);
    height: var(--box-area-height);
  }
  .user-location--display {
    color: var(--color-primary);
    gap: var(--spacing-xs);
  }
  .user-location--city {
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
  }
  .user-location__current {
    gap: var(--spacing-xs);
  }
  .user-location__results {
    border-radius: 0.25rem;
    margin-right: var(--spacing-sm);
    margin-top: var(--spacing-2xs);
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  @media (min-width: 0px) {
    .user-location__results {
      gap: var(--spacing-2xs);
    }
  }
  .user-location__results {
    box-shadow: 0 var(--modal-box-shadow-offset-y) var(--modal-box-shadow-blur) 0
      var(--modal-box-shadow-color);
  }
  .user-location__results.inside-filter {
    border-radius: 0.25rem;
    margin-left: var(--spacing-xs);
    margin-right: var(--spacing-xs);
    margin-top: var(--spacing-2xs);
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  @media (min-width: 0px) {
    .user-location__results.inside-filter {
      gap: var(--spacing-2xs);
    }
  }
  .user-location__results.inside-filter {
    box-shadow: 0 var(--modal-box-shadow-offset-y) var(--modal-box-shadow-blur) 0
      var(--modal-box-shadow-color);
  }
  .user-location-modal--current {
    gap: var(--spacing-xs);
  }
  .user-location-modal--results {
    border-radius: 0.25rem;
    margin-right: var(--spacing-md);
    margin-top: var(--spacing-2xs);
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  @media (min-width: 0px) {
    .user-location-modal--results {
      gap: var(--spacing-2xs);
    }
  }
  .user-location-modal--results {
    box-shadow: 0 var(--modal-box-shadow-offset-y) var(--modal-box-shadow-blur) 0
      var(--modal-box-shadow-color);
  }
  .user-location-popover {
    border-radius: 0.25rem;
    border-width: 1px;
    position: absolute;
    z-index: 40;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    left: var(--spacing-xs);
    margin-top: var(--spacing-xs);
    padding: var(--spacing-sm);
    right: var(--spacing-xs);
  }
  @media (min-width: 640px) {
    .user-location-popover {
      left: var(--spacing-sm);
      margin-left: var(--popover-left-offset);
      margin-top: var(--spacing-2xs);
      right: var(--spacing-sm);
      width: var(--popover-width);
    }
  }
  .user-location-popover--change {
    color: var(--color-brand);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .user-location-popover--change,
  .user-location-popover--confirm {
    align-items: center;
    border-color: var(--color-brand);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    display: flex;
    flex-basis: 0px;
    flex-grow: 1;
    flex-shrink: 0;
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 700;
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    justify-content: center;
    line-height: var(--line-height-sm);
    padding: var(--spacing-xs);
    text-transform: uppercase;
  }
  .user-location-popover--confirm {
    --tw-text-opacity: 1;
    background-color: var(--color-brand);
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .user-location-popover--text {
    color: var(--color-primary);
    font-family: lato;
    font-size: var(--font-size-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-sm);
  }
  header-user-location {
    border-bottom-width: 1px;
    border-color: var(--color-decorative);
    border-style: solid;
    border-top-width: 0;
    display: inline-flex;
    width: 100%;
  }
  @media (min-width: 768px) {
    header-user-location {
      border-width: 0;
      display: inline;
    }
  }
  .stock-bullet {
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: var(--spacing-sm);
  }
  .stock-bullet .price {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    text-align: right;
  }
  .stock-collection-bullets {
    gap: var(--spacing-2xs);
  }
  .stock-collection-bullets,
  .stock-collection-contents {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .stock-collection-contents {
    gap: var(--spacing-sm);
  }
  .stock-collection-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xs);
  }
  .stock-collection-select {
    align-items: flex-start;
    align-self: stretch;
    cursor: pointer;
    display: flex;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .stock-collection-select .frame {
    align-items: flex-start;
    display: flex;
    flex-basis: 0px;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    gap: var(--spacing-xs);
    width: 100%;
  }
  .stock-collection-select .frame .header {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xs);
    width: 100%;
  }
  .stock-collection-select__location {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xs);
    justify-content: center;
  }
  .stock-contents-container {
    flex-direction: column;
    gap: var(--spacing-xs);
    width: 100%;
  }
  .stock-contents-container,
  .stock-data {
    align-items: flex-start;
    display: flex;
    flex-basis: 0px;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .stock-data {
    gap: var(--spacing-2xs);
  }
  .stock-data .bullet {
    font-size: var(--bullet-font-size);
    height: var(--bullet-size);
    width: var(--bullet-size);
  }
  .stock-data .bullet,
  .stock-notification {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .stock-notification {
    background-color: var(--color-tint);
    border-radius: 0.25rem;
    gap: var(--spacing-xs);
    padding: var(--spacing-2xs);
  }
  .stock-notification__message {
    color: var(--color-secondary);
    font-family: lato;
    font-size: var(--font-size-xs);
    font-weight: 700;
    line-height: var(--line-height-xs);
  }
  delivery-options-modal .delivery-option.active {
    background-color: var(--color-light);
    border-color: var(--color-primary);
    border-style: solid;
    border-width: 2px;
  }
  delivery-options-modal .delivery-option.normal {
    background-color: var(--color-light);
    border-bottom-width: 1px;
    border-color: var(--color-decorative);
    border-style: solid;
  }
  delivery-options-modal .delivery-option.disabled {
    background-color: var(--color-tint);
    border-bottom-width: 1px;
    border-color: var(--color-decorative);
    border-style: solid;
  }
  delivery-date-picker-modal .date-layout:hover {
    background-color: var(--color-tint);
  }
  delivery-date-picker-modal .date-layout.active {
    border-color: var(--color-primary);
  }
  delivery-date-picker-modal .date-layout.active p {
    font-family: lato;
    font-weight: 700;
  }
  delivery-date-picker-modal .date-layout.disabled p {
    color: var(--color-secondary);
  }
  delivery-collect .fulfillment-card.active {
    border-color: var(--color-primary);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 2px;
  }
  store-selector-modal .stock-collection-select.selected {
    background-color: var(--color-light);
    border-color: var(--color-primary);
    border-style: solid;
    border-width: 2px;
  }
  .slider-heading {
    font-family: lato, sans-serif;
    font-weight: 700;
  }
  .product-list.hn-flex .product-card {
    background-color: var(--color-light);
    display: grid;
    row-gap: 8px;
  }
  .product-list.hn-flex .product-card .badge {
    background-color: var(--color-alertcritical);
    color: var(--color-light);
    font-family: lato;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
  }
  .product-list.hn-flex .product-card .badge-text {
    position: relative;
    z-index: 20;
  }
  .product-list.hn-flex .product-card .badge .slant {
    height: 100%;
    position: absolute;
    right: -12%;
    top: 0;
    transform: skew(-27deg);
    width: 30px;
    z-index: 10;
  }
  .product-list.hn-flex .product-card .badge-content {
    padding: 0.5rem;
  }
  .product-list.hn-flex .product-card .wishlist .favorite_border {
    padding: 0.625rem;
  }
  .product-list.hn-flex .product-card .product-image {
    display: grid;
    -o-object-fit: cover;
    object-fit: cover;
    row-gap: 8px;
    width: 100%;
  }
  .product-list.hn-flex .product-card .product-description {
    display: grid;
    font-size: 16px;
    row-gap: 8px;
  }
  .product-list.hn-flex .product-card .product-description .color {
    display: flex;
    gap: var(--spacing-2xs);
  }
  .product-list.hn-flex .product-card .product-description .color-swatch {
    color: #5e6f77;
  }
  .product-list.hn-flex .product-card .product-description .color-box {
    background: #26252a;
    border: 1px solid #26252a;
    border-radius: 4px;
    box-sizing: border-box;
    flex: none;
    flex-grow: 0;
    height: 24px;
    order: 0;
    width: 24px;
  }
  .product-list.hn-flex
    .product-card
    .product-description
    .color-box:nth-child(2) {
    background: #b1b8c1;
    border: 1px solid #b1b8c1;
  }
  .product-list.hn-flex .product-card .product-description .price {
    align-items: center;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    gap: var(--spacing-2xs);
  }
  :root[data-useragent*="Mac OS"]
    .product-list.hn-flex
    .product-card
    .product-description
    .price {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons.product-list.hn-flex
    .product-card
    .product-description
    .price {
    font-family: Material Icons;
  }
  .product-list.hn-flex .product-card .product-description .price .from {
    font-size: 14px;
    font-weight: 400;
  }
  .product-list.hn-flex .product-card .product-description .price .currency {
    font-size: 14px;
  }
  .product-list.hn-flex .product-card .product-description .rating {
    align-items: center;
    display: flex;
  }
  .product-list.hn-flex .product-card .product-description .metafield {
    color: var(--color-alertcritical);
    font-size: 14px;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .product-list.hn-flex
    .product-card
    .product-description
    .metafield {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons.product-list.hn-flex
    .product-card
    .product-description
    .metafield {
    font-family: Material Icons;
  }
  .product-card-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  @media (min-width: 0px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        #toggleButton.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        #toggleButton.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
    #toggleButton {
      display: none;
    }
  }
  @media (min-width: 640px) {
    #toggleButton {
      display: flex;
    }
  }
  @media (min-width: 0px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .filter.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .filter.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .filter {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .filter .filter {
      display: flex;
    }
  }
  @media (min-width: 0px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .filter.show.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .filter.show.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .filter.show {
      display: none;
    }
  }
  .filter.show {
    width: 21.9%;
  }
  .filter.show + .product-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (min-width: 768px) {
    .product-collections .product-card-container {
      gap: var(--spacing-md);
    }
    @media (min-width: 0px) {
      .product-collections .product-card-container {
        gap: var(--spacing-sm);
      }
    }
    .product-collections .product-card-container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .product-collections.show-filter .product-card-container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .collections-products-child__container:has(
      .product-card__buttons.add-to-cart-container
    )
    .product_card__container--three-columns {
    grid-row: span 7 / span 7;
  }
  .collections-products-child__container:has(
      .product-card__buttons.add-to-cart-container
    )
    .product_card__container--default-layout {
    grid-row: span 7 / span 7;
  }
  .collections-products-child__container:has(
      .product-card__buttons.add-to-cart-container
    )
    .product_card__container--desktop-electronics {
    grid-row: span 7 / span 7;
  }
  .collections-products-child__container:has(
      .product-card__buttons.find-in-store-btn
    )
    .product_card__container--three-columns {
    grid-row: span 6 / span 6;
  }
  .collections-products-child__container:has(
      .product-card__buttons.find-in-store-btn
    )
    .product_card__container--default-layout {
    grid-row: span 7 / span 7;
  }
  .collections-products-child__container:has(
      .product-card__buttons.find-in-store-btn
    )
    .product_card__container--desktop-electronics {
    grid-row: span 8 / span 8;
  }
  .collections-products-child__container:has(
      .product-card__buttons hn-anchor-component
    )
    .product_card__container--three-columns {
    grid-row: span 7 / span 7;
  }
  .collections-products-child__container:has(
      .product-card__buttons hn-anchor-component
    )
    .product_card__container--default-layout {
    grid-row: span 7 / span 7;
  }
  .collections-products-child__container:has(
      .product-card__buttons hn-anchor-component
    )
    .product_card__container--desktop-electronics {
    grid-row: span 8 / span 8;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.collections-products-child__container
        .highlights-text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.collections-products-child__container
        .highlights-text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .collections-products-child__container .highlights-text {
    display: none;
  }
  .collections-products-child__container
    .highlights-text:has(.highlights-text__bonus-offer:not(.hidden)) {
    display: grid;
  }
  .collections-products-child__container
    .highlights-text:has(.highlights-text__standout:not(.hidden)) {
    display: grid;
  }
  .collections-products-child__container
    .highlights-text:has(.highlights-text__cashback:not(.hidden)) {
    display: grid;
  }
  .collections-products-child__container:has(
      .highlights-text__bonus-offer:not(.hidden)
    )
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .collections-products-child__container:has(
      .highlights-text__standout:not(.hidden)
    )
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .collections-products-child__container:has(
      .highlights-text__cashback:not(.hidden)
    )
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  @media (min-width: 0px) {
    #predictive-search-results {
      margin-right: 0.875rem;
    }
  }
  @media (min-width: 640px) {
    #predictive-search-results {
      margin-right: 0.875rem;
    }
  }
  @media (min-width: 768px) {
    #predictive-search-results {
      margin-right: 0;
    }
  }
  @media (min-width: 1024px) {
    #predictive-search-results {
      margin-right: 0;
    }
  }
  @media (min-width: 1280px) {
    #predictive-search-results {
      margin-right: 0;
    }
  }
  #predictive-search-results .product-container:hover {
    background-color: var(--color-interactive-400);
  }
  #predictive-search-results .product-container:hover p {
    color: var(--color-light);
  }
  @media (min-width: 0px) {
    #predictive-search {
      min-width: 100%;
    }
  }
  @media (min-width: 640px) {
    #predictive-search {
      min-width: 100%;
    }
  }
  @media (min-width: 768px) {
    #predictive-search {
      width: 50%;
    }
  }
  @media (min-width: 1024px) {
    #predictive-search {
      width: 50%;
    }
  }
  @media (min-width: 1280px) {
    #predictive-search {
      width: 50%;
    }
  }
  modal-component,
  video-modal {
    background-color: #2f2f2f33;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: var(--spacing-md);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
  }
  modal-component .modal-container,
  video-modal .modal-container {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    position: relative;
    top: 0;
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  modal-component .modal-container .modal-card,
  video-modal .modal-container .modal-card {
    background-color: var(--color-light);
    z-index: 20;
  }
  @media (min-width: 0px) {
    modal-component .modal-container .modal-card,
    video-modal .modal-container .modal-card {
      padding: var(--spacing-md);
    }
  }
  @media (min-width: 640px) {
    modal-component .modal-container .modal-card,
    video-modal .modal-container .modal-card {
      border-color: var(--color-light);
      border-radius: 4px;
      border-width: 1px;
      margin-bottom: var(--spacing-md);
      margin-top: var(--spacing-md);
      --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
      --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }
  modal-component .modal-container .modal-card .modal-header,
  video-modal .modal-container .modal-card .modal-header {
    background-color: var(--color-light);
    border-bottom-width: 1px;
    border-color: var(--color-decorative-400);
    display: flex;
    gap: var(--spacing-sm);
    justify-content: space-between;
    padding: 16px;
  }
  modal-component .modal-container .modal-card .modal-header h2,
  video-modal .modal-container .modal-card .modal-header h2 {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
  modal-component .modal-container .modal-card .modal-header[aria-label="Close"],
  video-modal .modal-container .modal-card .modal-header[aria-label="Close"] {
    min-height: 44px;
    min-width: 44px;
    position: absolute;
    right: 2px;
    top: 6px;
  }
  modal-component .modal-container .modal-card .modal-content,
  video-modal .modal-container .modal-card .modal-content {
    height: auto;
    margin: var(--spacing-md) var(--spacing-sm) var(--spacing-lg);
    overflow-y: auto;
    position: relative;
  }
  @media (min-width: 640px) {
    modal-component .modal-container .modal-card .modal-content,
    video-modal .modal-container .modal-card .modal-content {
      min-width: 560px;
    }
  }
  modal-component .modal-container .modal-card .modal-content .product-option,
  video-modal .modal-container .modal-card .modal-content .product-option {
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermodal-component
        .modal-container
        .modal-card
        .modal-content
        .product-option.timestamp
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offervideo-modal
        .modal-container
        .modal-card
        .modal-content
        .product-option.timestamp
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermodal-component
        .modal-container
        .modal-card
        .modal-content
        .product-option.timestamp
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offervideo-modal
        .modal-container
        .modal-card
        .modal-content
        .product-option.timestamp
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  modal-component
    .modal-container
    .modal-card
    .modal-content
    .product-option.timestamp,
  video-modal
    .modal-container
    .modal-card
    .modal-content
    .product-option.timestamp {
    display: none;
  }
  modal-component .modal-container .modal-card .modal-content .product-option dd,
  video-modal .modal-container .modal-card .modal-content .product-option dd {
    margin-bottom: 0;
    margin-left: 0.5rem;
  }
  modal-component .modal-container .modal-card .modal-footer,
  video-modal .modal-container .modal-card .modal-footer {
    background-color: var(--color-light);
    border-color: var(--color-decorative-400);
    border-top-width: 1px;
    margin-top: var(--spacing-lg);
    padding: var(--spacing-sm) var(--spacing-xs);
    text-align: right;
  }
  @media (min-width: 640px) {
    modal-component .modal-container .modal-card .modal-footer,
    video-modal .modal-container .modal-card .modal-footer {
      bottom: auto;
      position: relative;
    }
  }
  hn-modal,
  modal-component .modal-container .modal-card .modal-footer div:first-child,
  video-modal .modal-container .modal-card .modal-footer div:first-child {
    align-items: center;
  }
  hn-modal {
    display: flex;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    --tw-bg-opacity: 0.2;
    background-color: rgb(55, 55, 55, var(--tw-bg-opacity));
  }
  hn-modal > .modal-container {
    background-color: var(--color-light);
    border-color: var(--color-ui);
    border-radius: 4px;
    border-width: 1px;
    height: auto;
    margin: 24px auto;
    opacity: 1;
    position: relative;
    z-index: 20;
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media (min-width: 0px) {
    hn-modal > .modal-container {
      height: 100%;
      width: 100%;
    }
  }
  hn-modal > .modal-container .modal-header {
    background-color: transparent;
    border-bottom-width: 2px;
    border-color: var(--color-ui);
    padding: 16px 24px;
  }
  @media (min-width: 0px) {
    hn-modal > .modal-container .modal-header {
      padding: 16px;
    }
  }
  hn-modal > .modal-container .modal-header h2 {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
  hn-modal > .modal-container .modal-header [aria-label="Close"] {
    height: 44px;
    position: absolute;
    width: 44px;
  }
  @media (min-width: 0px) {
    hn-modal > .modal-container .modal-header [aria-label="Close"] {
      right: 2px;
      top: 12px;
    }
  }
  hn-modal > .modal-container .modal-content {
    height: 100%;
    min-height: 240px;
    min-width: 560px;
    overflow-y: auto;
    padding: 24px 24px 32px;
    position: relative;
  }
  @media (min-width: 0px) {
    hn-modal > .modal-container .modal-content {
      max-height: 80%;
    }
  }
  hn-modal > .modal-container .modal-footer {
    border-color: var(--color-decorative);
    border-top-width: 1px;
    padding: 16px 24px;
    text-align: right;
  }
  :root {
    --clear-icon: 24px;
  }
  .modal-large {
    background-color: #00000057;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 51;
  }
  .modal-large__header {
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: var(--spacing-xs);
    padding-bottom: 0.25rem;
    padding-left: var(--spacing-sm);
    padding-right: 0.375rem;
    padding-top: 0.25rem;
  }
  @media (min-width: 768px) {
    .modal-large__header {
      padding-left: 1.5rem;
      padding-right: 0.875rem;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.modal-large__background
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.modal-large__background
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .modal-large__background {
    display: none;
    width: 100%;
  }
  @media (min-width: 768px) {
    .modal-large__background {
      display: block;
      height: 100vh;
    }
  }
  .modal-large__body {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-basis: 0px;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .modal-large__close {
    cursor: pointer;
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    width: var(--box-area-width);
  }
  .modal-large__close,
  .modal-large__close-icon {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .modal-large__close-icon {
    height: var(--spacing-md);
    padding: 1.25rem;
    width: var(--spacing-md);
  }
  .modal-large__body {
    overflow-y: auto;
  }
  .modal-large__body::-webkit-scrollbar {
    width: 0.125rem;
  }
  .modal-large__body::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0.625rem #dde3e6;
  }
  .modal-large__body::-webkit-scrollbar-thumb {
    background-color: var(--color-ui);
    border-radius: 0.25rem;
  }
  .modal-large__footer {
    bottom: 3rem;
    position: absolute;
    right: 0;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .modal-large__footer {
      bottom: 0;
    }
  }
  .modal-large__footer {
    align-self: stretch;
    border-color: var(--color-decorative);
    border-style: solid;
    border-top-width: 1px;
    gap: var(--spacing-xs);
    padding: var(--spacing-xs) var(--spacing-md);
  }
  .modal-large__footer,
  .modal-large__main {
    align-items: flex-start;
    display: flex;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .modal-large__main {
    border-radius: 0.25rem;
    flex-direction: column;
    flex-shrink: 0;
    height: 100dvh;
    position: relative;
    width: 100vw;
  }
  @media (min-width: 1024px) {
    .modal-large__main {
      width: 560px;
    }
  }
  .modal-large__main {
    margin-top: var(--box-area-height);
  }
  @media (min-width: 1024px) {
    .modal-large__main {
      margin-top: 0;
    }
  }
  .modal-large__main {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    box-shadow: 0 2px 8px #0003;
  }
  .modal-large__cancel {
    align-items: center;
    border-color: var(--color-brand);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    color: var(--color-brand);
    display: flex;
    font-size: var(--font-size-sm);
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    justify-content: center;
    line-height: var(--line-height-sm);
    padding: var(--spacing-xs);
    text-transform: uppercase;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .modal-large__cancel,
  .modal-large__title {
    flex-basis: 0px;
    flex-grow: 1;
    flex-shrink: 0;
    font-family: lato;
    font-weight: 700;
  }
  .modal-large__title {
    color: var(--color-primary);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
  }
  .modal-large__save {
    flex-basis: 0px;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .modal-large__compare,
  .modal-large__save {
    --tw-text-opacity: 1;
    background-color: var(--color-brand);
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .modal-large__clear_all,
  .modal-large__compare,
  .modal-large__save {
    align-items: center;
    border-color: var(--color-brand);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    display: flex;
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 700;
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    justify-content: center;
    line-height: var(--line-height-sm);
    padding: var(--spacing-xs);
    text-transform: uppercase;
  }
  .modal-large__clear_all {
    color: var(--color-brand);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  body:has(modal-component.visible) {
    overflow-y: hidden;
  }
  product-container .product-fiche {
    display: block;
  }
  .more-products--mobile .accordion-content.open {
    max-height: 100%;
  }
  .more-products--mobile
    .accordion-content
    .accordion-body
    .more-products-block__img {
    margin-bottom: var(--spacing-xs);
  }
  .more-products--mobile
    .accordion-content
    .accordion-body
    .more-products-block__details__dimension {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.25rem;
    padding-left: var(--spacing-xs);
    padding-right: var(--spacing-xs);
    padding-top: 1.25rem;
  }
  .more-products--mobile
    .accordion-content
    .accordion-body
    .more-products-block__details__dimension__block {
    text-align: center;
    width: 100%;
  }
  .more-products--mobile
    .accordion-content
    .accordion-body
    .more-products-block__details__dimension__block:not(:first-child) {
    border-color: var(--color-primary-50);
    border-left-width: 2px;
  }
  .more-products--mobile__separator {
    border-color: var(--color-primary-50);
    border-top-width: 2px;
    margin-bottom: var(--spacing-md);
    margin-left: 12%;
    margin-right: 12%;
    margin-top: var(--spacing-md);
  }
  .more-products--web {
    max-width: 52.813rem;
  }
  .more-products--web h3 {
    color: var(--color-primary);
    font-size: 1.5rem;
    margin-bottom: var(--spacing-sm);
    margin-top: var(--spacing-sm);
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
    text-align: left;
  }
  .more-products--web .more-products-block__details {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .more-products--web .more-products-block__details__img img {
    height: 9.625rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 14.5rem;
  }
  .more-products--web .more-products-block__details__dimension {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .more-products--web .more-products-block__details__dimension__block {
    font-weight: 700;
    text-align: center;
    width: 100%;
  }
  :root[data-useragent*="Mac OS"]
    .more-products--web
    .more-products-block__details__dimension__block {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons.more-products--web
    .more-products-block__details__dimension__block {
    font-family: Material Icons;
  }
  .more-products--web
    .more-products-block__details__dimension__block:not(:first-child) {
    border-color: var(--color-primary-50);
    border-left-width: 2px;
  }
  .more-products--web .more-products-block__details__top {
    display: flex;
  }
  .more-products--web .more-products-block__details__bottom {
    display: flex;
    justify-content: space-between;
  }
  .more-products--web .more-products-block__details__pricing {
    text-align: right;
    width: 100%;
  }
  .more-products--web__separator {
    border-color: var(--color-primary-50);
    border-top-width: 2px;
    margin-bottom: var(--spacing-md);
    margin-left: 12%;
    margin-right: 12%;
    margin-top: var(--spacing-md);
    width: 66.666667%;
  }
  .more-products-block__details__name {
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  .more-products-block__details__name a {
    color: var(--color-primary);
  }
  .product-addons-card {
    border-radius: 0.5rem;
    display: grid;
    gap: var(--spacing-xs);
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 253 / var(--tw-bg-opacity));
    padding: var(--spacing-xs);
  }
  .product-addons-cart {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  .product-addon-checkbox {
    border-radius: 0.125rem;
    height: var(--checkbox-bounding-box-height);
    width: var(--checkbox-bounding-box-height);
  }
  .product-addon-checkbox:hover {
    cursor: pointer;
  }
  .product-addons-cart-notification {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
  }
  .product-addon-checkbox:checked {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .description-container {
    overflow: hidden;
  }
  .description-container > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .description-container > p,
  .description-container > ul {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .description-container > ul {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: var(--spacing-sm);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.description-container > ul:not(:first-of-type)
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.description-container > ul:not(:first-of-type)
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .description-container > ul:not(:first-of-type) {
    display: none;
  }
  .modal-description-container {
    overflow: hidden;
  }
  .modal-description-container > p,
  .modal-description-container > ul {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .modal-description-container > ul {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: var(--spacing-sm);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.modal-description-container
        > ul:not(:first-of-type)
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.modal-description-container
        > ul:not(:first-of-type)
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .modal-description-container > ul:not(:first-of-type) {
    display: none;
  }
  .products-in-group-selected {
    border-color: var(--color-primary);
    border-width: 2px;
    cursor: not-allowed;
    pointer-events: none;
  }
  .product-in-group-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .product-in-group-feature {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .product-form-container .price-container {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .product-form-container .price-container sup {
    font-size: 22px;
    top: -0.375rem;
  }
  .add-to-cart-container form {
    display: flex;
    flex-direction: column;
  }
  .add-to-cart-container .sp-compare-main.sp-compare-product-button {
    order: 2;
  }
  .add-to-cart-container
    .sp-compare-main.sp-compare-product-button
    .sp-compare-button {
    background-color: var(--color-light);
    border-color: var(--color-brand);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    color: var(--color-brand);
  }
  .add-to-cart-container
    .sp-compare-main.sp-compare-product-button
    .sp-compare-button
    p {
    color: var(--color-brand);
  }
  .add-to-cart-container .add-to-cart-button {
    height: 3.125rem;
    order: 1;
  }
  .multicolumn-section-container--block .multicolumn-slider-block--container,
  .multicolumn-section-container--slider .multicolumn-slider-block--container {
    height: var(--card-height-mobile);
    width: var(--card-width-mobile);
  }
  @media (min-width: 640px) {
    .multicolumn-section-container--block .multicolumn-slider-block--container,
    .multicolumn-section-container--slider .multicolumn-slider-block--container {
      height: var(--card-height-tablet);
      width: var(--card-width-tablet);
    }
    .multicolumn-section-container--block
      .multicolumn-slider-block--container.span-3,
    .multicolumn-section-container--slider
      .multicolumn-slider-block--container.span-3 {
      grid-column: span 3 / span 3;
    }
    .multicolumn-section-container--block
      .multicolumn-slider-block--container.span-4,
    .multicolumn-section-container--slider
      .multicolumn-slider-block--container.span-4 {
      grid-column: span 4 / span 4;
    }
    .multicolumn-section-container--block
      .multicolumn-slider-block--container.span-6,
    .multicolumn-section-container--slider
      .multicolumn-slider-block--container.span-6 {
      grid-column: span 6 / span 6;
    }
    .multicolumn-section-container--block
      .multicolumn-slider-block--container.span-9,
    .multicolumn-section-container--slider
      .multicolumn-slider-block--container.span-9 {
      grid-column: span 9 / span 9;
    }
    .multicolumn-section-container--block
      .multicolumn-slider-block--container.span-12,
    .multicolumn-section-container--slider
      .multicolumn-slider-block--container.span-12 {
      grid-column: span 12 / span 12;
    }
  }
  @media (min-width: 1024px) {
    .multicolumn-section-container--block .multicolumn-slider-block--container,
    .multicolumn-section-container--slider .multicolumn-slider-block--container {
      height: var(--card-height-desktop);
      width: var(--card-width-desktop);
    }
  }
  .multicolumn-section-container {
    padding-bottom: var(--multicolumn-padding-bottom);
    padding-top: var(--multicolumn-padding-top);
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .multicolumn-section-container.overflow-slider {
      overflow: hidden;
    }
    .multicolumn-section-container.overflow-slider .swiper {
      overflow: visible;
    }
  }
  .multicolumn-section-container--block {
    -moz-column-gap: var(--column-gap-mobile);
    column-gap: var(--column-gap-mobile);
    row-gap: var(--row-gap-mobile);
  }
  @media (min-width: 640px) {
    .multicolumn-section-container--block {
      -moz-column-gap: var(--column-gap-tablet);
      column-gap: var(--column-gap-tablet);
      row-gap: var(--row-gap-tablet);
    }
  }
  @media (min-width: 1024px) {
    .multicolumn-section-container--block {
      -moz-column-gap: var(--column-gap-desktop);
      column-gap: var(--column-gap-desktop);
      row-gap: var(--row-gap-desktop);
    }
  }
  .hn-desktop-navigation__properties,
  .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
    background-color: var(--color-light);
    border-color: var(--color-decorative);
    border-right-width: 1px;
    height: 100%;
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
  }
  @media (min-width: 640px) {
    .hn-desktop-navigation__properties,
    .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
      grid-column: span 2 / span 2;
    }
  }
  @media (min-width: 1024px) {
    .hn-desktop-navigation__properties,
    .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
      grid-column: span 3 / span 3;
    }
  }
  @media (min-width: 1280px) {
    .hn-desktop-navigation__properties,
    .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
      grid-column: span 3 / span 3;
    }
  }
  .hn-desktop-navigation__properties,
  .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
    transition: opacity var(--transition-duration) var(--transition-timing);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-nav-utils--desktop__screen
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-nav-utils--desktop__screen
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-nav-utils--desktop__screen {
    display: none;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .hn-nav-utils--desktop__screen {
      display: flex;
    }
  }
  .hn-nav-utils--desktop__screen .shop--icon__container {
    border-color: var(--color-decorative);
    border-right-width: 1px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hn-nav-utils--desktop__screen
    .shop--icon__container
    .shop-menu--title-icon__wrapper {
    align-items: center;
    background-color: var(--color-light);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: var(--box-area-height);
    justify-content: center;
    padding-left: var(--spacing-lg);
    padding-right: var(--spacing-lg);
    position: relative;
  }
  .hn-nav-utils--desktop__screen .navigation_menu__container {
    align-items: center;
    align-self: stretch;
    background-color: var(--color-light);
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    padding-right: var(--spacing-lg);
    position: relative;
    width: 100%;
  }
  .hn-nav-utils--desktop__screen:has(
      .hn-navigation--main-desktop__screen:not(.hide)
    )
    .shop--icon__container
    .shop-menu--title-icon__wrapper {
    z-index: 1;
  }
  .hn-nav-utils--desktop__screen:has(.hn-navigation--main-desktop__screen.hide)
    .shop--icon__container
    #hamburger-icon {
    display: flex;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-nav-utils--desktop__screen:has(
          .hn-navigation--main-desktop__screen:not(.hide)
        )
        .shop--icon__container
        #hamburger-icon
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-nav-utils--desktop__screen:has(
          .hn-navigation--main-desktop__screen:not(.hide)
        )
        .shop--icon__container
        #hamburger-icon
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-nav-utils--desktop__screen:has(
      .hn-navigation--main-desktop__screen:not(.hide)
    )
    .shop--icon__container
    #hamburger-icon {
    display: none;
  }
  .hn-nav-utils--desktop__screen:has(
      .hn-navigation--main-desktop__screen:not(.hide)
    )
    .shop--icon__container
    #exit-icon {
    display: flex;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-nav-utils--desktop__screen:has(
          .hn-navigation--main-desktop__screen.hide
        )
        .shop--icon__container
        #exit-icon
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-nav-utils--desktop__screen:has(
          .hn-navigation--main-desktop__screen.hide
        )
        .shop--icon__container
        #exit-icon
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-nav-utils--desktop__screen:has(.hn-navigation--main-desktop__screen.hide)
    .shop--icon__container
    #exit-icon {
    display: none;
  }
  .hn-nav-utils--desktop__screen:has(
      .hn-navigation--main-desktop__screen:not(.hide)
    )
    .shop--icon__container
    .shop--text__title {
    color: var(--color-brand);
  }
  .hn-nav-utils--desktop__screen:has(.hn-navigation--main-desktop__screen.hide)
    .shop--icon__container
    .shop--text__title {
    color: var(--color-primary);
  }
  .hn-nav-utils--desktop__screen:has(
      .hn-navigation--main-desktop__screen:not(.hide)
    )
    .shop--icon__container
    .shop-shadow--line__cover {
    background-color: var(--color-light);
    bottom: -0.2rem;
    height: 10px;
    left: 0;
    position: absolute;
    width: calc(100% - 0.07rem);
    z-index: 50;
  }
  .hn-navigation--main-desktop__screen {
    bottom: 0;
    height: auto;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 50;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-desktop__screen
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-desktop__screen
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-desktop__screen {
    display: none;
  }
  @media (min-width: 1024px) {
    .hn-navigation--main-desktop__screen {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  @media (min-width: 1280px) {
    .hn-navigation--main-desktop__screen {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .hn-navigation--main-desktop__screen {
    grid-template-rows: 100% auto 1fr;
  }
  .hn-navigation--main-desktop__screen.hide {
    height: 0;
    pointer-events: none;
    width: 0;
  }
  .hn-navigation--main-desktop__screen.hide hn-navigation-desktop-screen {
    display: grid;
    grid-row: none;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-duration) var(--transition-timing);
    width: 0;
  }
  .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
    height: 100%;
    max-height: calc(100vh - 110px);
    width: 100%;
  }
  @media (min-width: 1536px) {
    .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
      height: auto;
    }
  }
  .hn-navigation--main-desktop__screen hn-navigation-desktop-screen {
    overflow-y: auto;
  }
  .hn-navigation--main-desktop__screen
    hn-navigation-desktop-screen::-webkit-scrollbar {
    width: 0.125rem;
  }
  .hn-navigation--main-desktop__screen
    hn-navigation-desktop-screen::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0.625rem #dde3e6;
  }
  .hn-navigation--main-desktop__screen
    hn-navigation-desktop-screen::-webkit-scrollbar-thumb {
    background-color: var(--color-ui);
    border-radius: 0.25rem;
  }
  .hn-navigation--main-desktop__screen hn-navigation-desktop-screen.hide {
    display: grid;
    grid-row: none;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-duration) var(--transition-timing);
    width: 0;
  }
  .hn-navigation--main-desktop__screen .hn-nav-custom-images__container {
    background-color: var(--color-light);
    height: 100%;
    max-height: calc(100vh - 110px);
    opacity: 1;
    padding-bottom: var(--spacing-lg);
    padding-top: var(--spacing-lg);
    pointer-events: auto;
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-navigation--main-desktop__screen .hn-nav-custom-images__container {
      grid-column: span 2 / span 2;
    }
  }
  @media (min-width: 1024px) {
    .hn-navigation--main-desktop__screen .hn-nav-custom-images__container {
      grid-column: span 3 / span 3;
    }
  }
  @media (min-width: 1280px) {
    .hn-navigation--main-desktop__screen .hn-nav-custom-images__container {
      grid-column: span 3 / span 3;
    }
  }
  .hn-navigation--main-desktop__screen .hn-nav-custom-images__container {
    transition: opacity var(--transition-duration) var(--transition-timing);
  }
  .hn-navigation--main-desktop__screen .hn-nav-custom-images__container > ul {
    display: block;
    height: 100%;
    overflow-y: auto;
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: auto;
  }
  .hn-navigation--main-desktop__screen
    .hn-nav-custom-images__container
    > ul::-webkit-scrollbar {
    width: 0.125rem;
  }
  .hn-navigation--main-desktop__screen
    .hn-nav-custom-images__container
    > ul::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0.625rem #dde3e6;
  }
  .hn-navigation--main-desktop__screen
    .hn-nav-custom-images__container
    > ul::-webkit-scrollbar-thumb {
    background-color: var(--color-ui);
    border-radius: 0.25rem;
  }
  .hn-navigation--main-desktop__screen
    .hn-nav-custom-images__container
    > ul
    > li {
    align-items: center;
    background-color: var(--color-light);
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    row-gap: var(--spacing-md);
    width: 100%;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-desktop__screen
        .hn-nav-custom-images__container
        > ul
        > li
        > div.hide
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-desktop__screen
        .hn-nav-custom-images__container
        > ul
        > li
        > div.hide
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-desktop__screen
    .hn-nav-custom-images__container
    > ul
    > li
    > div.hide {
    display: none;
  }
  .hn-navigation--main-desktop__screen .hn-nav-custom-images__container.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-duration) var(--transition-timing);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-desktop__screen
        .hn-nav-custom-images__container.hide
        > ul
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-desktop__screen
        .hn-nav-custom-images__container.hide
        > ul
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-desktop__screen
    .hn-nav-custom-images__container.hide
    > ul {
    display: none;
  }
  .hn-navigation--main-desktop__screen:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .hn-navigation--main-desktop__screen:has(
      hn-navigation-desktop-screen:first-child:not(.hide)
    ):has(.hn-nav-custom-images__container.hide):after {
    width: 25%;
  }
  .hn-navigation--main-desktop__screen:has(
      hn-navigation-desktop-screen:nth-child(2):not(.hide)
    ):has(.hn-nav-custom-images__container.hide):after {
    width: 50%;
  }
  .hn-navigation--main-desktop__screen:has(
      hn-navigation-desktop-screen:nth-child(3):not(.hide)
    ):has(.hn-nav-custom-images__container.hide):after {
    width: 75%;
  }
  .hn-navigation--main-desktop__screen:has(
      .hn-nav-custom-images__container:not(.hide)
    ):has(hn-navigation-desktop-screen:nth-child(3).hide):after {
    width: 75%;
  }
  .hn-navigation--main-desktop__screen:has(
      .hn-nav-custom-images__container:not(.hide)
    ):has(hn-navigation-desktop-screen:nth-child(3):not(.hide)):after {
    width: 100%;
  }
  .hn-navigation--main-desktop__screen {
    height: 100vh;
    z-index: 12;
  }
  @media (min-width: 1536px) {
    .hn-navigation--main-desktop__screen {
      height: auto;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerbody:has(
          .hn-navigation--main-desktop__screen.hide
        )
        .menu-overlay
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerbody:has(
          .hn-navigation--main-desktop__screen.hide
        )
        .menu-overlay
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  body:has(.hn-navigation--main-desktop__screen.hide) .menu-overlay {
    display: none;
  }
  .hn-navigation--main-mobile__screen {
    background-color: #00000057;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) var(--box-area-width);
    height: 100dvh;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    z-index: 60;
  }
  .hn-navigation--main-mobile__screen .mobile-logo-title__wrapper {
    align-items: center;
    background-color: var(--color-light);
    border-bottom-width: 1px;
    border-color: var(--color-decorative);
    display: flex;
    height: auto;
    justify-content: space-between;
    width: 100%;
  }
  .hn-navigation--main-mobile__screen
    .mobile-logo-title__wrapper
    .hn-nav-back-menu-btn__container {
    align-items: center;
    flex-shrink: 0;
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    justify-content: center;
    margin-bottom: var(--spacing-2xs);
    margin-top: var(--spacing-2xs);
    width: var(--box-area-width);
  }
  .hn-navigation--main-mobile__screen.hide {
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen.hide
        .hn-navigation--mobile__screen-wrapper
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen.hide
        .hn-navigation--mobile__screen-wrapper
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-mobile__screen.hide
    .hn-navigation--mobile__screen-wrapper {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen.hide
        .hn-navigation--mobile__screen-wrapper
        #hn-nav-custom-images
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen.hide
        .hn-navigation--mobile__screen-wrapper
        #hn-nav-custom-images
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-mobile__screen.hide
    .hn-navigation--mobile__screen-wrapper
    #hn-nav-custom-images {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen.hide
        .hn-nav-back-menu-btn__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen.hide
        .hn-nav-back-menu-btn__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-mobile__screen.hide .hn-nav-back-menu-btn__container {
    display: none;
  }
  .hn-navigation--main-mobile__screen .hn-navigation--mobile__screen-wrapper {
    display: flex;
    flex-direction: column;
    grid-column: span 3 / span 3;
    height: 100%;
    max-width: var(--drawer-panel-max-width);
    --tw-bg-opacity: 1;
    animation: slideFromLeftFadeOut var(--transition-duration) forwards;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: 95dvh;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen::-webkit-scrollbar {
    width: 0.125rem;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0.625rem #dde3e6;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen::-webkit-scrollbar-thumb {
    background-color: var(--color-ui);
    border-radius: 0.25rem;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
    position: relative;
    width: 100%;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromRight
    #hn-nav-custom-special-menu,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromRight
    #hn-nav-custom-sub-categories,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromRight
    #hn-nav-link-headers-container,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromRight
    #hn-nav-main-menu
    .hn-navigation--btn {
    animation: slideFromRightFadeOut var(--transition-duration) forwards;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromLeft
    #hn-nav-custom-special-menu,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromLeft
    #hn-nav-custom-sub-categories,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromLeft
    #hn-nav-link-headers-container,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    .hn-navigation-mobile__menus--container.fromLeft
    #hn-nav-main-menu
    .hn-navigation--btn {
    animation: slideFromLeftFadeOut var(--transition-duration) forwards;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    #hn-nav-custom-images.fromRight,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    #hn-nav-custom-right-menu.fromRight {
    animation: slideFromRightFadeOut var(--transition-duration) forwards;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    #hn-nav-custom-images.fromLeft,
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    hn-navigation-mobile-screen
    #hn-nav-custom-right-menu.fromLeft {
    animation: slideFromLeftFadeOut var(--transition-duration) forwards;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen
        .hn-navigation--mobile__screen-wrapper
        .mobile-logo-title__wrapper:has(
          #hn-nav-back-menu-btn[data-root-title="Harvey Norman"]
        )
        .hn-nav-back-menu-btn__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen
        .hn-navigation--mobile__screen-wrapper
        .mobile-logo-title__wrapper:has(
          #hn-nav-back-menu-btn[data-root-title="Harvey Norman"]
        )
        .hn-nav-back-menu-btn__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    .mobile-logo-title__wrapper:has(
      #hn-nav-back-menu-btn[data-root-title="Harvey Norman"]
    )
    .hn-nav-back-menu-btn__container {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen
        .hn-navigation--mobile__screen-wrapper
        .mobile-logo-title__wrapper:has(#hn-nav-back-menu-btn[data-root-title=""])
        .hn-nav-back-menu-btn__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-navigation--main-mobile__screen
        .hn-navigation--mobile__screen-wrapper
        .mobile-logo-title__wrapper:has(#hn-nav-back-menu-btn[data-root-title=""])
        .hn-nav-back-menu-btn__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-navigation--main-mobile__screen
    .hn-navigation--mobile__screen-wrapper
    .mobile-logo-title__wrapper:has(#hn-nav-back-menu-btn[data-root-title=""])
    .hn-nav-back-menu-btn__container {
    display: none;
  }
  hn-product-highlights .highlight-ribbons .ribbon {
    font-family: lato, sans-serif;
    font-weight: 700;
    margin-left: -0.625rem;
    position: relative;
  }
  hn-product-highlights .highlight-ribbons .ribbon a,
  hn-product-highlights .highlight-ribbons .ribbon p {
    position: relative;
    z-index: 2;
  }
  hn-product-highlights .highlight-ribbons .ribbon .slant {
    height: 100%;
    position: absolute;
    right: -5%;
    top: 0;
    transform: skew(-20deg);
    width: 1.875rem;
    z-index: 1;
  }
  hn-product-highlights .highlight-ribbons .ribbon .back-triangle {
    bottom: -0.625rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    height: 0.625rem;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
    width: 0.5rem;
  }
  #hexa-quick-icon {
    display: block !important;
    top: 0 !important;
  }
  @media (min-width: 768px) {
    #hexa-quick-icon {
      left: 0 !important;
    }
  }
  media-slider .video.hexa-video-button {
    background-color: var(--color-interactive-500) !important;
    border-radius: 0.25rem !important;
    color: var(--color-light-500) !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    padding: 0.875rem 4rem !important;
  }
  :root[data-useragent*="Mac OS"] media-slider .video.hexa-video-button {
    font-family: lato !important;
    font-weight: 700 !important;
  }
  :root[data-useragent*="Mac OS"]
    media-slider.material-icons
    .video.hexa-video-button {
    font-family: Material Icons !important;
  }
  media-slider #slider-product-images .media-slider-swiper {
    height: auto;
  }
  @media (min-width: 0px) {
    media-slider #slider-product-images .media-slider-swiper {
      width: 65%;
    }
  }
  @media (min-width: 640px) {
    media-slider #slider-product-images .media-slider-swiper {
      width: 65%;
    }
  }
  @media (min-width: 768px) {
    media-slider #slider-product-images .media-slider-swiper {
      margin-left: 6rem;
      margin-right: 6rem;
      width: 75%;
    }
  }
  @media (min-width: 1024px) {
    media-slider #slider-product-images .media-slider-swiper {
      margin-left: 6rem;
      margin-right: 6rem;
    }
  }
  media-slider
    #slider-product-images
    .media-slider-swiper
    .swiper-wrapper
    .swiper-slide
    a {
    border-color: var(--color-primary-100);
    border-style: solid;
    border-width: 2px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
  media-slider
    #slider-product-images
    .media-slider-swiper
    .swiper-wrapper
    .swiper-slide
    a
    img {
    width: 100% !important;
  }
  @media (min-width: 0px) {
    media-slider
      #slider-product-images
      .media-slider-swiper
      .swiper-wrapper
      .swiper-slide
      a
      img {
      height: 5rem !important;
    }
  }
  media-gallery #thumbnail-slider {
    display: flex;
    justify-content: center;
  }
  media-gallery #thumbnail-slider .splide__slide {
    border-width: 0 !important;
    display: flex !important;
    height: var(--thumbnail-img-height) !important;
  }
  media-gallery #thumbnail-slider .splide__slide,
  media-gallery #thumbnail-slider .splide__slide.is-active {
    background-size: contain !important;
    width: var(--thumbnail-img-height) !important;
  }
  media-gallery #thumbnail-slider .splide__slide.is-active:after {
    border: 2px solid transparent;
    border-radius: 0.25rem;
    content: "";
    display: block;
    height: var(--thumbnail-img-height);
    width: 100%;
  }
  media-gallery #main-slider {
    border-radius: 0.25rem;
    max-height: var(--main-slider);
    overflow: hidden;
    position: relative;
  }
  media-gallery #main-slider hn-product-highlights {
    left: 14px;
    position: absolute;
    top: -4px;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermedia-gallery
        #main-slider
        hn-product-highlights
        .back-triangle
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermedia-gallery
        #main-slider
        hn-product-highlights
        .back-triangle
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  media-gallery #main-slider hn-product-highlights .back-triangle {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermedia-gallery
        #main-slider
        hn-product-highlights
        .highlight-pricing
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermedia-gallery
        #main-slider
        hn-product-highlights
        .highlight-pricing
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  media-gallery #main-slider hn-product-highlights .highlight-pricing {
    display: none;
  }
  media-gallery #main-slider .splide__slide {
    background-size: contain !important;
  }
  media-gallery #main-slider .splide__slide img {
    aspect-ratio: 3/2;
    max-height: var(--main-slider);
    -o-object-fit: contain;
    object-fit: contain;
  }
  media-gallery #main-slider .splide__slide.is-active img {
    height: auto;
  }
  media-gallery #main-slider .splide__slide svg {
    max-height: 605px;
    width: 100%;
  }
  media-gallery #thumbnail-slider-popup #thumbnail-slider-popup-list {
    height: auto;
  }
  media-gallery .splide__arrows .splide__arrow--prev {
    left: 0;
  }
  media-gallery .splide__arrows .splide__arrow--next {
    right: 1rem;
  }
  @media (min-width: 768px) {
    media-gallery .splide__arrows .splide__arrow--next {
      right: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    media-gallery .splide__arrows .splide__arrow--next {
      right: 0;
    }
  }
  media-gallery #thumbnail-slider-popup .splide__arrow--next {
    right: 0;
  }
  media-gallery .splide__arrows--ttb .splide__arrow--prev {
    top: -54px;
  }
  media-gallery .splide__arrows--ttb .splide__arrow--next {
    bottom: -54px;
  }
  media-gallery .hn-btn-swiper-fancy {
    display: flex;
    opacity: 1;
  }
  media-gallery #thumbnail-slider img,
  media-gallery #thumbnail-slider-popup img {
    height: var(--thumbnail-img-height);
    -o-object-fit: cover;
    object-fit: cover;
    width: var(--thumbnail-img-height);
  }
  media-gallery #main-slider-popup-list .splide__slide {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
  }
  media-gallery #main-slider-popup-list .splide__slide img {
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    height: 100% !important;
    width: 100% !important;
  }
  @media (min-width: 0px) and (max-width: 639px) {
    media-gallery #main-slider-popup-list .splide__slide img {
      margin-top: 50%;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermedia-gallery .popup
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offermedia-gallery .popup
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  media-gallery .popup {
    align-items: center;
    background-color: var(--color-light);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  @media screen and (max-width: 768px) and (min-width: 0px) and (max-width: 639px) {
    media-gallery .popup {
      padding-bottom: env(safe-area-inset-bottom);
    }
  }
  media-gallery .popup.active {
    display: flex;
    flex-direction: column-reverse;
  }
  media-gallery #close-popup {
    align-items: center;
    background-color: var(--color-light);
    border-radius: 9999px;
    display: flex;
    flex-shrink: 0;
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    justify-content: center;
    right: var(--spacing-xs);
    top: var(--spacing-xs);
    width: var(--box-area-width);
  }
  media-gallery .open-gallery {
    align-items: center;
    background-color: var(--color-tint);
    border-color: var(--color-tint);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 2px;
    color: var(--color-primary);
    display: flex;
    font-weight: 700;
    gap: var(--spacing-2xs);
    padding: var(--spacing-xs);
  }
  :root[data-useragent*="Mac OS"] media-gallery .open-gallery {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"] media-gallery.material-icons .open-gallery {
    font-family: Material Icons;
  }
  media-gallery .open-gallery:hover {
    border-color: var(--color-primary);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  media-gallery .thumbnail-slider-container {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .main-slider-image {
    aspect-ratio: 3/2;
    margin: auto;
  }
  .thumbnail-slider-popup-progress,
  .thumbnail-slider-progress {
    background-color: var(--color-decorative);
    margin-right: 1rem;
    margin-top: var(--spacing-2xs);
  }
  @media (min-width: 768px) {
    .thumbnail-slider-popup-progress,
    .thumbnail-slider-progress {
      margin-right: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    .thumbnail-slider-popup-progress,
    .thumbnail-slider-progress {
      margin-right: 0;
    }
  }
  .thumbnail-slider-popup-progress__bar,
  .thumbnail-slider-progress__bar {
    background-color: var(--color-ui);
    height: 0.125rem;
    transition: transform 0.3s ease;
    width: 172px;
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .product-recommendations:has(.show-navigation-mobile):not(
        swiper-button-disabled
      )
      .swiper-button-next.show-navigation-mobile,
    .product-recommendations:has(.show-navigation-mobile):not(
        swiper-button-disabled
      )
      .swiper-button-prev.show-navigation-mobile,
    .recently-viewed-product-slider:has(.show-navigation-mobile):not(
        swiper-button-disabled
      )
      .swiper-button-next.show-navigation-mobile,
    .recently-viewed-product-slider:has(.show-navigation-mobile):not(
        swiper-button-disabled
      )
      .swiper-button-prev.show-navigation-mobile {
      display: flex;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(.less-than-5):not(
          .swiper-button-disabled
        )
        .swiper-button-next
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(.less-than-5):not(
          .swiper-button-disabled
        )
        .swiper-button-prev
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .less-than-5
        ):not(.swiper-button-disabled)
        .swiper-button-next
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .less-than-5
        ):not(.swiper-button-disabled)
        .swiper-button-prev
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(.less-than-5):not(
          .swiper-button-disabled
        )
        .swiper-button-next
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(.less-than-5):not(
          .swiper-button-disabled
        )
        .swiper-button-prev
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .less-than-5
        ):not(.swiper-button-disabled)
        .swiper-button-next
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .less-than-5
        ):not(.swiper-button-disabled)
        .swiper-button-prev
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .product-recommendations:has(.less-than-5):not(.swiper-button-disabled)
    .swiper-button-next,
  .product-recommendations:has(.less-than-5):not(.swiper-button-disabled)
    .swiper-button-prev,
  .recently-viewed-product-slider:has(.less-than-5):not(.swiper-button-disabled)
    .swiper-button-next,
  .recently-viewed-product-slider:has(.less-than-5):not(.swiper-button-disabled)
    .swiper-button-prev {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-next.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-prev.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-next.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-prev.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-next.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-prev.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-next.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider:has(
          .swiper-button-disabled
        ):not(.show-navigation-mobile):not(.less-than-5)
        .swiper-button-prev.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .product-recommendations:has(.swiper-button-disabled):not(
      .show-navigation-mobile
    ):not(.less-than-5)
    .swiper-button-next.swiper-button-disabled,
  .product-recommendations:has(.swiper-button-disabled):not(
      .show-navigation-mobile
    ):not(.less-than-5)
    .swiper-button-prev.swiper-button-disabled,
  .recently-viewed-product-slider:has(.swiper-button-disabled):not(
      .show-navigation-mobile
    ):not(.less-than-5)
    .swiper-button-next.swiper-button-disabled,
  .recently-viewed-product-slider:has(.swiper-button-disabled):not(
      .show-navigation-mobile
    ):not(.less-than-5)
    .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
  .product-recommendations .show-viewed-products,
  .recently-viewed-product-slider .show-viewed-products {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
    display: flex !important;
    grid-auto-flow: column !important;
  }
  @media (min-width: 768px) {
    .product-recommendations .show-viewed-products,
    .recently-viewed-product-slider .show-viewed-products {
      display: grid !important;
    }
  }
  .product-recommendations .show-viewed-products.swiper-wrapper,
  .recently-viewed-product-slider .show-viewed-products.swiper-wrapper {
    padding-bottom: calc(
      var(--spacing-md) + var(--swiper-scrollbar-size, var(--spacing-2xs))
    );
  }
  @media (min-width: 640px) {
    .product-recommendations .show-viewed-products.swiper-wrapper.less-than-5,
    .recently-viewed-product-slider
      .show-viewed-products.swiper-wrapper.less-than-5 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
    padding-bottom: 0;
    padding-right: 0;
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider.swiper-slide,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout.swiper-slide,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider.swiper-slide,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout.swiper-slide {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    height: -moz-fit-content;
    height: fit-content;
  }
  @media (min-width: 768px) {
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider.swiper-slide,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout.swiper-slide,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider.swiper-slide,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout.swiper-slide {
      display: grid;
    }
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product-recommendations
          .show-viewed-products
          .product_card__container--default-layout-product-slider.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_card__container--default-layout-product-slider,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product-recommendations
          .show-viewed-products
          .product_card__container--default-layout.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_card__container--default-layout-product-slider,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.recently-viewed-product-slider
          .show-viewed-products
          .product_card__container--default-layout-product-slider.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_card__container--default-layout-product-slider,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.recently-viewed-product-slider
          .show-viewed-products
          .product_card__container--default-layout.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product-recommendations
          .show-viewed-products
          .product_card__container--default-layout-product-slider.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_energy_ratings_collection,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product-recommendations
          .show-viewed-products
          .product_card__container--default-layout.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_energy_ratings_collection,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.recently-viewed-product-slider
          .show-viewed-products
          .product_card__container--default-layout-product-slider.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_energy_ratings_collection,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.recently-viewed-product-slider
          .show-viewed-products
          .product_card__container--default-layout.swiper-slide
          .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider.swiper-slide
      .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout.swiper-slide
      .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider.swiper-slide
      .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout.swiper-slide
      .product-highlights-ribbon-wishlist.no-product-highlights.no-wishlist {
      display: none;
    }
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container {
    gap: var(--spacing-2xs) !important;
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_stars_component_container,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_stars_component_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_stars_component_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_stars_component_container {
    padding: 0 !important;
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_stars_component_container
    svg,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_stars_component_container
    svg,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_stars_component_container
    svg,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_stars_component_container
    svg {
    height: 18px !important;
    width: 18px !important;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_averageRating_component_container,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_averageRating_component_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_averageRating_component_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_averageRating_component_container {
    display: none !important;
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text {
    color: var(--color-secondary) !important;
    font-family: lato !important;
    font-size: var(--font-size-sm) !important;
    font-weight: 400 !important;
    line-height: var(--line-height-sm) !important;
    padding: 0 !important;
  }
  .product-recommendations
    .show-viewed-products:has(.product-card__buttons.add-to-cart-container)
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products:has(.product-card__buttons.add-to-cart-container)
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .product-recommendations
    .show-viewed-products:has(.product-card__buttons.find-in-store-btn)
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products:has(.product-card__buttons.find-in-store-btn)
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .product-recommendations
    .show-viewed-products:has(.product-card__buttons hn-anchor-component)
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products:has(.product-card__buttons hn-anchor-component)
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .product-recommendations
    .show-viewed-products:has(.highlights-text__bonus-offer:not(.hidden))
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products:has(.highlights-text__bonus-offer:not(.hidden))
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .product-recommendations
    .show-viewed-products:has(.highlights-text__standout:not(.hidden))
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products:has(.highlights-text__standout:not(.hidden))
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .product-recommendations
    .show-viewed-products:has(.highlights-text__cashback:not(.hidden))
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products:has(.highlights-text__cashback:not(.hidden))
    .product_card__container--default-layout {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .highlights-text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .highlights-text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .highlights-text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .highlights-text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .product-recommendations .show-viewed-products .highlights-text,
  .recently-viewed-product-slider .show-viewed-products .highlights-text {
    display: none;
  }
  .product-recommendations
    .show-viewed-products:has(.highlights-text__bonus-offer:not(.hidden))
    .highlights-text,
  .recently-viewed-product-slider
    .show-viewed-products:has(.highlights-text__bonus-offer:not(.hidden))
    .highlights-text {
    display: grid;
  }
  .product-recommendations
    .show-viewed-products:has(.highlights-text__standout:not(.hidden))
    .highlights-text,
  .recently-viewed-product-slider
    .show-viewed-products:has(.highlights-text__standout:not(.hidden))
    .highlights-text {
    display: grid;
  }
  .product-recommendations
    .show-viewed-products:has(.highlights-text__cashback:not(.hidden))
    .highlights-text,
  .recently-viewed-product-slider
    .show-viewed-products:has(.highlights-text__cashback:not(.hidden))
    .highlights-text {
    display: grid;
  }
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider {
    border-width: 0 !important;
  }
  .tab-container-root .tab-container {
    display: flex;
    width: 100%;
  }
  @media screen and (max-width: 1076px) {
    .tab-container-root .tab-container {
      display: none !important;
    }
  }
  .tab-container-root .tab-container .tab-header .tab-lists {
    background-color: var(--color-tint-300);
    border-radius: 0.5rem;
    padding: var(--spacing-xs);
  }
  .tab-container-root .tab-container .tab-header .tab-lists .tablinks {
    color: var(--color-interactive-600);
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  .tab-container-root .tab-container .tab-header .tab-lists .tablinks:hover {
    text-decoration-line: underline;
  }
  .tab-container-root .tab-container .tab-header .tab-lists .tablinks.active {
    background-color: var(--color-light);
    border-color: var(--color-decorative-300);
    border-style: solid;
    border-width: 2px 0 2px 2px;
    color: var(--color-primary);
  }
  .tab-container-root .tab-container .tab-body {
    background-color: var(--color-light);
    border-color: var(--color-decorative-300);
    border-radius: 0.5rem;
    border-width: 2px;
    color: var(--color-primary);
    padding: var(--spacing-sm);
    width: 100%;
  }
  .tab-container-root .tab-container .tab-body .tab-content {
    display: none;
  }
  .tab-container-root .tab-container .tab-body .tab-content:first-child {
    display: block;
  }
  .tab-container-root .tab-container .tab-body .tab-content h2 {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 700;
  }
  .tab-container-root .tab-container .tab-body .tab-content h5 {
    color: var(--color-primary);
  }
  .tab-container-root .tab-container .tab-body .tab-content p a {
    color: var(--color-brand);
    cursor: pointer;
  }
  .tab-container-root .tab-container .tab-body .tab-content p a:hover {
    color: var(--color-interactive);
  }
  .tab-container-root .tab-container .tab-body .tab-content .tab-description {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  .tab-container-root .tab-container .tab-body .tab-content .tab-description ul {
    list-style-type: disc;
  }
  .tab-container-root .tab-container .tab-body .tab-content .tab-description ol,
  .tab-container-root .tab-container .tab-body .tab-content .tab-description ul {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    margin-left: var(--spacing-sm);
  }
  .tab-container-root .tab-container .tab-body .tab-content .wysiwyg-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  .tab-container-root .tab-container .tab-body .tab-content .wysiwyg-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .tab-container-root .tab-container .tab-body .tab-content .wysiwyg-content ul {
    list-style-type: disc;
  }
  .tab-container-root .tab-container .tab-body .tab-content .wysiwyg-content ol,
  .tab-container-root .tab-container .tab-body .tab-content .wysiwyg-content ul {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    margin-left: var(--spacing-sm);
  }
  .tab-container-root .tab-container.vertical {
    display: flex;
    flex-direction: row;
  }
  .tab-container-root .tab-container.vertical .tab-header .tab-lists {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    margin-right: -5px;
    padding-right: 0;
  }
  .tab-container-root .tab-container.vertical .tab-header .tab-lists .tablinks {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    margin-right: 0.2rem;
    padding-left: 1rem;
    position: relative;
    text-align: left;
    width: 180px;
    z-index: 2;
  }
  .tab-container-root .tab-container.vertical .tab-body {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .tab-container-root .tab-container.horizontal {
    display: flex;
    flex-direction: column;
  }
  .tab-container-root .tab-container.horizontal .tab-header {
    display: flex;
    flex-direction: row;
  }
  .tab-container-root .tab-container.horizontal .tab-header .tab-lists {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -5px;
    padding-bottom: 0;
  }
  .tab-container-root .tab-container.horizontal .tab-header .tab-lists .tablinks {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    padding: 0.5rem 1rem 1rem;
    position: relative;
    text-align: left;
    width: auto;
    z-index: 2;
  }
  .mobile-accordion {
    display: none;
  }
  @media screen and (max-width: 1076px) {
    .mobile-accordion {
      display: block !important;
    }
  }
  .mobile-accordion .accordion-content {
    color: var(--color-primary);
  }
  .mobile-accordion .accordion-content.open {
    height: auto;
    max-height: none;
  }
  .mobile-accordion .accordion-content h2 {
    display: none;
  }
  .mobile-accordion .accordion-content h5,
  .mobile-accordion .accordion-content p {
    margin-bottom: 1rem;
  }
  .mobile-accordion .accordion-content p a {
    color: var(--color-primary);
    cursor: pointer;
  }
  .mobile-accordion .accordion-content p a:hover {
    color: var(--color-interactive);
  }
  .mobile-accordion .accordion-content .tab-description {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  .mobile-accordion .accordion-content .tab-description ul {
    list-style-type: disc;
  }
  .mobile-accordion .accordion-content .tab-description ol,
  .mobile-accordion .accordion-content .tab-description ul {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    margin-left: var(--spacing-sm);
  }
  .mobile-accordion .accordion-content .wysiwyg-content div {
    margin: 1rem 0;
  }
  .mobile-accordion .accordion-content .wysiwyg-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .mobile-accordion .accordion-content .wysiwyg-content ul {
    list-style-type: disc;
  }
  .mobile-accordion .accordion-content .wysiwyg-content ul li {
    margin-bottom: 0.75rem;
    margin-left: 2rem;
  }
  .mobile-accordion .accordion-content .wysiwyg-content ol li {
    margin-bottom: 0.75rem;
    margin-left: 1rem;
  }
  tab-component accordion-component {
    max-width: var(--product-main-content);
  }
  input[type="checkbox"].form-checkbox {
    border-color: var(--color-ui);
    border-radius: 0.125rem;
    border-width: 2px;
    color: var(--color-ui);
    height: var(--form-checkbox-small-height);
    padding: 0;
    width: var(--form-checkbox-small-width);
  }
  input[type="checkbox"].form-checkbox.facet-filter__checkbox {
    cursor: pointer;
  }
  input[type="checkbox"].form-checkbox:disabled {
    border-color: var(--color-decorative);
  }
  input[type="checkbox"].form-checkbox:checked {
    border-style: none;
    border-width: 0;
    box-shadow: none;
    color: var(--color-interactive);
  }
  input[type="checkbox"].form-checkbox:focus {
    border-color: var(--color-interactive);
    border-width: 2px;
    box-shadow: none;
    filter: drop-shadow(0 0 8px rgba(0, 91, 156, 0.5));
  }
  input[type="checkbox"].form-checkbox:invalid {
    border-color: var(--color-alertcritical);
    color: var(--color-alertcritical);
  }
  .hn-input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .hn-input-group > :not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
  }
  .hn-input-group > :first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .hn-input-group-text {
    align-items: center;
    background-color: var(--color-brand);
    display: flex;
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
    line-height: var(--line-height-md);
    padding: 0.625rem;
    text-align: center;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hn-input-group-text--right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .hn-input-group-form {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    flex: 1 1 auto;
    font-size: var(--font-size-md);
    font-weight: 400;
    line-height: var(--line-height-md);
    min-width: 0;
    padding: 0.375rem 0.75rem;
    position: relative;
    width: 1%;
  }
  .hn-input-group-form:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
      0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .form-select {
    border-width: 1px;
    color: var(--color-primary);
    display: block;
  }
  .form-select::-moz-placeholder {
    color: var(--color-secondary);
  }
  .form-select::placeholder {
    color: var(--color-secondary);
  }
  .form-select:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
      0 8px 10px -6px var(--tw-shadow-color);
  }
  .form-select {
    height: var(--form-input-small-height);
    padding: var(--form-input-small-padding);
    width: var(--form-input-regular-min-width);
  }
  @media (min-width: 0px) {
    .form-select {
      height: var(--form-input-regular-height);
      padding: var(--form-input-regular-padding);
      width: 100%;
    }
  }
  .form-select:disabled {
    border-color: var(--color-decorative);
  }
  .form-select:checked,
  .form-select:focus {
    border-color: var(--color-interactive);
  }
  .form-select:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .form-select:invalid {
    border-color: var(--color-alertcritical);
    color: var(--color-alertcritical);
  }
  .form-select > option.disabled {
    color: var(--color-decorative);
  }
  label.form-label {
    color: var(--color-primary);
  }
  :invalid ~ label.form-label {
    color: var(--color-alertcritical);
  }
  :disabled ~ label.form-label {
    color: var(--color-decorative);
  }
  label.form-label:has(~ .form-input:disabled) {
    color: var(--color-decorative);
  }
  label.form-label:has(~ .form-input--smart) {
    margin-left: 18px;
    margin-top: 12px;
    position: absolute;
    transition-duration: 0.15s;
    transition-duration: 0.15;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  label.form-label:has(~ .form-input--smart:not(:-moz-placeholder-shown)) {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
    margin-top: var(--spacing-2xs);
  }
  label.form-label:has(~ .form-input--smart:active),
  label.form-label:has(~ .form-input--smart:focus),
  label.form-label:has(~ .form-input--smart:not(:placeholder-shown)) {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
    margin-top: var(--spacing-2xs);
  }
  .form-error {
    color: var(--color-alertcritical);
    margin-top: 0.5rem;
    visibility: hidden;
  }
  .form-error > .material-icons {
    vertical-align: middle;
  }
  input ~ .form-error {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .skeleton-main .skeleton,
  .skeleton-main .skeleton-full {
    background-color: var(--color-decorative);
    border-radius: 0.25rem;
  }
  .skeleton-main .skeleton-full {
    width: 100%;
  }
  .skeleton-main .section-header-title {
    background-color: var(--color-decorative);
    border-radius: 0.25rem;
    color: var(--color-primary);
    font-size: var(--font-size-2xl);
    line-height: var(--line-height-2xl);
    margin-bottom: var(--spacing-md);
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--spacing-xl);
    text-align: center;
    text-transform: uppercase;
    width: 33.333333%;
  }
  .skeleton-main .hn-slider-pagination {
    color: var(--color-decorative);
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  .skeleton-single {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    background-color: var(--color-decorative-600);
    border-radius: 0.25rem;
    height: var(--spacing-md);
  }
  .pagination-load-more {
    align-items: center;
    border-radius: 0.25rem;
    display: flex;
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    justify-content: center;
    padding: var(--spacing-xs);
    width: 100%;
  }
  @media (min-width: 1024px) {
    .pagination-load-more {
      width: 240px;
    }
  }
  .pagination-load-more {
    border: 1px solid var(--color-brand-600);
    color: var(--color-light);
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
    text-transform: uppercase;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__badge
    .product__badge-content:after,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__badge
    .product__badge-content:after,
  .product_card__container--default-layout
    .product__badge
    .product__badge-content:after,
  .product_card__container--mobile-desktop-electronics
    .product__badge
    .product__badge-content:after,
  .product_card__container--three-columns
    .product__badge
    .product__badge-content:after,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__badge
    .product__badge-content:after {
    background-color: var(--color-alertcritical);
    clip-path: polygon(0 0, 100% 0, 9% 100%, 0 100%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    transform: translate(calc(100% - 1px));
    width: 10px;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__title-ratings,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .product__title-ratings,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings,
  .product_card__container--default-layout .product__title-ratings,
  .product_card__container--mobile-desktop-electronics .product__title-ratings,
  .product_card__container--three-columns .product__title-ratings,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .product__title-ratings,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings {
    display: grid;
    gap: var(--spacing-2xs);
    grid-row: span 3 / span 3;
    grid-template-rows: subgrid;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container,
  .product_card__container--default-layout
    .product__title-ratings
    .bv_main_container,
  .product_card__container--mobile-desktop-electronics
    .product__title-ratings
    .bv_main_container,
  .product_card__container--three-columns
    .product__title-ratings
    .bv_main_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container {
    gap: var(--spacing-2xs) !important;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container,
  .product_card__container--default-layout
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container,
  .product_card__container--mobile-desktop-electronics
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container,
  .product_card__container--three-columns
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container {
    padding: 0 !important;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container
    svg,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container
    svg,
  .product_card__container--default-layout
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container
    svg,
  .product_card__container--mobile-desktop-electronics
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container
    svg,
  .product_card__container--three-columns
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container
    svg,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_stars_component_container
    svg {
    height: 18px !important;
    width: 18px !important;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--default-layout
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--three-columns
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--default-layout
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--three-columns
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product__title-ratings
        .bv_main_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_averageRating_component_container,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_averageRating_component_container,
  .product_card__container--default-layout
    .product__title-ratings
    .bv_main_container
    .bv_averageRating_component_container,
  .product_card__container--mobile-desktop-electronics
    .product__title-ratings
    .bv_main_container
    .bv_averageRating_component_container,
  .product_card__container--three-columns
    .product__title-ratings
    .bv_main_container
    .bv_averageRating_component_container,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_averageRating_component_container {
    display: none !important;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .product_card__container--default-layout
    .product__title-ratings
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .product_card__container--mobile-desktop-electronics
    .product__title-ratings
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .product_card__container--three-columns
    .product__title-ratings
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__title-ratings
    .bv_main_container
    .bv_numReviews_component_container
    .bv_text {
    color: var(--color-secondary) !important;
    font-family: lato !important;
    font-size: var(--font-size-sm) !important;
    font-weight: 400 !important;
    line-height: var(--line-height-sm) !important;
    padding: 0 !important;
  }
  .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
    .product__image
    img.default {
    height: 163px;
    width: 100%;
  }
  @media (min-width: 768px) {
    .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
      .product__image
      img.default {
      height: 326px;
    }
  }
  @media (min-width: 1536px) {
    .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
      .product__image
      img.default {
      height: 333px;
    }
  }
  .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
    .product__image
    img.electronics {
    height: 155px;
    width: 155px;
  }
  @media (min-width: 768px) {
    .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
      .product__image
      img.electronics {
      height: 326px;
      width: 100%;
    }
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__image
    img.default,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.default,
  .product_card__container--default-layout .product__image img.default,
  .product_card__container--mobile-desktop-electronics
    .product__image
    img.default,
  .product_card__container--three-columns .product__image img.default,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.default {
    height: 163px;
    width: 100%;
  }
  @media (min-width: 768px) {
    .hn-slider-product
      .product_card__container--default-layout-product-slider
      .product__image
      img.default,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.default,
    .product_card__container--default-layout .product__image img.default,
    .product_card__container--mobile-desktop-electronics
      .product__image
      img.default,
    .product_card__container--three-columns .product__image img.default,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.default {
      height: 226px;
    }
  }
  @media (min-width: 1536px) {
    .hn-slider-product
      .product_card__container--default-layout-product-slider
      .product__image
      img.default,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.default,
    .product_card__container--default-layout .product__image img.default,
    .product_card__container--mobile-desktop-electronics
      .product__image
      img.default,
    .product_card__container--three-columns .product__image img.default,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.default {
      height: 333px;
    }
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__image
    img.electronics,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.electronics,
  .product_card__container--default-layout .product__image img.electronics,
  .product_card__container--mobile-desktop-electronics
    .product__image
    img.electronics,
  .product_card__container--three-columns .product__image img.electronics,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.electronics {
    height: 155px;
    min-width: 155px;
    width: 155px;
  }
  @media (min-width: 768px) {
    .hn-slider-product
      .product_card__container--default-layout-product-slider
      .product__image
      img.electronics,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.electronics,
    .product_card__container--default-layout .product__image img.electronics,
    .product_card__container--mobile-desktop-electronics
      .product__image
      img.electronics,
    .product_card__container--three-columns .product__image img.electronics,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.electronics {
      height: 238px;
      min-width: 100%;
      width: 100%;
    }
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__image
    img.two-columns-shown-facets,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.two-columns-shown-facets,
  .product_card__container--default-layout
    .product__image
    img.two-columns-shown-facets,
  .product_card__container--mobile-desktop-electronics
    .product__image
    img.two-columns-shown-facets,
  .product_card__container--three-columns
    .product__image
    img.two-columns-shown-facets,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.two-columns-shown-facets {
    height: 343px;
    width: 100%;
  }
  @media (min-width: 768px) {
    .hn-slider-product
      .product_card__container--default-layout-product-slider
      .product__image
      img.two-columns-shown-facets,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.two-columns-shown-facets,
    .product_card__container--default-layout
      .product__image
      img.two-columns-shown-facets,
    .product_card__container--mobile-desktop-electronics
      .product__image
      img.two-columns-shown-facets,
    .product_card__container--three-columns
      .product__image
      img.two-columns-shown-facets,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.two-columns-shown-facets {
      height: 501px;
    }
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__image
    img.three-columns-hidden-facets,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.three-columns-hidden-facets,
  .product_card__container--default-layout
    .product__image
    img.three-columns-hidden-facets,
  .product_card__container--mobile-desktop-electronics
    .product__image
    img.three-columns-hidden-facets,
  .product_card__container--three-columns
    .product__image
    img.three-columns-hidden-facets,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__image
    img.three-columns-hidden-facets {
    height: 343px;
    width: 100%;
  }
  @media (min-width: 768px) {
    .hn-slider-product
      .product_card__container--default-layout-product-slider
      .product__image
      img.three-columns-hidden-facets,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.three-columns-hidden-facets,
    .product_card__container--default-layout
      .product__image
      img.three-columns-hidden-facets,
    .product_card__container--mobile-desktop-electronics
      .product__image
      img.three-columns-hidden-facets,
    .product_card__container--three-columns
      .product__image
      img.three-columns-hidden-facets,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider
      .product__image
      img.three-columns-hidden-facets {
      height: 442px;
    }
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__price
    .price--highlight,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__price
    .price--highlight,
  .product_card__container--default-layout .product__price .price--highlight,
  .product_card__container--mobile-desktop-electronics
    .product__price
    .price--highlight,
  .product_card__container--three-columns .product__price .price--highlight,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__price
    .price--highlight {
    font-family: lato;
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: var(--line-height-xl);
    line-height: var(--line-height-lg);
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__ribbon-image-swatches,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .product__ribbon-image-swatches,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__ribbon-image-swatches,
  .product_card__container--default-layout .product__ribbon-image-swatches,
  .product_card__container--mobile-desktop-electronics
    .product__ribbon-image-swatches,
  .product_card__container--three-columns .product__ribbon-image-swatches,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .product__ribbon-image-swatches,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__ribbon-image-swatches {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product__ribbon-image-swatches
    .swatches,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__ribbon-image-swatches
    .swatches,
  .product_card__container--default-layout
    .product__ribbon-image-swatches
    .swatches,
  .product_card__container--mobile-desktop-electronics
    .product__ribbon-image-swatches
    .swatches,
  .product_card__container--three-columns
    .product__ribbon-image-swatches
    .swatches,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product__ribbon-image-swatches
    .swatches {
    margin-bottom: 0;
    margin-top: 0;
    min-width: auto;
  }
  .hn-slider-product .product_card__container--default-layout-product-slider,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider,
  .product_card__container--default-layout,
  .product_card__container--mobile-desktop-electronics,
  .product_card__container--three-columns,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider {
    gap: var(--spacing-xs);
    grid-column: span 2 / span 2;
    height: auto;
    position: relative;
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-slider-product .product_card__container--default-layout-product-slider,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout,
    .product-recommendations
      .show-viewed-products
      .product_card__container--default-layout-product-slider,
    .product_card__container--default-layout,
    .product_card__container--mobile-desktop-electronics,
    .product_card__container--three-columns,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout,
    .recently-viewed-product-slider
      .show-viewed-products
      .product_card__container--default-layout-product-slider {
      grid-column: span 3 / span 3;
    }
  }
  .hn-slider-product .product_card__container--default-layout-product-slider,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider,
  .product_card__container--default-layout,
  .product_card__container--mobile-desktop-electronics,
  .product_card__container--three-columns,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider {
    display: grid;
    gap: var(--spacing-sm);
    grid-template-rows: subgrid;
  }
  .hn-slider-product
    .inline-ads-card.product_card__container--default-layout-product-slider,
  .inline-ads-card.product_card__container--default-layout,
  .inline-ads-card.product_card__container--mobile-desktop-electronics,
  .inline-ads-card.product_card__container--three-columns,
  .product-recommendations
    .show-viewed-products
    .inline-ads-card.product_card__container--default-layout,
  .product-recommendations
    .show-viewed-products
    .inline-ads-card.product_card__container--default-layout-product-slider,
  .recently-viewed-product-slider
    .show-viewed-products
    .inline-ads-card.product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products
    .inline-ads-card.product_card__container--default-layout-product-slider {
    display: flex;
    height: 100%;
    justify-content: center;
    justify-content: flex-end;
    width: 100%;
  }
  .hn-slider-product
    .inline-ads-card.product_card__container--default-layout-product-slider
    .inline-ads-card--inner,
  .inline-ads-card.product_card__container--default-layout
    .inline-ads-card--inner,
  .inline-ads-card.product_card__container--mobile-desktop-electronics
    .inline-ads-card--inner,
  .inline-ads-card.product_card__container--three-columns .inline-ads-card--inner,
  .product-recommendations
    .show-viewed-products
    .inline-ads-card.product_card__container--default-layout-product-slider
    .inline-ads-card--inner,
  .recently-viewed-product-slider
    .show-viewed-products
    .inline-ads-card.product_card__container--default-layout-product-slider
    .inline-ads-card--inner {
    align-items: center;
    border-radius: 0.25rem;
    display: flex;
    height: 95%;
    justify-content: center;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
    font-family: lato;
    font-size: var(--font-size-xs);
    font-weight: 700;
    line-height: var(--line-height-xs);
    text-align: center;
    text-transform: uppercase;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider:not(
      [last-row-of-items="true"]
    ),
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider:not(
      [last-row-of-items="true"]
    ),
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout:not([last-row-of-items="true"]),
  .product_card__container--default-layout:not([last-row-of-items="true"]),
  .product_card__container--mobile-desktop-electronics:not(
      [last-row-of-items="true"]
    ),
  .product_card__container--three-columns:not([last-row-of-items="true"]),
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider:not(
      [last-row-of-items="true"]
    ),
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout:not([last-row-of-items="true"]) {
    border-bottom-width: 1px;
    border-color: var(--color-decorative);
  }
  .hn-slider-product
    [last-row-of-items="true"].product_card__container--default-layout-product-slider,
  .product-recommendations
    .show-viewed-products
    [last-row-of-items="true"].product_card__container--default-layout,
  .product-recommendations
    .show-viewed-products
    [last-row-of-items="true"].product_card__container--default-layout-product-slider,
  .recently-viewed-product-slider
    .show-viewed-products
    [last-row-of-items="true"].product_card__container--default-layout,
  .recently-viewed-product-slider
    .show-viewed-products
    [last-row-of-items="true"].product_card__container--default-layout-product-slider,
  [last-row-of-items="true"].product_card__container--default-layout,
  [last-row-of-items="true"].product_card__container--mobile-desktop-electronics,
  [last-row-of-items="true"].product_card__container--three-columns {
    border-bottom-width: 0;
    border-style: none;
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .hn-slider-product
      [last-row-of-items="true"].product_card__container--default-layout-product-slider,
    .product-recommendations
      .show-viewed-products
      [last-row-of-items="true"].product_card__container--default-layout,
    .product-recommendations
      .show-viewed-products
      [last-row-of-items="true"].product_card__container--default-layout-product-slider,
    .recently-viewed-product-slider
      .show-viewed-products
      [last-row-of-items="true"].product_card__container--default-layout,
    .recently-viewed-product-slider
      .show-viewed-products
      [last-row-of-items="true"].product_card__container--default-layout-product-slider,
    [last-row-of-items="true"].product_card__container--default-layout,
    [last-row-of-items="true"].product_card__container--mobile-desktop-electronics,
    [last-row-of-items="true"].product_card__container--three-columns {
      border-bottom-width: 1px;
      border-color: var(--color-decorative);
      border-style: solid;
    }
    .hn-slider-product
      [last-row-item-mobile="true"].product_card__container--default-layout-product-slider,
    .product-recommendations
      .show-viewed-products
      [last-row-item-mobile="true"].product_card__container--default-layout,
    .product-recommendations
      .show-viewed-products
      [last-row-item-mobile="true"].product_card__container--default-layout-product-slider,
    .recently-viewed-product-slider
      .show-viewed-products
      [last-row-item-mobile="true"].product_card__container--default-layout,
    .recently-viewed-product-slider
      .show-viewed-products
      [last-row-item-mobile="true"].product_card__container--default-layout-product-slider,
    [last-row-item-mobile="true"].product_card__container--default-layout,
    [last-row-item-mobile="true"].product_card__container--mobile-desktop-electronics,
    [last-row-item-mobile="true"].product_card__container--three-columns {
      border-bottom-width: 0;
      border-style: none;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--default-layout
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--three-columns
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--default-layout
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--three-columns
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product-card__buttons,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout
    .product-card__buttons,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons,
  .product_card__container--default-layout .product-card__buttons,
  .product_card__container--mobile-desktop-electronics .product-card__buttons,
  .product_card__container--three-columns .product-card__buttons,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout
    .product-card__buttons,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons {
    display: none;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product-card__buttons:has(.add-to-cart-container),
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons:has(.add-to-cart-container),
  .product_card__container--default-layout
    .product-card__buttons:has(.add-to-cart-container),
  .product_card__container--mobile-desktop-electronics
    .product-card__buttons:has(.add-to-cart-container),
  .product_card__container--three-columns
    .product-card__buttons:has(.add-to-cart-container),
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons:has(.add-to-cart-container) {
    display: flex;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--default-layout
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--three-columns
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-recommendations
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--default-layout
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product_card__container--three-columns
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.recently-viewed-product-slider
        .show-viewed-products
        .product_card__container--default-layout-product-slider
        .product-card__buttons
        .find-in-store-btn:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product-card__buttons
    .find-in-store-btn:empty,
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons
    .find-in-store-btn:empty,
  .product_card__container--default-layout
    .product-card__buttons
    .find-in-store-btn:empty,
  .product_card__container--mobile-desktop-electronics
    .product-card__buttons
    .find-in-store-btn:empty,
  .product_card__container--three-columns
    .product-card__buttons
    .find-in-store-btn:empty,
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons
    .find-in-store-btn:empty {
    display: none;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .product-card__buttons:has(.find-in-store-btn),
  .product-recommendations
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons:has(.find-in-store-btn),
  .product_card__container--default-layout
    .product-card__buttons:has(.find-in-store-btn),
  .product_card__container--mobile-desktop-electronics
    .product-card__buttons:has(.find-in-store-btn),
  .product_card__container--three-columns
    .product-card__buttons:has(.find-in-store-btn),
  .recently-viewed-product-slider
    .show-viewed-products
    .product_card__container--default-layout-product-slider
    .product-card__buttons:has(.find-in-store-btn) {
    display: flex;
  }
  .product_card__container--three-columns {
    border-bottom-width: 1px;
    border-color: var(--color-decorative);
    border-style: solid;
    display: flex;
    flex-direction: column;
    padding-bottom: var(--spacing-lg);
    padding-right: var(--spacing-sm);
  }
  @media (min-width: 640px) {
    .product_card__container--three-columns {
      display: grid;
      padding-right: var(--spacing-md);
    }
  }
  .product_card__container--three-columns {
    grid-column: span 6 / span 6;
    grid-row: span 6 / span 6;
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product_card__container--three-columns
          .product_energy_ratings_collection:empty
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product_card__container--three-columns
          .product_energy_ratings_collection:empty
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .product_card__container--three-columns
      .product_energy_ratings_collection:empty {
      display: none;
    }
  }
  .product_card__container--default-layout {
    grid-row: span 7 / span 7;
    padding-bottom: var(--spacing-lg);
    padding-right: var(--spacing-sm);
  }
  @media (min-width: 640px) {
    .product_card__container--default-layout {
      padding-right: var(--spacing-md);
    }
  }
  .product_card__container--default-layout.recently-viewed-container {
    border-bottom-width: 0;
    border-style: none;
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product_card__container--default-layout
          .product_energy_ratings_collection:empty
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product_card__container--default-layout
          .product_energy_ratings_collection:empty
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .product_card__container--default-layout
      .product_energy_ratings_collection:empty {
      display: none;
    }
    .product_card__container--default-layout:nth-child(2n) {
      padding-right: 0;
    }
  }
  .product_card__container--default-layout:nth-child(4n) {
    padding-right: 0;
  }
  .product_card__container--mobile-desktop-electronics {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-row: span 11 / span 11;
    padding-bottom: var(--spacing-lg);
    padding-right: 0;
  }
  @media (min-width: 640px) {
    .product_card__container--mobile-desktop-electronics {
      display: grid;
      padding-right: var(--spacing-md);
    }
  }
  .product_card__container--mobile-desktop-electronics {
    grid-column: span 4 / span 4;
  }
  @media (min-width: 640px) {
    .product_card__container--mobile-desktop-electronics {
      grid-column: span 3 / span 3;
    }
  }
  .product_card__container--mobile-desktop-electronics
    .product-image-details-container {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-sm);
    margin-top: var(--spacing-xs);
  }
  @media (min-width: 640px) {
    .product_card__container--mobile-desktop-electronics
      .product-image-details-container {
      display: grid;
      grid-template-rows: subgrid;
    }
  }
  .product_card__container--mobile-desktop-electronics
    .product-image-details-container {
    grid-row: span 10 / span 10;
  }
  .product_card__container--mobile-desktop-electronics
    .product-image-details-container--details {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    height: auto;
    width: 100%;
  }
  @media (min-width: 640px) {
    .product_card__container--mobile-desktop-electronics
      .product-image-details-container--details {
      display: grid;
      grid-template-rows: subgrid;
    }
  }
  .product_card__container--mobile-desktop-electronics
    .product-image-details-container--details {
    grid-row: span 9 / span 9;
  }
  .product_card__container--mobile-desktop-electronics:nth-child(4n) {
    padding-right: 0;
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .product_card__container--mobile-desktop-electronics
      .product-image-details-container--details:has(
        .product-energy_ratings__wrapper
      )
      .product_energy_ratings_collection {
      display: grid;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
          .product-image-details-container--details
          .product_energy_ratings_collection
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .highlights-text__bonus-offer.product_card__container--mobile-desktop-electronics
          .product-image-details-container--details
          .product_energy_ratings_collection
      ):has(.highlights-text__standout.hidden):has(
        .highlights-text__cashback.hidden
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .product_card__container--mobile-desktop-electronics
      .product-image-details-container--details
      .product_energy_ratings_collection {
      display: none;
    }
  }
  @media (min-width: 640px) {
    .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
      .product_card__container--three-columns {
      grid-column: span 4 / span 4;
    }
  }
  .collection-products-facet-main__wrapper:has(#facet-filter-container.hide)
    .product_card__container--three-columns:nth-child(3n) {
    padding-right: 0;
  }
  .collection-products-facet-main__wrapper:has(#facet-filter-container:not(.hide))
    .product_card__container--three-columns:nth-child(2n) {
    padding-right: 0;
  }
  .product__image .rollover-image {
    aspect-ratio: 3/2;
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }
  .product__image .rollover-image:hover {
    opacity: 1;
  }
  @media (min-width: 0px) {
    .product__image .rollover-image {
      height: auto;
    }
  }
  @media (min-width: 640px) {
    .product__image .rollover-image {
      height: auto;
    }
  }
  .price-container sup {
    top: -0.375rem;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .inline_rating
    .bv_main_container {
    gap: var(--spacing-2xs) !important;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .inline_rating
    .bv_main_container
    .bv_stars_component_container {
    padding: 0 !important;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .inline_rating
    .bv_main_container
    .bv_stars_component_container
    svg {
    height: 18px !important;
    width: 18px !important;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .inline_rating
        .bv_main_container
        .bv_sub_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_card__container--default-layout-product-slider
        .inline_rating
        .bv_main_container
        .bv_sub_container
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .inline_rating
    .bv_main_container
    .bv_sub_container
    .bv_averageRating_component_container {
    display: none !important;
  }
  .hn-slider-product
    .product_card__container--default-layout-product-slider
    .inline_rating
    .bv_main_container
    .bv_sub_container
    .bv_numReviews_component_container
    .bv_text {
    color: var(--color-secondary) !important;
    font-family: lato !important;
    font-size: var(--font-size-sm) !important;
    font-weight: 400 !important;
    line-height: var(--line-height-sm) !important;
    padding: 0 !important;
  }
  .hn-slider-product .product_card__container--default-layout-product-slider {
    border-bottom-width: 0;
    border-style: none;
    gap: var(--spacing-xs);
    grid-row: span 4 / span 4;
    padding-bottom: 0;
    padding-right: 0;
  }
  .hn-slider-product .highlights-text {
    display: grid;
    visibility: hidden;
  }
  body:has(
      modal-component.hn-slider-product
        .highlights-text:has(.highlights-text__bonus-offer:not(.hidden))
    ) {
    overflow-y: hidden;
  }
  .hn-slider-product
    .highlights-text:has(.highlights-text__bonus-offer:not(.hidden)) {
    visibility: visible;
  }
  body:has(
      modal-component.hn-slider-product
        .highlights-text:has(.highlights-text__standout:not(.hidden))
    ) {
    overflow-y: hidden;
  }
  .hn-slider-product
    .highlights-text:has(.highlights-text__standout:not(.hidden)) {
    visibility: visible;
  }
  body:has(
      modal-component.hn-slider-product
        .highlights-text:has(.highlights-text__cashback:not(.hidden))
    ) {
    overflow-y: hidden;
  }
  .hn-slider-product
    .highlights-text:has(.highlights-text__cashback:not(.hidden)) {
    visibility: visible;
  }
  .hn-slider-product:has(.highlights-text__bonus-offer:not(.hidden))
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.highlights-text__standout:not(.hidden))
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.highlights-text__cashback:not(.hidden))
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hidden
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.\!hidden
    ):has(.highlights-text__standout.\!hidden):has(
      .highlights-text__cashback.\!hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hidden
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.\!hidden
    ):has(.highlights-text__standout.\!hidden):has(
      .highlights-text__cashback.\!hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer:not(.hidden)
    ):has(.highlights-text__standout:not(.hidden)):has(
      .highlights-text__cashback:not(.hidden)
    ):has(.inline_rating)
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer:not(.hidden)
    ):has(.highlights-text__standout:not(.hidden)):has(
      .highlights-text__cashback:not(.hidden)
    ):has(.inline_rating)
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_energy_ratings_collection:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-slider-product
        .product_energy_ratings_collection:empty
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product .product_energy_ratings_collection:empty {
    display: none;
  }
  .slider-container__root {
    padding-bottom: var(--slider-container-padding-bottom);
    padding-top: var(--slider-container-padding-top);
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .slider-container__root.overflow-slider {
      overflow: hidden;
    }
    .slider-container__root.overflow-slider .swiper {
      overflow: visible;
    }
  }
  #collection-toolbar-container facet-filter-search,
  #facet-filter-container .facet-filter--form,
  .facet-header {
    align-items: center;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    width: 100%;
  }
  #collection-toolbar-container facet-filter-search .form-group,
  #facet-filter-container .facet-filter--form .form-group,
  .facet-header .form-group {
    align-items: center;
    display: flex;
    gap: var(--spacing-2xs);
    height: var(--box-area-height);
    justify-content: flex-start;
    position: relative;
    width: 100%;
  }
  #collection-toolbar-container facet-filter-search .form-group--label-stock,
  #facet-filter-container .facet-filter--form .form-group--label-stock,
  .facet-header .form-group--label-stock {
    align-items: center;
    display: flex;
    flex: 1 1 0%;
    gap: var(--spacing-2xs);
    width: auto;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .facet-filter__label,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .facet-filter__label,
  .facet-header .form-group--label-stock .facet-filter__label {
    align-self: stretch;
    cursor: pointer;
    flex: 1 1 0%;
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 400;
    line-height: var(--line-height-sm);
    pointer-events: auto;
    text-transform: capitalize;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock,
  #facet-filter-container .facet-filter--form .form-group--label-stock .stock,
  .facet-header .form-group--label-stock .stock {
    color: var(--color-secondary);
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 400;
    line-height: var(--line-height-sm);
    pointer-events: none;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options,
  .facet-header .form-group--label-stock .stock.color-options {
    border-color: var(--color-decorative);
    border-radius: 0.25rem;
    border-width: 1px;
    height: var(--checkbox-bounding-box-height);
    width: var(--checkbox-bounding-box-width);
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.apricot,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.apricot,
  .facet-header .form-group--label-stock .stock.color-options.apricot {
    background-color: #fbceb1;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.barley-beige,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.barley-beige,
  .facet-header .form-group--label-stock .stock.color-options.barley-beige {
    background-color: #d7d4ce;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.barley-silver,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.barley-silver,
  .facet-header .form-group--label-stock .stock.color-options.barley-silver {
    background-color: #babebe;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.bianco,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.bianco,
  .facet-header .form-group--label-stock .stock.color-options.bianco {
    background-color: #f9f6f8;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.dark-brown,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.dark-brown,
  .facet-header .form-group--label-stock .stock.color-options.dark-brown {
    background-color: #5c4033;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.mystic-ivory,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.mystic-ivory,
  .facet-header .form-group--label-stock .stock.color-options.mystic-ivory {
    background-color: ivory;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.mystic-walnut,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.mystic-walnut,
  .facet-header .form-group--label-stock .stock.color-options.mystic-walnut {
    background-color: #59392b;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.natural-taupe,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.natural-taupe,
  .facet-header .form-group--label-stock .stock.color-options.natural-taupe {
    background-color: #cac0b8;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.new-club-aqua,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.new-club-aqua,
  .facet-header .form-group--label-stock .stock.color-options.new-club-aqua {
    background-color: #0ff;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.new-club-eclipse,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.new-club-eclipse,
  .facet-header .form-group--label-stock .stock.color-options.new-club-eclipse {
    background-color: #3c3a3a;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.new-club-grey,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.new-club-grey,
  .facet-header .form-group--label-stock .stock.color-options.new-club-grey {
    background-color: gray;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.new-club-red,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.new-club-red,
  .facet-header .form-group--label-stock .stock.color-options.new-club-red {
    background-color: red;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.new-club-snow,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.new-club-snow,
  .facet-header .form-group--label-stock .stock.color-options.new-club-snow {
    background-color: snow;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.new-club-taupe,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.new-club-taupe,
  .facet-header .form-group--label-stock .stock.color-options.new-club-taupe {
    background-color: #a8998e;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.rouge,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.rouge,
  .facet-header .form-group--label-stock .stock.color-options.rouge {
    background-color: #d7707e;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.seattle-bordeaux,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.seattle-bordeaux,
  .facet-header .form-group--label-stock .stock.color-options.seattle-bordeaux {
    background-color: #5a002c;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.seattle-chestnut,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.seattle-chestnut,
  .facet-header .form-group--label-stock .stock.color-options.seattle-chestnut {
    background-color: #954535;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.stone,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.stone,
  .facet-header .form-group--label-stock .stock.color-options.stone {
    background-color: #b7b09c;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.ultramarine,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.ultramarine,
  .facet-header .form-group--label-stock .stock.color-options.ultramarine {
    background-color: #0437f2;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.vintage-tan,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.vintage-tan,
  .facet-header .form-group--label-stock .stock.color-options.vintage-tan {
    background-color: tan;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.grey,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.grey,
  .facet-header .form-group--label-stock .stock.color-options.grey {
    background-color: gray;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.black,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.black,
  .facet-header .form-group--label-stock .stock.color-options.black {
    background-color: #000;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.brown,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.brown,
  .facet-header .form-group--label-stock .stock.color-options.brown {
    background-color: brown;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.green,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.green,
  .facet-header .form-group--label-stock .stock.color-options.green {
    background-color: green;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.blue,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.blue,
  .facet-header .form-group--label-stock .stock.color-options.blue {
    background-color: #00f;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.dark-cyanine,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.dark-cyanine,
  .facet-header .form-group--label-stock .stock.color-options.dark-cyanine {
    background-color: #008b8b;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.anthracite,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.anthracite,
  .facet-header .form-group--label-stock .stock.color-options.anthracite {
    background-color: #383838;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.duck-egg,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.duck-egg,
  .facet-header .form-group--label-stock .stock.color-options.duck-egg {
    background-color: #e0f0f0;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.slate-grey,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.slate-grey,
  .facet-header .form-group--label-stock .stock.color-options.slate-grey {
    background-color: #708090;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.light-pink,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.light-pink,
  .facet-header .form-group--label-stock .stock.color-options.light-pink {
    background-color: #ffb6c1;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.charcoal,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.charcoal,
  .facet-header .form-group--label-stock .stock.color-options.charcoal {
    background-color: #36454f;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.lavender,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.lavender,
  .facet-header .form-group--label-stock .stock.color-options.lavender {
    background-color: #e6e6fa;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.mulberry,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.mulberry,
  .facet-header .form-group--label-stock .stock.color-options.mulberry {
    background-color: #c54b8c;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.orange,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.orange,
  .facet-header .form-group--label-stock .stock.color-options.orange {
    background-color: orange;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.prussian-blue,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.prussian-blue,
  .facet-header .form-group--label-stock .stock.color-options.prussian-blue {
    background-color: #036;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.gold,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.gold,
  .facet-header .form-group--label-stock .stock.color-options.gold {
    background-color: gold;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.silver,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.silver,
  .facet-header .form-group--label-stock .stock.color-options.silver {
    background-color: silver;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.copper,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.copper,
  .facet-header .form-group--label-stock .stock.color-options.copper {
    background-color: #b87333;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.navy,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.navy,
  .facet-header .form-group--label-stock .stock.color-options.navy {
    background-color: navy;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group--label-stock
    .stock.color-options.cream,
  #facet-filter-container
    .facet-filter--form
    .form-group--label-stock
    .stock.color-options.cream,
  .facet-header .form-group--label-stock .stock.color-options.cream {
    background-color: #fffdd0;
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group
    .facet-filter--checkbox__wrapper,
  #facet-filter-container
    .facet-filter--form
    .form-group
    .facet-filter--checkbox__wrapper,
  .facet-header .form-group .facet-filter--checkbox__wrapper {
    align-items: center;
    display: flex;
    height: var(--checkbox-bounding-box-height);
    justify-content: center;
    width: var(--checkbox-bounding-box-width);
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group
    .facet-filter--checkbox__wrapper
    .facet-filter__checkbox:checked,
  #facet-filter-container
    .facet-filter--form
    .form-group
    .facet-filter--checkbox__wrapper
    .facet-filter__checkbox:checked,
  .facet-header
    .form-group
    .facet-filter--checkbox__wrapper
    .facet-filter__checkbox:checked {
    color: var(--color-primary);
  }
  #collection-toolbar-container
    facet-filter-search
    .form-group
    .facet-filter--checkbox__wrapper
    .facet-filter__checkbox:focus,
  #facet-filter-container
    .facet-filter--form
    .form-group
    .facet-filter--checkbox__wrapper
    .facet-filter__checkbox:focus,
  .facet-header
    .form-group
    .facet-filter--checkbox__wrapper
    .facet-filter__checkbox:focus {
    border-color: var(--color-primary);
    filter: drop-shadow(0 0 8px rgba(55, 55, 55, 0.5));
  }
  #facet-filter-container {
    height: -moz-fit-content;
    height: fit-content;
    max-width: 318px;
    width: 100%;
  }
  #facet-filter-container.hide {
    height: 0;
    pointer-events: none;
    width: 0;
  }
  #facet-filter-container.hide .facet-filter--form__wrapper {
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: relative;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 0;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer#facet-filter-container.hide
        .facet-filter--form
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer#facet-filter-container.hide
        .facet-filter--form
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  #facet-filter-container.hide .facet-filter--form {
    display: none;
  }
  #facet-filter-container .facet-filter--form__wrapper {
    background-color: #00000057;
    display: grid;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
  }
  @media (min-width: 768px) {
    #facet-filter-container .facet-filter--form__wrapper {
      background-color: var(--color-light);
      display: flex;
      left: unset;
      position: relative;
      top: unset;
      z-index: auto;
    }
  }
  #facet-filter-container .facet-filter--form__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr)) var(--box-area-width);
  }
  #facet-filter-container .facet-filter--form {
    background-color: var(--color-light);
    display: flex;
    flex-direction: column;
    grid-column: span 3 / span 3;
    height: 100dvh;
    max-width: var(--drawer-panel-max-width);
    width: 100%;
  }
  @media (min-width: 768px) {
    #facet-filter-container .facet-filter--form {
      display: flex;
      height: -moz-fit-content;
      height: fit-content;
      padding: 0;
      width: 100%;
    }
  }
  @media (min-width: 0px) {
    #facet-filter-container .facet-filter--form.has-slide-in-animation {
      animation: slideFromLeftFadeOut var(--transition-duration) forwards;
    }
  }
  @media (min-width: 768px) {
    #facet-filter-container .facet-filter--form {
      animation: fadeIn var(--transition-duration) forwards;
    }
  }
  #facet-filter-container .facet-filter--form__contents {
    align-self: stretch;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: var(--spacing-xs);
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    padding: var(--spacing-xs) var(--spacing-sm);
    width: 100%;
  }
  @media (min-width: 768px) {
    #facet-filter-container .facet-filter--form__contents {
      display: grid;
      overflow-y: clip;
      padding: 0;
    }
  }
  #facet-filter-container .facet-filter--form__contents::-webkit-scrollbar {
    width: 0.125rem;
  }
  #facet-filter-container .facet-filter--form__contents::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0.625rem #dde3e6;
  }
  #facet-filter-container .facet-filter--form__contents::-webkit-scrollbar-thumb {
    background-color: var(--color-ui);
    border-radius: 0.25rem;
  }
  #facet-filter-container
    .facet-filter--form__contents
    .facet-filter-price-range__main-container.price-range.input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: var(--color-ui);
    border-radius: 0.25rem;
    border-style: solid;
    color: var(--color-primary);
    padding: var(--spacing-xs);
    width: 50%;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-footer-desktop__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-footer-desktop__container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-footer-desktop__container {
    display: none;
    grid-column: 1/-1;
    padding-bottom: var(--spacing-lg);
    padding-top: var(--spacing-lg);
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-footer-desktop__container {
      display: grid;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 768px) {
    .hn-footer-desktop__container {
      padding-left: 28px;
      padding-right: 28px;
    }
  }
  @media (min-width: 1536px) {
    .hn-footer-desktop__container {
      padding-left: unset;
      padding-right: unset;
    }
  }
  .footer-mobile__container {
    background-color: var(--color-tint);
    grid-column: span 4 / span 4;
    height: 100%;
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .footer-mobile__container.highlights-text__bonus-offer
      ):has(.sm\:hidden.highlights-text__standout):has(
        .sm\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .footer-mobile__container.highlights-text__bonus-offer
      ):has(.sm\:hidden.highlights-text__standout):has(
        .sm\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .footer-mobile__container {
      display: none;
    }
  }
  .footer-mobile__container-accordion {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    padding-bottom: 22px;
    padding-top: 22px;
    width: 100%;
  }
  .sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .invisible {
    visibility: hidden;
  }
  .static {
    position: static;
  }
  .fixed {
    position: fixed;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .\!-bottom-\[28px\] {
    bottom: -28px !important;
  }
  .\!bottom-0 {
    bottom: 0 !important;
  }
  .-bottom-\[6px\] {
    bottom: -6px;
  }
  .-left-\[0\.125rem\] {
    left: -0.125rem;
  }
  .-right-3 {
    right: -0.75rem;
  }
  .-right-\[0\.125rem\] {
    right: -0.125rem;
  }
  .-top-1\/4 {
    top: -25%;
  }
  .-top-2 {
    top: -0.5rem;
  }
  .-top-xs {
    top: calc(var(--spacing-xs) * -1);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-2xs {
    bottom: var(--spacing-2xs);
  }
  .left-0 {
    left: 0;
  }
  .left-\[15\%\] {
    left: 15%;
  }
  .left-\[64\%\] {
    left: 64%;
  }
  .left-sm {
    left: var(--spacing-sm);
  }
  .right-0 {
    right: 0;
  }
  .right-2xs {
    right: var(--spacing-2xs);
  }
  .right-\[52px\] {
    right: 52px;
  }
  .right-sm {
    right: var(--spacing-sm);
  }
  .top-0 {
    top: 0;
  }
  .top-1 {
    top: 0.25rem;
  }
  .top-1\.5 {
    top: 0.375rem;
  }
  .top-2xs {
    top: var(--spacing-2xs);
  }
  .top-3 {
    top: 0.75rem;
  }
  .top-\[-12px\] {
    top: -12px;
  }
  .top-\[2\.6rem\] {
    top: 2.6rem;
  }
  .top-\[3\.125rem\] {
    top: 3.125rem;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-sm {
    top: var(--spacing-sm);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[11\] {
    z-index: 11;
  }
  .z-\[19\] {
    z-index: 19;
  }
  .z-\[52\] {
    z-index: 52;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-full {
    grid-column: 1/-1;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-10 {
    grid-column-start: 10;
  }
  .col-start-11 {
    grid-column-start: 11;
  }
  .col-start-12 {
    grid-column-start: 12;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .col-start-5 {
    grid-column-start: 5;
  }
  .col-start-6 {
    grid-column-start: 6;
  }
  .col-start-7 {
    grid-column-start: 7;
  }
  .col-start-8 {
    grid-column-start: 8;
  }
  .col-start-9 {
    grid-column-start: 9;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-full {
    grid-row: 1/-1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-4 {
    grid-row-start: 4;
  }
  .row-start-5 {
    grid-row-start: 5;
  }
  .row-start-6 {
    grid-row-start: 6;
  }
  .float-right {
    float: right;
  }
  .\!m-0 {
    margin: 0 !important;
  }
  .m-0 {
    margin: 0;
  }
  .m-0\.5 {
    margin: 0.125rem;
  }
  .m-1 {
    margin: 0.25rem;
  }
  .m-2 {
    margin: 0.5rem;
  }
  .m-5 {
    margin: 1.25rem;
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-md {
    margin-left: var(--spacing-md);
    margin-right: var(--spacing-md);
  }
  .mx-sm {
    margin-left: var(--spacing-sm);
    margin-right: var(--spacing-sm);
  }
  .my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .my-2\.5 {
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
  }
  .my-2xs {
    margin-bottom: var(--spacing-2xs);
    margin-top: var(--spacing-2xs);
  }
  .my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .my-5 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
  .my-md {
    margin-bottom: var(--spacing-md);
    margin-top: var(--spacing-md);
  }
  .my-sm {
    margin-bottom: var(--spacing-sm);
    margin-top: var(--spacing-sm);
  }
  .my-xs {
    margin-bottom: var(--spacing-xs);
    margin-top: var(--spacing-xs);
  }
  .\!mb-0 {
    margin-bottom: 0 !important;
  }
  .-mb-xs {
    margin-bottom: calc(var(--spacing-xs) * -1);
  }
  .-mr-4 {
    margin-right: -1rem;
  }
  .-mt-md {
    margin-top: calc(var(--spacing-md) * -1);
  }
  .-mt-px {
    margin-top: -1px;
  }
  .-mt-xs {
    margin-top: calc(var(--spacing-xs) * -1);
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: 0.25rem;
  }
  .mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  .mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .mb-28 {
    margin-bottom: 7rem;
  }
  .mb-2xl {
    margin-bottom: var(--spacing-2xl);
  }
  .mb-2xs {
    margin-bottom: var(--spacing-2xs);
  }
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  .mb-4 {
    margin-bottom: 1rem;
  }
  .mb-5 {
    margin-bottom: 1.25rem;
  }
  .mb-\[1\.5625rem\] {
    margin-bottom: 1.5625rem;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .mb-lg {
    margin-bottom: var(--spacing-lg);
  }
  .mb-md {
    margin-bottom: var(--spacing-md);
  }
  .mb-sm {
    margin-bottom: var(--spacing-sm);
  }
  .mb-xl {
    margin-bottom: var(--spacing-xl);
  }
  .mb-xs {
    margin-bottom: var(--spacing-xs);
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-2 {
    margin-left: 0.5rem;
  }
  .ml-\[calc\(var\(--checkbox-bounding-box-height\)\+0\.5rem\)\] {
    margin-left: calc(var(--checkbox-bounding-box-height) + 0.5rem);
  }
  .ml-auto {
    margin-left: auto;
  }
  .ml-lg {
    margin-left: var(--spacing-lg);
  }
  .ml-sm {
    margin-left: var(--spacing-sm);
  }
  .ml-xs {
    margin-left: var(--spacing-xs);
  }
  .mr-1 {
    margin-right: 0.25rem;
  }
  .mr-1\.5 {
    margin-right: 0.375rem;
  }
  .mr-10 {
    margin-right: 2.5rem;
  }
  .mr-2 {
    margin-right: 0.5rem;
  }
  .mr-2xs {
    margin-right: var(--spacing-2xs);
  }
  .mr-5 {
    margin-right: 1.25rem;
  }
  .mr-\[7\.5rem\] {
    margin-right: 7.5rem;
  }
  .mr-md {
    margin-right: var(--spacing-md);
  }
  .mr-sm {
    margin-right: var(--spacing-sm);
  }
  .mr-xs {
    margin-right: var(--spacing-xs);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: 0.25rem;
  }
  .mt-2 {
    margin-top: 0.5rem;
  }
  .mt-2xl {
    margin-top: var(--spacing-2xl);
  }
  .mt-2xs {
    margin-top: var(--spacing-2xs);
  }
  .mt-3 {
    margin-top: 0.75rem;
  }
  .mt-5 {
    margin-top: 1.25rem;
  }
  .mt-\[-0\.625rem\] {
    margin-top: -0.625rem;
  }
  .mt-\[-11rem\] {
    margin-top: -11rem;
  }
  .mt-\[0\.375rem\] {
    margin-top: 0.375rem;
  }
  .mt-\[1\.5625rem\] {
    margin-top: 1.5625rem;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-lg {
    margin-top: var(--spacing-lg);
  }
  .mt-md {
    margin-top: var(--spacing-md);
  }
  .mt-sm {
    margin-top: var(--spacing-sm);
  }
  .mt-xs {
    margin-top: var(--spacing-xs);
  }
  .box-border {
    box-sizing: border-box;
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .inline-block {
    display: inline-block;
  }
  .inline {
    display: inline;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .inline-table {
    display: inline-table;
  }
  .\!grid {
    display: grid !important;
  }
  .grid {
    display: grid;
  }
  .contents {
    display: contents;
  }
  .\!hidden {
    display: none !important;
  }
  .hidden {
    display: none;
  }
  .\!aspect-auto {
    aspect-ratio: auto !important;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-square {
    aspect-ratio: 1/1;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-0 {
    height: 0;
  }
  .h-10 {
    height: 2.5rem;
  }
  .h-14 {
    height: 3.5rem;
  }
  .h-2 {
    height: 0.5rem;
  }
  .h-2\.5 {
    height: 0.625rem;
  }
  .h-20 {
    height: 5rem;
  }
  .h-24 {
    height: 6rem;
  }
  .h-3 {
    height: 0.75rem;
  }
  .h-3\.5 {
    height: 0.875rem;
  }
  .h-4 {
    height: 1rem;
  }
  .h-48 {
    height: 12rem;
  }
  .h-5 {
    height: 1.25rem;
  }
  .h-6 {
    height: 1.5rem;
  }
  .h-60 {
    height: 15rem;
  }
  .h-7 {
    height: 1.75rem;
  }
  .h-8 {
    height: 2rem;
  }
  .h-9 {
    height: 2.25rem;
  }
  .h-\[1\.125rem\] {
    height: 1.125rem;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[103px\] {
    height: 103px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[155px\] {
    height: 155px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[163px\] {
    height: 163px;
  }
  .h-\[183px\] {
    height: 183px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[193\.162px\] {
    height: 193.162px;
  }
  .h-\[193px\] {
    height: 193px;
  }
  .h-\[1rem\] {
    height: 1rem;
  }
  .h-\[2\.375rem\] {
    height: 2.375rem;
  }
  .h-\[2\.75rem\] {
    height: 2.75rem;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[244px\] {
    height: 244px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[33px\] {
    height: 33px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[7\.125rem\] {
    height: 7.125rem;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-\[8rem\] {
    height: 8rem;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[var\(--box-area-height\)\] {
    height: var(--box-area-height);
  }
  .h-\[var\(--checkbox-bounding-box-height\)\] {
    height: var(--checkbox-bounding-box-height);
  }
  .h-\[var\(--shop-confidence-img-height\)\] {
    height: var(--shop-confidence-img-height);
  }
  .h-\[var\(--thumbnail-img-height\)\] {
    height: var(--thumbnail-img-height);
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-lg {
    height: var(--spacing-lg);
  }
  .h-md {
    height: var(--spacing-md);
  }
  .h-screen {
    height: 100vh;
  }
  .h-xl {
    height: var(--spacing-xl);
  }
  .h-xs {
    height: var(--spacing-xs);
  }
  .max-h-80 {
    max-height: 20rem;
  }
  .max-h-\[100vh\] {
    max-height: 100vh;
  }
  .max-h-\[20rem\] {
    max-height: 20rem;
  }
  .max-h-md {
    max-height: var(--spacing-md);
  }
  .min-h-14 {
    min-height: 3.5rem;
  }
  .min-h-\[2\.375rem\] {
    min-height: 2.375rem;
  }
  .min-h-\[2\.5rem\] {
    min-height: 2.5rem;
  }
  .min-h-\[var\(--box-area-height\)\] {
    min-height: var(--box-area-height);
  }
  .\!w-\[85\%\] {
    width: 85% !important;
  }
  .w-0 {
    width: 0;
  }
  .w-1\/2 {
    width: 50%;
  }
  .w-1\/3 {
    width: 33.333333%;
  }
  .w-1\/4 {
    width: 25%;
  }
  .w-1\/5 {
    width: 20%;
  }
  .w-10 {
    width: 2.5rem;
  }
  .w-11 {
    width: 2.75rem;
  }
  .w-2 {
    width: 0.5rem;
  }
  .w-2\/3 {
    width: 66.666667%;
  }
  .w-20 {
    width: 5rem;
  }
  .w-24 {
    width: 6rem;
  }
  .w-2xl {
    width: var(--spacing-2xl);
  }
  .w-3 {
    width: 0.75rem;
  }
  .w-3\.5 {
    width: 0.875rem;
  }
  .w-4\/5 {
    width: 80%;
  }
  .w-48 {
    width: 12rem;
  }
  .w-5 {
    width: 1.25rem;
  }
  .w-5\/12 {
    width: 41.666667%;
  }
  .w-6 {
    width: 1.5rem;
  }
  .w-6\/12 {
    width: 50%;
  }
  .w-7 {
    width: 1.75rem;
  }
  .w-8 {
    width: 2rem;
  }
  .w-8\/12 {
    width: 66.666667%;
  }
  .w-9\/12 {
    width: 75%;
  }
  .w-\[1\.125rem\] {
    width: 1.125rem;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[103px\] {
    width: 103px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[155px\] {
    width: 155px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[184px\] {
    width: 184px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[1rem\] {
    width: 1rem;
  }
  .w-\[200\%\] {
    width: 200%;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[20rem\] {
    width: 20rem;
  }
  .w-\[21\.4375rem\] {
    width: 21.4375rem;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25rem\] {
    width: 25rem;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[3\.125rem\] {
    width: 3.125rem;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[343px\] {
    width: 343px;
  }
  .w-\[45vw\] {
    width: 45vw;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[7\.125rem\] {
    width: 7.125rem;
  }
  .w-\[9\.6875rem\] {
    width: 9.6875rem;
  }
  .w-\[calc\(100\%_-_160px\)\] {
    width: calc(100% - 160px);
  }
  .w-\[calc\(100vw_-_24px\)\] {
    width: calc(100vw - 24px);
  }
  .w-\[calc\(100vw_-_2rem\)\] {
    width: calc(100vw - 2rem);
  }
  .w-\[v\] {
    width: v;
  }
  .w-\[var\(--box-area-width\)\] {
    width: var(--box-area-width);
  }
  .w-\[var\(--checkbox-bounding-box-width\)\] {
    width: var(--checkbox-bounding-box-width);
  }
  .w-\[var\(--shop-confidence-img-width\)\] {
    width: var(--shop-confidence-img-width);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-lg {
    width: var(--spacing-lg);
  }
  .w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .w-md {
    width: var(--spacing-md);
  }
  .w-screen {
    width: 100vw;
  }
  .min-w-14 {
    min-width: 3.5rem;
  }
  .min-w-20 {
    min-width: 5rem;
  }
  .min-w-28 {
    min-width: 7rem;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[119px\] {
    min-width: 119px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .max-w-2xl {
    max-width: 42rem;
  }
  .max-w-6xl {
    max-width: 72rem;
  }
  .max-w-\[120rem\] {
    max-width: 120rem;
  }
  .max-w-\[148px\] {
    max-width: 148px;
  }
  .max-w-\[176\.7px\] {
    max-width: 176.7px;
  }
  .max-w-\[32\.625rem\] {
    max-width: 32.625rem;
  }
  .max-w-\[343px\] {
    max-width: 343px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[46\.25rem\] {
    max-width: 46.25rem;
  }
  .max-w-\[54\.6875rem\] {
    max-width: 54.6875rem;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[80rem\] {
    max-width: 80rem;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[90rem\] {
    max-width: 90rem;
  }
  .max-w-\[var\(--container-default\)\] {
    max-width: var(--container-default);
  }
  .max-w-\[var\(--paragraph-max-width\)\] {
    max-width: var(--paragraph-max-width);
  }
  .max-w-\[var\(--product-main-content\)\] {
    max-width: var(--product-main-content);
  }
  .max-w-\[var\(--tab-container\)\] {
    max-width: var(--tab-container);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen-xl {
    max-width: 1280px;
  }
  .max-w-sm {
    max-width: 24rem;
  }
  .flex-1 {
    flex: 1 1 0%;
  }
  .flex-auto {
    flex: 1 1 auto;
  }
  .flex-initial {
    flex: 0 1 auto;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow,
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-0 {
    flex-basis: 0px;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .translate-x-\[-45\%\] {
    --tw-translate-x: -45%;
  }
  .translate-x-\[-45\%\],
  .translate-y-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-y-full {
    --tw-translate-y: 100%;
  }
  .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  @keyframes pulse {
    50% {
      opacity: 0.5;
    }
  }
  .animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  @keyframes spin {
    to {
      transform: rotate(1turn);
    }
  }
  .animate-spin {
    animation: spin 1s linear infinite;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-zoom-out {
    cursor: zoom-out;
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-none {
    grid-template-columns: none;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: 0.25rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .gap-2\.5 {
    gap: 0.625rem;
  }
  .gap-2xs {
    gap: var(--spacing-2xs);
  }
  .gap-3 {
    gap: 0.75rem;
  }
  .gap-4 {
    gap: 1rem;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[41px\] {
    gap: 41px;
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xs {
    gap: var(--spacing-xs);
  }
  .gap-x-2xs {
    -moz-column-gap: var(--spacing-2xs);
    column-gap: var(--spacing-2xs);
  }
  .gap-x-sm {
    -moz-column-gap: var(--spacing-sm);
    column-gap: var(--spacing-sm);
  }
  .gap-x-xs {
    -moz-column-gap: var(--spacing-xs);
    column-gap: var(--spacing-xs);
  }
  .gap-y-md {
    row-gap: var(--spacing-md);
  }
  .gap-y-sm {
    row-gap: var(--spacing-sm);
  }
  .gap-y-xs {
    row-gap: var(--spacing-xs);
  }
  .space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0px * var(--tw-space-x-reverse));
  }
  .space-x-2xs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(var(--spacing-2xs) * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(var(--spacing-2xs) * var(--tw-space-x-reverse));
  }
  .space-x-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(var(--spacing-sm) * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(var(--spacing-sm) * var(--tw-space-x-reverse));
  }
  .space-x-xs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(var(--spacing-xs) * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(var(--spacing-xs) * var(--tw-space-x-reverse));
  }
  .space-y-2xs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(var(--spacing-2xs) * var(--tw-space-y-reverse));
    margin-top: calc(var(--spacing-2xs) * (1 - var(--tw-space-y-reverse)));
  }
  .space-y-\[1\.125rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
    margin-top: calc(1.125rem * (1 - var(--tw-space-y-reverse)));
  }
  .space-y-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(var(--spacing-md) * var(--tw-space-y-reverse));
    margin-top: calc(var(--spacing-md) * (1 - var(--tw-space-y-reverse)));
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .truncate {
    overflow: hidden;
    white-space: nowrap;
  }
  .text-ellipsis,
  .truncate {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: 9999px;
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: 0.125rem;
  }
  .rounded-r {
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-r,
  .rounded-t {
    border-top-right-radius: 0.25rem;
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .\!border-0 {
    border-width: 0 !important;
  }
  .border {
    border-width: 1px;
  }
  .border-0 {
    border-width: 0;
  }
  .border-2 {
    border-width: 2px;
  }
  .border-x-8 {
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .border-y {
    border-top-width: 1px;
  }
  .border-b,
  .border-y {
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-width: 0;
  }
  .border-b-2 {
    border-bottom-width: 2px;
  }
  .border-b-4 {
    border-bottom-width: 4px;
  }
  .border-b-8 {
    border-bottom-width: 8px;
  }
  .border-l {
    border-left-width: 1px;
  }
  .border-l-0 {
    border-left-width: 0;
  }
  .border-r {
    border-right-width: 1px;
  }
  .border-r-0 {
    border-right-width: 0;
  }
  .border-t {
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-width: 0;
  }
  .border-t-2 {
    border-top-width: 2px;
  }
  .border-solid {
    border-style: solid;
  }
  .border-none {
    border-style: none;
  }
  .\!border-brand {
    border-color: var(--color-brand) !important;
  }
  .border-alertcritical {
    border-color: var(--color-alertcritical);
  }
  .border-alertinfo {
    border-color: var(--color-alertinfo);
  }
  .border-alertsuccess {
    border-color: var(--color-alertsuccess);
  }
  .border-brand {
    border-color: var(--color-brand);
  }
  .border-brand-100 {
    border-color: var(--color-brand-100);
  }
  .border-brand-secondary {
    border-color: var(--color-brand-secondary);
  }
  .border-decorative {
    border-color: var(--color-decorative);
  }
  .border-decorative-200 {
    border-color: var(--color-decorative-200);
  }
  .border-decorative-300 {
    border-color: var(--color-decorative-300);
  }
  .border-decorative-600 {
    border-color: var(--color-decorative-600);
  }
  .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .border-interactive {
    border-color: var(--color-interactive);
  }
  .border-light-600 {
    border-color: var(--color-light-600);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-primary-100 {
    border-color: var(--color-primary-100);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-ui {
    border-color: var(--color-ui);
  }
  .border-ui-200 {
    border-color: var(--color-ui-200);
  }
  .border-ui-300 {
    border-color: var(--color-ui-300);
  }
  .border-ui-500 {
    border-color: var(--color-ui-500);
  }
  .border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .border-b-light {
    border-bottom-color: var(--color-light);
  }
  .border-b-primary-100 {
    border-bottom-color: var(--color-primary-100);
  }
  .border-l-light {
    border-left-color: var(--color-light);
  }
  .border-t-light {
    border-top-color: var(--color-light);
  }
  .\!bg-brand {
    background-color: var(--color-brand) !important;
  }
  .bg-\[\#D9D9D9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  }
  .bg-\[\#F2FAFD\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 250 253 / var(--tw-bg-opacity));
  }
  .bg-alertcritical {
    background-color: var(--color-alertcritical);
  }
  .bg-alertcritical-100 {
    background-color: var(--color-alertcritical-100);
  }
  .bg-alertcritical-50 {
    background-color: var(--color-alertcritical-50);
  }
  .bg-alertinfo-50 {
    background-color: var(--color-alertinfo-50);
  }
  .bg-alertsuccess {
    background-color: var(--color-alertsuccess);
  }
  .bg-alertsuccess-50 {
    background-color: var(--color-alertsuccess-50);
  }
  .bg-alertsuccess-600 {
    background-color: var(--color-alertsuccess-600);
  }
  .bg-black\/\[\.34\] {
    background-color: #00000057;
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-brand-400 {
    background-color: var(--color-brand-400);
  }
  .bg-brand-600 {
    background-color: var(--color-brand-600);
  }
  .bg-brand-700 {
    background-color: var(--color-brand-700);
  }
  .bg-brand-secondary {
    background-color: var(--color-brand-secondary);
  }
  .bg-decorative {
    background-color: var(--color-decorative);
  }
  .bg-decorative-300 {
    background-color: var(--color-decorative-300);
  }
  .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }
  .bg-interactive-600 {
    background-color: var(--color-interactive-600);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-light-100 {
    background-color: var(--color-light-100);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-100 {
    background-color: var(--color-primary-100);
  }
  .bg-primary-600 {
    background-color: var(--color-primary-600);
  }
  .bg-primary-900 {
    background-color: var(--color-primary-900);
  }
  .bg-tint {
    background-color: var(--color-tint);
  }
  .bg-tint-300 {
    background-color: var(--color-tint-300);
  }
  .bg-tint-400 {
    background-color: var(--color-tint-400);
  }
  .bg-tint-500 {
    background-color: var(--color-tint-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-ui {
    background-color: var(--color-ui);
  }
  .bg-ui-100 {
    background-color: var(--color-ui-100);
  }
  .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }
  .bg-none {
    background-image: none;
  }
  .fill-alertsuccess {
    fill: var(--color-alertsuccess);
  }
  .fill-interactive {
    fill: var(--color-interactive);
  }
  .fill-primary {
    fill: var(--color-primary);
  }
  .fill-secondary {
    fill: var(--color-secondary);
  }
  .fill-transparent {
    fill: transparent;
  }
  .fill-ui {
    fill: var(--color-ui);
  }
  .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .object-center {
    -o-object-position: center;
    object-position: center;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: 0.25rem;
  }
  .p-2 {
    padding: 0.5rem;
  }
  .p-2xs {
    padding: var(--spacing-2xs);
  }
  .p-3 {
    padding: 0.75rem;
  }
  .p-4 {
    padding: 1rem;
  }
  .p-5 {
    padding: 1.25rem;
  }
  .p-\[1\.125rem\] {
    padding: 1.125rem;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[13px\] {
    padding: 13px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .p-\[unset\] {
    padding: unset;
  }
  .p-lg {
    padding: var(--spacing-lg);
  }
  .p-md {
    padding: var(--spacing-md);
  }
  .p-sm {
    padding: var(--spacing-sm);
  }
  .p-xs {
    padding: var(--spacing-xs);
  }
  .\!py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-2xs {
    padding-left: var(--spacing-2xs);
    padding-right: var(--spacing-2xs);
  }
  .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .px-\[unset\] {
    padding-left: unset;
    padding-right: unset;
  }
  .px-lg {
    padding-left: var(--spacing-lg);
    padding-right: var(--spacing-lg);
  }
  .px-md {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  .px-sm {
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
  }
  .px-xs {
    padding-left: var(--spacing-xs);
    padding-right: var(--spacing-xs);
  }
  .py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .py-2\.5 {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .py-2xl {
    padding-bottom: var(--spacing-2xl);
    padding-top: var(--spacing-2xl);
  }
  .py-2xs {
    padding-bottom: var(--spacing-2xs);
    padding-top: var(--spacing-2xs);
  }
  .py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .py-\[12px\] {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .py-\[13px\] {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .py-\[15px\] {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .py-\[3px\] {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .py-lg {
    padding-bottom: var(--spacing-lg);
    padding-top: var(--spacing-lg);
  }
  .py-md {
    padding-bottom: var(--spacing-md);
    padding-top: var(--spacing-md);
  }
  .py-sm {
    padding-bottom: var(--spacing-sm);
    padding-top: var(--spacing-sm);
  }
  .py-xs {
    padding-bottom: var(--spacing-xs);
    padding-top: var(--spacing-xs);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: 0.25rem;
  }
  .pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .pb-2 {
    padding-bottom: 0.5rem;
  }
  .pb-2xl {
    padding-bottom: var(--spacing-2xl);
  }
  .pb-2xs {
    padding-bottom: var(--spacing-2xs);
  }
  .pb-lg {
    padding-bottom: var(--spacing-lg);
  }
  .pb-md {
    padding-bottom: var(--spacing-md);
  }
  .pb-sm {
    padding-bottom: var(--spacing-sm);
  }
  .pb-xl {
    padding-bottom: var(--spacing-xl);
  }
  .pb-xs {
    padding-bottom: var(--spacing-xs);
  }
  .pl-1 {
    padding-left: 0.25rem;
  }
  .pl-2xs {
    padding-left: var(--spacing-2xs);
  }
  .pl-\[57px\] {
    padding-left: 57px;
  }
  .pl-sm {
    padding-left: var(--spacing-sm);
  }
  .pl-xs {
    padding-left: var(--spacing-xs);
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-1 {
    padding-right: 0.25rem;
  }
  .pr-1\.5 {
    padding-right: 0.375rem;
  }
  .pr-14 {
    padding-right: 3.5rem;
  }
  .pr-2 {
    padding-right: 0.5rem;
  }
  .pr-2xs {
    padding-right: var(--spacing-2xs);
  }
  .pr-\[0\.5rem\] {
    padding-right: 0.5rem;
  }
  .pr-\[58px\] {
    padding-right: 58px;
  }
  .pr-\[6px\] {
    padding-right: 6px;
  }
  .pr-sm {
    padding-right: var(--spacing-sm);
  }
  .pr-xs {
    padding-right: var(--spacing-xs);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-0\.5 {
    padding-top: 0.125rem;
  }
  .pt-12 {
    padding-top: 3rem;
  }
  .pt-2xs {
    padding-top: var(--spacing-2xs);
  }
  .pt-\[1\.125rem\] {
    padding-top: 1.125rem;
  }
  .pt-lg {
    padding-top: var(--spacing-lg);
  }
  .pt-md {
    padding-top: var(--spacing-md);
  }
  .pt-sm {
    padding-top: var(--spacing-sm);
  }
  .pt-xl {
    padding-top: var(--spacing-xl);
  }
  .pt-xs {
    padding-top: var(--spacing-xs);
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-justify {
    text-align: justify;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-avenir {
    font-family: avenir;
  }
  .font-lato {
    font-family: lato;
  }
  .\!text-sm {
    font-size: var(--font-size-sm) !important;
    line-height: var(--line-height-sm) !important;
  }
  .text-2xl {
    font-size: var(--font-size-2xl);
    line-height: var(--line-height-2xl);
  }
  .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .text-\[0\.65rem\] {
    font-size: 0.65rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[1rem\],
  .text-base {
    font-size: 1rem;
  }
  .text-base {
    line-height: 1.5rem;
  }
  .text-lg {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
  }
  .text-md {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
  }
  .text-sm {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .text-xl {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
  }
  .text-xs {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
  .font-bold {
    font-weight: 700;
  }
  .font-extrabold {
    font-weight: 800;
  }
  .font-light {
    font-weight: 300;
  }
  .font-medium {
    font-weight: 500;
  }
  .font-normal {
    font-weight: 400;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .normal-case {
    text-transform: none;
  }
  .italic {
    font-style: italic;
  }
  .leading-4 {
    line-height: 1rem;
  }
  .leading-9 {
    line-height: 2.25rem;
  }
  .leading-\[0\.875rem\] {
    line-height: 0.875rem;
  }
  .leading-\[14px\] {
    line-height: 14px;
  }
  .leading-lg {
    line-height: var(--line-height-lg);
  }
  .leading-md {
    line-height: var(--line-height-md);
  }
  .leading-none {
    line-height: 1;
  }
  .leading-normal {
    line-height: 1.5;
  }
  .leading-sm {
    line-height: var(--line-height-sm);
  }
  .leading-xs {
    line-height: var(--line-height-xs);
  }
  .\!text-brand {
    color: var(--color-brand) !important;
  }
  .\!text-interactive {
    color: var(--color-interactive) !important;
  }
  .text-\[inherit\] {
    color: inherit;
  }
  .text-alertcritical {
    color: var(--color-alertcritical);
  }
  .text-alertsuccess {
    color: var(--color-alertsuccess);
  }
  .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-brand-400 {
    color: var(--color-brand-400);
  }
  .text-brand-800 {
    color: var(--color-brand-800);
  }
  .text-decorative {
    color: var(--color-decorative);
  }
  .text-decorative-600 {
    color: var(--color-decorative-600);
  }
  .text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
  .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
  .text-inherit {
    color: inherit;
  }
  .text-interactive {
    color: var(--color-interactive);
  }
  .text-interactive-600 {
    color: var(--color-interactive-600);
  }
  .text-interactive-700 {
    color: var(--color-interactive-700);
  }
  .text-light {
    color: var(--color-light);
  }
  .text-light-100 {
    color: var(--color-light-100);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-400 {
    color: var(--color-primary-400);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary-400 {
    color: var(--color-secondary-400);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-800 {
    color: var(--color-secondary-800);
  }
  .text-ui {
    color: var(--color-ui);
  }
  .text-ui-600 {
    color: var(--color-ui-600);
  }
  .text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-100 {
    opacity: 1;
  }
  .opacity-20 {
    opacity: 0.2;
  }
  .opacity-70 {
    opacity: 0.7;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
      0 1px 2px -1px var(--tw-shadow-color);
  }
  .shadow,
  .shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
      0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-secondary-800 {
    --tw-shadow-color: var(--color-secondary-800);
    --tw-shadow: var(--tw-shadow-colored);
  }
  .shadow-ui-500 {
    --tw-shadow-color: var(--color-ui-500);
    --tw-shadow: var(--tw-shadow-colored);
  }
  .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .outline {
    outline-style: solid;
  }
  .outline-0 {
    outline-width: 0;
  }
  .drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }
  .drop-shadow-2xl,
  .drop-shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.2\)\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
      var(--tw-sepia) var(--tw-drop-shadow);
  }
  .drop-shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-drop-shadow: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  }
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
      var(--tw-sepia) var(--tw-drop-shadow);
  }
  .transition {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
      -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
      backdrop-filter;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
      backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .transition-opacity {
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .transition-transform {
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .duration-300 {
    transition-duration: 0.3s;
  }
  .duration-500 {
    transition-duration: 0.5s;
  }
  .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .\@container {
    container-type: inline-size;
  }
  .font-lato-regular {
    font-family: lato;
    font-weight: 400;
  }
  .font-lato-bold {
    font-family: lato;
    font-weight: 700;
  }
  .font-lato-black {
    font-family: lato;
    font-weight: 900;
  }
  .visually-hidden {
    display: none;
  }
  .\[text-shadow\:_0_0_10px_var\(--tw-shadow-color\)\] {
    text-shadow: 0 0 10px var(--tw-shadow-color);
  }
  @font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  }
  :root {
    --swiper-theme-color: #007aff;
  }
  :host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    overflow: clip;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(
      --swiper-wrapper-transition-timing-function,
      ease
    );
    transition-timing-function: var(
      --swiper-wrapper-transition-timing-function,
      initial
    );
    width: 100%;
    z-index: 1;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    transform: translateZ(0);
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-cube-shadow,
  .swiper-3d .swiper-slide {
    transform-style: preserve-3d;
  }
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
  }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: #00000026;
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
  }
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }
  .swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  .swiper-button-next.swiper-button-hidden,
  .swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled .swiper-button-next,
  .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
  }
  .swiper-rtl .swiper-button-next svg,
  .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "prev";
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px);
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next";
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px)
    );
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px)
    );
  }
  button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
  }
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
  }
  .swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
  }
  .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
  }
  .swiper-pagination-progressbar {
    background: var(
      --swiper-pagination-progressbar-bg-color,
      rgba(0, 0, 0, 0.25)
    );
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  .swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
  }
  .swiper-scrollbar-disabled > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  .swiper-scrollbar.swiper-scrollbar-vertical,
  .swiper-vertical > .swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
  .swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
  }
  .swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
  }
  .swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
  }
  .swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-grid-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-fade .swiper-slide-active,
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube {
    overflow: visible;
  }
  .swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
  }
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
  .swiper-flip {
    overflow: visible;
  }
  .swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
  }
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-flip .swiper-slide-active,
  .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
  .swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
  .swiper-cards {
    overflow: visible;
  }
  .swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
  :root {
    --swiper-navigation-size: 100px;
    --swiper-navigation-sides-offset: 0px;
    --swiper-navigation-top-offset: 35%;
    --tile-height-small: 96px;
    --tile-width-small: 96px;
    --tile-height-medium: 120px;
    --tile-height-large: 176px;
    --swiper-scrollbar-sides-offset: 0%;
    --swiper-scrollbar-border-radius: var(--spacing-2xs);
    --swiper-scrollbar-bg-color: var(--color-decorative);
    --swiper-scrollbar-drag-bg-color: var(--color-ui);
    --swiper-scrollbar-size: 2px;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.tile-slider
        .swiper-button-next.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.tile-slider
        .swiper-button-prev.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.tile-slider
        .swiper-button-next.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection,
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.tile-slider
        .swiper-button-prev.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .tile-slider .swiper-button-next.swiper-button-disabled,
  .tile-slider .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
  @media (min-width: 1280px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .tile-slider
          .swiper-button-next.swiper-button-disabled.highlights-text__bonus-offer
      ):has(.xl\:hidden.highlights-text__standout):has(
        .xl\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .tile-slider
          .swiper-button-prev.swiper-button-disabled.highlights-text__bonus-offer
      ):has(.xl\:hidden.highlights-text__standout):has(
        .xl\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .tile-slider
          .swiper-button-next.swiper-button-disabled.highlights-text__bonus-offer
      ):has(.xl\:hidden.highlights-text__standout):has(
        .xl\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection,
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .tile-slider
          .swiper-button-prev.swiper-button-disabled.highlights-text__bonus-offer
      ):has(.xl\:hidden.highlights-text__standout):has(
        .xl\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .tile-slider .swiper-button-next.swiper-button-disabled,
    .tile-slider .swiper-button-prev.swiper-button-disabled {
      display: none;
    }
  }
  .tile-slider .swiper-scrollbar {
    position: static;
  }
  .banner-slider .swiper-button-next.swiper-button-disabled,
  .banner-slider .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
  }
  .banner-slider .swiper-button-next.hn-btn-swiper-fancy,
  .banner-slider .swiper-button-prev.hn-btn-swiper-fancy {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  [data-wrapper-class="banner-slider"] .swiper-pagination-bullet {
    background-color: var(--color-decorative);
    height: 10px;
    margin: 0 10px !important;
    opacity: 1;
    width: 10px;
  }
  [data-wrapper-class="banner-slider"] .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-btn-swiper-fancy
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-btn-swiper-fancy
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-btn-swiper-fancy {
    background-color: var(--color-tint);
    border-radius: 9999px;
    display: none;
    height: var(--box-area-height);
    margin-top: 0;
    width: var(--box-area-width);
    --tw-bg-opacity: 0.2;
    color: var(--color-primary);
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .hn-btn-swiper-fancy:after {
    --tw-content: none;
    content: var(--tw-content);
  }
  @media (min-width: 640px) {
    .hn-btn-swiper-fancy {
      display: flex;
    }
  }
  @media (min-width: 0px) and (max-width: 639px) {
    .hn-btn-swiper-fancy.enabled-navigation-button {
      display: flex;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-btn-swiper-fancy.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.hn-btn-swiper-fancy.swiper-button-disabled
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-btn-swiper-fancy.swiper-button-disabled {
    display: none;
  }
  .hn-btn-swiper-fancy-button {
    display: flex;
  }
  .hn-btn-swiper {
    align-items: center;
    color: var(--color-interactive);
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  .hn-btn-swiper,
  .hn-btn-swiper:hover {
    color: var(--color-primary);
  }
  .multi-column-slider .ribbon-prev {
    left: -3.5rem;
    padding-right: var(--spacing-md);
    width: 5rem;
  }
  .multi-column-slider .ribbon-prev .hn-btn-swiper {
    left: 1.5rem;
    padding-left: 2.5rem;
    position: absolute;
  }
  .multi-column-slider .ribbon-prev .hn-btn-swiper .ribbon-arrow {
    color: var(--color-interactive);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
  }
  .multi-column-slider .ribbon-next {
    position: absolute;
    right: -2.5rem;
  }
  .multi-column-slider .ribbon-next .hn-btn-swiper {
    padding-right: var(--spacing-sm);
  }
  .multi-column-slider .ribbon-next .hn-btn-swiper .ribbon-arrow {
    color: var(--color-interactive);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
  }
  .banner-slider .swiper-button-prev {
    left: 2rem;
  }
  .banner-slider .swiper-button-next {
    right: 2rem;
  }
  .product-slider .swiper-button-prev,
  .tile-slider .swiper-button-prev {
    left: 0;
  }
  .product-slider .swiper-button-next,
  .tile-slider .swiper-button-next {
    right: 0;
  }
  .swiper-slide {
    height: auto;
  }
  .swiper-slide .tile-class {
    background-color: var(--color-secondary-200);
    border-radius: 0.25rem;
    height: var(--tile-height-small);
    margin-bottom: var(--spacing-xs);
    overflow: hidden;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .swiper-slide .tile-class {
      height: var(--tile-height-medium);
    }
  }
  @media (min-width: 1280px) {
    .swiper-slide .tile-class {
      height: var(--tile-height-large);
    }
  }
  .swiper-slide .tile-class-grid {
    background-color: var(--color-tint);
    border-radius: 0.25rem;
    height: var(--tile-height-small);
    overflow: hidden;
    padding: var(--spacing-sm);
    width: 100%;
  }
  .swiper-slide .has-defined-padding {
    padding: var(--tile-card-padding);
  }
  .swiper-slide .mode-img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper-slide .mode-img,
  .swiper-slide .mode-img-grid {
    height: 100%;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
  .swiper-slide .mode-img-grid {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .slider-size {
    width: var(--tile-width-small);
  }
  @media (min-width: 768px) {
    .slider-size {
      width: var(--tile-height-large);
    }
  }
  @media (min-width: 1024px) {
    .slider-size {
      width: 100%;
    }
  }
  .slider-size-grid--tile-card {
    height: var(--tile-card-height-mobile) !important;
    width: var(--tile-card-width-mobile) !important;
  }
  @media (min-width: 768px) {
    .slider-size-grid--tile-card {
      height: var(--tile-card-height-desktop) !important;
      width: var(--tile-card-width-desktop) !important;
    }
  }
  .noUi-base,
  .ui-slider-range {
    background-color: var(--color-decorative);
    display: block;
    height: 0.125rem;
    margin-bottom: var(--spacing-sm);
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--spacing-sm);
    width: 100%;
  }
  .noUi-target {
    background-image: none;
    border-style: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .noUi-horizontal .noUi-handle-lower .noUi-touch-area,
  .noUi-horizontal .noUi-handle-upper .noUi-touch-area,
  .noUi-touch-area-properties {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 9999px;
    border-width: 1px;
    cursor: col-resize;
    height: var(--spacing-md);
    position: absolute;
    width: var(--spacing-md);
  }
  .noUi-horizontal .noUi-handle-lower {
    left: 100%;
  }
  .noUi-horizontal .noUi-handle-upper {
    left: calc(100% - var(--spacing-md));
  }
  .noUi-horizontal .noUi-handle {
    top: -11px;
  }
  .noUi-connect {
    background-color: var(--color-primary);
    width: 100%;
  }
  .noUi-handle {
    background: none;
    border-style: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .noUi-handle:after,
  .noUi-handle:before {
    --tw-content: none;
    content: var(--tw-content);
  }
  .cart-right-side .heading {
    background-color: var(--color-tint);
  }
  .cart-right-side .heading h4 {
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0.75rem 1.25rem;
    text-align: left;
  }
  .cart-right-side .accordion-trigger {
    cursor: pointer;
  }
  .storefinder-root .main-card-heading-text,
  .storefinder-root div.ant-typography,
  .storefinder-root h2 {
    color: var(--color-primary-400);
  }
  .storefinder-root .ant-btn[data-cy="find-store-btn"] {
    background-color: var(--color-tint);
    border-color: var(--color-ui-300);
    border-radius: 0.25rem;
    border-width: 0.063rem;
    color: var(--color-primary-400);
    font-size: 1rem;
    width: 100%;
  }
  .storefinder-root .ant-btn[data-cy="find-store-btn"]:hover {
    background-color: var(--color-tint-600);
    border-color: var(--color-ui);
    color: var(--color-primary);
  }
  .storefinder-root input {
    color: var(--color-secondary);
  }
  .storefinder-root input.address-search-input:focus {
    border-style: none;
    border-width: 0;
    outline-style: none !important;
    outline-width: 0 !important;
  }
  .collection-card .storefinder-root .ant-btn[data-cy="find-store-btn"] {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
  .checkout-root {
    color: var(--color-secondary);
  }
  .checkout-root .dynamic-checkout__title,
  .checkout-root .payment-due__price,
  .checkout-root .section__title {
    color: var(--color-primary) !important;
  }
  .checkout-root .review-block__content,
  .checkout-root .total-line th,
  .checkout-root .total-line-table__tbody th {
    color: var(--color-secondary) !important;
  }
  .checkout-root .step__footer__previous-link-content {
    color: var(--color-interactive) !important;
  }
  .checkout-root .step__footer__continue-btn {
    background-color: var(--color-brand-500) !important;
  }
  .checkout-root .alternative-payment-separator:after,
  .checkout-root .alternative-payment-separator:before,
  .checkout-root .btn--disabled {
    background-color: var(--color-decorative) !important;
  }
  .checkout-root .dynamic-checkout__content,
  .checkout-root .field__input,
  .checkout-root .input-checkbox,
  .checkout-root .order-summary__section--product-list:after,
  .checkout-root .order-summary__section.order-summary__section--total-lines {
    border-color: var(--color-decorative) !important;
  }
  .checkout-root .input-checkbox:checked,
  .checkout-root .input-radio:checked {
    border-color: var(--color-interactive) !important;
  }
  .checkout-root .section--shipping-address,
  .checkout-root .section--shipping-address .section {
    padding-top: 0;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.checkout-root
        .section--shipping-address
        .section
        .section__header
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.checkout-root
        .section--shipping-address
        .section
        .section__header
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .checkout-root .section--shipping-address .section .section__header {
    display: none;
  }
  .checkout-root .section--payment-method,
  .checkout-root .section--payment-method .section {
    padding-top: 0;
  }
  .checkout-root .step[data-step="thank_you"] .content-box:first-child {
    display: none !important;
  }
  .checkout-root checkout-customer-phone #customer-phone.has-error {
    border-color: var(--color-alertcritical) !important;
    border-width: 2px !important;
  }
  .checkout-root checkout-terms-and-conditions .checkbox-container.has-error {
    background-color: var(--color-alertcritical-200);
    border-color: var(--color-alertcritical);
    border-width: 1px;
    color: var(--color-alertcritical);
    padding: var(--spacing-xs);
  }
  .shopify-challenge__container {
    margin: 6.25rem auto !important;
    max-width: 31.25rem !important;
  }
  .shopify-challenge__container .shopify-challenge__button {
    background-color: var(--color-brand-600) !important;
    border-color: var(--color-brand-600) !important;
    border-radius: 0.25rem !important;
    border-width: 1px !important;
    margin: 2rem auto !important;
    text-transform: uppercase !important;
  }
  product-container #rbr-container-element-false {
    order: 1;
  }
  .keynav-container.product-container:hover {
    background-color: var(--color-interactive-400);
  }
  .keynav-container.product-container:hover p {
    color: var(--color-light);
  }
  .attraqt-highlights .highlight-ribbons .ribbon {
    margin-left: -0.625rem;
    position: relative;
  }
  .attraqt-highlights .highlight-ribbons .ribbon a,
  .attraqt-highlights .highlight-ribbons .ribbon p {
    position: relative;
    z-index: 2;
  }
  .attraqt-highlights .highlight-ribbons .ribbon .slant {
    height: 100%;
    position: absolute;
    right: -5%;
    top: 0;
    transform: skew(-20deg);
    width: 1.875rem;
    z-index: 1;
  }
  .attraqt-highlights .highlight-ribbons .ribbon .back-triangle {
    bottom: -0.625rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    height: 0.625rem;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
    width: 0.5rem;
  }
  #priceSlider {
    background: unset;
    border: none;
    box-shadow: unset;
  }
  #priceSlider .noUi-handle {
    top: -0.25rem;
  }
  #priceSlider .noUi-base,
  #priceSlider .ui-slider-range {
    background-color: var(--color-decorative);
    display: block;
    height: 0.5rem;
    margin: 1rem auto;
    width: 80%;
  }
  #priceSlider .noUi-target {
    border-style: none;
  }
  #priceSlider .noUi-touch-area {
    border-color: var(--color-brand);
    border-radius: 9999px;
    border-width: 1px;
    cursor: col-resize;
    height: 1rem;
    margin-left: -1rem;
    position: absolute;
    right: 0.5rem;
    width: 1rem;
  }
  #priceSlider .noUi-connect,
  #priceSlider .noUi-touch-area {
    background-color: var(--color-interactive);
  }
  #priceSlider .noUi-handle {
    background: none;
    border-style: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #priceSlider .noUi-handle:after,
  #priceSlider .noUi-handle:before {
    --tw-content: none;
    content: var(--tw-content);
  }
  #storefinder-block-attraqt .ant-btn[data-cy="find-store-btn"] {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
  .container-selected {
    background-color: var(--color-interactive-400);
  }
  .container-selected p {
    color: var(--color-light);
  }
  [data-swatch-selector="collection-products"] variant-swatch-king {
    z-index: 0;
  }
  [data-swatch-selector="collection-products"]
    variant-swatch-king
    div[sa-group-position="top"] {
    display: none;
  }
  [data-swatch-selector="collection-products"]
    variant-swatch-king
    div[option-name]:first-child {
    display: block;
  }
  [data-swatch-selector="collection-products"]
    variant-swatch-king
    div[option-name] {
    display: none;
  }
  [data-swatch-selector="collection-products"]
    variant-swatch-king
    .swatch-minified-text {
    color: var(--color-secondary);
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 400;
    line-height: var(--line-height-sm);
    padding: var(--spacing-xs);
  }
  #container-body .swatch-img-text-adjacent p {
    max-width: 100px !important;
    padding-top: 8px !important;
  }
  #container-body .swatches-type-products .swatch-view {
    display: grid;
    gap: var(--spacing-xs);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0;
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    #container-body .swatches-type-products .swatch-view {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  #container-body .swatches-type-products .swatch-view .swatch-view-item {
    margin: 0;
  }
  #container-body
    .swatches-type-products
    .swatch-view
    .swatch-view-item
    .swatch-selector {
    padding: 10px;
    width: 100%;
  }
  #container-body
    .swatches-type-products
    .swatch-view
    .swatch-view-item
    .swatch-selector
    .swatch-img-text-adjacent {
    padding: 0 !important;
  }
  #container-body
    .swatches-type-products
    .swatch-view
    .swatch-view-item
    .swatch-selector
    .star-set-image {
    background-position: 50%;
    background-size: contain;
    margin: 0 auto;
    width: 100% !important;
  }
  #container-body
    .swatches-type-products
    .swatch-view
    .swatch-view-item
    .swatch-custom-image
    .star-set-image {
    background-size: cover;
  }
  #container-body .swatches-type-products .swatch-view-button {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #container-body .swatches-type-products .swatch-view-button .swatch-view-item {
    width: 100%;
  }
  #container-body
    .swatches-type-products
    .swatch-view-button
    .swatch-button-title-text {
    padding: 0 !important;
  }
  .swatches.swatches-type-collections.hover-enabled {
    width: auto;
  }
  variant-swatch-king:not(:has(.swatches)) {
    display: none;
  }
  .swatch-option-name {
    font-size: var(--font-size-md);
    font-weight: 700;
    line-height: var(--line-height-md);
  }
  :root[data-useragent*="Mac OS"] .swatch-option-name {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"] .material-icons.swatch-option-name {
    font-family: Material Icons;
  }
  .swatch-img-text-adjacent p {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .swatch-view-image .swatch-image {
    border-width: 1px !important;
  }
  .swatch-view-image .swatch-selector.swatch-selected {
    border-width: 2px !important;
  }
  .swatch-view-image
    .swatch-selector.swatch-selected
    .swatch-img-text-adjacent
    p {
    font-family: lato;
    font-weight: 700;
  }
  .swatch-view-button .swatch-button {
    border-width: 1px !important;
  }
  .swatch-view-button .swatch-selector.swatch-selected {
    border-width: 2px !important;
  }
  .swatch-view-button .swatch-selector.swatch-selected .swatch-button-title-text {
    font-family: lato;
    font-weight: 700;
  }
  .add-to-cart-container
    .sp-compare-main.sp-compare-product-button
    .sp-compare-button {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .add-to-cart-container
    .sp-compare-main.sp-compare-product-button
    .sp-compare-button
    p {
    align-items: center;
    display: flex;
    font-family: lato;
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
  }
  .add-to-cart-container
    .sp-compare-main.sp-compare-product-button
    .sp-compare-button
    p:before {
    content: "\e835";
    font-family: Material Icons;
    font-size: 18px;
    font-weight: 400;
    margin-right: var(--spacing-2xs);
  }
  .add-to-cart-container
    .sp-compare-main.sp-compare-product-button
    .sp-compare-button:hover {
    opacity: 1;
  }
  product-compare-modal .modal-large__body {
    margin-bottom: 61px;
  }
  product-compare-modal
    .modal-large__body--items-center
    .product-compare__product-container-list {
    justify-content: center;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerproduct-compare-modal
        .modal-large__body--items-center
        .product-specs-list-item-feature-container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerproduct-compare-modal
        .modal-large__body--items-center
        .product-specs-list-item-feature-container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  product-compare-modal
    .modal-large__body--items-center
    .product-specs-list-item-feature-container {
    display: none;
  }
  product-compare-modal
    .modal-large__body--items-center
    .product-specs-list-item-feature-icon {
    display: flex;
  }
  product-compare-modal
    .modal-large__body--items-center
    .product-specs-list-item-value-container {
    justify-content: center;
  }
  product-compare-modal
    .modal-large__body--items-center
    .product-specs__feature-placeholder {
    display: block;
  }
  @media (min-width: 1024px) {
    product-compare-modal
      .modal-large__body--items-center
      .product-specs__feature-value {
      width: 214px;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerproduct-compare-modal
        .modal-large__body--items-center
        .product-specs-list-item
        .product-specs-list-item-value
        .product-specs-list-item-feature-icon-container:nth-child(n + 3)
        .product-specs__feature
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerproduct-compare-modal
        .modal-large__body--items-center
        .product-specs-list-item
        .product-specs-list-item-value
        .product-specs-list-item-feature-icon-container:nth-child(n + 3)
        .product-specs__feature
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  product-compare-modal
    .modal-large__body--items-center
    .product-specs-list-item
    .product-specs-list-item-value
    .product-specs-list-item-feature-icon-container:nth-child(n + 3)
    .product-specs__feature {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerproduct-compare-modal
        .modal-large__body--items-center
        .product-specs-list-item
        .product-specs-list-item-value
        .product-specs-list-item-feature-icon-container:nth-child(n + 3)
        .material-icons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offerproduct-compare-modal
        .modal-large__body--items-center
        .product-specs-list-item
        .product-specs-list-item-value
        .product-specs-list-item-feature-icon-container:nth-child(n + 3)
        .material-icons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  product-compare-modal
    .modal-large__body--items-center
    .product-specs-list-item
    .product-specs-list-item-value
    .product-specs-list-item-feature-icon-container:nth-child(n + 3)
    .material-icons {
    display: none;
  }
  product-compare-modal .modal-large__body::-webkit-scrollbar {
    height: 7px;
    width: 7px;
  }
  product-compare-modal .modal-large__body::-webkit-scrollbar-thumb {
    background-color: var(--color-decorative);
  }
  product-compare-modal .modal-large__body::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-ui);
  }
  .Toastify .Toastify__toast-container .Toastify__toast--error {
    background-color: var(--color-alertcritical-300) !important;
  }
  .Toastify
    .Toastify__toast-container
    .Toastify__toast--error
    .Toastify__close-button--colored,
  .Toastify
    .Toastify__toast-container
    .Toastify__toast--error
    .Toastify__toast-body
    .Toastify__toast-icon,
  .Toastify
    .Toastify__toast-container
    .Toastify__toast--error
    .Toastify__toast-body
    > div
    .main_notificationMessageContainer__bMQ12 {
    color: var(--color-alertcritical-500) !important;
  }
  .Toastify .Toastify__toast-container .Toastify__toast--success {
    background-color: var(--color-alertsuccess-300) !important;
  }
  .Toastify
    .Toastify__toast-container
    .Toastify__toast--success
    .Toastify__close-button--colored,
  .Toastify
    .Toastify__toast-container
    .Toastify__toast--success
    .Toastify__toast-body
    .Toastify__toast-icon,
  .Toastify
    .Toastify__toast-container
    .Toastify__toast--success
    .Toastify__toast-body
    > div
    .main_notificationMessageContainer__bMQ12 {
    color: var(--color-alertsuccess-500) !important;
  }
  #ot-sdk-btn-floating {
    z-index: 49 !important;
  }
  #category-menu-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  #category-menu-dropdown.open {
    background: none;
    border-bottom-width: 4px;
    border-color: var(--color-light-600);
    max-height: 700px;
    transition: 0.3s;
  }
  #category-menu-dropdown li.active {
    background-color: var(--color-brand);
    color: var(--color-light);
  }
  body:has(modal-component#category-menu-dropdown li.active div) {
    overflow-y: hidden;
  }
  #category-menu-dropdown li.active div {
    visibility: visible;
  }
  #category-menu-dropdown .sub-menu-content {
    height: 100%;
  }
  #category-menu-dropdown #main-menu-btn-clearance {
    color: var(--color-alertcritical);
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    #category-menu-dropdown
    #main-menu-btn-clearance {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons#category-menu-dropdown
    #main-menu-btn-clearance {
    font-family: Material Icons;
  }
  #category-menu-dropdown #main-menu-btn-clearance.active,
  #category-menu-dropdown #main-menu-btn-clearance:hover {
    color: var(--color-light);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer#category-menu-dropdown
        #main-menu-btn-try-it-in-your-space
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer#category-menu-dropdown
        #main-menu-btn-try-it-in-your-space
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  #category-menu-dropdown #main-menu-btn-try-it-in-your-space {
    display: none;
  }
  #category-nav ul {
    white-space: nowrap;
  }
  #top-navigation .hide-Account {
    display: none;
  }
  @media only screen and (max-width: 500px) {
    #top-navigation .hide-Account {
      display: block;
    }
  }
  #top-navigation nav::-webkit-scrollbar {
    display: none;
  }
  #top-navigation[type="search"]:focus {
    border: 0;
    box-shadow: none;
  }
  #top-navigation #Search:focus::-moz-placeholder {
    color: transparent;
  }
  #top-navigation #Search:focus::placeholder {
    color: transparent;
  }
  #top-navigation
    .account-section
    #shopping-cart-modal-trigger:hover
    .account-section__title,
  #top-navigation .account-section__customer:hover .account-section__title,
  #top-navigation .account-section__link:hover .account-section__title {
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }
  .sublink-no-content {
    flex-direction: column;
  }
  .sublink-no-content a span {
    align-items: center;
    color: var(--color-interactive);
    display: inline-flex;
    font-size: var(--font-size-sm);
    font-weight: 400;
    line-height: var(--line-height-sm);
  }
  .sublink-no-content a span:hover {
    text-decoration: none !important;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.sublink-no-content a .material-icons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.sublink-no-content a .material-icons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .sublink-no-content a .material-icons {
    display: none;
  }
  .submenu-new-layout .sub-menu-content {
    flex-direction: column;
  }
  .submenu-new-layout .sub-menu-content a span {
    align-items: center;
    color: var(--color-interactive);
    display: inline-flex;
    font-size: var(--font-size-sm);
    font-weight: 400;
    line-height: var(--line-height-sm);
  }
  .submenu-new-layout .sub-menu-content a span.menu-title {
    font-family: lato;
    font-weight: 700;
  }
  .submenu-new-layout .sub-menu-content a span:hover {
    text-decoration: none !important;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.submenu-new-layout
        .sub-menu-content
        a
        .material-icons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.submenu-new-layout
        .sub-menu-content
        a
        .material-icons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .submenu-new-layout .sub-menu-content a .material-icons {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.inline_rating[data-bv-show="inline_rating"]
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.inline_rating[data-bv-show="inline_rating"]
        .bv_averageRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .inline_rating[data-bv-show="inline_rating"]
    .bv_averageRating_component_container {
    display: none !important;
  }
  .inline_rating[data-bv-show="inline_rating"] .bv_main_container .bv_text {
    color: var(--color-secondary) !important;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.shopify-block
        [data-bv-show="rating_summary"]
        .bv_main_container
        .bv_avgRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.shopify-block
        [data-bv-show="rating_summary"]
        .bv_main_container
        .bv_avgRating_component_container
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .shopify-block
    [data-bv-show="rating_summary"]
    .bv_main_container
    .bv_avgRating_component_container {
    display: none !important;
  }
  .shopify-block
    [data-bv-show="rating_summary"]
    .bv_main_container
    .bv_stars_component_container {
    padding-right: var(--spacing-2xs) !important;
  }
  .shopify-block
    [data-bv-show="rating_summary"]
    .bv_main_container
    .bv_main_container_row_flex {
    padding-right: var(--spacing-xs) !important;
  }
  .shopify-block
    [data-bv-show="rating_summary"]
    .bv_main_container
    .bv_button_buttonMinimalist {
    color: var(--color-interactive) !important;
    text-decoration-line: underline !important;
  }
  .customer-account {
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-bottom: var(--spacing-2xl);
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
    padding-top: 1.5625rem;
  }
  @media (min-width: 0px) {
    .customer-account {
      width: 100%;
    }
  }
  @media (min-width: 1024px) {
    .customer-account {
      padding-left: var(--spacing-lg);
      padding-right: var(--spacing-lg);
      width: auto;
    }
  }
  .customer-account hn-account-page #modal-delete {
    left: 0;
    top: 0;
  }
  .customer-account hn-account-page .hn-account {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  @media (min-width: 640px) {
    .customer-account hn-account-page .hn-account {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) {
    .customer-account hn-account-page .hn-account {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .customer-account hn-account-page .hn-account {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  @media (min-width: 1280px) {
    .customer-account hn-account-page .hn-account {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .customer-account hn-account-page .hn-account {
    gap: var(--spacing-sm);
  }
  @media (min-width: 768px) {
    .customer-account hn-account-page .hn-account {
      gap: var(--spacing-md);
    }
  }
  .customer-account hn-account-page .hn-account {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
  }
  @media (min-width: 640px) {
    .customer-account hn-account-page .hn-account {
      padding-left: var(--spacing-md);
      padding-right: var(--spacing-md);
    }
  }
  @media (min-width: 1024px) {
    .customer-account hn-account-page .hn-account {
      padding-left: var(--spacing-lg);
      padding-right: var(--spacing-lg);
    }
  }
  .customer-account hn-account-page .hn-account {
    display: grid;
    flex-direction: column;
    height: 100%;
    max-width: var(--container-large);
    padding: 0;
    width: 100%;
  }
  .customer-account hn-account-page .hn-account .hn-account-menu-wrap {
    grid-column: span 4 / span 4;
  }
  @media (min-width: 1024px) {
    .customer-account hn-account-page .hn-account .hn-account-menu-wrap {
      grid-column: span 3 / span 3;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .hn-account-menu {
    border-color: var(--color-decorative);
    border-radius: 0.25rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--spacing-md);
    width: 100%;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .hn-account-menu
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(var(--spacing-xs) * var(--tw-space-y-reverse));
    margin-top: calc(var(--spacing-xs) * (1 - var(--tw-space-y-reverse)));
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .hn-account-menu {
    padding: var(--spacing-sm);
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-wrap
      .hn-account-menu {
      margin-bottom: 0;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .tab-button {
    align-items: center;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: row;
    height: var(--box-area-height);
    padding: var(--spacing-xs);
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .tab-button:hover {
    background-color: var(--color-ui-100);
    border-color: transparent;
    color: var(--color-brand);
    cursor: pointer;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .tab-button:focus {
    border-color: transparent;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .tab-button.active {
    background-color: var(--color-brand);
    color: var(--color-light);
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-wrap
    .tab-button__link {
    align-items: center;
    display: flex;
  }
  .customer-account hn-account-page .hn-account .hn-account-menu-content {
    grid-column: span 4 / span 4;
  }
  @media (min-width: 1024px) {
    .customer-account hn-account-page .hn-account .hn-account-menu-content {
      grid-column: span 9 / span 9;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .just-validate-error-label
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .just-validate-error-label
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .just-validate-error-label {
    display: none;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .just-validate-error-label.active {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-title {
    background-color: var(--color-ui-100);
    border-bottom-width: 2px;
    padding: 0.625rem 1.25rem;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .card
        .card-content-hide
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .card
        .card-content-hide
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content-hide {
    display: none;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content {
    display: flex;
    flex-direction: column;
    padding: 0.625rem;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      .hn-profile
      .card
      .card-content {
      align-items: center;
      flex-direction: row;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .label {
    display: flex;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      .hn-profile
      .card
      .card-content
      .label {
      flex: none;
      justify-content: flex-end;
      text-align: right;
      width: 33.333333%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .input-container {
    border-color: var(--color-ui-100);
    border-radius: 0.25rem;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      .hn-profile
      .card
      .card-content
      .input-container {
      margin-left: 1.25rem;
      width: 66.666667%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .input-container[type="text"]:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
      var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
    --tw-ring-offset-width: 0px;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .input-container.highlight-border {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: var(--color-brand-500);
    --tw-ring-offset-width: 0px;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .input-container.active {
    border-color: var(--color-alertcritical);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .card
        .card-content
        .input-container
        button.btn
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .card
        .card-content
        .input-container
        button.btn
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .input-container
    button.btn {
    border-radius: 0.25rem;
    display: none;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .input-container
    button.btn.active {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .card
        .card-content
        .error-msg
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .card
        .card-content
        .error-msg
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .error-msg {
    display: none;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .error-msg.active {
    display: flex;
    justify-content: flex-start;
  }
  body:has(
      modal-component.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        .hn-profile
        .card
        .card-content
        .error-msg.active
    ) {
    overflow-y: hidden;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .error-msg.active {
    color: var(--color-alertcritical);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    visibility: visible;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    .input-container:disabled {
    background-color: var(--color-ui-200);
    border-color: var(--color-decorative);
    border-radius: 0.25rem;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    #province-dropdown-wrapper
    > ul
    > li.highlight-hover:hover,
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-profile
    .card
    .card-content
    #province-dropdown-wrapper
    > ul
    > li.highlight-text {
    background-color: var(--color-brand-500);
    color: var(--color-light);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item {
    display: none;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item.active {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .hn-orders-item {
    display: flex;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items {
    display: flex;
    flex-wrap: wrap;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items {
      border-color: var(--color-ui-200);
      border-radius: 0.25rem;
      border-width: 1px;
      margin-bottom: var(--spacing-sm);
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-header
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-header
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-header {
    border-width: 0 0 2px;
    display: none;
    order: 0;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-header {
      background-color: var(--color-tint);
      border-bottom-width: 1px;
      border-color: var(--color-ui-200);
      order: 1;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-header.active {
    display: flex;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-header
    .order-img {
    max-width: 33.33%;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-header
    .order-header-info {
    display: flex;
    flex-direction: column;
    padding-left: 1.25rem;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-header
      .order-header-info {
      padding-left: 0;
    }
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-header
      .order-header-info
      .order-number {
      order: -9999;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-header
    .order-header-info
    .order-title {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-details
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-details
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details {
    display: none;
    order: 0;
    padding-bottom: var(--spacing-sm);
    padding-top: var(--spacing-sm);
    width: 100%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details {
      display: block;
      order: 3;
      padding: 1rem;
      width: 66.666667%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details.active {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-header {
    align-items: center;
    display: flex;
    padding-bottom: var(--spacing-sm);
    padding-top: var(--spacing-sm);
  }
  @media (min-width: 1024px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .customer-account
          hn-account-page
          .hn-account
          .hn-account-menu-content
          hn-orders-item
          .order-items
          .order-details
          .order-details-header.highlights-text__bonus-offer
      ):has(.lg\:hidden.highlights-text__standout):has(
        .lg\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .customer-account
          hn-account-page
          .hn-account
          .hn-account-menu-content
          hn-orders-item
          .order-items
          .order-details
          .order-details-header.highlights-text__bonus-offer
      ):has(.lg\:hidden.highlights-text__standout):has(
        .lg\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details
      .order-details-header {
      display: none;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-header-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-items
    .order-item {
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--spacing-sm);
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details
      .order-details-items
      .order-item {
      border-color: var(--color-ui-200);
      border-width: 1px;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-items
    .order-item
    .item {
    display: flex;
    order: 0;
    padding: 1rem;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details
      .order-details-items
      .order-item
      .item {
      order: 2;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-items
    .order-item
    .item
    .thumbnail {
    padding-right: 0.5rem;
    width: 50%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details
      .order-details-items
      .order-item
      .item
      .thumbnail {
      width: 25%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-items
    .order-item
    .item
    .item-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-around;
    width: 50%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details
      .order-details-items
      .order-item
      .item
      .item-details {
      flex-direction: row;
      width: 100%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-items
    .order-item
    .item
    .item-details
    .item-title {
    width: 100%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details
      .order-details-items
      .order-item
      .item
      .item-details
      .item-title {
      width: 50%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-items
    .order-item
    .item
    .item-details
    .sku {
    color: var(--color-ui-200);
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-details
    .order-details-items
    .order-item
    .status {
    display: flex;
    order: 0;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-details
      .order-details-items
      .order-item
      .status {
      background-color: var(--color-ui-100);
      order: -9999;
      padding: 1rem;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-payment
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-payment
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment {
    display: none;
    flex-grow: 1;
    order: 0;
    padding-bottom: var(--spacing-sm);
    padding-top: var(--spacing-sm);
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-payment {
      display: flex;
      flex-direction: column;
      order: 2;
      padding: 1rem;
      width: 33.333333%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment.active {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment
    .bill-to {
    border-bottom-width: 2px;
    display: flex;
    padding-bottom: 0.5rem;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-payment
      .bill-to {
      border-style: none;
      flex-direction: column;
      padding: 0;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment
    .bill-to
    .bill-to-label {
    width: 50%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-payment
      .bill-to
      .bill-to-label {
      width: 100%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment
    .bill-to
    .bill-to-details {
    width: 50%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-payment
      .bill-to
      .bill-to-details {
      width: 100%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment
    .payment-info {
    display: flex;
    padding-top: 0.5rem;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-payment
      .payment-info {
      flex-direction: column;
      padding-bottom: var(--spacing-xs);
      padding-top: var(--spacing-xs);
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment
    .payment-info
    .payment-info-label {
    width: 50%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-payment
      .payment-info
      .payment-info-label {
      width: 100%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-payment
    .payment-info
    .payment-info-details {
    width: 50%;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-payment
      .payment-info
      .payment-info-details {
      width: 100%;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-summary
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-summary
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary {
    background-color: var(--color-ui-100);
    border-color: var(--color-ui-200);
    border-top-width: 1px;
    display: none;
    flex-grow: 1;
    margin-left: -2rem;
    margin-right: -2rem;
    order: 0;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    padding-top: 0.625rem;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-summary {
      background-color: transparent;
      display: block;
      margin-left: 0;
      margin-right: 0;
      order: 4;
      padding: 1rem;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary.active {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-summary
        .contact-order
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .hn-account-menu-content
        hn-orders-item
        .order-items
        .order-summary
        .contact-order
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary
    .contact-order {
    display: none;
  }
  @media (min-width: 1024px) {
    .customer-account
      hn-account-page
      .hn-account
      .hn-account-menu-content
      hn-orders-item
      .order-items
      .order-summary
      .contact-order {
      display: flex;
      flex: 1 1 0%;
    }
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary
    .total-info {
    min-width: 18.75rem;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary
    .total-info--items {
    display: flex;
    justify-content: space-between;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary
    .total-info
    .order-total {
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: var(--line-height-xl);
    padding-bottom: var(--spacing-sm);
    padding-top: var(--spacing-sm);
  }
  :root[data-useragent*="Mac OS"]
    .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary
    .total-info
    .order-total {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    .material-icons.customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    hn-orders-item
    .order-items
    .order-summary
    .total-info
    .order-total {
    font-family: Material Icons;
  }
  .customer-account
    hn-account-page
    .hn-account
    .hn-account-menu-content
    .hn-wishlist
    .wishlist-content {
    background-color: var(--color-ui-100);
    border-color: var(--color-ui-200);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 0.75rem;
    padding: 0.938rem;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .content
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.customer-account
        hn-account-page
        .hn-account
        .content
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .customer-account hn-account-page .hn-account .content {
    display: none;
  }
  .customer-account hn-account-page .hn-account .content.active {
    display: block;
  }
  hn-account-menu {
    position: relative;
  }
  hn-account-menu .hn-account-menu-dropdown {
    position: absolute;
    right: 0;
    top: 3.125rem;
    z-index: 10;
  }
  hn-account-menu .hn-account-menu-dropdown .header-account-menu-list {
    width: 14rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.625rem 1.25rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  hn-account-menu .hn-account-menu-dropdown .header-account-menu-list__item {
    padding: 0.125rem 0.625rem;
    text-align: center;
  }
  hn-account-menu .hn-account-menu-dropdown .header-account-menu-list__item > a {
    color: var(--color-brand);
    display: block;
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
  }
  :root[data-useragent*="Mac OS"]
    hn-account-menu
    .hn-account-menu-dropdown
    .header-account-menu-list__item
    > a {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"]
    hn-account-menu.material-icons
    .hn-account-menu-dropdown
    .header-account-menu-list__item
    > a {
    font-family: Material Icons;
  }
  hn-account-menu
    .hn-account-menu-dropdown
    .header-account-menu-list__item
    > a:hover {
    text-decoration-line: underline;
  }
  .login-label {
    color: var(--color-secondary);
    font-size: var(--font-size-xs);
    left: var(--spacing-sm);
    line-height: var(--line-height-xs);
    position: absolute;
    top: 0.375rem;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:-moz-placeholder-shown ~ .login-label.highlights-text__bonus-offer
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:placeholder-shown ~ .login-label.highlights-text__bonus-offer
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:-moz-placeholder-shown ~ .login-label.highlights-text__bonus-offer
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:placeholder-shown ~ .login-label.highlights-text__bonus-offer
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .peer:-moz-placeholder-shown ~ .login-label {
    display: none;
  }
  .peer:placeholder-shown ~ .login-label {
    display: none;
  }
  .login-input {
    background-color: var(--color-light);
    border-color: var(--color-ui);
    border-radius: 0.25rem;
    border-width: 1px;
    min-width: 100%;
    padding-bottom: 0.375rem;
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
    padding-top: 1.125rem;
  }
  .login-input:-moz-placeholder-shown {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .login-input:placeholder-shown {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .form#customer_login .errors ul {
    list-style: none;
  }
  #recover,
  #success {
    display: none;
  }
  #recover:target,
  #success:target {
    display: block;
    outline: none;
  }
  #recover:target ~ #success,
  #recover:target ~ .login-container,
  #success:target ~ #recover,
  #success:target ~ .login-container {
    display: none;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.error-msg
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.error-msg
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .error-msg {
    display: none;
  }
  .error-msg.active {
    display: flex;
    justify-content: flex-start;
  }
  body:has(modal-component.error-msg.active) {
    overflow-y: hidden;
  }
  .error-msg.active {
    color: var(--color-alertcritical);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    visibility: visible;
  }
  .error-msg .material-icons {
    margin-right: var(--spacing-2xs);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.just-validate-error-label
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.just-validate-error-label
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .just-validate-error-label {
    display: none;
  }
  .customer .accounts-content {
    color: var(--color-primary);
  }
  .customer .accounts-content .input-container {
    border-color: var(--color-ui-500);
  }
  .customer .accounts-content .input-container.active {
    border-color: var(--color-alertcritical);
  }
  .customer button:focus,
  .customer input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .customer a,
  .customer button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercheckout-order-summary-dropdown
        .order-summary-toggle__text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offercheckout-order-summary-dropdown
        .order-summary-toggle__text
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  checkout-order-summary-dropdown .order-summary-toggle__text {
    display: none;
  }
  checkout-order-summary-dropdown .order-summary-toggle__text.active {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
  }
  checkout-order-summary-dropdown .order-summary-toggle__text svg {
    margin-left: var(--spacing-2xs);
  }
  @media (min-width: 768px) {
    [data-step="payment_method"] .review-block__label {
      flex: 1 1 0%;
    }
  }
  @media (min-width: 1024px) {
    [data-step="payment_method"] .review-block__label {
      flex: 1 1 0%;
    }
  }
  [data-step="review"] .review-block__label {
    font-weight: 500;
    min-width: 8.125rem;
    white-space: nowrap;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-sidebar
        [id^="shopify-block-bazaarvoice_reviews_photos_rating_summary_block"]
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-sidebar
        [id^="shopify-block-bazaarvoice_reviews_photos_rating_summary_block"]
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .product-sidebar
    [id^="shopify-block-bazaarvoice_reviews_photos_rating_summary_block"] {
    display: none;
  }
  @media (min-width: 1024px) {
    .product-sidebar
      [id^="shopify-block-bazaarvoice_reviews_photos_rating_summary_block"] {
      display: block;
    }
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-sidebar .has-highlight-ribbons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .highlights-text__bonus-offer.product-sidebar .has-highlight-ribbons
    ):has(.highlights-text__standout.hidden):has(
      .highlights-text__cashback.hidden
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .product-sidebar .has-highlight-ribbons {
    display: none;
  }
  @media (min-width: 1024px) {
    .product-sidebar .has-highlight-ribbons {
      display: grid;
    }
  }
  .drawer-overlay {
    background-color: var(--color-primary-400);
    height: 100%;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  :root[data-useragent*="Mac OS"] .font-bold {
    font-family: lato;
    font-weight: 700;
  }
  :root[data-useragent*="Mac OS"] .material-icons.font-bold {
    font-family: Material Icons;
  }
  .hn-navigation-root__container {
    position: relative;
    z-index: 50;
  }
  .hn-navigation-root__container:has(.hn-search--description.expand)
    .hn-navigation--main-desktop__screen {
    height: 0;
    width: 0;
  }
  .hn-navigation-root__container .hn-bottom-menu__container {
    border-style: none;
    padding-left: unset;
    width: auto;
  }
  @media (min-width: 1024px) {
    .hn-navigation-root__container .hn-bottom-menu__container {
      border-bottom-width: 1px;
      border-color: var(--color-decorative);
      border-style: solid;
      border-top-width: 1px;
      width: 100%;
    }
  }
  .hn-navigation-root__container .hn-navigation--btn,
  .hn-navigation-root__container .hn-navigation--btn > .child-links,
  .hn-navigation-root__container .hn-navigation--btn > p {
    color: var(--color-primary);
  }
  .hn-navigation-root__container .hn-navigation--btn:hover {
    background-color: var(--color-tint);
    border-radius: 0.25rem;
    color: var(--color-primary);
  }
  .hn-navigation-root__container .hn-navigation--btn.selected {
    background-color: var(--color-brand);
    border-radius: 0.25rem;
    color: var(--color-light);
  }
  .hn-navigation-root__container .hn-navigation--btn.selected .material-icons,
  .hn-navigation-root__container .hn-navigation--btn.selected > .child-links,
  .hn-navigation-root__container .hn-navigation--btn.selected > p {
    color: var(--color-light);
  }
  .hn-navigation-root__container
    hn-navigation-desktop-screen
    .hn-nav-sub-categories__container,
  .hn-navigation-root__container
    hn-navigation-mobile-screen
    .hn-nav-sub-categories__container {
    gap: var(--spacing-2xs);
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: var(--spacing-xs);
    padding-left: var(--spacing-xs);
    padding-right: var(--spacing-xs);
    text-align: center;
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-navigation-root__container
      hn-navigation-desktop-screen
      .hn-nav-sub-categories__container,
    .hn-navigation-root__container
      hn-navigation-mobile-screen
      .hn-nav-sub-categories__container {
      padding-left: var(--spacing-md);
      padding-right: var(--spacing-md);
    }
  }
  .hn-navigation-root__container
    hn-navigation-desktop-screen
    .hn-nav-sub-categories__container.second-level--link__container,
  .hn-navigation-root__container
    hn-navigation-mobile-screen
    .hn-nav-sub-categories__container.second-level--link__container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .hn-navigation-root__container
    hn-navigation-desktop-screen
    .hn-nav-sub-categories__container
    .hn-nav__sub-categories__list,
  .hn-navigation-root__container
    hn-navigation-mobile-screen
    .hn-nav-sub-categories__container
    .hn-nav__sub-categories__list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    width: 100%;
  }
  .hn-navigation-root__container
    hn-navigation-desktop-screen
    .hn-nav-sub-categories__container
    .hn-nav__sub-categories__list
    .hn-nav-sub-categories-header__wrapper,
  .hn-navigation-root__container
    hn-navigation-mobile-screen
    .hn-nav-sub-categories__container
    .hn-nav__sub-categories__list
    .hn-nav-sub-categories-header__wrapper {
    align-items: center;
    align-self: stretch;
    display: flex;
    height: var(--box-area-height);
    padding: var(--spacing-xs);
    pointer-events: none;
  }
  .hn-navigation-root__container
    hn-navigation-desktop-screen
    .hn-nav-sub-categories__container
    .hn-nav__sub-categories__list
    .hn-nav-sub-categories-header__wrapper
    .hn-nav-sub-categories-header__text,
  .hn-navigation-root__container
    hn-navigation-mobile-screen
    .hn-nav-sub-categories__container
    .hn-nav__sub-categories__list
    .hn-nav-sub-categories-header__wrapper
    .hn-nav-sub-categories-header__text {
    align-items: center;
    flex: 1 1 0%;
    margin-bottom: 0;
    pointer-events: none;
    position: relative;
    text-align: left;
  }
  .hn-nav-utils--desktop__screen:has(
      .hn-navigation--main-desktop__screen:not(.hide)
    )
    .shop--icon__container
    .hn-navigation-root__container
    .shop-menu--title-icon__wrapper,
  .hn-navigation-root__container
    .hn-nav-utils--desktop__screen:has(
      .hn-navigation--main-desktop__screen:not(.hide)
    )
    .shop--icon__container
    .shop-menu--title-icon__wrapper,
  .hn-navigation-root__container .hn-navigation--main-desktop__screen:after,
  .hn-navigation-root__container .hn-navigation-menu-box__shadow {
    box-shadow: 0 2px 8px #0003;
  }
  .hn-navigation-root__container .hn-navigation--search-acounts-menu__container {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  @media (min-width: 640px) {
    .hn-navigation-root__container
      .hn-navigation--search-acounts-menu__container {
      gap: 1.5rem;
      padding-bottom: var(--spacing-xs);
      padding-top: var(--spacing-xs);
    }
  }
  @media (min-width: 0px) and (max-width: 374px) {
    .hn-navigation--search-accounts__wrapper,
    .hn-navigation--search-accounts__wrapper .hn-accounts-menu__icon {
      width: auto;
    }
  }
  .hn-navigation--main-logo__wrapper {
    display: flex;
    justify-content: flex-start;
    min-width: 146px;
    width: 100%;
  }
  @media (min-width: 768px) {
    .hn-navigation--main-logo__wrapper {
      max-width: 177.6px;
    }
  }
  .hn-navigation--main-logo__wrapper img {
    height: 1.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
  @media (min-width: 768px) {
    .hn-navigation--main-logo__wrapper img {
      height: var(--spacing-md);
    }
  }
  .hn-nav-mobile-header {
    margin-bottom: 0;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .slash {
    color: var(--color-decorative);
    padding-left: var(--spacing-2xs);
    padding-right: var(--spacing-2xs);
  }
  .breadcrumb,
  .breadcrumb-last-path {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  hn-search .hn-search .search-width {
    max-width: 621px;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
  }
  hn-search .hn-search .hn-input-group.initial-form-input .search-input {
    border-color: var(--color-ui);
    border-right-width: 0;
    font-size: var(--font-size-md);
    height: var(--box-area-height);
    line-height: var(--line-height-md);
  }
  hn-search .hn-search .hn-input-group.initial-form-input .hn-search-icon {
    background-color: var(--color-light);
    border-bottom-right-radius: 0.25rem;
    border-bottom-width: 1px;
    border-color: var(--color-ui);
    border-right-width: 1px;
    border-top-right-radius: 0.25rem;
    border-top-width: 1px;
    cursor: pointer;
    height: var(--box-area-height);
  }
  hn-search
    .hn-search
    .hn-input-group.initial-form-input
    .hn-search-icon
    .material-icons {
    color: var(--color-primary);
  }
  hn-search .hn-search .hn-input-group .material-icons.icon-search {
    color: var(--color-light);
  }
  hn-search .hn-search.expand {
    padding-left: 112px;
    padding-right: 112px;
  }
  hn-search .hn-search.expand .search-width {
    max-width: none;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
  }
  hn-search .hn-search.expand .search-input {
    height: var(--box-area-height);
    padding-right: 3.5rem;
  }
  hn-search .hn-search.expand .material-icons.icon-search {
    color: var(--color-light);
  }
  hn-search .hn-search--description.shadow-box {
    box-shadow: 0 2px 8px #0003;
    clip-path: inset(0 -8px -8px -8px);
  }
  hn-search .hn-search--description.expand {
    padding-left: 112px;
    padding-right: 112px;
  }
  hn-search .hn-search--description.safari-ios-padding {
    padding-bottom: 40%;
  }
  hn-search .hn-search--searches-buttons-list-item {
    display: flex;
    text-transform: lowercase;
  }
  hn-search .hn-search--product-suggestions .product__price .price--highlight {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
  }
  hn-search .search-input:focus {
    border-color: var(--color-brand);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
      var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
  }
  hn-search .product__image {
    pointer-events: auto;
  }
  body:has(.hn-search.expand) .menu-overlay {
    display: block;
  }
  .search-desktop,
  .search-mobile {
    border-style: none;
  }
  .search-mobile {
    overflow: hidden;
  }
  .search-mobile .hn-search__wrapper {
    height: 100vh;
    overflow-y: auto;
  }
  @media (min-width: 640px) {
    .sm\:hn-container-flex {
      display: flex;
    }
  }
  @media (min-width: 1024px) {
    .lg\:hn-container-flex {
      display: flex;
    }
  }
  body:has(.group:hover .group-hover\:visiblemodal-component) {
    overflow-y: hidden;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__bonus-offer
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__bonus-offer
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_card__container--default-layout-product-slider {
    grid-row: span 6 / span 6;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__bonus-offer
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:-moz-placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_energy_ratings_collection {
    display: block;
  }
  .hn-slider-product:has(.product-energy_ratings__wrapper):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__bonus-offer
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__standout
    ):has(
      .peer:placeholder-shown
        ~ .peer-placeholder-shown\:hidden.highlights-text__cashback
    )
    .product_energy_ratings_collection {
    display: block;
  }
  @media (min-width: 0px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .xs\:hidden.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .xs\:hidden.highlights-text__bonus-offer
      ):has(.xs\:hidden.highlights-text__standout):has(
        .xs\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
  }
  @media (min-width: 640px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .sm\:hidden.highlights-text__bonus-offer
      ):has(.sm\:hidden.highlights-text__standout):has(
        .sm\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .sm\:hidden.highlights-text__bonus-offer
      ):has(.sm\:hidden.highlights-text__standout):has(
        .sm\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
  }
  @media (min-width: 768px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .md\:hidden.highlights-text__bonus-offer
      ):has(.md\:hidden.highlights-text__standout):has(
        .md\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .md\:hidden.highlights-text__bonus-offer
      ):has(.md\:hidden.highlights-text__standout):has(
        .md\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
  }
  @media (min-width: 1024px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .lg\:hidden.highlights-text__bonus-offer
      ):has(.lg\:hidden.highlights-text__standout):has(
        .lg\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .lg\:hidden.highlights-text__bonus-offer
      ):has(.lg\:hidden.highlights-text__standout):has(
        .lg\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
  }
  @media (min-width: 1280px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .xl\:hidden.highlights-text__bonus-offer
      ):has(.xl\:hidden.highlights-text__standout):has(
        .xl\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .xl\:hidden.highlights-text__bonus-offer
      ):has(.xl\:hidden.highlights-text__standout):has(
        .xl\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
  }
  @media (min-width: 1536px) {
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .\32xl\:hidden.highlights-text__bonus-offer
      ):has(.\32xl\:hidden.highlights-text__standout):has(
        .\32xl\:hidden.highlights-text__cashback
      )
      .product_card__container--default-layout-product-slider {
      grid-row: span 6 / span 6;
    }
    .hn-slider-product:has(.product-energy_ratings__wrapper):has(
        .\32xl\:hidden.highlights-text__bonus-offer
      ):has(.\32xl\:hidden.highlights-text__standout):has(
        .\32xl\:hidden.highlights-text__cashback
      )
      .product_energy_ratings_collection {
      display: block;
    }
  }
  .after\:content-none:after {
    --tw-content: none;
    content: var(--tw-content);
  }
  .last\:border-b-0:last-child {
    border-bottom-width: 0;
  }
  .checked\:border-primary:checked {
    border-color: var(--color-primary);
  }
  .placeholder-shown\:py-3:-moz-placeholder-shown {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .placeholder-shown\:py-3:placeholder-shown {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .valid\:pb-1:valid {
    padding-bottom: 0.25rem;
  }
  .valid\:pb-1\.5:valid {
    padding-bottom: 0.375rem;
  }
  .valid\:pt-\[1\.125rem\]:valid {
    padding-top: 1.125rem;
  }
  .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .hover\:\!cursor-not-allowed:hover {
    cursor: not-allowed !important;
  }
  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }
  .hover\:\!bg-brand-600:hover {
    background-color: var(--color-brand-600) !important;
  }
  .hover\:bg-alertsuccess-400:hover {
    background-color: var(--color-alertsuccess-400);
  }
  .hover\:bg-alertsuccess-600:hover {
    background-color: var(--color-alertsuccess-600);
  }
  .hover\:bg-brand:hover {
    background-color: var(--color-brand);
  }
  .hover\:bg-brand-600:hover {
    background-color: var(--color-brand-600);
  }
  .hover\:bg-brand-700:hover {
    background-color: var(--color-brand-700);
  }
  .hover\:bg-decorative-200:hover {
    background-color: var(--color-decorative-200);
  }
  .hover\:bg-interactive-400:hover {
    background-color: var(--color-interactive-400);
  }
  .hover\:bg-interactive-700:hover {
    background-color: var(--color-interactive-700);
  }
  .hover\:bg-tint:hover {
    background-color: var(--color-tint);
  }
  .hover\:bg-tint-600:hover {
    background-color: var(--color-tint-600);
  }
  .hover\:\!text-secondary:hover {
    color: var(--color-secondary) !important;
  }
  .hover\:text-brand:hover {
    color: var(--color-brand);
  }
  .hover\:text-current:hover {
    color: currentColor;
  }
  .hover\:text-interactive:hover {
    color: var(--color-interactive);
  }
  .hover\:text-interactive-700:hover {
    color: var(--color-interactive-700);
  }
  .hover\:text-light:hover {
    color: var(--color-light);
  }
  .hover\:text-light-600:hover {
    color: var(--color-light-600);
  }
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:opacity-0:hover {
    opacity: 0;
  }
  .hover\:opacity-100:hover {
    opacity: 1;
  }
  .focus\:border-0:focus {
    border-width: 0;
  }
  .focus\:border-none:focus {
    border-style: none;
  }
  .focus\:border-\[unset\]:focus {
    border-color: unset;
  }
  .focus\:border-interactive:focus {
    border-color: var(--color-interactive);
  }
  .focus\:border-light-600:focus {
    border-color: var(--color-light-600);
  }
  .focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .focus\:outline-0:focus {
    outline-width: 0;
  }
  .focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
      var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 #0000);
  }
  .focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }
  .focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .active\:opacity-40:active {
    opacity: 0.4;
  }
  .group:hover .group-hover\:visible {
    visibility: visible;
  }
  .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:hidden {
    display: none;
  }
  .peer:placeholder-shown ~ .peer-placeholder-shown\:hidden {
    display: none;
  }
  .peer:valid ~ .peer-valid\:top-1 {
    top: 0.25rem;
  }
  .peer:valid ~ .peer-valid\:top-1\.5 {
    top: 0.375rem;
  }
  .peer:valid ~ .peer-valid\:text-xs {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
  @media (min-width: 0px) {
    .xs\:relative {
      position: relative;
    }
    .xs\:-top-20 {
      top: -5rem;
    }
    .xs\:col-span-6 {
      grid-column: span 6 / span 6;
    }
    .xs\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
    .xs\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
    .xs\:mx-sm {
      margin-left: var(--spacing-sm);
      margin-right: var(--spacing-sm);
    }
    .xs\:mb-0 {
      margin-bottom: 0;
    }
    .xs\:mb-xs {
      margin-bottom: var(--spacing-xs);
    }
    .xs\:ml-0 {
      margin-left: 0;
    }
    .xs\:mr-0 {
      margin-right: 0;
    }
    .xs\:mt-2 {
      margin-top: 0.5rem;
    }
    .xs\:mt-5 {
      margin-top: 1.25rem;
    }
    .xs\:mt-sm {
      margin-top: var(--spacing-sm);
    }
    .xs\:block {
      display: block;
    }
    .xs\:flex {
      display: flex;
    }
    .xs\:hidden {
      display: none;
    }
    .xs\:h-20 {
      height: 5rem;
    }
    .xs\:h-24 {
      height: 6rem;
    }
    .xs\:h-\[12\.5rem\] {
      height: 12.5rem;
    }
    .xs\:h-\[120px\] {
      height: 120px;
    }
    .xs\:h-\[155px\] {
      height: 155px;
    }
    .xs\:h-\[211px\] {
      height: 211px;
    }
    .xs\:h-\[320px\] {
      height: 320px;
    }
    .xs\:h-\[96px\] {
      height: 96px;
    }
    .xs\:h-fit {
      height: -moz-fit-content;
      height: fit-content;
    }
    .xs\:h-full {
      height: 100%;
    }
    .xs\:h-xl {
      height: var(--spacing-xl);
    }
    .xs\:w-1\/2 {
      width: 50%;
    }
    .xs\:w-32 {
      width: 8rem;
    }
    .xs\:w-8\/12 {
      width: 66.666667%;
    }
    .xs\:w-\[180px\] {
      width: 180px;
    }
    .xs\:w-\[6\.5rem\] {
      width: 6.5rem;
    }
    .xs\:w-\[65\%\] {
      width: 65%;
    }
    .xs\:w-full {
      width: 100%;
    }
    .xs\:max-w-full {
      max-width: 100%;
    }
    .xs\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xs\:flex-col {
      flex-direction: column;
    }
    .xs\:flex-wrap {
      flex-wrap: wrap;
    }
    .xs\:items-start {
      align-items: flex-start;
    }
    .xs\:justify-center {
      justify-content: center;
    }
    .xs\:gap-sm {
      gap: var(--spacing-sm);
    }
    .xs\:gap-x-xs {
      -moz-column-gap: var(--spacing-xs);
      column-gap: var(--spacing-xs);
    }
    .xs\:gap-y-xs {
      row-gap: var(--spacing-xs);
    }
    .xs\:overflow-scroll {
      overflow: scroll;
    }
    .xs\:p-xs {
      padding: var(--spacing-xs);
    }
    .xs\:px-1 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .xs\:px-3 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .xs\:px-sm {
      padding-left: var(--spacing-sm);
      padding-right: var(--spacing-sm);
    }
    .xs\:pr-0 {
      padding-right: 0;
    }
    .xs\:text-center {
      text-align: center;
    }
    .xs\:text-\[0\.9rem\] {
      font-size: 0.9rem;
    }
    .xs\:text-\[20px\] {
      font-size: 20px;
    }
    .xs\:text-sm {
      font-size: var(--font-size-sm);
      line-height: var(--line-height-sm);
    }
    .xs\:text-white {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }
  @media (min-width: 640px) {
    .sm\:relative {
      position: relative;
    }
    .sm\:sticky {
      position: sticky;
    }
    .sm\:-left-\[2\.625rem\] {
      left: -2.625rem;
    }
    .sm\:-top-4 {
      top: -1rem;
    }
    .sm\:left-\[22\.5\%\] {
      left: 22.5%;
    }
    .sm\:left-auto {
      left: auto;
    }
    .sm\:top-0 {
      top: 0;
    }
    .sm\:z-10 {
      z-index: 10;
    }
    .sm\:ml-0 {
      margin-left: 0;
    }
    .sm\:mr-0 {
      margin-right: 0;
    }
    .sm\:mt-5 {
      margin-top: 1.25rem;
    }
    .sm\:mt-sm {
      margin-top: var(--spacing-sm);
    }
    .sm\:block {
      display: block;
    }
    .sm\:flex {
      display: flex;
    }
    .sm\:grid {
      display: grid;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:h-\[326px\] {
      height: 326px;
    }
    .sm\:h-\[500px\] {
      height: 500px;
    }
    .sm\:h-\[96px\] {
      height: 96px;
    }
    .sm\:h-auto {
      height: auto;
    }
    .sm\:max-h-\[11\.4375rem\] {
      max-height: 11.4375rem;
    }
    .sm\:w-8\/12 {
      width: 66.666667%;
    }
    .sm\:w-\[15rem\] {
      width: 15rem;
    }
    .sm\:w-\[6\.5rem\] {
      width: 6.5rem;
    }
    .sm\:w-\[65\%\] {
      width: 65%;
    }
    .sm\:w-auto {
      width: auto;
    }
    .sm\:w-fit {
      width: -moz-fit-content;
      width: fit-content;
    }
    .sm\:w-full {
      width: 100%;
    }
    .sm\:w-max {
      width: -moz-max-content;
      width: max-content;
    }
    .sm\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-rows-6 {
      grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:justify-center {
      justify-content: center;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:gap-md {
      gap: var(--spacing-md);
    }
    .sm\:gap-sm {
      gap: var(--spacing-sm);
    }
    .sm\:gap-x-sm {
      -moz-column-gap: var(--spacing-sm);
      column-gap: var(--spacing-sm);
    }
    .sm\:gap-y-sm {
      row-gap: var(--spacing-sm);
    }
    .sm\:overflow-hidden {
      overflow: hidden;
    }
    .sm\:rounded {
      border-radius: 0.25rem;
    }
    .sm\:border-none {
      border-style: none;
    }
    .sm\:object-cover {
      -o-object-fit: cover;
      object-fit: cover;
    }
    .sm\:p-2xs {
      padding: var(--spacing-2xs);
    }
    .sm\:p-sm {
      padding: var(--spacing-sm);
    }
    .sm\:px-sm {
      padding-left: var(--spacing-sm);
      padding-right: var(--spacing-sm);
    }
    .sm\:px-xs {
      padding-left: var(--spacing-xs);
      padding-right: var(--spacing-xs);
    }
    .sm\:text-left {
      text-align: left;
    }
    .sm\:text-center {
      text-align: center;
    }
    .sm\:text-sm {
      font-size: var(--font-size-sm);
      line-height: var(--line-height-sm);
    }
    .sm\:text-white {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }
  @media (min-width: 768px) {
    .md\:relative {
      position: relative;
    }
    .md\:left-0 {
      left: 0;
    }
    .md\:left-auto {
      left: auto;
    }
    .md\:right-0 {
      right: 0;
    }
    .md\:right-md {
      right: var(--spacing-md);
    }
    .md\:top-16 {
      top: 4rem;
    }
    .md\:col-span-12 {
      grid-column: span 12 / span 12;
    }
    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }
    .md\:col-span-8 {
      grid-column: span 8 / span 8;
    }
    .md\:col-start-10 {
      grid-column-start: 10;
    }
    .md\:-mr-6 {
      margin-right: -1.5rem;
    }
    .md\:ml-2 {
      margin-left: 0.5rem;
    }
    .md\:ml-lg {
      margin-left: var(--spacing-lg);
    }
    .md\:mr-6 {
      margin-right: 1.5rem;
    }
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:grid {
      display: grid;
    }
    .md\:hidden {
      display: none;
    }
    .md\:h-2xl {
      height: var(--spacing-2xl);
    }
    .md\:h-52 {
      height: 13rem;
    }
    .md\:h-\[160px\] {
      height: 160px;
    }
    .md\:h-\[176px\] {
      height: 176px;
    }
    .md\:h-\[326px\] {
      height: 326px;
    }
    .md\:h-\[605px\] {
      height: 605px;
    }
    .md\:w-1\/4 {
      width: 25%;
    }
    .md\:w-1\/5 {
      width: 20%;
    }
    .md\:w-3\/12 {
      width: 25%;
    }
    .md\:w-4\/5 {
      width: 80%;
    }
    .md\:w-40 {
      width: 10rem;
    }
    .md\:w-8\/12 {
      width: 66.666667%;
    }
    .md\:w-9\/12 {
      width: 75%;
    }
    .md\:w-\[35rem\] {
      width: 35rem;
    }
    .md\:w-\[7\.5rem\] {
      width: 7.5rem;
    }
    .md\:w-\[var\(----burger-icon-md\)\] {
      width: var(----burger-icon-md);
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:w-full {
      width: 100%;
    }
    .md\:w-max {
      width: -moz-max-content;
      width: max-content;
    }
    .md\:max-w-\[1216px\] {
      max-width: 1216px;
    }
    .md\:max-w-\[1376px\] {
      max-width: 1376px;
    }
    .md\:flex-1 {
      flex: 1 1 0%;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:grid-cols-8 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .md\:grid-cols-\[minmax\(12\.5rem\,1fr\)_auto\] {
      grid-template-columns: minmax(12.5rem, 1fr) auto;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-start {
      justify-content: flex-start;
    }
    .md\:justify-center {
      justify-content: center;
    }
    .md\:gap-12 {
      gap: 3rem;
    }
    .md\:gap-md {
      gap: var(--spacing-md);
    }
    .md\:gap-sm {
      gap: var(--spacing-sm);
    }
    .md\:gap-x-md {
      -moz-column-gap: var(--spacing-md);
      column-gap: var(--spacing-md);
    }
    .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
      margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    }
    .md\:border-none {
      border-style: none;
    }
    .md\:bg-light {
      background-color: var(--color-light);
    }
    .md\:p-6 {
      padding: 1.5rem;
    }
    .md\:p-md {
      padding: var(--spacing-md);
    }
    .md\:p-sm {
      padding: var(--spacing-sm);
    }
    .md\:px-3 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .md\:px-3\.5 {
      padding-left: 0.875rem;
      padding-right: 0.875rem;
    }
    .md\:px-\[1\.625rem\] {
      padding-left: 1.625rem;
      padding-right: 1.625rem;
    }
    .md\:px-lg {
      padding-left: var(--spacing-lg);
      padding-right: var(--spacing-lg);
    }
    .md\:px-md {
      padding-left: var(--spacing-md);
      padding-right: var(--spacing-md);
    }
    .md\:px-xs {
      padding-left: var(--spacing-xs);
      padding-right: var(--spacing-xs);
    }
    .md\:py-sm {
      padding-top: var(--spacing-sm);
    }
    .md\:pb-sm,
    .md\:py-sm {
      padding-bottom: var(--spacing-sm);
    }
    .md\:pl-2 {
      padding-left: 0.5rem;
    }
    .md\:pl-md {
      padding-left: var(--spacing-md);
    }
    .md\:pr-md {
      padding-right: var(--spacing-md);
    }
    .md\:text-center {
      text-align: center;
    }
    .md\:text-sm {
      font-size: var(--font-size-sm);
      line-height: var(--line-height-sm);
    }
    .md\:text-brand {
      color: var(--color-brand);
    }
  }
  @media (min-width: 1024px) {
    .lg\:absolute {
      position: absolute;
    }
    .lg\:right-lg {
      right: var(--spacing-lg);
    }
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .lg\:col-span-12 {
      grid-column: span 12 / span 12;
    }
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
    .lg\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }
    .lg\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
    .lg\:-mb-sm {
      margin-bottom: calc(var(--spacing-sm) * -1);
    }
    .lg\:mb-16 {
      margin-bottom: 4rem;
    }
    .lg\:ml-2 {
      margin-left: 0.5rem;
    }
    .lg\:ml-lg {
      margin-left: var(--spacing-lg);
    }
    .lg\:ml-sm {
      margin-left: var(--spacing-sm);
    }
    .lg\:mr-0 {
      margin-right: 0;
    }
    .lg\:mr-xs {
      margin-right: var(--spacing-xs);
    }
    .lg\:mt-0 {
      margin-top: 0;
    }
    .lg\:mt-3 {
      margin-top: 0.75rem;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:inline-flex {
      display: inline-flex;
    }
    .lg\:grid {
      display: grid;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-24 {
      height: 6rem;
    }
    .lg\:h-2xl {
      height: var(--spacing-2xl);
    }
    .lg\:h-52 {
      height: 13rem;
    }
    .lg\:h-7 {
      height: 1.75rem;
    }
    .lg\:h-\[160px\] {
      height: 160px;
    }
    .lg\:h-\[220px\] {
      height: 220px;
    }
    .lg\:h-\[326px\] {
      height: 326px;
    }
    .lg\:h-\[605px\] {
      height: 605px;
    }
    .lg\:w-1\/3 {
      width: 33.333333%;
    }
    .lg\:w-1\/4 {
      width: 25%;
    }
    .lg\:w-1\/5 {
      width: 20%;
    }
    .lg\:w-2\/3 {
      width: 66.666667%;
    }
    .lg\:w-24 {
      width: 6rem;
    }
    .lg\:w-3\/12 {
      width: 25%;
    }
    .lg\:w-3\/4 {
      width: 75%;
    }
    .lg\:w-4\/5 {
      width: 80%;
    }
    .lg\:w-8\/12 {
      width: 66.666667%;
    }
    .lg\:w-9\/12 {
      width: 75%;
    }
    .lg\:w-\[15rem\] {
      width: 15rem;
    }
    .lg\:w-\[160px\] {
      width: 160px;
    }
    .lg\:w-\[20vw\] {
      width: 20vw;
    }
    .lg\:w-\[214px\] {
      width: 214px;
    }
    .lg\:w-\[240px\] {
      width: 240px;
    }
    .lg\:w-\[326px\] {
      width: 326px;
    }
    .lg\:w-\[35rem\] {
      width: 35rem;
    }
    .lg\:w-\[40rem\] {
      width: 40rem;
    }
    .lg\:w-\[419px\] {
      width: 419px;
    }
    .lg\:w-\[7\.5rem\] {
      width: 7.5rem;
    }
    .lg\:w-\[80rem\] {
      width: 80rem;
    }
    .lg\:w-\[calc\(100\%-\(451px\)\)\] {
      width: calc(100% - 451px);
    }
    .lg\:w-\[var\(--product-side-content\)\] {
      width: var(--product-side-content);
    }
    .lg\:w-auto {
      width: auto;
    }
    .lg\:w-fit {
      width: -moz-fit-content;
      width: fit-content;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:w-max {
      width: -moz-max-content;
      width: max-content;
    }
    .lg\:min-w-\[100px\] {
      min-width: 100px;
    }
    .lg\:max-w-\[273px\] {
      max-width: 273px;
    }
    .lg\:max-w-\[30rem\] {
      max-width: 30rem;
    }
    .lg\:max-w-\[420px\] {
      max-width: 420px;
    }
    .lg\:max-w-\[var\(--product-main-content\)\] {
      max-width: var(--product-main-content);
    }
    .lg\:max-w-full {
      max-width: 100%;
    }
    .lg\:max-w-screen-xl {
      max-width: 1280px;
    }
    .lg\:shrink-0 {
      flex-shrink: 0;
    }
    .lg\:translate-x-full {
      --tw-translate-x: 100%;
    }
    .lg\:translate-x-full,
    .lg\:translate-y-0 {
      transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:translate-y-0 {
      --tw-translate-y: 0px;
    }
    .lg\:grid-flow-col {
      grid-auto-flow: column;
    }
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:flex-col {
      flex-direction: column;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:justify-start {
      justify-content: flex-start;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:justify-center {
      justify-content: center;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:gap-0 {
      gap: 0;
    }
    .lg\:gap-12 {
      gap: 3rem;
    }
    .lg\:gap-lg {
      gap: var(--spacing-lg);
    }
    .lg\:gap-md {
      gap: var(--spacing-md);
    }
    .lg\:gap-sm {
      gap: var(--spacing-sm);
    }
    .lg\:gap-xs {
      gap: var(--spacing-xs);
    }
    .lg\:gap-x-lg {
      -moz-column-gap: var(--spacing-lg);
      column-gap: var(--spacing-lg);
    }
    .lg\:rounded-r-none {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
    }
    .lg\:rounded-bl {
      border-bottom-left-radius: 0.25rem;
    }
    .lg\:rounded-tl {
      border-top-left-radius: 0.25rem;
    }
    .lg\:border-none {
      border-style: none;
    }
    .lg\:bg-light {
      background-color: var(--color-light);
    }
    .lg\:bg-tint {
      background-color: var(--color-tint);
    }
    .lg\:p-0 {
      padding: 0;
    }
    .lg\:p-lg {
      padding: var(--spacing-lg);
    }
    .lg\:px-lg {
      padding-left: var(--spacing-lg);
      padding-right: var(--spacing-lg);
    }
    .lg\:px-md {
      padding-left: var(--spacing-md);
      padding-right: var(--spacing-md);
    }
    .lg\:py-lg {
      padding-bottom: var(--spacing-lg);
      padding-top: var(--spacing-lg);
    }
    .lg\:py-sm {
      padding-bottom: var(--spacing-sm);
      padding-top: var(--spacing-sm);
    }
    .lg\:py-xs {
      padding-bottom: var(--spacing-xs);
      padding-top: var(--spacing-xs);
    }
    .lg\:pb-lg {
      padding-bottom: var(--spacing-lg);
    }
    .lg\:pl-lg {
      padding-left: var(--spacing-lg);
    }
    .lg\:pl-md {
      padding-left: var(--spacing-md);
    }
    .lg\:pr-\[22px\] {
      padding-right: 22px;
    }
    .lg\:pr-md {
      padding-right: var(--spacing-md);
    }
    .lg\:pt-0 {
      padding-top: 0;
    }
    .lg\:text-sm {
      font-size: var(--font-size-sm);
      line-height: var(--line-height-sm);
    }
    .lg\:text-brand {
      color: var(--color-brand);
    }
    .lg\:text-brand-700 {
      color: var(--color-brand-700);
    }
  }
  @media (min-width: 1280px) {
    .xl\:col-span-3 {
      grid-column: span 3 / span 3;
    }
    .xl\:col-span-9 {
      grid-column: span 9 / span 9;
    }
    .xl\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
    .xl\:ml-lg {
      margin-left: var(--spacing-lg);
    }
    .xl\:block {
      display: block;
    }
    .xl\:flex {
      display: flex;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:w-\[30vw\] {
      width: 30vw;
    }
    .xl\:w-\[7\.5rem\] {
      width: 7.5rem;
    }
    .xl\:max-w-screen-xl {
      max-width: 1280px;
    }
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:gap-x-xl {
      -moz-column-gap: var(--spacing-xl);
      column-gap: var(--spacing-xl);
    }
    .xl\:py-xl {
      padding-bottom: var(--spacing-xl);
      padding-top: var(--spacing-xl);
    }
    .xl\:text-brand {
      color: var(--color-brand);
    }
  }
  @media (min-width: 1536px) {
    .\32xl\:hidden {
      display: none;
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:border-gray-700 {
      --tw-border-opacity: 1;
      border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }
    .dark\:bg-gray-700 {
      --tw-bg-opacity: 1;
      background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    }
    .dark\:text-gray-600 {
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity));
    }
  }
  .\[\&\>a\]\:underline > a {
    text-decoration-line: underline;
  }
  .\[\&\>a\]\:underline-offset-4 > a {
    text-underline-offset: 4px;
  }
  .pf-sf.tab-content {
    width: 100%;
  }
  .pf-sf.tab-content .store-finder > div:first-child {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .pf-sf.tab-content
    .store-finder
    > div:first-child
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0px * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0px * var(--tw-space-x-reverse));
  }
  @media (min-width: 768px) {
    .pf-sf.tab-content .store-finder > div:first-child {
      flex-direction: row;
    }
    .pf-sf.tab-content
      .store-finder
      > div:first-child
      > :not([hidden])
      ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
      margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    }
  }
  @media (min-width: 1024px) {
    .pf-sf.tab-content .store-finder > div:first-child {
      flex-direction: row;
    }
    .pf-sf.tab-content
      .store-finder
      > div:first-child
      > :not([hidden])
      ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
      margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    }
  }
  .pf-sf.tab-content .store-finder__item {
    border-color: var(--color-tint-500);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0.9375rem;
    width: 100%;
  }
  @media (min-width: 768px) {
    .pf-sf.tab-content .store-finder__item {
      width: 50%;
    }
  }
  .pf-sf.tab-content .store-finder__item header {
    align-items: center;
    background-color: var(--color-tint-200);
    border-radius: 0.25rem;
    display: flex;
    justify-content: space-between;
    padding: 0.625rem;
  }
  @media (min-width: 1024px) {
    .pf-sf.tab-content .store-finder__item header {
      padding: 1.25rem 1.5625rem;
    }
  }
  .pf-sf.tab-content .store-finder__item header h2 {
    color: var(--color-brand);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    text-align: center;
  }
  @media (min-width: 1024px) {
    .pf-sf.tab-content .store-finder__item header h2 {
      font-size: 1.625rem;
    }
  }
  .pf-sf.tab-content .store-finder__button {
    background-color: var(--color-brand-700);
    border-radius: 0.25rem;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    padding: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .pf-sf.tab-content .store-finder__button:hover {
    background-color: var(--color-brand-500);
  }
  @media (min-width: 768px) {
    .pf-sf.tab-content .store-finder__button {
      padding: 0.75rem 1.5625rem;
    }
  }
  .pf-sf.tab-content .store-finder__button.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .pf-sf.tab-content .store-finder__button.active:hover {
    background-color: var(--color-brand-500);
  }
  .pf-sf.tab-content .store-finder__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 1.875rem;
  }
  @media (min-width: 1024px) {
    .pf-sf.tab-content .store-finder__content {
      flex-direction: row;
    }
  }
  .pf-sf.tab-content .store-finder__content > div {
    width: 100%;
  }
  @media (min-width: 1024px) {
    .pf-sf.tab-content .store-finder__content > div {
      width: 50%;
    }
  }
  .pf-sf.tab-content .store-finder__content > div h3 {
    color: var(--color-tint-800);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
  }
  @media (min-width: 1024px) {
    .pf-sf.tab-content .store-finder__content > div h3 {
      margin-bottom: 0.625rem;
    }
  }
  .pf-sf.tab-content .store-finder__content > div p {
    color: var(--color-tint-800);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .pf-sf.tab-content .store-finder__content > div p.hours-note {
    font-size: 0.75rem;
  }
  .pf-sf.tab-content .store-finder__content > div span {
    color: var(--color-tint-800);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  .pf-sf.tab-content .store-finder__content > div a {
    color: var(--color-brand-500);
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
    margin-bottom: 1.25rem;
  }
  .pf-sf.tab-content .store-finder__content > div a:hover {
    text-decoration-line: underline;
  }
  .pf-sf.tab-content .store-finder__content > div ul li {
    align-items: center;
    display: flex;
  }
  .pf-sf.tab-content .store-finder__content > div ul li span:first-child {
    width: 6.25rem;
  }
  .pf-sf.tab-content .store-finder__modal {
    background: #000000b3;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .pf-sf.tab-content .store-finder__modal > div {
    margin: 3.125rem auto;
    max-width: none;
    width: 95%;
    z-index: 10;
  }
  @media (min-width: 768px) {
    .pf-sf.tab-content .store-finder__modal > div {
      max-width: 56.25rem;
      width: 100%;
    }
  }
  .pf-sf.tab-content .store-finder__modal > div header {
    align-items: center;
    background-color: var(--color-brand-700);
    display: flex;
    justify-content: space-between;
    padding: 0.9375rem;
  }
  @media (min-width: 768px) {
    .pf-sf.tab-content .store-finder__modal > div header {
      padding: 1.25rem 1.875rem;
    }
  }
  .pf-sf.tab-content .store-finder__modal > div header h2 {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 768px) {
    .pf-sf.tab-content .store-finder__modal > div header h2 {
      font-size: 1.625rem;
    }
  }
  .pf-sf.tab-content .store-finder__modal > div header i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .pf-sf.tab-content .store-finder__modal-content {
    height: 60vh;
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.875rem;
  }
  @media (min-width: 768px) {
    .pf-sf.tab-content .store-finder__modal-content {
      height: 75vh;
    }
  }
  .pf-sf.tab-content .store-finder__modal-content p {
    color: var(--color-tint-800);
    font-size: 0.875rem;
  }
  .pf-sf.tab-content .store-finder__modal-content p-note {
    color: var(--color-tint-800);
    font-size: 0.75rem;
  }
  .pf-sf.tab-content .store-finder__modal-content h3 {
    color: var(--color-tint-800);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
  }
  .pf-sf.tab-content .store-finder__modal-content a {
    color: var(--color-brand-500);
    font-size: 0.875rem;
    font-weight: 700;
  }
  .pf-sf.tab-content .store-finder__modal-content a:hover {
    text-decoration-line: underline;
  }
  .pf-sf.tab-content .store-finder__modal-content button {
    background-color: var(--color-brand-700);
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    padding: 0.5rem 1.25rem;
    text-align: center;
    width: 15.625rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .pf-sf.tab-content .store-finder__modal-hours li {
    align-items: center;
    display: flex;
  }
  .pf-sf.tab-content .store-finder__modal-hours li span {
    color: var(--color-tint-800);
    font-size: 0.875rem;
  }
  .pf-sf.tab-content .store-finder__modal-hours li span:first-child {
    width: 6.25rem;
  }
  .pf-sf.tab-content .store-finder__modal-go-here {
    list-style-type: disc;
    padding-left: 2.5rem;
  }
  .pf-sf.tab-content .store-finder__modal-go-here li {
    color: var(--color-tint-800);
    font-size: 0.875rem;
  }
  .sc-jNHqnW {
    margin: 0 auto;
    max-width: 1290px !important;
  }
  .banner-header {
    background-color: var(--color-brand-300);
    height: 220px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
  }
  @media (min-width: 768px) {
    .banner-header {
      margin-bottom: 80px;
    }
  }
  .banner-header .banner-header-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .banner-header .banner-header-content .banner-header__title {
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .banner-header .banner-header-content .banner-header__image {
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    padding-top: 10px;
  }
  .banner-header .banner-arrow {
    bottom: 0.625rem;
    display: flex;
    height: 30px;
    position: relative;
    width: 100%;
  }
  .banner-header .banner-arrow .banner-arrow-left {
    padding-right: 2.75rem;
    position: relative;
    width: 50%;
  }
  .banner-header .banner-arrow .banner-arrow-left .inner:before {
    border-left: 32px solid #fdfdfd;
    border-right: 17px solid transparent;
    right: -5px;
  }
  .banner-header .banner-arrow .banner-arrow-right {
    padding-left: 2.5rem;
    position: relative;
    width: 50%;
  }
  .banner-header .banner-arrow .banner-arrow-right .inner:before {
    border-left: 17px solid transparent;
    border-right: 32px solid #fdfdfd;
    left: -8px;
  }
  .banner-header .banner-arrow .inner {
    background-color: #fdfdfd;
    height: 30px;
    margin-top: 0.125rem;
  }
  .banner-header .banner-arrow .inner:before {
    bottom: 0;
    position: absolute;
    --tw-content: "";
    border-bottom: 8px solid #fdfdfd;
    border-top: 20px solid transparent;
    content: var(--tw-content);
  }
  .section-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  @media (min-width: 1024px) {
    .section-container {
      max-width: 1280px;
    }
  }
  .about-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media (min-width: 768px) {
    .about-content {
      flex-direction: row;
    }
  }
  .about-content .about-block {
    padding: 1rem;
    width: 100%;
  }
  @media (min-width: 768px) {
    .about-content .about-block {
      width: 45%;
    }
  }
  .about-content .about-block p {
    color: var(--color-primary-300);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .default-template-page-container .default-template-page-bem__banner h1,
  .default-template-page-container .default-template-page-bem__banner h2,
  .default-template-page-container .default-template-page-bem__banner h3,
  .default-template-page-container .default-template-page-bem__banner h4,
  .default-template-page-container .default-template-page-bem__banner h5,
  .default-template-page-container .default-template-page-bem__banner h6,
  .default-template-page-container .default-template-page-bem__banner p {
    color: var(--color-light-500);
  }
  .default-template-page-container .default-template-page-bem__brand h1,
  .default-template-page-container .default-template-page-bem__brand h2,
  .default-template-page-container .default-template-page-bem__brand h3,
  .default-template-page-container .default-template-page-bem__brand h4,
  .default-template-page-container .default-template-page-bem__brand h5,
  .default-template-page-container .default-template-page-bem__brand h6,
  .default-template-page-container .default-template-page-bem__brand p {
    color: var(--color-brand-300);
  }
  .default-template-page-container .default-template-page-bem__header h1,
  .default-template-page-container
    .default-template-page-bem__header
    h1:first-child,
  .default-template-page-container .default-template-page-bem__header h2,
  .default-template-page-container
    .default-template-page-bem__header
    h2:first-child,
  .default-template-page-container .default-template-page-bem__header h3,
  .default-template-page-container
    .default-template-page-bem__header
    h3:first-child,
  .default-template-page-container .default-template-page-bem__header h4,
  .default-template-page-container
    .default-template-page-bem__header
    h4:first-child,
  .default-template-page-container .default-template-page-bem__header h5,
  .default-template-page-container
    .default-template-page-bem__header
    h5:first-child,
  .default-template-page-container .default-template-page-bem__header h6,
  .default-template-page-container
    .default-template-page-bem__header
    h6:first-child,
  .default-template-page-container .default-template-page-bem__header p,
  .default-template-page-container
    .default-template-page-bem__header
    p:first-child {
    color: var(--color-primary-500);
  }
  .default-template-page-container .default-template-page-bem__content p,
  .default-template-page-container .default-template-page-bem__content span,
  .default-template-page-container .default-template-page-bem__header p span,
  .default-template-page-container .default-template-page-bem__header span {
    color: var(--color-secondary-500);
  }
  .default-template-page-container .default-template-page-bem__content ul li,
  .default-template-page-container .default-template-page-bem__content ul li p {
    color: var(--color-primary-500);
  }
  .default-template-page-container
    .default-template-page-bem__content
    ul
    li
    span {
    color: var(--color-secondary-500);
  }
  .default-template-page-container .default-template-page-bem__button a {
    background-color: var(--color-brand-500);
    color: var(--color-light-500);
  }
  .default-template-page-container
    .default-template-page-bem__interactive-button
    a {
    background-color: var(--color-interactive-500);
    color: var(--color-light-500);
  }
  .default-template-page-container
    .default-template-page-bem__interactive-button
    a:hover {
    background-color: var(--color-interactive-300);
  }
  .default-template-page-container
    .default-template-page-bem__slick
    .slick-dots
    li.slick-active
    button:before {
    color: var(--color-interactive-800);
  }
  .default-template-page-container
    .default-template-page-bem__slick
    .slick-dots
    li
    button:before {
    color: var(--color-interactive-600);
  }
  .default-template-page-container
    .hn-event-main-container-outer
    .shopping-option-blurb
    p {
    color: var(--color-secondary-500);
  }
  .default-template-page-container
    .hn-event-main-container-outer
    .shopping-option-blurb
    a {
    color: var(--color-interactive-500);
  }
  .default-template-page-container .four-ways-to-shop-container {
    background-color: var(--color-secondary-100);
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .default-template-page-container
    .four-ways-to-shop-container
    .hn-event-main-container-outer {
    background-color: var(--color-light);
  }
  .default-template-page-container
    .four-ways-to-shop-container
    .hn-event-main-container-outer
    .default-template-page-bem__header
    p:first-child {
    padding-top: 2.5rem;
  }
  .default-template-page-container
    .four-ways-to-shop-container
    .hn-event-main-container-outer
    .default-template-page-bem__grid {
    display: grid;
    gap: var(--spacing-sm);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  @media (min-width: 768px) {
    .default-template-page-container
      .four-ways-to-shop-container
      .hn-event-main-container-outer
      .default-template-page-bem__grid {
      padding-left: 10rem;
      padding-right: 10rem;
    }
  }
  @media (min-width: 1024px) {
    .default-template-page-container
      .four-ways-to-shop-container
      .hn-event-main-container-outer
      .default-template-page-bem__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding-left: 14rem;
      padding-right: 14rem;
    }
  }
  .default-template-page-container
    .four-ways-to-shop-container
    .hn-event-main-container-outer
    .default-template-page-bem__grid
    .shopping-option {
    width: 100%;
  }
  .default-template-page-container
    .click-and-scale-container
    .slick-dots
    li.slick-active
    button:before {
    color: var(--color-interactive-800);
  }
  .default-template-page-container
    .click-and-scale-container
    .slick-dots
    li
    button:before {
    color: var(--color-interactive-600);
  }
  .footer-menus-parent-page__h1 {
    color: var(--color-primary-500);
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
  .footer-menus-parent-page__description {
    color: var(--color-primary-500);
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
    margin-bottom: 2.5rem;
  }
  .footer-menus-parent-page__container {
    display: grid;
    gap: var(--spacing-md);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 2rem;
  }
  @media (min-width: 768px) {
    .footer-menus-parent-page__container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .footer-menus-parent-page__container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item {
    background-color: var(--color-decorative-300);
    border-radius: 0.25rem;
    margin-bottom: 0.625rem;
    width: 100%;
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item:hover {
    background-color: var(--color-interactive);
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item:hover h2,
  .footer-menus-parent-page__container .footer-menus-parent-page__item:hover i,
  .footer-menus-parent-page__container .footer-menus-parent-page__item:hover p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item a {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 1rem;
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item a i {
    color: var(--color-brand-500);
    font-size: 3.75rem;
    line-height: 1;
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item a div {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item a h2 {
    color: var(--color-interactive);
    font-size: var(--font-size-sm);
    font-weight: 700;
    line-height: var(--line-height-sm);
    margin-bottom: 0.875rem;
  }
  .footer-menus-parent-page__container .footer-menus-parent-page__item a p {
    color: var(--color-interactive);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
  }
  .newsletter-msg {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .newsletter-msg p {
    font-size: 0.875rem;
  }
  .newsletter-msg p a {
    text-decoration-line: underline;
  }
  .newsletter-msg p a,
  .newsletter-msg p a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  hnni-finance-component {
    color: var(--color-primary);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
    text-transform: uppercase;
  }
  hnni-finance-component span {
    color: #cb1829;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  /*# sourceMappingURL=/cdn/shop/t/66/assets/theme-main.css.map?v=59548693955449380201726207384 */
  