/*!
 * Font Awesome Free 6.6.0 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-solid,
.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-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  -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(0deg);
  }
}
@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(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
  -ms-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: "\30";
}
.fa-1:before {
  content: "\31";
}
.fa-2:before {
  content: "\32";
}
.fa-3:before {
  content: "\33";
}
.fa-4:before {
  content: "\34";
}
.fa-5:before {
  content: "\35";
}
.fa-6:before {
  content: "\36";
}
.fa-7:before {
  content: "\37";
}
.fa-8:before {
  content: "\38";
}
.fa-9:before {
  content: "\39";
}
.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: "\40";
}
.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: "\4b";
}
.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: "\57";
}
.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: "\2a";
}
.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: "\49";
}
.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: "\56";
}
.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: "\51";
}
.fa-g:before {
  content: "\47";
}
.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: "\45";
}
.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: "\43";
}
.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-thumb-tack-slash:before,
.fa-thumbtack-slash:before {
  content: "\e68f";
}
.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: "\4c";
}
.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: "\5a";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "\41";
}
.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: "\50";
}
.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: "\3f";
}
.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: "\46";
}
.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: "\48";
}
.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: "\52";
}
.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: "\4a";
}
.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: "\4f";
}
.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: "\55";
}
.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: "\53";
}
.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: "\4e";
}
.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: "\42";
}
.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: "\3c";
}
.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: "\3e";
}
.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: "\59";
}
.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: "\2b";
}
.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: "\3d";
}
.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: "\25";
}
.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: "\23";
}
.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: "\54";
}
.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: "\4d";
}
.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-table-cells-row-unlock:before {
  content: "\e691";
}
.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: "\21";
}
.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: "\24";
}
.fa-x:before {
  content: "\58";
}
.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: "\44";
}
.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) {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
: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;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(../webfonts/fa-brands-400.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-dart-lang:before {
  content: "\e693";
}
.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-flutter:before {
  content: "\e694";
}
.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;
  font-display: swap;

  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(../webfonts/fa-regular-400.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;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-display: block;
  font-family: Font Awesome\5 Brands;
  font-weight: 400;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");

}
@font-face {
  font-display: block;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: Font Awesome\5 Free;
  font-weight: 400;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(../webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: FontAwesome;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: FontAwesome;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: FontAwesome;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(../webfonts/fa-regular-400.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;
  font-display: swap;
  src:
    url(../fonts/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2)
      format("woff2"),
    url(../webfonts/fa-v4compatibility.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;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  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;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  -ms-flex-negative: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 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: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  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: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  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;
  -webkit-box-shadow: 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 {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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;
  -webkit-transition:
    transform 0.2s,
    top 0.2s;
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-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 {
  -webkit-transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s;
}
.swiper-pagination-progressbar {
  background: 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;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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: 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: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-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: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 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 {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.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;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.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: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.mfp-bg {
  background: #0b0b0b;
  opacity: 0.8;
  overflow: hidden;
  z-index: 1042;
}
.mfp-bg,
.mfp-wrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.mfp-wrap {
  -webkit-backface-visibility: hidden;
  outline: none !important;
  z-index: 1043;
}
.mfp-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  cursor: auto;
  width: 100%;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 1046;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}
.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: -55px 0 0;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  border: inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}
.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.mfp-iframe-scaler iframe {
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.mfp-title {
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  height: 18px;
  margin-left: 5px;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  resize: none;
  vertical-align: bottom;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}
.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
  position: absolute;
  right: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 0 20px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  left: 0;
  padding: 0 4px;
  position: absolute;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  direction: ltr;
  height: 100%;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  position: relative;
}
.mCSB_container {
  height: auto;
  overflow: hidden;
  width: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 30px;
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  bottom: 0;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: 0;
  right: auto;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
  height: 100%;
  margin: 0 auto;
  width: 2px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  width: 100%;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 4px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 30px;
  margin-right: 0;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  height: 16px;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 2px;
  margin: 7px 0;
  width: 100%;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 100%;
  left: 0;
  width: 30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 4px;
  margin: 6px auto;
  width: 100%;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  width: 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  bottom: 0;
  height: auto;
  left: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mCSB_container_wrapper > .mCSB_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  padding-right: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-left: 30px;
  margin-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
  margin-right: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(../images/malihu-custom-scrollbar-plugin/mCSB_buttons.png);
  background-repeat: no-repeat;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  opacity: 0.4;
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 1px;
  width: 4px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 1px;
  width: 4px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px auto;
  width: 100%;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 2px;
  width: 4px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 2px;
  width: 6px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  width: 100%;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px auto;
  width: 100%;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 2px;
  margin: 7px auto;
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 1px;
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  margin: -1px 0;
  width: 16px;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  margin: 0 -1px;
  width: 16px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: 50%;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  opacity: 0.3;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-repeat: repeat-x;
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.5) 0,
    hsla(0, 0%, 100%, 0)
  );
  background-repeat: repeat-y;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.5) 0,
    hsla(0, 0%, 100%, 0)
  );
  background-repeat: repeat-x;
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  opacity: 1;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
  box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
  height: 8px;
  margin: 4px 0;
  width: 100%;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 8px;
  margin: 4px auto;
  width: 100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  opacity: 1;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
  height: auto;
  left: 0;
  margin: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow:
    inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow:
    inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 12px 0;
  right: 0;
}
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 6px;
  margin: 5px 0;
  width: 100%;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  width: 12px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  height: 6px;
  left: 0;
  margin: 5px 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
  width: 100%;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
audio,
iframe,
img,
object,
video {
  max-width: 100%;
}
iframe,
img {
  border: 0;
}
img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
b,
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type="button"],
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="submit"],
label[for] {
  cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a[href^="tel"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
button,
select {
  text-transform: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
nav ol,
nav ul {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
input[type="button"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@font-face {
  font-display: swap;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 700;
  src:
    url(../fonts/AvenirNext-Bold.woff2) format("woff2"),
    url(../fonts/AvenirNext-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 500;
  src:
    url(../fonts/AvenirNext-Medium.woff2) format("woff2"),
    url(../fonts/AvenirNext-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Avenir Book;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/Avenir-Book.woff2) format("woff2"),
    url(../fonts/Avenir-Book.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: 800;
  src:
    url(../fonts/AvenirNextCyr-Heavy.woff2) format("woff2"),
    url(../fonts/AvenirNextCyr-Heavy.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/SegoeUI.woff2) format("woff2"),
    url(../fonts/SegoeUI.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 700;
  src:
    url(../fonts/SegoeUI-Bold.woff2) format("woff2"),
    url(../fonts/SegoeUI-Bold.woff) format("woff");
}
html {
  font-size: 12.8px;
}
body {
  background: #fff;
  color: #676767;
  font-family:
    Avenir Next,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.61;
  min-width: 320px;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.56rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  body {
    font-size: 1.4em;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  body {
    font-size: 1.3rem;
  }
}
p {
  letter-spacing: 0.02em;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a[href^="tel"] {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1em;
  margin-bottom: 0.805em;
}
.h1,
h1 {
  font-size: 4.563rem;
}
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 3.9rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 374px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}
.h2,
h2 {
  font-size: 4.25rem;
}
@media (max-width: 1399px) {
  .h2,
  h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 374px) {
  .h2,
  h2 {
    font-size: 2.4rem;
  }
}
.h3,
h3 {
  font-size: 3.125rem;
  line-height: 1.14;
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 2.9rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .h3,
  h3 {
    font-size: 2rem;
  }
}
.h4,
h4 {
  font-size: 2.875rem;
}
@media (max-width: 1399px) {
  .h4,
  h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 2.3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .h4,
  h4 {
    font-size: 2rem;
  }
}
.h5,
h5 {
  font-size: 2.438rem;
}
@media (max-width: 1399px) {
  .h5,
  h5 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .h5,
  h5 {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .h5,
  h5 {
    font-size: 1.4rem;
  }
}
.h6,
h6 {
  font-size: 2.188rem;
  letter-spacing: 0;
  line-height: 1.26;
}
blockquote,
dl,
hr,
ol,
p,
table,
ul {
  margin-bottom: 1.61em;
}
blockquote:last-child,
dl:last-child,
h1:last-child,
h1[class],
h2:last-child,
h2[class],
h3:last-child,
h3[class],
h4:last-child,
h4[class],
h5:last-child,
h5[class],
h6:last-child,
h6[class],
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
  margin-bottom: 0;
}
.clear:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield-choice-input,
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.notext {
  overflow: hidden;
  text-indent: 100%;
  text-shadow: none;
  white-space: nowrap;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled,
[disabled] {
  cursor: default;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
ol,
ul {
  list-style-position: inside;
}
.aligncenter,
.alignleft,
.alignnone,
.alignright {
  margin: 5px 15px 1.61em;
}
.alignleft {
  margin-left: 0;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .alignleft {
    margin: 5px 0 10px;
  }
}
.alignright {
  display: block;
  margin: 5px 0 5px auto;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .alignright {
    margin: 5px 0 10px;
  }
}
.alignnone {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .alignnone {
    margin: 5px 0 10px;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .aligncenter {
    margin: 5px 0 10px;
  }
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
}
.wp-caption-text {
  background: transparent;
  color: inherit;
  font-size: 0.8em;
  padding: 8px;
  text-align: center;
}
.nocomments {
  font-size: 18px;
  font-weight: 700;
  padding-top: 12px;
}
.widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px -20px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .widgets {
    margin: 0;
  }
}
.widgets > li {
  padding: 10px 20px;
  width: 50%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .widgets > li {
    padding: 10px 0;
    width: 100%;
  }
}
.widget {
  margin-bottom: 15px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget > ul {
  list-style: none outside none;
  margin: 0;
}
.widget > ul li {
  padding: 5px 0;
}
.widget > ul a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.widget > ul a:hover {
  border-bottom-color: #e3c056;
  color: #e3c056;
}
.widget_nav_menu ul {
  list-style: none;
}
.widget_nav_menu ul li {
  padding: 5px 0;
}
.comments {
  position: relative;
}
.comments .children {
  padding-left: 70px;
  position: relative;
}
.comments .children:after,
.comments .children:before {
  content: "";
  display: block;
  position: absolute;
}
.comments .children:before {
  border-bottom: 8px solid #c3c3c3;
  border-left: 8px solid #c3c3c3;
  border-radius: 0 0 0 8px;
  height: 27px;
  left: 23px;
  top: 33px;
  width: 32px;
}
.comments .children:after {
  border: 20px solid transparent;
  border-bottom-color: #c3c3c3;
  border-width: 20px 19px;
  left: 8px;
  top: -5px;
}
.comments .comment {
  border-top: 1px dashed #363636;
  position: relative;
}
.comments .avatar {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 48px;
  left: 0;
  position: absolute;
  top: 28px;
  width: 48px;
}
.comments .says {
  padding-left: 5px;
}
.comments .moderation-notice {
  color: #999;
  display: inline-block;
  margin: 3px 0 8px;
}
.comments .comment__entry {
  padding: 30px 0 30px 65px;
  position: relative;
}
.comments .comment__text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments .comment__meta {
  padding-bottom: 12px;
}
.comments .comment__meta a {
  color: #363636;
}
.comments .comment__reply {
  padding-top: 10px;
  text-align: right;
}
.comments .comment__reply a {
  background: #363636;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.comments .comment__reply a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.comment-respond {
  border-top: 1px solid #363636;
  padding-top: 30px;
  width: 100%;
}
.comment-respond h3 {
  position: relative;
}
.comment-respond small {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-respond label {
  display: inline-block;
  padding-bottom: 4px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  background: #f7f7f7;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}
.comment-respond textarea {
  height: 100px;
}
.comment-respond input[type="text"]:focus {
  background-color: #fff;
}
.comment-respond input[type="text"]::-webkit-input-placeholder {
  color: #777;
}
.comment-respond input[type="text"]:-ms-input-placeholder,
.comment-respond input[type="text"]::-moz-placeholder,
.comment-respond input[type="text"]::-webkit-input-placeholder,
.comment-respond input[type="text"]::placeholder {
  color: #777;
}
.comment-respond .required {
  color: #e40000;
}
.comment-respond .comment-notes {
  padding-top: 15px;
}
.comment-respond .form-submit input {
  background: #363636;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  width: 160px;
}
.paging {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .paging {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.paging a {
  text-decoration: none;
}
.paging ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .paging ul {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    margin-bottom: 20px;
    order: -1;
    padding: 0;
    width: 100%;
  }
}
.paging ul li {
  margin: 0 5px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .paging ul li:first-child {
    margin-left: 0;
  }
  .paging ul li:last-child {
    margin-right: 0;
  }
}
.paging ul a,
.paging ul li.paging__spacer {
  background-color: #fff;
  color: #000;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 35px;
}
.paging ul a:hover,
.paging ul li.is-current a {
  background-color: #e3c056;
  color: #fff;
}
.paging .paging__next,
.paging .paging__prev {
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.paging .paging__next:hover,
.paging .paging__prev:hover {
  color: #e3c056;
}
.paging .paging__next:only-child {
  margin-left: auto;
  margin-right: 0;
}
.paging .paging__prev:only-child {
  margin-left: 0;
  margin-right: auto;
}
.paging .paging__first,
.paging .paging__label,
.paging .paging__last,
.paging .paging__next,
.paging .paging__prev {
  margin: 9px;
}
.search-form {
  overflow: hidden;
  position: relative;
}
.search-form .search__field {
  background: #f7f7f7;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}
.search-form .search__field:focus {
  background-color: #fff;
}
.search-form .search__field::-webkit-input-placeholder {
  color: #777;
}
.search-form .search__field:-ms-input-placeholder,
.search-form .search__field::-moz-placeholder,
.search-form .search__field::-webkit-input-placeholder,
.search-form .search__field::placeholder {
  color: #777;
}
.search-form .screen-reader-text {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.section-comments {
  padding-top: 15px;
}
.section-comments a {
  text-decoration: none;
}
.section-comments p {
  padding-bottom: 18px;
}
.section-comments ol,
.section-comments ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.section-comments h3 {
  padding: 0 0 10px;
  position: relative;
}
.section-comments h3 small {
  position: absolute;
  right: 0;
  top: 0;
}
.accordion-faq {
  border-bottom: 1px solid #707070;
  text-align: left;
}
.accordion-faq p {
  margin-bottom: 0 !important;
  max-width: 100% !important;
}
.accordion-faq h6 {
  letter-spacing: 0.03em;
}
@media (max-width: 1199px) {
  .accordion-faq h6 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-faq h6 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-faq h6 {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .accordion-faq h6 {
    font-size: 1.4rem;
  }
}
.accordion-faq .accordion__section {
  border-top: 1px solid #707070;
  margin: 0 15px;
  padding: 3.12rem 0;
}
@media (max-width: 1199px) {
  .accordion-faq .accordion__section {
    padding: 2.6rem 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-faq .accordion__section {
    padding: 2rem 0;
  }
}
@media (max-width: 575px) {
  .accordion-faq .accordion__section {
    padding: 1.5rem 0;
  }
}
.accordion-faq .accordion__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 5rem 0 0;
  position: relative;
}
.accordion-faq .accordion__head:after,
.accordion-faq .accordion__head:before {
  background-color: #545454;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 22px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  width: 25px;
}
.accordion-faq .accordion__head:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion-faq .accordion__section.is-active .accordion__head:before {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.accordion-faq .accordion__body {
  margin-top: 2rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-faq .accordion__body {
    margin-top: 1.5rem;
  }
}
.faq_optional_heading {
  left: -20px;
  padding-top: 15px;
  position: relative;
}
.optional-heading {
  color: #dfc269;
  font-size: 30px;
  margin-bottom: 1em !important;
}
@media only screen and (max-width: 782px) {
  .accordion-faq .faq_optional_heading {
    left: 0;
  }
  .accordion-faq .accordion__section {
    margin: 0 20px;
  }
}
.accordion-info {
  border-bottom: 1px solid #535556;
  border-top: 1px solid #535556;
  font-size: 1.34rem;
}
@media (max-width: 1199px) {
  .accordion-info {
    font-size: 1.1rem;
  }
}
.accordion-info p {
  line-height: 1.5;
  margin-bottom: 0.7rem;
}
.accordion-info p:not(:last-child) {
  margin-bottom: 1.8rem;
}
.accordion-info .accordion__section h3 {
  font-size: 1.18rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0;
}
.accordion-info .accordion__section + .accordion__section {
  border-top: 1px solid #535556;
}
.accordion-info .accordion__section {
  padding: 1.05rem 0 0.95rem;
}
.accordion-info .accordion__head {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.accordion-info .accordion__head:after,
.accordion-info .accordion__head:before {
  background-color: #545454;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  width: 15px;
}
.accordion-info .accordion__head:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion-info .accordion__section.is-active .accordion__head:before {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.accordion-info .accordion__body {
  margin-top: 0.95rem;
}
.accordion-info .accordion__section.is-always-active {
  pointer-events: none;
}
.accordion-info .accordion__section.is-always-active a {
  pointer-events: all;
}
.accordion-privacy {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
}
.accordion-privacy h4 {
  margin-bottom: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.accordion-privacy .accordion__section {
  padding: 3.12rem 0;
}
@media (max-width: 1199px) {
  .accordion-privacy .accordion__section {
    padding: 2.6rem 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-privacy .accordion__section {
    padding: 2rem 0;
  }
}
@media (max-width: 575px) {
  .accordion-privacy .accordion__section {
    padding: 1.5rem 0;
  }
}
.accordion-privacy .accordion__section + .accordion__section {
  border-top: 1px solid #707070;
}
.accordion-privacy .accordion__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.accordion-privacy .accordion__section.is-active .accordion__head span {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px) scaleY(-1);
  -ms-transform: rotate(-45deg) translate(-5px, 6px) scaleY(-1);
  transform: rotate(-45deg) translate(-5px, 6px) scaleY(-1);
}
.accordion-privacy .accordion__body {
  margin-top: 2rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-privacy .accordion__body {
    margin-top: 1.5rem;
  }
}
.accordion-privacy .accordion__body a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.accordion-privacy .accordion__body a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.accordion-privacy .accordion__body ul {
  list-style-type: none;
  padding-left: 2.38rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-privacy .accordion__body ul {
    padding-left: 1.7rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-privacy .accordion__body ul {
    padding-left: 1.4rem;
  }
}
@media (max-width: 575px) {
  .accordion-privacy .accordion__body ul {
    padding-left: 0;
  }
}
.accordion-privacy .accordion__body ul:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-privacy .accordion__body ul:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .accordion-privacy .accordion__body ul:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.accordion-privacy .accordion__body ul li {
  padding-left: 2.12rem;
  position: relative;
}
.accordion-privacy .accordion__body ul li:before {
  -ms-flex-negative: 0;
  background-color: #e3c056;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 10px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  top: 0;
  width: 10px;
}
.accordion-privacy .accordion__body ul li + li {
  margin-top: 2.06rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-privacy .accordion__body ul li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .accordion-privacy .accordion__body ul li + li {
    margin-top: 1rem;
  }
}
.accordion-privacy--alt {
  border-bottom: 0;
  border-top: 0;
}
.accordion-products {
  border-bottom: 1px solid #676767;
  border-top: 1px solid #676767;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-products {
    margin: 0 1.2rem;
  }
}
.accordion-products .accordion__section + .accordion__section {
  border-top: 1px solid #676767;
}
.accordion-products .accordion__head {
  cursor: pointer;
  font-size: 1.56rem;
  font-weight: 400;
  padding: 2.5rem 0;
  position: relative;
}
@media (max-width: 1199px) {
  .accordion-products .accordion__head {
    padding: 2rem 0;
  }
}
@media (max-width: 575px) {
  .accordion-products .accordion__head {
    padding: 1.2rem 0;
  }
}
.accordion-products .accordion__head:after,
.accordion-products .accordion__head:before {
  background-color: #545454;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 22px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  width: 20px;
}
@media (max-width: 575px) {
  .accordion-products .accordion__head:after,
  .accordion-products .accordion__head:before {
    top: 38%;
    width: 25px;
  }
}
.accordion-products .accordion__head:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion-products .accordion__section.is-active .accordion__head:before {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.accordion-products .accordion__head h5 {
  font-size: 1.88rem;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .accordion-products .accordion__head h5 {
    font-size: 1.55rem;
    margin-bottom: 0.2rem;
  }
}
.accordion-products .accordion__head p {
  letter-spacing: 0;
}
.accordion-products .accordion__body {
  margin-top: -0.9rem;
  padding-bottom: 1.5rem;
}
.accordion-products .accordion__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.25rem;
  list-style-type: none;
  margin: 0 -2.03rem 0.5rem;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-products .accordion__body ul {
    margin: -1rem -1rem 1rem;
    max-width: 45rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-products .accordion__body ul {
    display: block;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .accordion-products .accordion__body ul {
    margin: 1.2rem -0.5rem;
  }
}
.accordion-products .accordion__body ul li {
  max-width: 17.8rem;
  padding: 0 2.03rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-products .accordion__body ul li {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-products .accordion__body ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 100%;
    padding: 1rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .accordion-products .accordion__body ul li {
    padding: 0.5rem;
  }
}
.accordion-products .accordion__body ul strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-products .accordion__body ul strong {
    font-size: 1.56rem;
    margin-bottom: 0;
    padding-right: 5rem;
    width: calc(100% - 9.61rem);
  }
}
@media (max-width: 374px) {
  .accordion-products .accordion__body ul strong {
    padding-right: 0;
    width: calc(100% - 7.5rem);
  }
}
.accordion-products .accordion__body ul img {
  max-height: 12.25rem;
  width: auto;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .accordion-products .accordion__body ul img {
    height: auto;
    max-height: unset;
    max-width: 6.25rem;
  }
}
.accordion-products .accordion__body a {
  font-size: 1.56rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.accordion-products .accordion__body a:hover {
  color: #e3c056;
  text-decoration: underline;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-orders
    .section-default
    .woocommerce-MyAccount-content
    .woocommerce-info.woocommerce-Message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
a.button-back {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a.button-back:hover {
  color: #676767;
}
a.button-back:hover:before {
  border-color: transparent #676767 #676767 transparent;
}
a.button-back:before {
  border: solid #e3c056;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  display: inline-block;
  margin-right: 10px;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.woocommerce-account .section-form.section--disclaimer {
  padding-bottom: 88px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-account .section-form.section--disclaimer {
    padding-bottom: 63px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-account .section-form.section--disclaimer {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .woocommerce-account .section-form.section--disclaimer .section__head h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-account .shell {
    padding-inline: 22px;
  }
}
.woocommerce-MyAccount-content h1 {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-MyAccount-content h1 {
    font-size: 24px;
  }
}
#customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 946px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login {
    display: block;
  }
}
#customer_login .col-1 {
  padding-right: 110px;
  width: 51%;
}
@media (max-width: 1199px) {
  #customer_login .col-1 {
    padding-right: 80px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login .col-1 {
    padding-right: 13px;
    width: 48%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login .col-1 {
    padding-right: 0;
    width: 100%;
  }
}
#customer_login .col-2 {
  width: 49%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login .col-2 {
    padding-left: 10px;
    width: 52%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login .col-2 {
    background-color: #f8f8f8;
    margin: 52px -22px -15.12rem;
    padding: 50px 22px;
    width: calc(100% + 44px);
  }
}
@media (max-width: 575px) {
  #customer_login .col-2 {
    margin-bottom: -10.12rem;
  }
}
#customer_login h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login h3 {
    margin-bottom: 21px;
  }
}
#customer_login form {
  margin: 0;
}
#customer_login form.register {
  background-color: #f8f8f8;
  border: 0;
  border-radius: 3px;
  padding: 28px 28px 20px;
}
@media (max-width: 1199px) {
  #customer_login form.register {
    padding: 28px 20px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login form.register {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
#customer_login form .form-row {
  margin-bottom: 12px;
}
#customer_login form.login .form-row,
#customer_login form.register .form-row {
  margin-inline: -3px;
}
#customer_login form button[type="submit"] {
  margin-right: 36px;
  margin-top: 7px;
}
#customer_login form input:not([type="submit"]):not([type="checkbox"]) {
  border-color: #d9d9d9;
  border-radius: 4px;
  font-size: 16px;
  height: 44px;
  letter-spacing: 0.02em;
  line-height: 42px;
  padding: 0 13px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login form input:not([type="submit"]):not([type="checkbox"]) {
    padding: 0 11px;
  }
}
#customer_login form input:not([type="submit"]):not([type="checkbox"]):focus {
  border-color: #e3c056;
}
#customer_login form button[type="submit"] {
  letter-spacing: 0.17em;
  padding-inline: 2.7rem !important;
}
#customer_login form .show-password-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  top: 0;
}
#customer_login form label:not(.woocommerce-form-login__rememberme) {
  display: none;
}
#customer_login form label.woocommerce-form-login__rememberme {
  color: #323232;
  font-size: 16px;
  letter-spacing: 0;
}
#customer_login form label.woocommerce-form-login__rememberme input {
  border-color: #a9a9a9;
  border-width: 1px;
  height: 20px;
  margin-right: 13px;
  width: 20px;
}
#customer_login .form-row:not(.woocommerce-form-row) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#customer_login form ::-webkit-input-placeholder {
  color: #676767;
}
#customer_login form :-ms-input-placeholder,
#customer_login form ::-moz-placeholder,
#customer_login form ::-webkit-input-placeholder,
#customer_login form ::placeholder {
  color: #676767;
}
#customer_login .lost_password a {
  color: #676767;
  display: block;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.62;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login .lost_password a {
    margin-top: 11px;
  }
}
#customer_login .lost_password a:hover {
  color: #e3c056;
}
#customer_login form.register > p:not(.woocommerce-form-row) {
  color: #323232;
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.52;
  margin-bottom: 10px;
  margin-top: 27px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #customer_login form.register > p:not(.woocommerce-form-row) {
    margin-top: 17px;
  }
}
#customer_login form.register .woocommerce-privacy-policy-text {
  font-family:
    Segoe UI,
    sans-serif;
  margin-bottom: 16px;
  padding-bottom: 0;
}
#customer_login form.register .woocommerce-privacy-policy-text a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#customer_login form.register .woocommerce-privacy-policy-text a:hover {
  color: #e3c056;
}
#customer_login form.register .woocommerce-privacy-policy-text p {
  font-size: 14px !important;
  font-style: normal !important;
  line-height: 1.62;
}
.woocommerce-account .woocommerce {
  margin: 0 auto;
  max-width: 1150px;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
  font-family:
    Segoe UI,
    sans-serif;
  width: 25%;
}
@media (max-width: 1199px) {
  .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 30%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce nav.woocommerce-MyAccount-navigation select {
  display: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation .dashboard-select {
  display: none;
  margin-bottom: 30px;
  width: 346px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce nav.woocommerce-MyAccount-navigation .dashboard-select {
    display: block;
  }
}
@media (max-width: 575px) {
  .woocommerce nav.woocommerce-MyAccount-navigation .dashboard-select {
    width: 100%;
  }
}
.woocommerce nav.woocommerce-MyAccount-navigation .list-container {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: none;
  min-width: 346px;
  width: 100%;
}
@media (max-width: 575px) {
  .woocommerce nav.woocommerce-MyAccount-navigation .list-container {
    min-width: 100%;
  }
}
.woocommerce nav.woocommerce-MyAccount-navigation .btn-select {
  background-color: #f8f8f8;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  height: 50px;
  line-height: 48px;
  min-width: 346px;
  width: 100%;
}
@media (max-width: 575px) {
  .woocommerce nav.woocommerce-MyAccount-navigation .btn-select {
    min-width: 100%;
  }
}
.woocommerce nav.woocommerce-MyAccount-navigation #list-items {
  background-color: #f8f8f8;
  margin-top: -3px;
  position: relative;
  z-index: 2;
}
.woocommerce nav.woocommerce-MyAccount-navigation .btn-select:focus {
  outline: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation #list-items li,
.woocommerce nav.woocommerce-MyAccount-navigation .btn-select li {
  list-style: none;
  padding: 0 41px 0 18px;
  text-align: left;
  width: 100%;
}
.woocommerce nav.woocommerce-MyAccount-navigation #list-items li {
  padding: 10px 41px 10px 18px;
}
.woocommerce nav.woocommerce-MyAccount-navigation #list-items li:hover {
  background-color: #f4f3f3;
}
.woocommerce nav.woocommerce-MyAccount-navigation #list-items li.is-active {
  background-color: #f4f3f3;
  pointer-events: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation .btn-select li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.woocommerce nav.woocommerce-MyAccount-navigation .btn-select li:after {
  border: solid #676767;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 22px;
  top: 45%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.woocommerce nav.woocommerce-MyAccount-navigation #list-items li img,
.woocommerce nav.woocommerce-MyAccount-navigation .btn-select li img {
  width: 24px;
}
.woocommerce nav.woocommerce-MyAccount-navigation #list-items li span,
.woocommerce nav.woocommerce-MyAccount-navigation .btn-select li span {
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 16px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce nav.woocommerce-MyAccount-navigation > ul {
    display: none;
  }
}
.woocommerce nav.woocommerce-MyAccount-navigation li + li {
  margin-top: 4px;
}
.woocommerce nav.woocommerce-MyAccount-navigation a {
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  min-height: 43px;
  padding: 0 9px;
  text-decoration: none;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
  width: 100%;
}
.woocommerce nav.woocommerce-MyAccount-navigation a,
.woocommerce nav.woocommerce-MyAccount-navigation i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce nav.woocommerce-MyAccount-navigation i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 24px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce nav.woocommerce-MyAccount-navigation i img {
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.woocommerce nav.woocommerce-MyAccount-navigation img.icon-mobile {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
}
.woocommerce nav.woocommerce-MyAccount-navigation a:hover,
.woocommerce nav.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #f8f8f8;
  color: #e3c056;
  text-decoration: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation a:hover img,
.woocommerce nav.woocommerce-MyAccount-navigation li.is-active a img {
  opacity: 0;
  visibility: hidden;
}
.woocommerce nav.woocommerce-MyAccount-navigation a:hover img.icon-mobile,
.woocommerce
  nav.woocommerce-MyAccount-navigation
  li.is-active
  a
  img.icon-mobile {
  opacity: 1;
  visibility: visible;
}
.woocommerce .woocommerce-MyAccount-content {
  font-family:
    Segoe UI,
    sans-serif;
  padding-left: 40px;
  width: 75%;
}
@media (max-width: 1199px) {
  .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content {
    padding-left: 0;
    width: 100%;
  }
}
.woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 9px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 22px;
  }
}
.woocommerce .woocommerce-MyAccount-content h3 span {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.33;
}
@media (max-width: 1199px) {
  .woocommerce .woocommerce-MyAccount-content h3 span {
    font-size: 20px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content h3 span {
    font-size: 17px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content h3 span {
    font-size: 14px;
  }
}
.woocommerce .woocommerce-MyAccount-content h3 a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce .woocommerce-MyAccount-content h3 a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-content p:not(.woocommerce-info) {
  font-size: 1.75rem;
  letter-spacing: 0.03em;
  line-height: 1.62;
}
@media (max-width: 1199px) {
  .woocommerce .woocommerce-MyAccount-content p:not(.woocommerce-info) {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content p:not(.woocommerce-info) {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .woocommerce-MyAccount-content p:not(.woocommerce-info) {
    font-size: 1.2rem;
  }
}
.woocommerce .woocommerce-MyAccount-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 44px -7px -7px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content ul {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .woocommerce .woocommerce-MyAccount-content ul {
    margin: 36px -11px -11px;
  }
}
.woocommerce .woocommerce-MyAccount-content ul li {
  padding: 7px;
  width: 50%;
}
@media (max-width: 575px) {
  .woocommerce .woocommerce-MyAccount-content ul li {
    padding: 11px;
    width: 100%;
  }
}
.woocommerce .woocommerce-MyAccount-content ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce .woocommerce-MyAccount-content ul li a p {
  font-size: 1.5rem;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .woocommerce .woocommerce-MyAccount-content ul li a p {
    font-size: 1.2rem;
  }
}
.woocommerce .woocommerce-MyAccount-content ul li a:hover {
  color: #e3c056;
}
.woocommerce .woocommerce-MyAccount-content ul li a:hover img {
  opacity: 0;
  visibility: hidden;
}
.woocommerce .woocommerce-MyAccount-content ul li a:hover img + img {
  opacity: 1;
  visibility: visible;
}
.woocommerce .woocommerce-MyAccount-content ul li img {
  margin-right: 18px;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.woocommerce .woocommerce-MyAccount-content ul li img + img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-orders .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-orders .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-subscriptions .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-subscriptions .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .woocommerce-orders .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-orders .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-subscriptions .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-subscriptions .woocommerce .woocommerce-MyAccount-navigation {
    overflow-x: auto;
  }
  .woocommerce-orders .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-subscriptions .woocommerce .woocommerce-MyAccount-content {
    margin-right: -22px;
    width: calc(100% + 22px);
  }
}
.woocommerce-orders
  .woocommerce
  .woocommerce-MyAccount-content
  .mCSB_dragger_bar,
.woocommerce-subscriptions
  .woocommerce
  .woocommerce-MyAccount-content
  .mCSB_dragger_bar {
  background-color: #e3c056;
  margin: 0;
}
.woocommerce-orders
  .woocommerce
  .woocommerce-MyAccount-content
  .mCSB_draggerContainer,
.woocommerce-subscriptions
  .woocommerce
  .woocommerce-MyAccount-content
  .mCSB_draggerContainer {
  background-color: #f8f8f8;
  height: 5px;
}
.woocommerce-orders
  .woocommerce
  .woocommerce-MyAccount-content
  .mCSB_draggerRail,
.woocommerce-subscriptions
  .woocommerce
  .woocommerce-MyAccount-content
  .mCSB_draggerRail {
  display: none;
}
.woocommerce table.account-orders-table.shop_table,
.woocommerce table.account-payment-methods-table.shop_table,
.woocommerce table.woocommerce-orders-table.shop_table {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .woocommerce table.account-orders-table.shop_table,
  .woocommerce table.account-payment-methods-table.shop_table,
  .woocommerce table.woocommerce-orders-table.shop_table {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .woocommerce table.account-orders-table.shop_table,
  .woocommerce table.account-payment-methods-table.shop_table,
  .woocommerce table.woocommerce-orders-table.shop_table {
    margin-bottom: 0 !important;
    width: 849.5px;
  }
}
.woocommerce table.account-orders-table.shop_table tr:nth-child(2n) td,
.woocommerce table.account-payment-methods-table.shop_table tr:nth-child(2n) td,
.woocommerce table.woocommerce-orders-table.shop_table tr:nth-child(2n) td {
  background-color: transparent;
}
.woocommerce
  table.account-orders-table.shop_table
  tbody
  tr:first-child
  td:first-child,
.woocommerce
  table.account-payment-methods-table.shop_table
  tbody
  tr:first-child
  td:first-child,
.woocommerce
  table.woocommerce-orders-table.shop_table
  tbody
  tr:first-child
  td:first-child {
  border-top: 1px solid hsla(0, 0%, 40%, 0.2);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce table.account-orders-table.shop_table thead,
  .woocommerce table.account-payment-methods-table.shop_table thead,
  .woocommerce table.woocommerce-orders-table.shop_table thead {
    display: table-header-group !important;
    width: 100% !important;
  }
}
.woocommerce
  table.account-orders-table.shop_table
  th.woocommerce-orders-table__header,
.woocommerce
  table.account-payment-methods-table.shop_table
  th.woocommerce-orders-table__header,
.woocommerce
  table.woocommerce-orders-table.shop_table
  th.woocommerce-orders-table__header {
  font-size: 18px;
  padding: 13px 10px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .woocommerce
    table.account-orders-table.shop_table
    th.woocommerce-orders-table__header,
  .woocommerce
    table.account-payment-methods-table.shop_table
    th.woocommerce-orders-table__header,
  .woocommerce
    table.woocommerce-orders-table.shop_table
    th.woocommerce-orders-table__header {
    font-size: 16px;
    padding: 10px 5px 10px 0;
  }
}
.woocommerce
  table.account-orders-table.shop_table
  td.woocommerce-orders-table__cell
  > a.button,
.woocommerce
  table.account-payment-methods-table.shop_table
  td.woocommerce-orders-table__cell
  > a.button,
.woocommerce
  table.woocommerce-orders-table.shop_table
  td.woocommerce-orders-table__cell
  > a.button {
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 0 auto;
  min-height: unset;
  padding: 13px 15px !important;
}
.woocommerce
  table.account-orders-table.shop_table
  td.woocommerce-orders-table__cell
  > a.button
  + a.button,
.woocommerce
  table.account-payment-methods-table.shop_table
  td.woocommerce-orders-table__cell
  > a.button
  + a.button,
.woocommerce
  table.woocommerce-orders-table.shop_table
  td.woocommerce-orders-table__cell
  > a.button
  + a.button {
  margin-top: 10px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce table.account-orders-table.shop_table tr,
  .woocommerce table.account-payment-methods-table.shop_table tr,
  .woocommerce table.woocommerce-orders-table.shop_table tr {
    display: table-row !important;
    width: 100%;
  }
}
.woocommerce table.account-orders-table.shop_table tr td,
.woocommerce table.account-orders-table.shop_table tr th,
.woocommerce table.account-payment-methods-table.shop_table tr td,
.woocommerce table.account-payment-methods-table.shop_table tr th,
.woocommerce table.woocommerce-orders-table.shop_table tr td,
.woocommerce table.woocommerce-orders-table.shop_table tr th {
  border-color: hsla(0, 0%, 40%, 0.2);
  padding-inline: 5px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce table.account-orders-table.shop_table tr td,
  .woocommerce table.account-orders-table.shop_table tr th,
  .woocommerce table.account-payment-methods-table.shop_table tr td,
  .woocommerce table.account-payment-methods-table.shop_table tr th,
  .woocommerce table.woocommerce-orders-table.shop_table tr td,
  .woocommerce table.woocommerce-orders-table.shop_table tr th {
    display: table-cell !important;
    text-align: center !important;
  }
  .woocommerce table.account-orders-table.shop_table tr td:before,
  .woocommerce table.account-orders-table.shop_table tr th:before,
  .woocommerce table.account-payment-methods-table.shop_table tr td:before,
  .woocommerce table.account-payment-methods-table.shop_table tr th:before,
  .woocommerce table.woocommerce-orders-table.shop_table tr td:before,
  .woocommerce table.woocommerce-orders-table.shop_table tr th:before {
    display: none !important;
  }
}
.woocommerce table.account-orders-table.shop_table tr td:first-child,
.woocommerce table.account-orders-table.shop_table tr th:first-child,
.woocommerce table.account-payment-methods-table.shop_table tr td:first-child,
.woocommerce table.account-payment-methods-table.shop_table tr th:first-child,
.woocommerce table.woocommerce-orders-table.shop_table tr td:first-child,
.woocommerce table.woocommerce-orders-table.shop_table tr th:first-child {
  width: 8%;
}
.woocommerce table.account-orders-table.shop_table tr td:nth-child(2),
.woocommerce table.account-orders-table.shop_table tr th:nth-child(2),
.woocommerce table.account-payment-methods-table.shop_table tr td:nth-child(2),
.woocommerce table.account-payment-methods-table.shop_table tr th:nth-child(2),
.woocommerce table.woocommerce-orders-table.shop_table tr td:nth-child(2),
.woocommerce table.woocommerce-orders-table.shop_table tr th:nth-child(2) {
  width: 32%;
}
.woocommerce table.account-orders-table.shop_table tr td:nth-child(3),
.woocommerce table.account-orders-table.shop_table tr th:nth-child(3),
.woocommerce table.account-payment-methods-table.shop_table tr td:nth-child(3),
.woocommerce table.account-payment-methods-table.shop_table tr th:nth-child(3),
.woocommerce table.woocommerce-orders-table.shop_table tr td:nth-child(3),
.woocommerce table.woocommerce-orders-table.shop_table tr th:nth-child(3) {
  width: 11%;
}
.woocommerce table.account-orders-table.shop_table tr td:nth-child(4),
.woocommerce table.account-orders-table.shop_table tr th:nth-child(4),
.woocommerce table.account-payment-methods-table.shop_table tr td:nth-child(4),
.woocommerce table.account-payment-methods-table.shop_table tr th:nth-child(4),
.woocommerce table.woocommerce-orders-table.shop_table tr td:nth-child(4),
.woocommerce table.woocommerce-orders-table.shop_table tr th:nth-child(4) {
  width: 38%;
}
.woocommerce table.account-orders-table.shop_table tr td:last-child,
.woocommerce table.account-orders-table.shop_table tr th:last-child,
.woocommerce table.account-payment-methods-table.shop_table tr td:last-child,
.woocommerce table.account-payment-methods-table.shop_table tr th:last-child,
.woocommerce table.woocommerce-orders-table.shop_table tr td:last-child,
.woocommerce table.woocommerce-orders-table.shop_table tr th:last-child {
  padding-left: 5px;
  padding-right: 18px;
  width: 11%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce table.account-orders-table.shop_table tr td:last-child,
  .woocommerce table.account-orders-table.shop_table tr th:last-child,
  .woocommerce table.account-payment-methods-table.shop_table tr td:last-child,
  .woocommerce table.account-payment-methods-table.shop_table tr th:last-child,
  .woocommerce table.woocommerce-orders-table.shop_table tr td:last-child,
  .woocommerce table.woocommerce-orders-table.shop_table tr th:last-child {
    padding-right: 5px;
  }
}
.woocommerce table.woocommerce-orders-table.shop_table tr td:nth-child(2),
.woocommerce table.woocommerce-orders-table.shop_table tr th:nth-child(2) {
  width: 23%;
}
.woocommerce table.woocommerce-orders-table.shop_table tr td:nth-child(3),
.woocommerce table.woocommerce-orders-table.shop_table tr th:nth-child(3) {
  width: 28%;
}
.woocommerce table.woocommerce-orders-table.shop_table tr td:nth-child(4),
.woocommerce table.woocommerce-orders-table.shop_table tr th:nth-child(4) {
  width: 30%;
}
.woocommerce table.account-payment-methods-table.shop_table td:first-child,
.woocommerce table.account-payment-methods-table.shop_table th:first-child {
  width: 17% !important;
}
@media (max-width: 1199px) {
  .woocommerce table.account-payment-methods-table.shop_table td:first-child,
  .woocommerce table.account-payment-methods-table.shop_table th:first-child {
    width: 18% !important;
  }
}
@media (max-width: 575px) {
  .woocommerce table.account-payment-methods-table.shop_table td:first-child,
  .woocommerce table.account-payment-methods-table.shop_table th:first-child {
    width: 14% !important;
  }
}
@media (max-width: 1199px) {
  .woocommerce table.account-payment-methods-table.shop_table td:nth-child(2),
  .woocommerce table.account-payment-methods-table.shop_table th:nth-child(2) {
    width: 25% !important;
  }
  .woocommerce
    table.account-payment-methods-table.shop_table
    td.payment-method-actions {
    width: 20% !important;
  }
  .woocommerce
    table.account-payment-methods-table.shop_table
    td.payment-method-actions.payment-method-actions.payment-method-actions
    a.button.button {
    float: none !important;
    margin: 5px 0 0 auto !important;
  }
}
@media (max-width: 575px) {
  .woocommerce
    table.account-payment-methods-table.shop_table
    td.payment-method-actions.payment-method-actions.payment-method-actions
    a.button.button {
    float: right !important;
    margin: 0 !important;
  }
  .woocommerce
    table.account-payment-methods-table.shop_table
    td.payment-method-actions.payment-method-actions.payment-method-actions
    a.button.button.default {
    margin-right: 10px !important;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-downloads .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-downloads .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-view-order .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-view-order .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-view-subscription
    .woocommerce
    .woocommerce-MyAccount-navigation {
    padding: 0;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  font-size: 18px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 14px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  .product-name
  > a
  > br,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  .product-name
  > a
  > br {
  display: none;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  tr
  td,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  tr
  th,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tr
  td,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tr
  th {
  border-top-color: hsla(0, 0%, 40%, 0.2);
  color: #676767;
  width: 50%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details
    tr
    td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details
    tr
    th,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tr
    td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tr
    th {
    padding: 25px 7px;
  }
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details
    tr
    td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details
    tr
    th,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tr
    td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tr
    th {
    width: 55%;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  tr
  td:first-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  tr
  th:first-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tr
  td:first-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tr
  th:first-child {
  text-align: left;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  tr
  td:last-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  tr
  th:last-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tr
  td:last-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tr
  th:last-child {
  text-align: right;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details
    tr
    td
    + td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.shop_table.shop_table.subscription_details
    tr
    th
    + th,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tr
    td
    + td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tr
    th
    + th {
    width: 45%;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.subscription_details
  td
  > img,
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  td
  > img {
  margin-right: 15px;
  max-width: 17px;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.order_details
  tbody
  tr.order_item
  td.remove_item:first-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.order_details
  thead
  tr
  th.product-remove:first-child {
  width: 10%;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.order_details
  tbody
  tr.order_item
  td.product-name:nth-child(2),
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.order_details
  thead
  tr
  th.product-name:nth-child(2) {
  width: 60%;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.order_details
  tbody
  tr.order_item
  td.product-total:nth-child(3),
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.shop_table.shop_table.order_details
  thead
  tr
  th.product-total:nth-child(3) {
  width: 30%;
}
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px !important;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul {
    display: grid;
    gap: 0 8px;
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li {
  margin: 8px !important;
  padding: 0 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media (max-width: 575px) {
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li {
    width: 100% !important;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.gform_page_footer,
.section-default
  .wc-proceed-to-checkout
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a,
.section-default
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.shop_table
  a.button,
.section-default
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  table.shop_table.shop_table
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button,
.ssd-modal
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .section-default
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.shop_table
  a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .section-default
  .woocommerce.woocommerce.woocommerce
  table.shop_table.shop_table
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .payments-wrapper
  + a,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .subscription__actions.subscription__actions
  ul
  li
  a.gens-ctc,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .section-default
  .wc-proceed-to-checkout
  a,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .ssd-modal
  a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.btn,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.wpr-add-product.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.order_details
  a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.subscription_details
  a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  table.shop_table.order_details
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  table.shop_table.subscription_details
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.woocommerce-button.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 14px !important;
  justify-content: center;
  letter-spacing: 0.2em !important;
  min-height: 50px !important;
  padding: 10px 28px !important;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  width: 100%;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.gform_footer:hover,
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.gform_page_footer:hover,
.section-default
  .wc-proceed-to-checkout
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a:hover,
.section-default
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.shop_table
  a.button:hover,
.section-default
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  table.shop_table.shop_table
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button:hover,
.ssd-modal
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .payments-wrapper
  + a:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .section-default
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.shop_table
  a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .section-default
  .woocommerce.woocommerce.woocommerce
  table.shop_table.shop_table
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .payments-wrapper
  + a:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .subscription__actions.subscription__actions
  ul
  li
  a.gens-ctc:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .section-default
  .wc-proceed-to-checkout
  a:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .ssd-modal
  a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.btn:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.wpr-add-product.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.order_details
  a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  table.shop_table.subscription_details
  a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  table.shop_table.order_details
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button:hover,
.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  table.shop_table.subscription_details
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button:hover,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.button:hover,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce.woocommerce.woocommerce
  .woocommerce-MyAccount-content
  .subscription__actions.subscription__actions
  ul
  li
  a.woocommerce-button.button:hover {
  color: #fff;
}
@media (max-width: 1399px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_page_footer,
  .section-default
    .wc-proceed-to-checkout
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .ssd-modal
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .subscription__actions.subscription__actions
    ul
    li
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .section-default
    .wc-proceed-to-checkout
    a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .ssd-modal
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.btn,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.wpr-add-product.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.order_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.subscription_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.order_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.subscription_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.woocommerce-button.button {
    padding: 10px 28px !important;
  }
}
@media (max-width: 1199px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_page_footer,
  .section-default
    .wc-proceed-to-checkout
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .ssd-modal
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .subscription__actions.subscription__actions
    ul
    li
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .section-default
    .wc-proceed-to-checkout
    a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .ssd-modal
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.btn,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.wpr-add-product.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.order_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.subscription_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.order_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.subscription_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.woocommerce-button.button {
    padding: 7px 20px !important;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_page_footer,
  .section-default
    .wc-proceed-to-checkout
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .ssd-modal
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .subscription__actions.subscription__actions
    ul
    li
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .section-default
    .wc-proceed-to-checkout
    a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .ssd-modal
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.btn,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.wpr-add-product.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.order_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.subscription_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.order_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.subscription_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.woocommerce-button.button {
    padding: 10px 35px !important;
  }
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.gform_page_footer,
  .section-default
    .wc-proceed-to-checkout
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .section-default
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .ssd-modal
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.shop_table
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .section-default
    .woocommerce.woocommerce.woocommerce
    table.shop_table.shop_table
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .payments-wrapper
    + a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .subscription__actions.subscription__actions
    ul
    li
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .section-default
    .wc-proceed-to-checkout
    a,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .ssd-modal
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.btn,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.wpr-add-product.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.order_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    table.shop_table.subscription_details
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.order_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    table.shop_table.subscription_details
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce.woocommerce.woocommerce
    .woocommerce-MyAccount-content
    .subscription__actions.subscription__actions
    ul
    li
    a.woocommerce-button.button {
    padding: 10px 25px !important;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin-bottom: 30px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  > tbody
  tr:last-child {
  position: static;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  > tbody
  tr:last-child
  td:nth-child(2) {
  border-top: 1px solid hsla(0, 0%, 40%, 0.2);
  position: static;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  > tbody
  tr:last-child
  td:first-child {
  display: block;
  width: unset;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  .woocommerce-table__product-name.product-name
  > img {
  max-width: unset;
}
.woocommerce-view-subscription h2 {
  font-size: 1.9rem;
  margin-bottom: 40px;
  padding-top: 98px;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-view-subscription h2 {
    padding-top: 79px;
  }
}
.woocommerce-view-order .woocommerce-order-details > header > h2,
.woocommerce-view-order
  .woocommerce-order-downloads
  h2.woocommerce-order-downloads__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.33;
  margin-bottom: 9px;
  margin-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-view-order .woocommerce-order-details > header > h2,
  .woocommerce-view-order
    .woocommerce-order-downloads
    h2.woocommerce-order-downloads__title {
    font-size: 24px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-view-order .woocommerce-order-details > header > h2,
  .woocommerce-view-order
    .woocommerce-order-downloads
    h2.woocommerce-order-downloads__title {
    font-size: 20px;
  }
}
.woocommerce-view-order .woocommerce-order-details > header {
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-view-order .woocommerce-order-details > header {
    margin-top: 0;
  }
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details,
.woocommerce-order-pay form#order_review table.shop_table {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details,
  .woocommerce-order-pay form#order_review table.shop_table {
    font-size: 16px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tfoot
  th
  > img,
.woocommerce-order-pay form#order_review table.shop_table tfoot th > img {
  margin-right: 15px;
  max-width: 20px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details
    .product-name,
  .woocommerce-order-pay form#order_review table.shop_table .product-name {
    font-size: 14px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  .product-name
  br,
.woocommerce-order-pay form#order_review table.shop_table .product-name br {
  display: none;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  .product-name
  span,
.woocommerce-order-pay form#order_review table.shop_table .product-name span {
  margin-right: 6px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details
    .product-name
    span,
  .woocommerce-order-pay form#order_review table.shop_table .product-name span {
    margin-right: 3px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  td,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  th,
.woocommerce-order-pay form#order_review table.shop_table tr td,
.woocommerce-order-pay form#order_review table.shop_table tr th {
  font-weight: 400;
  width: 60%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details
    tr
    td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details
    tr
    th,
  .woocommerce-order-pay form#order_review table.shop_table tr td,
  .woocommerce-order-pay form#order_review table.shop_table tr th {
    padding: 25px 7px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  td:first-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  th:first-child,
.woocommerce-order-pay form#order_review table.shop_table tr td:first-child,
.woocommerce-order-pay form#order_review table.shop_table tr th:first-child {
  text-align: left;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  td:last-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  th:last-child,
.woocommerce-order-pay form#order_review table.shop_table tr td:last-child,
.woocommerce-order-pay form#order_review table.shop_table tr th:last-child {
  text-align: right;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  td
  + td,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  th
  + th,
.woocommerce-order-pay form#order_review table.shop_table tr td + td,
.woocommerce-order-pay form#order_review table.shop_table tr th + th {
  width: 40%;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tfoot
  tr
  th,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr
  td,
.woocommerce-order-pay form#order_review table.shop_table tfoot tr th,
.woocommerce-order-pay form#order_review table.shop_table tr td {
  border-top: 1px solid hsla(0, 0%, 40%, 0.2);
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tbody
  tr:first-child
  td,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tfoot
  tr:last-child
  td,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tfoot
  tr:last-child
  th,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr:first-child
  td,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tfoot
  tr:last-child
  td,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tfoot
  tr:last-child
  th {
  border-top-color: hsla(0, 0%, 40%, 0.5);
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tfoot
  tr:last-child,
.woocommerce-order-pay form#order_review table.shop_table tfoot tr:last-child {
  font-size: 1.75rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details
    tfoot
    tr:last-child,
  .woocommerce-order-pay
    form#order_review
    table.shop_table
    tfoot
    tr:last-child {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details
    tfoot
    tr:last-child,
  .woocommerce-order-pay
    form#order_review
    table.shop_table
    tfoot
    tr:last-child {
    font-size: 1.2rem;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tfoot
  tr:last-child
  td,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tfoot
  tr:last-child
  th,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  thead
  tr
  th,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  tr.order_item
  td,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tfoot
  tr:last-child
  td,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tfoot
  tr:last-child
  th,
.woocommerce-order-pay form#order_review table.shop_table thead tr th,
.woocommerce-order-pay form#order_review table.shop_table tr.order_item td {
  font-weight: 700;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  .product-name,
.woocommerce-order-pay form#order_review table.shop_table .product-name {
  font-size: 16px;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  .product-name
  img,
.woocommerce-order-pay form#order_review table.shop_table .product-name img {
  margin-right: 10px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details
    .product-name
    img,
  .woocommerce-order-pay form#order_review table.shop_table .product-name img {
    float: left;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details
  .download-file
  a.woocommerce-MyAccount-downloads-file.button,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  .download-file
  a.woocommerce-MyAccount-downloads-file.button {
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 10px 13px !important;
}
div#order_review .cfw-mb a.cfw-secondary-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e3c056;
  border: 0;
  border-radius: 0;
  border-radius: 1rem !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  margin: 10px 0 30px;
  padding: 1.2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  z-index: 2;
}
div#order_review .cfw-mb a.cfw-secondary-btn:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem !important;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
div#order_review .cfw-mb a.cfw-secondary-btn:hover {
  background: transparent;
  color: #fff;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  div#order_review .cfw-mb a.cfw-secondary-btn:hover {
    background-color: #e3c056 !important;
    color: #fff;
  }
}
div#order_review .cfw-mb a.cfw-secondary-btn:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  div#order_review .cfw-mb a.cfw-secondary-btn:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  div#order_review .cfw-mb a.cfw-secondary-btn:active {
    background: transparent;
    border-radius: 1rem !important;
    color: #fff;
  }
  div#order_review .cfw-mb a.cfw-secondary-btn:active:after {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details.woocommerce-table--order-downloads,
  .woocommerce-order-pay form#order_review table.shop_table {
    width: 750px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details.woocommerce-table--order-downloads
    thead,
  .woocommerce-order-pay form#order_review table.shop_table thead {
    display: table-header-group;
    width: 100%;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details.woocommerce-table--order-downloads
    tr
    td:before,
  .woocommerce-order-pay form#order_review table.shop_table tr td:before {
    display: none;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details.woocommerce-table--order-downloads
    tr,
  .woocommerce-order-pay form#order_review table.shop_table tr {
    display: table-row;
    width: 100%;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details.woocommerce-table--order-downloads
    tr
    td,
  .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table.order_details.woocommerce-table--order-downloads
    tr
    th,
  .woocommerce-order-pay form#order_review table.shop_table tr td,
  .woocommerce-order-pay form#order_review table.shop_table tr th {
    display: table-cell;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  thead
  tr
  th:last-child,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  thead
  tr
  th:last-child {
  text-align: center;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  tbody
  tr
  td:first-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  thead
  tr
  th:first-child,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr
  td:first-child,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  thead
  tr
  th:first-child {
  width: 35%;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  tbody
  tr
  td:first-child,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr
  td:first-child {
  border-top: 1px solid hsla(0, 0%, 40%, 0.5);
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  tbody
  tr
  td:nth-child(2),
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  thead
  tr
  th:nth-child(2),
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr
  td:nth-child(2),
.woocommerce-order-pay
  form#order_review
  table.shop_table
  thead
  tr
  th:nth-child(2) {
  text-align: center !important;
  width: 30%;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  tbody
  tr
  td:nth-child(3),
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  thead
  tr
  th:nth-child(3),
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr
  td:nth-child(3),
.woocommerce-order-pay
  form#order_review
  table.shop_table
  thead
  tr
  th:nth-child(3) {
  text-align: center !important;
  width: 20%;
}
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  tbody
  tr
  td:last-child,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table.order_details.woocommerce-table--order-downloads
  thead
  tr
  th:last-child,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr
  td:last-child,
.woocommerce-order-pay
  form#order_review
  table.shop_table
  thead
  tr
  th:last-child {
  width: 20%;
}
.woocommerce-downloads .mCSB_dragger_bar,
.woocommerce-payment-methods .mCSB_dragger_bar,
.woocommerce-view-order .mCSB_dragger_bar,
.woocommerce-view-subscription .mCSB_dragger_bar {
  background-color: #e3c056 !important;
  margin: 0 !important;
}
.woocommerce-downloads .mCSB_draggerContainer,
.woocommerce-payment-methods .mCSB_draggerContainer,
.woocommerce-view-order .mCSB_draggerContainer,
.woocommerce-view-subscription .mCSB_draggerContainer {
  background-color: #f8f8f8;
  height: 5px;
}
.woocommerce-downloads .mCSB_draggerRail,
.woocommerce-payment-methods .mCSB_draggerRail,
.woocommerce-view-order .mCSB_draggerRail,
.woocommerce-view-subscription .mCSB_draggerRail {
  display: none;
}
.woocommerce-view-subscription
  table.woocommerce-orders-table--orders.shop_table.my_account_orders.woocommerce-orders-table {
  margin-bottom: 89px;
}
@media (max-width: 575px) {
  .woocommerce-view-subscription
    table.woocommerce-orders-table--orders.shop_table.my_account_orders.woocommerce-orders-table {
    width: 750px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-view-subscription
    table.woocommerce-orders-table--orders.shop_table.my_account_orders.woocommerce-orders-table
    tr
    td {
    padding: 16px 7px;
  }
}
.woocommerce-view-order h4.woocommerce-column__title,
.woocommerce-view-subscription h4.woocommerce-column__title {
  font-size: 1.9rem;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.woocommerce-view-order .woocommerce-column address,
.woocommerce-view-subscription .woocommerce-column address {
  font-size: 18px;
  padding: 0;
}
.woocommerce-view-order .woocommerce-column address p,
.woocommerce-view-subscription .woocommerce-column address p {
  margin-top: 16px;
}
p.woocommerce-customer-details--email {
  color: #e3c056;
  text-decoration: underline;
}
p.woocommerce-customer-details--email:before {
  color: #676767;
}
@media (max-width: 575px) {
  .woocommerce-customer-details {
    margin-top: 40px;
  }
}
.woocommerce-customer-details section.woocommerce-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .woocommerce-customer-details section.woocommerce-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-column + .woocommerce-column {
    margin-top: 30px;
  }
  .woocommerce-downloads .woocommerce .woocommerce-order-downloads {
    margin-right: -22px;
    width: calc(100% + 22px);
  }
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table {
    width: 760px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    thead {
    display: table-header-group;
    width: 100%;
  }
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    td:before {
    display: none;
  }
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr {
    display: table-row;
    width: 100%;
  }
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    td,
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    th {
    display: table-cell;
  }
}
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  td:first-child,
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  th:first-child {
  width: 32%;
}
@media (max-width: 1199px) {
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    td:first-child,
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    th:first-child {
    width: 35%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    td {
    text-align: center !important;
  }
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    td:first-child {
    border-top: 1px solid hsla(0, 0%, 40%, 0.2);
    text-align: left;
  }
}
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  td:nth-child(2),
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  th:nth-child(2) {
  width: 25%;
}
@media (max-width: 1199px) {
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    td:nth-child(2),
  .woocommerce-downloads
    .woocommerce
    table.woocommerce-table--order-downloads.shop_table
    tr
    th:nth-child(2) {
    width: 28%;
  }
}
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  td:nth-child(3),
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  th:nth-child(3) {
  width: 22%;
}
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  td:nth-child(4),
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tr
  th:nth-child(4) {
  width: 21%;
}
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  thead
  tr
  th.download-file {
  text-align: center;
}
.woocommerce-downloads
  .woocommerce
  table.woocommerce-table--order-downloads.shop_table
  tbody
  td.download-file
  > a.button {
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 10px 13px !important;
}
.woocommerce .woocommerce-MyAccount-content .gens-refer-a-friend {
  padding-right: 104px;
}
@media (max-width: 1199px) {
  .woocommerce .woocommerce-MyAccount-content .gens-refer-a-friend {
    padding-right: 0;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-refer-a-friend--share-text {
  margin-bottom: 36px;
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-refer-a-friend--share-text
  p {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.62;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-refer-a-friend--share-text
    p {
    font-size: 16px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-refer-a-friend--share-text
  h1 {
  display: block !important;
  font-size: 30px;
  margin-bottom: 22px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-refer-a-friend--share-text
    h1 {
    font-size: 24px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message {
  background: linear-gradient(96deg, #7b7d7e 14.45%, #666869 90.79%);
  border-left: 3px solid #e3c056;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
  padding-right: 205px !important;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message {
    padding-right: 20px !important;
  }
}
@media (max-width: 374px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message {
    padding: 20px 15px !important;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  strong {
  color: #e3c056;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    strong {
    font-size: 1.3rem;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message.gens-raf__url {
  margin-bottom: 4px !important;
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message.gens-raf__url
  strong {
  text-decoration: underline;
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc {
  font-size: 14px !important;
  letter-spacing: 0.2em !important;
  padding: 13px 18px !important;
  position: absolute !important;
  right: 20px !important;
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc:hover {
  color: #fff !important;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc {
    margin-left: 0 !important;
    position: static !important;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share {
  border-bottom: 1px solid hsla(0, 0%, 40%, 0.2);
  border-top: 1px solid hsla(0, 0%, 40%, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 25px 0 37px;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  a.gens-referral_share__fb {
  margin-right: 29px;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    a.gens-referral_share__fb {
    margin-bottom: 20px !important;
    margin-right: 0;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  a.gens-referral_share__fb,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  a.gens-referral_share__tw {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  justify-content: center;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  min-height: 54px;
  padding: 10px;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    a.gens-referral_share__fb,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    a.gens-referral_share__tw {
    margin-right: 0;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email {
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email {
    margin-bottom: 47px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  span.gens-referral_share__email__title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.62;
  margin-bottom: 17px;
  margin-top: 0;
  text-align: left;
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  .gens-referral_share__email__inputs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  order: 1;
  width: 75%;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    .gens-referral_share__email__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 22px;
    width: 100%;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  input[type="email"],
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  input[type="text"] {
  background-color: transparent !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  font-size: 1.75rem;
  height: 54px;
  letter-spacing: 0.03em;
  line-height: 52px;
  margin-bottom: 14px;
  margin-left: 10px;
  padding: 10px 12px;
  width: calc(100% - 10px);
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    input[type="email"],
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    input[type="text"] {
    display: block;
    margin-bottom: 14px;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  input[type="email"] {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    input[type="email"] {
    margin-right: 0;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  button[type="submit"] {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-left: 23px;
  min-height: 54px;
  order: 2;
  padding: 0;
  width: calc(25% - 23px);
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    button[type="submit"] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    margin-left: 0;
    min-height: 40px;
    order: 4;
    width: 100%;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  a#js--gens-email-clone {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    a#js--gens-email-clone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  a#js--gens-email-remove {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    a#js--gens-email-remove {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  a#js--gens-email-clone,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  a#js--gens-email-remove {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border: 1.5px solid #e3c056;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 31px;
  font-weight: 300;
  height: 26px;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  padding-bottom: 7px;
  padding-left: 1px;
  position: static;
  -webkit-transition:
    color 0.3s,
    background-color 0.3s;
  transition:
    color 0.3s,
    background-color 0.3s;
  width: 26px;
}
@media (max-width: 575px) {
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    a#js--gens-email-clone,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-referral_share__email
    form#gens-referral_share__email
    a#js--gens-email-remove {
    margin-bottom: 20px;
  }
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  a#js--gens-email-clone:hover,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-referral_share__email
  form#gens-referral_share__email
  a#js--gens-email-remove:hover {
  background-color: #e3c056;
  color: #fff;
}
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-mail-share
  .db-thanks-msg
  img {
  display: inline-block;
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content h3.gens-referral_stats__title {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.gens-referral_stats {
  grid-gap: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .gens-referral_stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    grid-gap: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gens-referral_stats div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  border-left: 3px solid #e3c056;
  border-radius: 3px;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.33;
  min-height: 69px;
  padding: 10px 22px;
}
@media (max-width: 575px) {
  .gens-referral_stats div {
    width: 100%;
  }
}
.gens-referral_stats div span {
  font-weight: 700;
  margin-left: 10px;
}
.woocommerce-MyAccount-content .gens-referral_stats div:first-child {
  background-color: #f8f8f8;
  color: #323232;
}
.woocommerce-MyAccount-content > h1 {
  text-transform: capitalize;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-edit-address .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0;
  }
}
.woocommerce-edit-address
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields
  > p {
  font-size: 18px;
  margin-top: 10px;
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content {
  padding-right: 65px;
}
@media (max-width: 1199px) {
  .woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content {
    padding-right: 0;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content > h1 {
  margin-bottom: 17px;
  text-transform: capitalize;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content > h1 {
    margin-bottom: 12px;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content a > p {
  font-size: 18px;
}
@media (max-width: 374px) {
  .woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content a > p {
    font-size: 16px;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content > p {
  font-size: 18px;
  margin-bottom: 51px;
}
@media (max-width: 1199px) {
  .woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content > p {
    margin-bottom: 40px;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-address .woocommerce .woocommerce-Addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-Address {
  background-color: #f8f8f8;
  border-left: 3px solid #e3c056;
  border-radius: 3px;
  margin: 10px;
  padding: 30px;
  width: 50%;
}
@media (max-width: 1199px) {
  .woocommerce-edit-address .woocommerce .woocommerce-Address {
    padding: 30px 20px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-address .woocommerce .woocommerce-Address {
    padding: 33px 40px 38px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-address .woocommerce .woocommerce-Address {
    margin: 0;
    padding: 30px 20px;
    width: 100%;
  }
  .woocommerce-edit-address
    .woocommerce
    .woocommerce-Address
    + .woocommerce-Address {
    margin-top: 40px;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-Address-title.title {
  margin-bottom: 20px;
}
.woocommerce-edit-address .woocommerce .woocommerce-Address-title.title h4 {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.31;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .woocommerce-edit-address .woocommerce .woocommerce-Address-title.title h4 {
    font-size: 1.45rem;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-Address a:not(.btn),
.woocommerce-edit-address .woocommerce .woocommerce-Address address {
  display: block;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .woocommerce-edit-address .woocommerce .woocommerce-Address a:not(.btn),
  .woocommerce-edit-address .woocommerce .woocommerce-Address address {
    font-size: 16px;
  }
}
.woocommerce-edit-address .woocommerce .woocommerce-Address a:not(.btn) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-edit-address .woocommerce .woocommerce-Address a:not(.btn) p {
  margin-left: 8px;
}
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a:not(.btn)
  + a:not(.btn)
  p {
  color: #e3c056;
  text-decoration: underline;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.gform_page_footer,
.section-default
  .wc-proceed-to-checkout
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a,
.section-default
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  table.shop_table.shop_table
  a.button,
.section-default
  .woocommerce-edit-address
  .woocommerce
  table.shop_table.shop_table
  .woocommerce-Address
  a.button,
.ssd-modal .woocommerce-edit-address .woocommerce .woocommerce-Address a.button,
.woocommerce-edit-address
  .section-default
  .woocommerce
  .woocommerce-Address
  table.shop_table.shop_table
  a.button,
.woocommerce-edit-address
  .section-default
  .woocommerce
  table.shop_table.shop_table
  .woocommerce-Address
  a.button,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .section-default
  .wc-proceed-to-checkout
  a,
.woocommerce-edit-address .woocommerce .woocommerce-Address .ssd-modal a.button,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.woocommerce-edit-address .woocommerce .woocommerce-Address a.btn,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.wpr-add-product.button,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  table.shop_table.order_details
  a.button,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  table.shop_table.subscription_details
  a.button,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .woocommerce-Address
  a.gens-ctc,
.woocommerce-edit-address
  .woocommerce
  table.shop_table.order_details
  .woocommerce-Address
  a.button,
.woocommerce-edit-address
  .woocommerce
  table.shop_table.subscription_details
  .woocommerce-Address
  a.button,
.woocommerce-edit-address
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-Address
  .payments-wrapper
  + a,
.woocommerce-edit-address
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-Address
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.woocommerce-button.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 33px;
  padding: 10px 25px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.gform_footer
  img,
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.gform_page_footer
  img,
.section-default
  .wc-proceed-to-checkout
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a
  img,
.section-default
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  table.shop_table.shop_table
  a.button
  img,
.section-default
  .woocommerce-edit-address
  .woocommerce
  table.shop_table.shop_table
  .woocommerce-Address
  a.button
  img,
.ssd-modal
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.button
  img,
.woocommerce-edit-address
  .section-default
  .woocommerce
  .woocommerce-Address
  table.shop_table.shop_table
  a.button
  img,
.woocommerce-edit-address
  .section-default
  .woocommerce
  table.shop_table.shop_table
  .woocommerce-Address
  a.button
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .section-default
  .wc-proceed-to-checkout
  a
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .ssd-modal
  a.button
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button
  img,
.woocommerce-edit-address .woocommerce .woocommerce-Address a.btn img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.wpr-add-product.button
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  table.shop_table.order_details
  a.button
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  table.shop_table.subscription_details
  a.button
  img,
.woocommerce-edit-address
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .woocommerce-Address
  a.gens-ctc
  img,
.woocommerce-edit-address
  .woocommerce
  table.shop_table.order_details
  .woocommerce-Address
  a.button
  img,
.woocommerce-edit-address
  .woocommerce
  table.shop_table.subscription_details
  .woocommerce-Address
  a.button
  img,
.woocommerce-edit-address
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-Address
  .payments-wrapper
  + a
  img,
.woocommerce-edit-address
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-Address
  .woocommerce-MyAccount-content
  > a.button
  img,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .payments-wrapper
  + a
  img,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  .woocommerce-MyAccount-content
  > a.button
  img,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.button
  img,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .woocommerce-edit-address
  .woocommerce
  .woocommerce-Address
  a.woocommerce-button.button
  img {
  margin-right: 6px;
}
.woocommerce-account.woocommerce-page
  .gens-referral_share__email
  form#gens-referral_share__email
  ::-webkit-input-placeholder {
  color: hsla(0, 0%, 40%, 0.7) !important;
  font-weight: 500;
  letter-spacing: 0;
}
.woocommerce-account.woocommerce-page
  .gens-referral_share__email
  form#gens-referral_share__email
  ::-moz-placeholder {
  color: hsla(0, 0%, 40%, 0.7) !important;
  font-weight: 500;
  letter-spacing: 0;
}
.woocommerce-account.woocommerce-page
  .gens-referral_share__email
  form#gens-referral_share__email
  :-ms-input-placeholder {
  color: hsla(0, 0%, 40%, 0.7) !important;
  font-weight: 500;
  letter-spacing: 0;
}
.woocommerce-account.woocommerce-page
  .gens-referral_share__email
  form#gens-referral_share__email
  ::-ms-input-placeholder {
  color: hsla(0, 0%, 40%, 0.7) !important;
  font-weight: 500;
  letter-spacing: 0;
}
.woocommerce-account.woocommerce-page
  .gens-referral_share__email
  form#gens-referral_share__email
  ::placeholder {
  color: hsla(0, 0%, 40%, 0.7) !important;
  font-weight: 500;
  letter-spacing: 0;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .select2-search.select2-search--dropdown,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .select2-search.select2-search--dropdown {
  display: block;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account h4,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address h4 {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.33;
  margin-bottom: 25px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper {
    grid-gap: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper {
    margin: -5px;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::-webkit-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::-webkit-input-placeholder {
  color: hsla(0, 0%, 40%, 0.7);
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::-moz-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::-moz-placeholder {
  color: hsla(0, 0%, 40%, 0.7);
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  :-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  :-ms-input-placeholder {
  color: hsla(0, 0%, 40%, 0.7);
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::-ms-input-placeholder {
  color: hsla(0, 0%, 40%, 0.7);
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  ::placeholder {
  color: hsla(0, 0%, 40%, 0.7);
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .form-row#update_all_subscriptions_addresses_field,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .form-row#update_all_subscriptions_addresses_field {
  margin-bottom: 40px;
  margin-top: 27px;
  padding-bottom: 0;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .form-row#update_all_subscriptions_addresses_field,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .form-row#update_all_subscriptions_addresses_field {
    margin: 20px 0;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .form-row#update_all_subscriptions_addresses_field
  .woocommerce-input-wrapper
  label.checkbox,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .form-row#update_all_subscriptions_addresses_field
  .woocommerce-input-wrapper
  label.checkbox {
  color: #323232;
  display: block !important;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.2 !important;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .form-row#update_all_subscriptions_addresses_field
    .woocommerce-input-wrapper
    label.checkbox,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .form-row#update_all_subscriptions_addresses_field
    .woocommerce-input-wrapper
    label.checkbox {
    font-size: 12px;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .form-row#update_all_subscriptions_addresses_field
  .woocommerce-input-wrapper
  label.checkbox
  input,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .form-row#update_all_subscriptions_addresses_field
  .woocommerce-input-wrapper
  label.checkbox
  input {
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  float: left;
  height: 20px;
  width: 20px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_email_field,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_first_name_field,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_last_name_field,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_phone_field,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_postcode_field,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_state_field,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_email_field,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_first_name_field,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_last_name_field,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_phone_field,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_postcode_field,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row#billing_state_field {
  width: 50%;
}
@media (max-width: 575px) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm
    .woocommerce-form-row.woocommerce-form-row--first,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm
    .woocommerce-form-row.woocommerce-form-row--last,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_email_field,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_first_name_field,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_last_name_field,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_phone_field,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_postcode_field,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_state_field,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm
    .woocommerce-form-row.woocommerce-form-row--first,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm
    .woocommerce-form-row.woocommerce-form-row--last,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_email_field,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_first_name_field,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_last_name_field,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_phone_field,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_postcode_field,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row#billing_state_field {
    width: 100%;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row {
  padding: 10px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm
    .woocommerce-form-row,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm
    .woocommerce-form-row,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row {
    padding: 5px;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  + fieldset,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  + fieldset {
  padding: 0 10px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm
    .woocommerce-form-row
    + fieldset,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm
    .woocommerce-form-row
    + fieldset {
    padding: 0 5px;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  + fieldset
  + .clear
  + p
  > button[type="submit"],
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  + fieldset
  + .clear
  + p
  > button[type="submit"] {
  margin-left: 10px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm
    .woocommerce-form-row
    + fieldset
    + .clear
    + p
    > button[type="submit"],
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm
    .woocommerce-form-row
    + fieldset
    + .clear
    + p
    > button[type="submit"] {
    margin-left: 5px;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  label,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  label.screen-reader-text,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  label,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  label.screen-reader-text {
  clip: unset;
  color: #676767;
  display: block !important;
  font-size: 15px;
  font-weight: 600;
  height: auto;
  left: 22px;
  letter-spacing: 0.03em;
  overflow: visible;
  position: absolute;
  top: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-EditAccountForm
    .woocommerce-form-row
    label,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row
    label,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row
    label.screen-reader-text,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-EditAccountForm
    .woocommerce-form-row
    label,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row
    label,
  .woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
    .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    .form-row
    label.screen-reader-text {
    left: 18px;
    top: 14px;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label
  span.required,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  label
  abbr.required,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label
  span.required,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .form-row
  label
  abbr.required {
  color: #676767;
  font-size: 15px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  input,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  input,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  letter-spacing: 0.03em;
  line-height: 42px !important;
  padding: 0 12px !important;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  z-index: 6;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""]),
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""]) {
  background-color: transparent;
  height: 54px;
  line-height: 54px !important;
  padding-top: 20px !important;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::-webkit-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::-webkit-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::-webkit-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::-webkit-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::-webkit-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::-webkit-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::-webkit-input-placeholder {
  color: transparent;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::-moz-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::-moz-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::-moz-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::-moz-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::-moz-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::-moz-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::-moz-placeholder {
  color: transparent;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  :-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  :-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  :-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  :-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  :-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  :-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  :-ms-input-placeholder {
  color: transparent;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::-ms-input-placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::-ms-input-placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::-ms-input-placeholder {
  color: transparent;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::placeholder,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_display_name"]
  + input
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label[for="account_email"]
  + input
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-first
  input
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row.form-row-last
  input
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .select2-selection.select2-selection--single
  ::placeholder,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:not([value=""])
  ::placeholder {
  color: transparent;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  input:focus,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:focus,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  input:focus,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  input:focus {
  border-color: #e3c056;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .select2-container--default.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .select2-container--default.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  height: 36px;
  letter-spacing: 0.03em;
  line-height: 36px !important;
  padding: 0 12px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  .select2-container.select2-container
  .select2-selection--single,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  .select2-container.select2-container
  .select2-selection--single {
  border-color: #d9d9d9;
  border-radius: 4px;
  height: 42px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  p
  > button,
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-address-fields
  button,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-EditAccountForm
  p
  > button,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .woocommerce-address-fields
  button {
  font-size: 14px;
  padding: 18px 43px !important;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .select2-results__options
  .select2-results__option,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .select2-results__options
  .select2-results__option {
  font-size: 14px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .select2-selection--single
  .select2-selection__arrow,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .select2-selection--single
  .select2-selection__arrow {
  padding: 3px;
  top: 50%;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .clear,
.woocommerce-edit-address.woocommerce-edit-address.woocommerce-edit-address
  .clear {
  display: none;
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button {
  font-size: 16px !important;
  letter-spacing: 0.2em !important;
  padding: 18px 28px !important;
}
@media (max-width: 575px) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button {
    margin-top: 59px;
    width: 100%;
  }
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table {
    width: 695px;
  }
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  .payment-method-actions
  span {
  display: none;
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  .payment-method-actions {
  width: 50%;
}
@media (max-width: 1199px) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    .payment-method-actions {
    width: 65%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    .payment-method-actions {
    width: 60%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    .payment-method-actions {
    width: 65%;
  }
}
@media (max-width: 575px) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    .payment-method-actions {
    width: 50%;
  }
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  .payment-method-actions
  a.button {
  border-radius: 10px;
  float: right;
  font-size: 14px;
  letter-spacing: 0.2em !important;
  padding: 13px 28px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  .payment-method-actions
  a.button
  + a.button {
  margin-right: 22px;
}
@media (max-width: 1199px) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    .payment-method-actions
    a.button
    + a.button {
    margin-right: 10px;
  }
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  .payment-method-actions
  a.button.delete {
  background-color: #666869;
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  tr
  td:first-child,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  tr
  th:first-child {
  text-align: left;
  width: 25%;
}
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  tr
  td:nth-child(2),
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table.shop_table
  tr
  th:nth-child(2) {
  width: 25%;
}
@media (max-width: 1199px) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    td:nth-child(2),
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    th:nth-child(2) {
    width: 10%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    td:nth-child(2),
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    th:nth-child(2) {
    width: 15%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    td:nth-child(2),
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    th:nth-child(2) {
    width: 10%;
  }
}
@media (max-width: 575px) {
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    td:nth-child(2),
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    table.account-payment-methods-table.shop_table
    tr
    th:nth-child(2) {
    width: 25%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-add-payment-method .woocommerce-MyAccount-content,
  .woocommerce-add-payment-method .woocommerce-MyAccount-navigation {
    padding: 0 !important;
  }
}
form#add_payment_method #payment,
form#add_payment_method .woocommerce-Payment#payment,
form#order_review #payment,
form#order_review .woocommerce-Payment#payment {
  background-color: transparent;
}
form#add_payment_method #payment div.payment_box,
form#order_review #payment div.payment_box {
  margin: 0;
}
form#add_payment_method #payment div.payment_box:before,
form#order_review #payment div.payment_box:before {
  display: none;
}
form#add_payment_method .accordion,
form#add_payment_method ul.payment_methods.methods,
form#add_payment_method ul.woocommerce-PaymentMethods,
form#order_review .accordion,
form#order_review ul.payment_methods.methods,
form#order_review ul.woocommerce-PaymentMethods {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: none;
  padding: 0 !important;
  width: 100%;
}
form#add_payment_method .accordion li.woocommerce-PaymentMethod,
form#add_payment_method ul.payment_methods.methods li.woocommerce-PaymentMethod,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  li.woocommerce-PaymentMethod,
form#order_review .accordion li.woocommerce-PaymentMethod,
form#order_review ul.payment_methods.methods li.woocommerce-PaymentMethod,
form#order_review ul.woocommerce-PaymentMethods li.woocommerce-PaymentMethod {
  padding: 0;
  width: 100%;
}
form#add_payment_method
  .accordion
  li.woocommerce-PaymentMethod
  + li.woocommerce-PaymentMethod,
form#add_payment_method
  ul.payment_methods.methods
  li.woocommerce-PaymentMethod
  + li.woocommerce-PaymentMethod,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  li.woocommerce-PaymentMethod
  + li.woocommerce-PaymentMethod,
form#order_review
  .accordion
  li.woocommerce-PaymentMethod
  + li.woocommerce-PaymentMethod,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-PaymentMethod
  + li.woocommerce-PaymentMethod,
form#order_review
  ul.woocommerce-PaymentMethods
  li.woocommerce-PaymentMethod
  + li.woocommerce-PaymentMethod {
  border-top: 1px solid #ddd;
}
form#add_payment_method
  .accordion
  #stripe-payment-data
  .wc-credit-card-form.wc-payment-form
  .form-row,
form#add_payment_method
  ul.payment_methods.methods
  #stripe-payment-data
  .wc-credit-card-form.wc-payment-form
  .form-row,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  #stripe-payment-data
  .wc-credit-card-form.wc-payment-form
  .form-row,
form#order_review
  .accordion
  #stripe-payment-data
  .wc-credit-card-form.wc-payment-form
  .form-row,
form#order_review
  ul.payment_methods.methods
  #stripe-payment-data
  .wc-credit-card-form.wc-payment-form
  .form-row,
form#order_review
  ul.woocommerce-PaymentMethods
  #stripe-payment-data
  .wc-credit-card-form.wc-payment-form
  .form-row {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
form#add_payment_method
  .accordion
  fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
form#add_payment_method
  ul.payment_methods.methods
  fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
form#order_review
  .accordion
  fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
form#order_review
  ul.payment_methods.methods
  fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
form#order_review
  ul.woocommerce-PaymentMethods
  fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form {
  background-color: #fff !important;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
@media (max-width: 575px) {
  form#add_payment_method
    .accordion
    fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
  form#add_payment_method
    ul.payment_methods.methods
    fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
  form#add_payment_method
    ul.woocommerce-PaymentMethods
    fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
  form#order_review
    .accordion
    fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
  form#order_review
    ul.payment_methods.methods
    fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form,
  form#order_review
    ul.woocommerce-PaymentMethods
    fieldset.wc-credit-card-form.wc-payment-form#wc-stripe-cc-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    grid-gap: 18px;
    background-color: transparent !important;
    border: 0;
    border-radius: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
form#add_payment_method
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .wc-stripe-elements-field,
form#add_payment_method .accordion .woocommerce-PaymentBox,
form#add_payment_method
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .wc-stripe-elements-field,
form#add_payment_method ul.payment_methods.methods .woocommerce-PaymentBox,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .wc-stripe-elements-field,
form#add_payment_method ul.woocommerce-PaymentMethods .woocommerce-PaymentBox,
form#order_review
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .wc-stripe-elements-field,
form#order_review .accordion .woocommerce-PaymentBox,
form#order_review
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .wc-stripe-elements-field,
form#order_review ul.payment_methods.methods .woocommerce-PaymentBox,
form#order_review
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .wc-stripe-elements-field,
form#order_review ul.woocommerce-PaymentMethods .woocommerce-PaymentBox {
  background-color: transparent !important;
  border: 0;
  color: rgba(50, 50, 50, 0.6);
  font-size: 14px !important;
  margin: 0;
  padding: 12px 0;
}
@media (max-width: 575px) {
  form#add_payment_method
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .wc-stripe-elements-field,
  form#add_payment_method
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .wc-stripe-elements-field,
  form#add_payment_method
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .wc-stripe-elements-field,
  form#order_review
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .wc-stripe-elements-field,
  form#order_review
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .wc-stripe-elements-field,
  form#order_review
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .wc-stripe-elements-field {
    background-color: #fff !important;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 11px 10px;
  }
}
form#add_payment_method
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row,
form#add_payment_method
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row,
form#order_review
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row,
form#order_review
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row,
form#order_review
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row {
  width: 28%;
}
@media (max-width: 575px) {
  form#add_payment_method
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row,
  form#add_payment_method
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row,
  form#add_payment_method
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row,
  form#order_review
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row,
  form#order_review
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row,
  form#order_review
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row {
    width: calc(55% - 9px);
  }
  form#add_payment_method
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row:not(.form-row-wide)
    + .form-row:not(.form-row-wide),
  form#add_payment_method
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row:not(.form-row-wide)
    + .form-row:not(.form-row-wide),
  form#add_payment_method
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row:not(.form-row-wide)
    + .form-row:not(.form-row-wide),
  form#order_review
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row:not(.form-row-wide)
    + .form-row:not(.form-row-wide),
  form#order_review
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row:not(.form-row-wide)
    + .form-row:not(.form-row-wide),
  form#order_review
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row:not(.form-row-wide)
    + .form-row:not(.form-row-wide) {
    width: calc(45% - 9px);
  }
}
form#add_payment_method
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row.form-row-wide,
form#add_payment_method
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row.form-row-wide,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row.form-row-wide,
form#order_review
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row.form-row-wide,
form#order_review
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row.form-row-wide,
form#order_review
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  .form-row.form-row-wide {
  width: 43%;
}
@media (max-width: 575px) {
  form#add_payment_method
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row.form-row-wide,
  form#add_payment_method
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row.form-row-wide,
  form#add_payment_method
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row.form-row-wide,
  form#order_review
    .accordion
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row.form-row-wide,
  form#order_review
    ul.payment_methods.methods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row.form-row-wide,
  form#order_review
    ul.woocommerce-PaymentMethods
    .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
    .form-row.form-row-wide {
    width: 100%;
  }
}
form#add_payment_method
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  label,
form#add_payment_method
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  label,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  label,
form#order_review
  .accordion
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  label,
form#order_review
  ul.payment_methods.methods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  label,
form#order_review
  ul.woocommerce-PaymentMethods
  .wc-credit-card-form.wc-payment-form#wc-stripe-cc-form
  label {
  display: none;
}
form#add_payment_method
  .accordion
  p.form-row#wc-stripe-update-subs-payment-method-card_field,
form#add_payment_method
  ul.payment_methods.methods
  p.form-row#wc-stripe-update-subs-payment-method-card_field,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  p.form-row#wc-stripe-update-subs-payment-method-card_field,
form#order_review
  .accordion
  p.form-row#wc-stripe-update-subs-payment-method-card_field,
form#order_review
  ul.payment_methods.methods
  p.form-row#wc-stripe-update-subs-payment-method-card_field,
form#order_review
  ul.woocommerce-PaymentMethods
  p.form-row#wc-stripe-update-subs-payment-method-card_field {
  margin-bottom: 0 !important;
  margin-top: 20px;
  padding: 0;
}
@media (max-width: 575px) {
  form#add_payment_method
    .accordion
    p.form-row#wc-stripe-update-subs-payment-method-card_field,
  form#add_payment_method
    ul.payment_methods.methods
    p.form-row#wc-stripe-update-subs-payment-method-card_field,
  form#add_payment_method
    ul.woocommerce-PaymentMethods
    p.form-row#wc-stripe-update-subs-payment-method-card_field,
  form#order_review
    .accordion
    p.form-row#wc-stripe-update-subs-payment-method-card_field,
  form#order_review
    ul.payment_methods.methods
    p.form-row#wc-stripe-update-subs-payment-method-card_field,
  form#order_review
    ul.woocommerce-PaymentMethods
    p.form-row#wc-stripe-update-subs-payment-method-card_field {
    margin-top: 0;
  }
}
form#add_payment_method
  .accordion
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  input[type="checkbox"],
form#add_payment_method
  ul.payment_methods.methods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  input[type="checkbox"],
form#add_payment_method
  ul.woocommerce-PaymentMethods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  input[type="checkbox"],
form#order_review
  .accordion
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  input[type="checkbox"],
form#order_review
  ul.payment_methods.methods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  input[type="checkbox"],
form#order_review
  ul.woocommerce-PaymentMethods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  input[type="checkbox"] {
  border-color: rgba(50, 50, 50, 0.6) !important;
  border-width: 1px;
}
form#add_payment_method
  .accordion
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  label,
form#add_payment_method
  ul.payment_methods.methods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  label,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  label,
form#order_review
  .accordion
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  label,
form#order_review
  ul.payment_methods.methods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  label,
form#order_review
  ul.woocommerce-PaymentMethods
  p.form-row#wc-stripe-update-subs-payment-method-card_field
  label {
  font-size: 16px;
}
form#add_payment_method .accordion .accordion__body,
form#add_payment_method .accordion .accordion__head,
form#add_payment_method ul.payment_methods.methods .accordion__body,
form#add_payment_method ul.payment_methods.methods .accordion__head,
form#add_payment_method ul.woocommerce-PaymentMethods .accordion__body,
form#add_payment_method ul.woocommerce-PaymentMethods .accordion__head,
form#order_review .accordion .accordion__body,
form#order_review .accordion .accordion__head,
form#order_review ul.payment_methods.methods .accordion__body,
form#order_review ul.payment_methods.methods .accordion__head,
form#order_review ul.woocommerce-PaymentMethods .accordion__body,
form#order_review ul.woocommerce-PaymentMethods .accordion__head {
  border-bottom: 1px solid #ddd;
}
form#add_payment_method .accordion .woocommerce__head,
form#add_payment_method ul.payment_methods.methods .woocommerce__head,
form#add_payment_method ul.woocommerce-PaymentMethods .woocommerce__head,
form#order_review .accordion .woocommerce__head,
form#order_review ul.payment_methods.methods .woocommerce__head,
form#order_review ul.woocommerce-PaymentMethods .woocommerce__head {
  padding: 14px 17px;
}
@media (max-width: 575px) {
  form#add_payment_method .accordion .woocommerce__head,
  form#add_payment_method ul.payment_methods.methods .woocommerce__head,
  form#add_payment_method ul.woocommerce-PaymentMethods .woocommerce__head,
  form#order_review .accordion .woocommerce__head,
  form#order_review ul.payment_methods.methods .woocommerce__head,
  form#order_review ul.woocommerce-PaymentMethods .woocommerce__head {
    padding: 14px 10px;
  }
}
form#add_payment_method .accordion .woocommerce-PaymentBox.payment_box,
form#add_payment_method
  ul.payment_methods.methods
  .woocommerce-PaymentBox.payment_box,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .woocommerce-PaymentBox.payment_box,
form#order_review .accordion .woocommerce-PaymentBox.payment_box,
form#order_review
  ul.payment_methods.methods
  .woocommerce-PaymentBox.payment_box,
form#order_review
  ul.woocommerce-PaymentMethods
  .woocommerce-PaymentBox.payment_box {
  background: #f4f4f4 !important;
  padding: 14px 17px 33px !important;
}
form#add_payment_method .accordion #stripe-payment-data p,
form#add_payment_method ul.payment_methods.methods #stripe-payment-data p,
form#add_payment_method ul.woocommerce-PaymentMethods #stripe-payment-data p,
form#order_review .accordion #stripe-payment-data p,
form#order_review ul.payment_methods.methods #stripe-payment-data p,
form#order_review ul.woocommerce-PaymentMethods #stripe-payment-data p {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.64;
  margin-bottom: 16px;
}
form#add_payment_method .accordion #stripe-payment-data p a,
form#add_payment_method ul.payment_methods.methods #stripe-payment-data p a,
form#add_payment_method ul.woocommerce-PaymentMethods #stripe-payment-data p a,
form#order_review .accordion #stripe-payment-data p a,
form#order_review ul.payment_methods.methods #stripe-payment-data p a,
form#order_review ul.woocommerce-PaymentMethods #stripe-payment-data p a {
  display: inline-block;
  text-decoration: underline;
}
form#add_payment_method .accordion .woocommerce__input,
form#add_payment_method ul.payment_methods.methods .woocommerce__input,
form#add_payment_method ul.woocommerce-PaymentMethods .woocommerce__input,
form#order_review .accordion .woocommerce__input,
form#order_review ul.payment_methods.methods .woocommerce__input,
form#order_review ul.woocommerce-PaymentMethods .woocommerce__input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
form#add_payment_method .accordion .woocommerce__input:before,
form#add_payment_method ul.payment_methods.methods .woocommerce__input:before,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .woocommerce__input:before,
form#order_review .accordion .woocommerce__input:before,
form#order_review ul.payment_methods.methods .woocommerce__input:before,
form#order_review ul.woocommerce-PaymentMethods .woocommerce__input:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}
form#add_payment_method .accordion .woocommerce__input label,
form#add_payment_method ul.payment_methods.methods .woocommerce__input label,
form#add_payment_method ul.woocommerce-PaymentMethods .woocommerce__input label,
form#order_review .accordion .woocommerce__input label,
form#order_review ul.payment_methods.methods .woocommerce__input label,
form#order_review ul.woocommerce-PaymentMethods .woocommerce__input label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.62;
  margin-bottom: 0;
}
form#add_payment_method .accordion .woocommerce__input label img,
form#add_payment_method
  ul.payment_methods.methods
  .woocommerce__input
  label
  img,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .woocommerce__input
  label
  img,
form#order_review .accordion .woocommerce__input label img,
form#order_review ul.payment_methods.methods .woocommerce__input label img,
form#order_review ul.woocommerce-PaymentMethods .woocommerce__input label img {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}
form#add_payment_method .accordion .woocommerce__input input[type="radio"],
form#add_payment_method
  ul.payment_methods.methods
  .woocommerce__input
  input[type="radio"],
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .woocommerce__input
  input[type="radio"],
form#order_review .accordion .woocommerce__input input[type="radio"],
form#order_review
  ul.payment_methods.methods
  .woocommerce__input
  input[type="radio"],
form#order_review
  ul.woocommerce-PaymentMethods
  .woocommerce__input
  input[type="radio"] {
  -ms-flex-negative: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  flex-shrink: 0;
  height: 18px;
  margin-right: 11px;
  -webkit-transition:
    border-color 0.3s,
    background-color 0.3s;
  transition:
    border-color 0.3s,
    background-color 0.3s;
  width: 18px;
}
@media (max-width: 575px) {
  form#add_payment_method .accordion .woocommerce__input input[type="radio"],
  form#add_payment_method
    ul.payment_methods.methods
    .woocommerce__input
    input[type="radio"],
  form#add_payment_method
    ul.woocommerce-PaymentMethods
    .woocommerce__input
    input[type="radio"],
  form#order_review .accordion .woocommerce__input input[type="radio"],
  form#order_review
    ul.payment_methods.methods
    .woocommerce__input
    input[type="radio"],
  form#order_review
    ul.woocommerce-PaymentMethods
    .woocommerce__input
    input[type="radio"] {
    margin-right: 0.5rem !important;
  }
}
form#add_payment_method
  .accordion
  .woocommerce__input
  input[type="radio"]:checked,
form#add_payment_method
  ul.payment_methods.methods
  .woocommerce__input
  input[type="radio"]:checked,
form#add_payment_method
  ul.woocommerce-PaymentMethods
  .woocommerce__input
  input[type="radio"]:checked,
form#order_review .accordion .woocommerce__input input[type="radio"]:checked,
form#order_review
  ul.payment_methods.methods
  .woocommerce__input
  input[type="radio"]:checked,
form#order_review
  ul.woocommerce-PaymentMethods
  .woocommerce__input
  input[type="radio"]:checked {
  background-color: #323232;
  border-color: #323232;
}
form#add_payment_method .form-row,
form#order_review .form-row {
  padding: 0 !important;
}
form#add_payment_method button[type="submit"]#place_order,
form#add_payment_method input[type="submit"]#place_order,
form#order_review button[type="submit"]#place_order,
form#order_review input[type="submit"]#place_order {
  float: none;
  font-size: 16px !important;
  letter-spacing: 0.2em !important;
  margin-top: 30px;
  padding: 18px 37px !important;
}
@media (max-width: 575px) {
  form#add_payment_method button[type="submit"]#place_order,
  form#add_payment_method input[type="submit"]#place_order,
  form#order_review button[type="submit"]#place_order,
  form#order_review input[type="submit"]#place_order {
    padding: 18px;
  }
}
form#add_payment_method input[type="submit"]#place_order,
form#order_review input[type="submit"]#place_order {
  font-family:
    Segoe UI,
    sans-serif;
  margin-top: 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-MyAccount-content,
  .woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
    .woocommerce-MyAccount-navigation {
    padding: 0;
  }
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  fieldset {
  margin-top: 16px;
  width: 100%;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  fieldset
  .woocommerce-form-row {
  padding: 0;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  fieldset
  .woocommerce-form-row
  + .woocommerce-form-row {
  margin-top: 20px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  fieldset
  legend {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.31;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  > span
  em {
  display: block;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.62;
  margin-bottom: -5px;
  margin-top: 2px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  p
  > button {
  margin-top: 16px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  input {
  padding: 0 16px;
}
.woocommerce-edit-account.woocommerce-edit-account.woocommerce-edit-account
  button[type="submit"].button {
  font-size: 16px !important;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .woocommerce-MyAccount-content,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .woocommerce-MyAccount-navigation {
    padding: 0;
  }
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .woocommerce-MyAccount-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .woocommerce-MyAccount-content
  p {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.62;
  margin-bottom: 33px;
  max-width: 715px;
  order: 3;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .woocommerce-MyAccount-content
  h2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 22px;
  order: 2;
  text-transform: capitalize;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper {
  float: none;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button {
  font-size: 14px !important;
  letter-spacing: 0.2em !important;
  padding: 18px 38px !important;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  margin-bottom: 32px;
  order: 4;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list
  h4 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list
  .sc-coupon {
  background-color: #f8f8f8 !important;
  border: 0;
  border-left: 2px solid #e3c056;
  border-left-color: #e3c056 !important;
  border-radius: 3px;
  padding: 20px 28px;
}
@media (max-width: 575px) {
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    #coupons_list
    .sc-coupon {
    max-width: 100%;
    width: 100%;
  }
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list
  .sc-coupon
  svg
  + div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  margin-top: -2px;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list
  .sc-coupon
  svg
  + div
  > div:first-child {
  color: #323232 !important;
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.01em;
  line-height: 1.33;
  text-transform: capitalize;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list
  .sc-coupon
  svg
  + div
  > div:nth-child(2) {
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.62;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list
  .sc-coupon
  svg
  + div
  > div:nth-child(2)
  > div:first-child {
  color: #e3c056;
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.33;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  #coupons_list
  .sc-coupon
  .flex.items-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  br {
  display: none;
}
.woocommerce-order-pay form#order_review table.shop_table {
  font-family:
    Segoe UI,
    sans-serif;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .woocommerce-order-pay form#order_review table.shop_table {
    width: 100% !important;
  }
}
.woocommerce-order-pay form#order_review table.shop_table th {
  color: #323232;
}
@media (max-width: 575px) {
  .woocommerce-order-pay form#order_review table.shop_table td,
  .woocommerce-order-pay form#order_review table.shop_table th {
    padding: 15px 3px !important;
  }
}
.woocommerce-order-pay form#order_review table.shop_table td:first-child,
.woocommerce-order-pay form#order_review table.shop_table th:first-child {
  width: 70% !important;
}
@media (max-width: 1199px) {
  .woocommerce-order-pay form#order_review table.shop_table td:first-child,
  .woocommerce-order-pay form#order_review table.shop_table th:first-child {
    width: 60% !important;
  }
}
@media (max-width: 575px) {
  .woocommerce-order-pay form#order_review table.shop_table td:first-child,
  .woocommerce-order-pay form#order_review table.shop_table th:first-child {
    width: 50% !important;
  }
}
.woocommerce-order-pay form#order_review table.shop_table td:nth-child(2),
.woocommerce-order-pay form#order_review table.shop_table th:nth-child(2) {
  width: 10% !important;
}
.woocommerce-order-pay form#order_review table.shop_table td:last-child,
.woocommerce-order-pay form#order_review table.shop_table th:last-child {
  width: 20% !important;
}
@media (max-width: 1199px) {
  .woocommerce-order-pay form#order_review table.shop_table td:last-child,
  .woocommerce-order-pay form#order_review table.shop_table th:last-child {
    width: 30% !important;
  }
}
@media (max-width: 575px) {
  .woocommerce-order-pay form#order_review table.shop_table td:last-child,
  .woocommerce-order-pay form#order_review table.shop_table th:last-child {
    width: 40% !important;
  }
  .woocommerce-order-pay form#order_review table.shop_table td.product-total,
  .woocommerce-order-pay form#order_review table.shop_table th.product-total {
    width: 50% !important;
  }
}
.woocommerce-order-pay form#order_review table.shop_table thead th {
  color: #676767;
  letter-spacing: 0.03em;
}
.woocommerce-order-pay
  form#order_review
  table.shop_table
  thead
  tr
  th.product-total {
  text-align: right !important;
}
.woocommerce-order-pay form#order_review table.shop_table tbody td {
  font-weight: 700;
}
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr
  td.product-subtotal {
  color: #676767;
  font-size: 14px;
  text-align: right !important;
}
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tbody
  tr
  td.product-name {
  font-size: 1.75rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-order-pay
    form#order_review
    table.shop_table
    tbody
    tr
    td.product-name {
    font-size: 14px;
  }
}
.woocommerce-order-pay
  form#order_review
  table.shop_table
  tfoot
  tr:last-child
  th {
  color: #676767;
  font-size: 1.75rem;
}
form#order_review ul.payment_methods.methods {
  margin-bottom: 40px;
  padding: 0;
}
form#order_review ul.payment_methods.methods li.wc_payment_method {
  padding: 20px;
  position: relative;
}
@media (max-width: 374px) {
  form#order_review ul.payment_methods.methods li.wc_payment_method {
    padding: 20px 10px;
  }
}
form#order_review ul.payment_methods.methods li.wc_payment_method input {
  float: left;
  margin-top: 3px;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  + li.wc_payment_method {
  border-top: 1px solid #ddd;
}
form#order_review ul.payment_methods.methods li.wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  form#order_review ul.payment_methods.methods li.wc_payment_method label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
  }
  form#order_review
    ul.payment_methods.methods
    li.wc_payment_method
    label
    span
    img {
    margin: 10px 5px 0 0 !important;
  }
  form#order_review
    ul.payment_methods.methods
    li.wc_payment_method
    label
    span.title {
    font-size: 16px !important;
  }
  form#order_review
    ul.payment_methods.methods
    li.wc_payment_method
    label
    span.title
    img {
    margin-top: 0 !important;
  }
}
form#order_review ul.payment_methods.methods li.wc_payment_method label p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  form#order_review
    ul.payment_methods.methods
    li.wc_payment_method
    > .payment_box
    > .form-row
    > input[type="radio"]
    + label {
    padding-left: 10px !important;
  }
}
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-new,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-token {
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  input[type="radio"],
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"],
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-new
  input[type="radio"],
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-token
  input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block !important;
  margin-right: 11px;
  -webkit-transition:
    border-color 0.3s,
    background-color 0.3s;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > input[type="radio"] {
  height: 18px !important;
  width: 18px !important;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"],
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-new
  > input[type="radio"],
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-token
  > input[type="radio"] {
  height: 16px !important;
  width: 16px !important;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"]
  + label,
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > input[type="radio"]
  + label,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-new
  > input[type="radio"]
  + label,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-token
  > input[type="radio"]
  + label {
  position: relative;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"]
  + label:before,
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > input[type="radio"]
  + label:before,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-new
  > input[type="radio"]
  + label:before,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-token
  > input[type="radio"]
  + label:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 6px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > input[type="radio"]
  + label:before {
  left: 26px;
  top: 26px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method.payment_method_amazon_payments_advanced
  > input[type="radio"]
  + label:before,
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method.payment_method_square_credit_card
  > input[type="radio"]
  + label:before {
  left: -23px;
  top: 9px;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"]
  + label:before,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-new
  > input[type="radio"]
  + label:before,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-token
  > input[type="radio"]
  + label:before {
  height: 4px;
  width: 4px;
}
form#order_review
  ul.payment_methods.methods
  fieldset#wc-square-credit-card-credit-card-form
  label[for="wc-square-credit-card-tokenize-payment-method"] {
  font-size: 16px;
  font-weight: 600;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"]
  + label {
  padding-left: 20px;
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"]
  + label:before {
  left: -17px;
  top: 51%;
}
@media (max-width: 1199px) {
  form#order_review
    ul.payment_methods.methods
    li.wc_payment_method
    > .payment_box
    > .form-row
    > input[type="radio"]
    + label:before {
    top: 50%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form#order_review
    ul.payment_methods.methods
    li.wc_payment_method
    > .payment_box
    > .form-row
    > input[type="radio"]
    + label:before {
    top: 54%;
  }
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"]
  + label.wc-square-credit-card-use-new-payment-method:before {
  top: 54%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form#order_review
    ul.payment_methods.methods
    li.wc_payment_method
    > .payment_box
    > .form-row
    > input[type="radio"]
    + label.wc-square-credit-card-use-new-payment-method:before {
    top: 46%;
  }
}
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > .payment_box
  > .form-row
  > input[type="radio"]:checked,
form#order_review
  ul.payment_methods.methods
  li.wc_payment_method
  > input[type="radio"]:checked,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-new
  input[type="radio"]:checked,
form#order_review
  ul.payment_methods.methods
  li.woocommerce-SavedPaymentMethods-token
  input[type="radio"]:checked {
  background-color: #323232;
  border-color: #323232;
}
form#order_review ul.payment_methods.methods li.wc_payment_method > label {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
form#order_review .payment_box.payment_box {
  background-color: transparent;
  font-family:
    Segoe UI,
    sans-serif;
  margin-top: 20px !important;
  padding: 0;
}
form#order_review .payment_box.payment_box p {
  font-size: 14px;
  margin-bottom: 30px;
}
form#order_review .payment_box.payment_box label {
  font-size: 1.75rem;
}
form#order_review #payment > .form-row:last-child {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
form#order_review #payment > .form-row:last-child button[type="submit"]:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem !important;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
form#order_review #payment > .form-row:last-child button[type="submit"]:hover {
  background: transparent;
  color: #fff;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form#order_review
    #payment
    > .form-row:last-child
    button[type="submit"]:hover {
    background-color: #e3c056 !important;
    color: #fff;
  }
}
form#order_review
  #payment
  > .form-row:last-child
  button[type="submit"]:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form#order_review
    #payment
    > .form-row:last-child
    button[type="submit"]:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
form#order_review
  .update-all-subscriptions-payment-method-wrap
  .woocommerce-input-wrapper
  label
  strong {
  display: inline-block;
  margin: 0 6px;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.gform_page_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.gform_page_footer,
.section-default
  .wc-proceed-to-checkout
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a,
.section-default
  .wc-proceed-to-checkout
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.button,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.button,
.ssd-modal
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.button,
.ssd-modal
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.gens-ctc,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.gens-ctc,
.woocommerce
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.wpr-add-product.button,
.woocommerce
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.wpr-add-product.button,
.woocommerce
  table.shop_table.order_details
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.button,
.woocommerce
  table.shop_table.order_details
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .section-default
  .wc-proceed-to-checkout
  a,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .ssd-modal
  a.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce
  a.wpr-add-product.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce
  table.shop_table.order_details
  a.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.btn,
.woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .section-default
  .wc-proceed-to-checkout
  a,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .ssd-modal
  a.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce
  a.wpr-add-product.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce
  table.shop_table.order_details
  a.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.btn,
.woocommerce-order-received
  .cfw-grid
  #order_review
  main.checkoutwc
  section.cfw-customer-information
  .order-again
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.woocommerce-order-received
  .cfw-grid
  #order_review
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .order-again
  a.woocommerce-button.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .woocommerce-order-received
  .cfw-grid
  #order_review
  .cfw-customer-information
  .order-again
  a.button,
main.checkoutwc
  .woocommerce-order-received
  .cfw-grid
  #order_review
  section.cfw-customer-information
  .order-again
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
main.checkoutwc
  .woocommerce-order-received
  .cfw-grid
  #order_review
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .order-again
  a.woocommerce-button.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .woocommerce-order-received
  .cfw-grid
  #cfw-cart-summary
  #cfw-cart-summary-content
  .order-again
  a.woocommerce-button.button {
  color: #fff;
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 14px !important;
  letter-spacing: 0.2em !important;
  min-height: 50px !important;
  padding: 18px 38px !important;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
}
main.checkoutwc.checkoutwc
  section.cfw-customer-information.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  tbody
  tr
  td:first-child,
main.checkoutwc.checkoutwc
  section.cfw-customer-information.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  thead
  tr
  th:first-child {
  text-align: left !important;
}
.woocommerce-lost-password .woocommerce {
  margin: 0 auto;
  max-width: 946px;
}
.woocommerce-lost-password form .show-password-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  top: 0;
}
.woocommerce-lost-password form.woocommerce-ResetPassword label {
  display: block !important;
}
.woocommerce-lost-password
  form.woocommerce-ResetPassword
  label[for="user_login"],
.woocommerce-lost-password form.woocommerce-ResetPassword span.required {
  display: none !important;
}
.woocommerce-lost-password .woocommerce > p,
.woocommerce-lost-password form.woocommerce-ResetPassword p {
  color: #323232;
  font-family:
    Segoe UI,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.62;
}
.woocommerce-lost-password form.woocommerce-ResetPassword p:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce-lost-password
  form.woocommerce-ResetPassword
  input:not([type="submit"]):not([type="checkbox"]) {
  border-color: #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  height: 42px;
  letter-spacing: 0.02em;
  line-height: 40px;
  padding: 0 13px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-lost-password
    form.woocommerce-ResetPassword
    input:not([type="submit"]):not([type="checkbox"]) {
    min-width: unset;
    padding: 0 11px;
  }
}
.woocommerce-lost-password
  form.woocommerce-ResetPassword
  input:not([type="submit"]):not([type="checkbox"]):focus {
  border-color: #e3c056;
}
.woocommerce-lost-password
  form.woocommerce-ResetPassword
  button[type="submit"] {
  letter-spacing: 0.17em;
  padding: 1.4rem 2.7rem !important;
}
.woocommerce-lost-password form.woocommerce-ResetPassword label {
  display: none;
}
.woocommerce-lost-password .woocommerce-form-row.woocommerce-form-row {
  width: 49%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-lost-password .woocommerce-form-row.woocommerce-form-row {
    float: left;
  }
}
@media (max-width: 575px) {
  .woocommerce-lost-password .woocommerce-form-row.woocommerce-form-row {
    float: none;
    width: 100%;
  }
}
.woocommerce-lost-password .woocommerce-password-hint {
  font-size: 12px;
}
.woocommerce-lost-password .woocommerce-password-strength {
  font-size: 14px;
  letter-spacing: 0;
}
.woocommerce-lost-password ::-webkit-input-placeholder {
  color: #676767;
}
.woocommerce-lost-password :-ms-input-placeholder,
.woocommerce-lost-password ::-moz-placeholder,
.woocommerce-lost-password ::-webkit-input-placeholder,
.woocommerce-lost-password ::placeholder {
  color: #676767;
}
#order_review.cfw-rp #cfw-thank-you-action.cfw-bottom-controls {
  display: none;
}
.woocommerce-account.woocommerce-edit-address
  .select2-dropdown.select2-dropdown
  .select2-results__options {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}
.woocommerce-account.woocommerce-edit-address
  .select2-dropdown.select2-dropdown
  .select2-results__options
  .select2-results__option {
  background-color: transparent;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  padding: 1rem;
  text-transform: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.woocommerce-account.woocommerce-edit-address
  .select2-dropdown.select2-dropdown
  .select2-results__options
  .select2-results__option:hover {
  background: hsla(0, 0%, 85%, 0.3) !important;
  color: #323232;
}
.woocommerce-account.woocommerce-edit-address
  .select2-dropdown.select2-dropdown
  .select2-results__options
  .select2-results__option[data-selected="true"] {
  color: #e3c056;
}
.woocommerce-account.woocommerce-edit-address
  .select2-container
  .select2-dropdown {
  border-color: #d9d9d9;
}
.woocommerce-account.woocommerce-edit-address .select2-search {
  padding: 1rem;
}
.woocommerce-account.woocommerce-edit-address
  .select2-search
  .select2-search__field {
  font-size: 1.2rem;
}
body.logged-in.woocommerce-account.woocommerce-edit-address
  .select2-container--open
  .select2-dropdown--below {
  top: -29px;
}
@media only screen and (max-width: 782px) {
  body.logged-in.woocommerce-account.woocommerce-edit-address
    .select2-container--open
    .select2-dropdown--below {
    top: -43px;
  }
}
body.logged-in.woocommerce-account.woocommerce-edit-address
  .select2-container--open
  .select2-dropdown--above {
  top: -31px;
}
@media only screen and (max-width: 782px) {
  body.logged-in.woocommerce-account.woocommerce-edit-address
    .select2-container--open
    .select2-dropdown--above {
    top: -45px;
  }
}
.woocommerce-checkout.woocommerce-order-pay
  .woocommerce
  #wc-square-digital-wallet {
  display: none !important;
}
.woocommerce
  #order_review
  #payment
  .payment_methods
  .wc_payment_method
  .payment_box
  a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
  background: #e3c056 !important;
  border-radius: 1rem !important;
  color: #fff !important;
  float: right;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: 0.2em;
  margin: -15px 0 0;
  padding: 18px 38px;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition:
    color 0.3s,
    background 0.3s !important;
  transition:
    color 0.3s,
    background 0.3s !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    #order_review
    #payment
    .payment_methods
    .wc_payment_method
    .payment_box
    a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    #order_review
    #payment
    .payment_methods
    .wc_payment_method
    .payment_box
    a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    font-size: 14px;
    padding: 16px;
  }
}
@media (max-width: 374px) {
  .woocommerce
    #order_review
    #payment
    .payment_methods
    .wc_payment_method
    .payment_box
    a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 16px 22px;
  }
}
.woocommerce
  #order_review
  #payment
  .payment_methods
  .wc_payment_method
  .payment_box
  a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem !important;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.woocommerce
  #order_review
  #payment
  .payment_methods
  .wc_payment_method
  .payment_box
  a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover {
  background: transparent !important;
  color: #fff !important;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    #order_review
    #payment
    .payment_methods
    .wc_payment_method
    .payment_box
    a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover {
    background-color: #e3c056 !important;
    color: #fff !important;
  }
}
.woocommerce
  #order_review
  #payment
  .payment_methods
  .wc_payment_method
  .payment_box
  a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    #order_review
    #payment
    .payment_methods
    .wc_payment_method
    .payment_box
    a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.woocommerce
  #order_review
  #payment
  .payment_methods
  .wc_payment_method
  .payment_box
  .form-row
  label {
  margin-bottom: 20px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce
    #order_review
    #payment
    .payment_methods
    .wc_payment_method
    .payment_box
    .form-row
    label {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .woocommerce
    #order_review
    #payment
    .payment_methods
    .wc_payment_method
    .payment_box
    .form-row
    label {
    font-size: 16px;
  }
}
.woocommerce-order-pay
  .woocommerce
  #order_review
  #payment
  .woocommerce-input-wrapper
  .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-order-pay
    .woocommerce
    #order_review
    #payment
    .woocommerce-input-wrapper
    .checkbox {
    font-size: 15px !important;
  }
}
.woocommerce-order-pay
  .woocommerce
  #order_review
  #payment
  .woocommerce-input-wrapper
  .checkbox
  span {
  display: none !important;
}
@media (max-width: 575px) {
  .woocommerce-order-pay
    .woocommerce
    #order_review
    #payment
    > .form-row:last-child {
    width: 100% !important;
  }
}
.woocommerce-order-pay
  .woocommerce
  #order_review
  #payment
  .woocommerce-input-wrapper
  .checkbox
  input {
  display: inline-block;
}
@media (max-width: 575px) {
  .woocommerce-order-pay
    .woocommerce
    #order_review
    #payment
    input[type="submit"] {
    font-size: 14px !important;
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
  }
}
.woocommerce-subscriptions
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce_account_subscriptions
  h1 {
  display: none;
}
.woocommerce-account
  .cfw-grid
  #cfw
  #cfw-alert-container
  .cfw-alert.cfw-alert-error {
  display: none !important;
}
.woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce
  table.shop_table.order_details
  tbody
  td.product-name:first-child,
.woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce
  table.shop_table.order_details
  tfoot
  tr
  th:first-child,
.woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce
  table.shop_table.order_details
  thead
  th.product-name:first-child {
  width: 65% !important;
}
@media (max-width: 1199px) {
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    tbody
    td.product-name:first-child,
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    tfoot
    tr
    th:first-child,
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    thead
    th.product-name:first-child {
    width: 70% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    tbody
    td.product-name:first-child {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    tbody
    td.product-name:first-child
    img {
    margin-right: 5px !important;
    max-width: 40px !important;
  }
}
.woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce
  table.shop_table.order_details
  tbody
  td.product-total:last-child,
.woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce
  table.shop_table.order_details
  tfoot
  tr
  td:last-child,
.woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
  .woocommerce
  table.shop_table.order_details
  thead
  th.product-total:last-child {
  width: 35% !important;
}
@media (max-width: 1199px) {
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    tbody
    td.product-total:last-child,
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    tfoot
    tr
    td:last-child,
  .woocommerce-view-subscription.woocommerce-view-subscription.woocommerce-view-subscription
    .woocommerce
    table.shop_table.order_details
    thead
    th.product-total:last-child {
    width: 30% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  #order_review
    section.cfw-customer-information
    .inner
    table.shop_table
    tbody
    tr:first-child
    td:first-child
    a {
    display: block;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.woocommerce-order-pay
  .section-default
  .woocommerce
  #payment
  .wc_payment_methods.payment_methods
  label {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
@media (max-width: 575px) {
  .woocommerce-order-pay
    .section-default
    .woocommerce
    #payment
    .wc_payment_methods.payment_methods
    label {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 18px !important;
  }
}
@media (max-width: 374px) {
  .woocommerce-order-pay
    .section-default
    .woocommerce
    #payment
    .wc_payment_methods.payment_methods
    label {
    font-size: 15px !important;
  }
}
.wc-amazon-checkout-message.wc-amazon-payments-advanced-populated
  .woocommerce-info.info.wc-amazon-payments-advanced-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated
    .woocommerce-info.info.wc-amazon-payments-advanced-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.wc-amazon-checkout-message.wc-amazon-payments-advanced-populated
  .woocommerce-info.info.wc-amazon-payments-advanced-info
  #pay_with_amazon {
  margin: 0 0 0 auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated
    .woocommerce-info.info.wc-amazon-payments-advanced-info
    #pay_with_amazon {
    margin: 5px 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-order-received
    .section-default
    .cfw-grid
    #order_review
    .cfw-customer-information
    .row
    .col-lg-6:first-child:not(:only-child) {
    margin-bottom: 20px;
  }
}
.woocommerce a.wpr-add-product.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  justify-content: center;
  padding: 1.3rem 1.25rem 1.1rem !important;
  text-decoration: none;
}
@media (max-width: 575px) {
  .woocommerce a.wpr-add-product.button {
    font-size: 12px !important;
  }
}
.woocommerce a.wpr-add-product.button:hover {
  text-decoration: none;
}
.ssd-search-modal-header .ssd-search-modal button,
.woocommerce #wpr-pause-date-subscription input[type="button"],
.woocommerce table.shop_table.shop_table button,
.woocommerce table.shop_table.shop_table input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e3c056;
  border: 0;
  border-radius: 0;
  border-radius: 1rem !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  margin-top: 13px;
  padding: 0.8rem 2rem 0.9rem !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  z-index: 2;
}
.ssd-search-modal-header .ssd-search-modal button:hover,
.woocommerce #wpr-pause-date-subscription input[type="button"]:hover,
.woocommerce table.shop_table.shop_table button:hover,
.woocommerce table.shop_table.shop_table input[type="button"]:hover {
  background: #e3c056 !important;
}
@media (max-width: 575px) {
  .ssd-search-modal-header .ssd-search-modal button,
  .woocommerce #wpr-pause-date-subscription input[type="button"],
  .woocommerce table.shop_table.shop_table button,
  .woocommerce table.shop_table.shop_table input[type="button"] {
    width: 100% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .ssd-search-modal-header .ssd-search-modal button,
  .woocommerce #wpr-pause-date-subscription input[type="button"],
  .woocommerce table.shop_table.shop_table button,
  .woocommerce table.shop_table.shop_table input[type="button"] {
    padding: 1.1rem 0.2rem 0.9rem !important;
  }
}
.woocommerce #wpr-pause-date-subscription input[type="button"] {
  margin-top: 0 !important;
  padding: 1.6rem 2rem 1.3rem !important;
}
.woocommerce table.shop_table.shop_table button {
  margin-bottom: 13px !important;
  margin-top: 0 !important;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce table.shop_table.shop_table button {
    margin-top: 13px !important;
    min-width: 100% !important;
  }
}
.woocommerce #wpr-pause-date-subscription [disabled="disabled"],
.woocommerce table.shop_table.shop_table [disabled="disabled"] {
  cursor: not-allowed;
  opacity: 0.7;
}
.ssd-modal a.button,
.woocommerce table.shop_table.order_details a.button,
.woocommerce table.shop_table.subscription_details a.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  justify-content: center;
  max-width: 100%;
  padding: 1.1rem 0.2rem 0.9rem !important;
  text-decoration: none;
}
.ssd-modal a.button:hover,
.woocommerce table.shop_table.order_details a.button:hover,
.woocommerce table.shop_table.subscription_details a.button:hover {
  text-decoration: none;
}
.woocommerce select#sf_subscription_frequency {
  border-radius: 6px;
  padding-bottom: 5px;
  padding-left: 1rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce select#sf_subscription_frequency {
    width: 100% !important;
  }
}
.woocommerce #ssd-pause-form {
  margin-top: 25px;
  text-align: center;
}
.woocommerce #ssd-pause-form #ssd-datepicker {
  width: auto !important;
}
@media (max-width: 575px) {
  .woocommerce #ssd-pause-form #ssd-datepicker {
    margin-bottom: 2px;
    width: 100% !important;
  }
}
.ui-widget.ui-datepicker {
  font-size: 14px !important;
  margin-top: -32px !important;
  width: 16em !important;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .ui-widget.ui-datepicker {
    margin-top: -46px !important;
  }
}
.woocommerce .shop_table.order_details .button + .button {
  margin-top: 5px !important;
}
.woocommerce .shop_table.order_details .wpr-qty-input {
  border: 1px solid #aaa;
  border-radius: 16px;
  color: #545454;
  font-size: 2.1rem;
  font-weight: 400;
  height: 3rem;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}
.woocommerce .shop_table.order_details .wc-item-meta {
  margin: 0 !important;
}
.woocommerce .shop_table.order_details .wc-item-meta li {
  padding-left: 0 !important;
}
.woocommerce .shop_table.order_details .wc-item-meta li strong {
  display: none;
}
.woocommerce .shop_table.order_details .wc-item-meta li p {
  clear: both;
  display: inline-block;
  float: left;
  font-weight: 700;
  list-style: none outside;
  margin-right: 0.25em;
}
.woocommerce .shop_table.order_details .wc-item-meta li:before {
  display: none !important;
}
#sf_change_frequency_cancel,
#sf_change_frequency_edit_button {
  margin-left: 0 !important;
}
#sf_change_frequency_cancel,
#sf_change_frequency_edit_button,
.woocommerce table.shop_table.subscription_details .sf-change-payment-date {
  margin-left: 50% !important;
  max-width: 50% !important;
}
@media (max-width: 575px) {
  #sf_change_frequency_cancel,
  #sf_change_frequency_edit_button,
  .woocommerce table.shop_table.subscription_details .sf-change-payment-date {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
.wpr-cancel-qty,
.wpr-qty-input,
.wpr-quantity-save,
.wpr-quantity-update {
  max-width: 50% !important;
}
@media (max-width: 575px) {
  .wpr-cancel-qty,
  .wpr-qty-input,
  .wpr-quantity-save,
  .wpr-quantity-update {
    max-width: 100% !important;
  }
}
.ssd-search-modal-header .ssd-search-modal .ssd-search-products {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 4rem;
  letter-spacing: 0.025em;
  line-height: 3.88rem !important;
  padding: 0 2.3rem;
}
@media (max-width: 575px) {
  .ssd-search-modal-header .ssd-search-modal .ssd-search-products {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100% !important;
  }
}
.ssd-search-modal-header .ssd-search-modal button {
  margin: 0 !important;
  padding: 1.6rem 1rem 1.3rem !important;
}
.ssd-modal {
  color: #676767 !important;
  font-family:
    Avenir Next,
    sans-serif;
}
.ssd-modal .wpr-add-new-subscription {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  gap: 90px !important;
  justify-content: center !important;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .ssd-modal .wpr-add-new-subscription {
    gap: 65px !important;
  }
}
.ssd-modal a.button {
  padding: 1rem 1rem 0.9rem !important;
  width: 100% !important;
}
.ssd-modal a.button + a.button {
  margin-top: 10px;
}
.ssd-modal-wrapper.ssd-show {
  border-radius: 20px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  left: 50% !important;
  max-height: 75vh !important;
  max-width: 75vw !important;
  min-height: 50rem !important;
  overflow-x: hidden !important;
  overflow-y: scroll;
  position: fixed !important;
  top: 54% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 130 !important;
}
.ssd-modal-wrapper.ssd-show::-webkit-scrollbar {
  border-radius: 20px;
  height: 5px;
  width: 5px;
}
.ssd-modal-wrapper.ssd-show::-webkit-scrollbar-track {
  background-clip: content-box;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.ssd-modal-wrapper.ssd-show::-webkit-scrollbar-thumb {
  background: #676767;
  border-radius: 2.5px;
}
.ssd-modal-wrapper.ssd-show::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.wpr-add-new-subscription > div:last-child {
  padding-bottom: 90px;
}
.ssd-search-modal-header {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  justify-content: center !important;
  max-width: 100%;
  padding-right: 27px;
}
.ssd-search-modal-header .ssd-search-modal {
  width: 100% !important;
}
.ssd-search-modal-header .ssd-close-modal {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: end !important;
}
.ssd-search-modal-header .ssd-close-modal-link {
  border: 0;
  display: block;
  font-size: 0;
  height: 2rem;
  left: 2.7rem;
  margin-top: 0;
  padding-top: 1rem;
  position: absolute;
  top: 3rem;
  width: 2rem;
  z-index: 5;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .ssd-search-modal-header .ssd-close-modal-link {
    left: 1rem;
    top: 1rem;
  }
}
.ssd-search-modal-header .ssd-close-modal-link:hover:after,
.ssd-search-modal-header .ssd-close-modal-link:hover:before {
  background-color: #e3c056;
}
.ssd-search-modal-header .ssd-close-modal-link:after,
.ssd-search-modal-header .ssd-close-modal-link:before {
  background-color: #676767;
  content: " ";
  display: block;
  height: 0.12rem;
  -webkit-transform: translateY(0.05rem) rotate(45deg);
  -ms-transform: translateY(0.05rem) rotate(45deg);
  transform: translateY(0.05rem) rotate(45deg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 1.75rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .ssd-search-modal-header .ssd-close-modal-link:after,
  .ssd-search-modal-header .ssd-close-modal-link:before {
    -webkit-transform: translateY(0.08rem) rotate(45deg);
    -ms-transform: translateY(0.08rem) rotate(45deg);
    transform: translateY(0.08rem) rotate(45deg);
  }
}
.ssd-search-modal-header .ssd-close-modal-link:after {
  -webkit-transform: translateY(-0.05rem) rotate(-45deg);
  -ms-transform: translateY(-0.05rem) rotate(-45deg);
  transform: translateY(-0.05rem) rotate(-45deg);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .ssd-search-modal-header .ssd-close-modal-link:after {
    -webkit-transform: translateY(-0.08rem) rotate(-45deg);
    -ms-transform: translateY(-0.08rem) rotate(-45deg);
    transform: translateY(-0.08rem) rotate(-45deg);
  }
}
.ssd-close-modal {
  display: none;
}
.woocommerce-order-pay .wc-amazon-payments-advanced-info {
  display: none !important;
}
.announcement-bar {
  background-color: #6ca368;
  color: #fff;
  margin: 0 auto;
  max-width: 110rem;
  padding: 15px 5rem 12px;
  position: relative;
  text-align: center;
  width: 100%;
}
.announcement-bar:before {
  background-color: inherit;
  content: "";
  height: 100%;
  left: -150vw;
  position: absolute;
  top: 0;
  width: 300vw;
  z-index: -1;
}
.announcement-bar p {
  font-family: Avenir Next;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .announcement-bar p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .announcement-bar p {
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .announcement-bar p {
    font-size: 10px;
  }
}
.article-single .article__head {
  margin-bottom: 40px;
}
.article-single .article__head:last-child {
  margin-bottom: 0;
}
.article .article__head {
  display: block !important;
  margin-bottom: 10px;
}
.article .article__head:last-child {
  margin-bottom: 0;
}
.article .article__title {
  font-size: 3.125rem;
  line-height: 1.14;
}
@media (max-width: 1199px) {
  .article .article__title {
    font-size: 2.9rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .article .article__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .article .article__title {
    font-size: 2rem;
  }
}
.article-single .article__head {
  display: block !important;
}
.articles .articles__items {
  list-style: none;
  padding: 0;
}
.articles .articles__item + .articles__item,
.articles ol li + li {
  margin-top: 30px;
}
.articles ol {
  list-style-type: none;
}
.badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.78rem -0.39rem 1.95rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .badges {
    margin: -0.36rem -0.39rem 1.56rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -0.5rem auto 1rem;
    max-width: 35rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges {
    margin: -1rem auto 1.4rem;
  }
}
.badges .badges__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.78rem 0.39rem;
  width: 50%;
}
@media (max-width: 1199px) {
  .badges .badges__icon {
    padding: 0.39rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges .badges__icon {
    margin: 0 auto;
    max-width: 35rem;
    padding: 0.5rem;
    text-align: center;
    width: 100%;
  }
}
.badges .badges__image {
  position: relative;
  width: 21%;
  z-index: 2;
}
.badges .badges__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e3c056;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  min-height: 3.28rem;
  padding-left: 1.9rem;
  padding-top: 0.2rem;
  width: calc(79% + 1.5rem);
}
@media (max-width: 1199px) {
  .badges .badges__text {
    min-height: 2.6rem;
    padding-left: 1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges .badges__text {
    min-height: 3.28rem;
    padding: 0 1.9rem;
  }
}
@media (max-width: 374px) {
  .badges .badges__text {
    padding: 0 1.6rem;
  }
}
.badges .badges__text p {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1399px) {
  .badges .badges__text p {
    font-size: 0.7vw;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges .badges__text p {
    font-size: 0.78rem;
    margin: 0 auto;
  }
}
.badges .badges__icon.is-image {
  width: 50%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges .badges__icon.is-image {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 374px) {
  .badges .badges__icon.is-image {
    max-width: 50%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges .badges__icon.is-image .badges__text {
    display: none;
  }
  .badges .badges__icon.is-image .badges__image {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .badges .badges__icon.is-image .badges__image {
    max-width: 12rem;
  }
}
@media (max-width: 374px) {
  .badges .badges__icon.is-image .badges__image {
    max-width: 9rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .badges .badges__icon.is-hidden {
    display: none;
  }
}
.desktop-hidden {
  margin-top: 50px;
}
@media (min-width: 767.02px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .mobile-hidden {
    display: none;
  }
}
.btn-alt {
  border: 1px solid #535556;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem 0.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    border 0.3s,
    opacity 0.3s;
  transition:
    border 0.3s,
    opacity 0.3s;
}
.btn-alt:hover {
  border: 6px solid #535556;
}
.btn,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input,
.section-default .wc-proceed-to-checkout a,
.section-default .woocommerce table.shop_table.shop_table a.button,
.ssd-modal a.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc,
.woocommerce a.wpr-add-product.button,
.woocommerce table.shop_table.order_details a.button,
.woocommerce table.shop_table.subscription_details a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
form#add_payment_method input[type="submit"]#place_order,
form#order_review input[type="submit"]#place_order,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e3c056;
  border: 0;
  border-radius: 0;
  border-radius: 1rem !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  padding: 2.3rem 5.25rem 2.1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  z-index: 2;
}
@media (max-width: 1399px) {
  .btn,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input,
  .section-default .wc-proceed-to-checkout a,
  .section-default .woocommerce table.shop_table.shop_table a.button,
  .ssd-modal a.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc,
  .woocommerce a.wpr-add-product.button,
  .woocommerce table.shop_table.order_details a.button,
  .woocommerce table.shop_table.subscription_details a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  form#add_payment_method input[type="submit"]#place_order,
  form#order_review input[type="submit"]#place_order,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button {
    padding: 2rem 4rem 1.7rem;
  }
}
@media (max-width: 1199px) {
  .btn,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input,
  .section-default .wc-proceed-to-checkout a,
  .section-default .woocommerce table.shop_table.shop_table a.button,
  .ssd-modal a.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc,
  .woocommerce a.wpr-add-product.button,
  .woocommerce table.shop_table.order_details a.button,
  .woocommerce table.shop_table.subscription_details a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  form#add_payment_method input[type="submit"]#place_order,
  form#order_review input[type="submit"]#place_order,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button {
    padding: 2rem 3rem 1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .btn,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input,
  .section-default .wc-proceed-to-checkout a,
  .section-default .woocommerce table.shop_table.shop_table a.button,
  .ssd-modal a.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc,
  .woocommerce a.wpr-add-product.button,
  .woocommerce table.shop_table.order_details a.button,
  .woocommerce table.shop_table.subscription_details a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  form#add_payment_method input[type="submit"]#place_order,
  form#order_review input[type="submit"]#place_order,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button {
    font-size: 1.4rem;
    padding: 1.6rem 2rem 1.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .btn,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input,
  .section-default .wc-proceed-to-checkout a,
  .section-default .woocommerce table.shop_table.shop_table a.button,
  .ssd-modal a.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc,
  .woocommerce a.wpr-add-product.button,
  .woocommerce table.shop_table.order_details a.button,
  .woocommerce table.shop_table.subscription_details a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  form#add_payment_method input[type="submit"]#place_order,
  form#order_review input[type="submit"]#place_order,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button {
    letter-spacing: 0.2em;
    padding: 1.4rem 2rem 1.2rem;
  }
}
@media (max-width: 575px) {
  .btn,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input,
  .section-default .wc-proceed-to-checkout a,
  .section-default .woocommerce table.shop_table.shop_table a.button,
  .ssd-modal a.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc,
  .woocommerce a.wpr-add-product.button,
  .woocommerce table.shop_table.order_details a.button,
  .woocommerce table.shop_table.subscription_details a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  form#add_payment_method input[type="submit"]#place_order,
  form#order_review input[type="submit"]#place_order,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button {
    padding: 1.4rem 1.7rem 1.2rem;
  }
}
.btn:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer:after,
.section-default .wc-proceed-to-checkout a:after,
.section-default .woocommerce table.shop_table.shop_table a.button:after,
.ssd-modal a.button:after,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc:after,
.woocommerce a.wpr-add-product.button:after,
.woocommerce table.shop_table.order_details a.button:after,
.woocommerce table.shop_table.subscription_details a.button:after,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:after,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:after,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:after,
form#add_payment_method input[type="submit"]#place_order:after,
form#order_review input[type="submit"]#place_order:after,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem !important;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.btn:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer:hover,
.section-default .wc-proceed-to-checkout a:hover,
.section-default .woocommerce table.shop_table.shop_table a.button:hover,
.ssd-modal a.button:hover,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc:hover,
.woocommerce a.wpr-add-product.button:hover,
.woocommerce table.shop_table.order_details a.button:hover,
.woocommerce table.shop_table.subscription_details a.button:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover,
form#add_payment_method input[type="submit"]#place_order:hover,
form#order_review input[type="submit"]#place_order:hover,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover {
  background: transparent;
  color: #fff;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .btn:hover,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:hover,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:hover,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer:hover,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button:hover,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input:hover,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer:hover,
  .section-default .wc-proceed-to-checkout a:hover,
  .section-default .woocommerce table.shop_table.shop_table a.button:hover,
  .ssd-modal a.button:hover,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc:hover,
  .woocommerce a.wpr-add-product.button:hover,
  .woocommerce table.shop_table.order_details a.button:hover,
  .woocommerce table.shop_table.subscription_details a.button:hover,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a:hover,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button:hover,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button:hover,
  form#add_payment_method input[type="submit"]#place_order:hover,
  form#order_review input[type="submit"]#place_order:hover,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button:hover {
    background-color: #e3c056 !important;
    color: #fff;
  }
}
.btn:hover:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:hover:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:hover:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer:hover:after,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  button:hover:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input:hover:after,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer:hover:after,
.section-default .wc-proceed-to-checkout a:hover:after,
.section-default .woocommerce table.shop_table.shop_table a.button:hover:after,
.ssd-modal a.button:hover:after,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc:hover:after,
.woocommerce a.wpr-add-product.button:hover:after,
.woocommerce table.shop_table.order_details a.button:hover:after,
.woocommerce table.shop_table.subscription_details a.button:hover:after,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:hover:after,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:hover:after,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover:after,
form#add_payment_method input[type="submit"]#place_order:hover:after,
form#order_review input[type="submit"]#place_order:hover:after,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .btn:hover:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:hover:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:hover:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer:hover:after,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button:hover:after,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input:hover:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer:hover:after,
  .section-default .wc-proceed-to-checkout a:hover:after,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button:hover:after,
  .ssd-modal a.button:hover:after,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc:hover:after,
  .woocommerce a.wpr-add-product.button:hover:after,
  .woocommerce table.shop_table.order_details a.button:hover:after,
  .woocommerce table.shop_table.subscription_details a.button:hover:after,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a:hover:after,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button:hover:after,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button:hover:after,
  form#add_payment_method input[type="submit"]#place_order:hover:after,
  form#order_review input[type="submit"]#place_order:hover:after,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  .btn:active,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:active,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:active,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer:active,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button:active,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input:active,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer:active,
  .section-default .wc-proceed-to-checkout a:active,
  .section-default .woocommerce table.shop_table.shop_table a.button:active,
  .ssd-modal a.button:active,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc:active,
  .woocommerce a.wpr-add-product.button:active,
  .woocommerce table.shop_table.order_details a.button:active,
  .woocommerce table.shop_table.subscription_details a.button:active,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a:active,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button:active,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button:active,
  form#add_payment_method input[type="submit"]#place_order:active,
  form#order_review input[type="submit"]#place_order:active,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button:active {
    background: transparent;
    border-radius: 1rem !important;
    color: #fff;
  }
  .btn:active:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:active:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:active:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer:active:after,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button:active:after,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input:active:after,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer:active:after,
  .section-default .wc-proceed-to-checkout a:active:after,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button:active:after,
  .ssd-modal a.button:active:after,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .gens-ctc:active:after,
  .woocommerce a.wpr-add-product.button:active:after,
  .woocommerce table.shop_table.order_details a.button:active:after,
  .woocommerce table.shop_table.subscription_details a.button:active:after,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a:active:after,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button:active:after,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button:active:after,
  form#add_payment_method input[type="submit"]#place_order:active:after,
  form#order_review input[type="submit"]#place_order:active:after,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button:active:after {
    opacity: 1;
    visibility: visible;
  }
}
.btn--alt {
  padding: 2.3rem 3.5rem 2.1rem;
}
@media (max-width: 1199px) {
  .btn--alt {
    padding: 2rem 3rem 1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .btn--alt {
    padding: 2rem 2rem 1.7rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .btn--alt {
    padding: 1.6rem 2rem 1.4rem;
  }
}
@media (max-width: 575px) {
  .btn--alt {
    padding: 1.4rem 1.7rem 1.2rem;
  }
}
.btn--gray {
  background-color: #676767;
}
.btn--gray:hover {
  background: #e3c056;
}
.btn--blue {
  background-color: #336ca2;
}
.btn--blue:hover {
  background: #e3c056;
}
.btn--red {
  background-color: #ed4d52;
}
.btn--red:hover {
  background: #e3c056;
}
.btn--green {
  background-color: #53a45a;
}
.btn--green:hover {
  background: #e3c056;
}
.btn--small {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 30px;
  padding: 1.8rem 3.7rem 1.5rem;
}
.bundle-products {
  width: 100%;
}
.bundle-products p {
  margin-bottom: 0 !important;
}
.bundle-products li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .bundle-products li {
    gap: 10px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .bundle-products li {
    gap: 5px;
  }
}
.bundle-products li .bundle__image {
  height: 105px;
  min-width: 140px;
  width: 140px;
}
.bundle-products li .bundle__head p {
  font-family:
    Avenir Next,
    sans-serif;
  font-size: 1.24rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.bundle-products li .bundle__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.bundle-products li .bundle__body a {
  color: #e3c056 !important;
}
.bundle-products li .bundle__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bundle-products li + li {
  border-top: 1px solid rgba(83, 85, 86, 0.2);
  padding-top: 15px;
}
form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form.cart {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  form.cart {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.3rem;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  form.cart
  button.single_add_to_cart_button.btn--prod,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  form.cart
  button.single_add_to_cart_button.btn--prod,
.gform_wrapper.gform_wrapper.gravity-theme
  form.cart
  button.single_add_to_cart_button.btn--prod.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  form.cart
  button.single_add_to_cart_button.btn--prod.gform_page_footer,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  form.cart
  button.single_add_to_cart_button.btn--prod.gens-ctc,
form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  button.single_add_to_cart_button.btn--prod,
form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  button.single_add_to_cart_button.btn--prod,
form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  button.single_add_to_cart_button.btn--prod.gform_footer,
form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  button.single_add_to_cart_button.btn--prod.gform_page_footer,
form.cart
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  button.single_add_to_cart_button.btn--prod.gens-ctc,
form.cart button.single_add_to_cart_button.btn.btn--prod {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #545454;
  border-radius: 1rem;
  flex-grow: 1;
  font-size: 1.6rem;
  padding: 0.3rem 2rem 0;
}
@media (max-width: 1399px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    form.cart
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_footer,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  form.cart
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart button.single_add_to_cart_button.btn.btn--prod {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    form.cart
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_footer,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  form.cart
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart button.single_add_to_cart_button.btn.btn--prod {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    form.cart
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_footer,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  form.cart
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart button.single_add_to_cart_button.btn.btn--prod {
    font-size: 1rem;
    padding: 0.3rem 0.8rem 0 !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    form.cart
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_footer,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  form.cart
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart button.single_add_to_cart_button.btn.btn--prod {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    form.cart
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_footer,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  form.cart
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart button.single_add_to_cart_button.btn.btn--prod {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem !important;
  }
}
@media (max-width: 374px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    form.cart
    button.single_add_to_cart_button.btn--prod,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    form.cart
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    form.cart
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button.single_add_to_cart_button.btn--prod,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_footer,
  form.cart
    .gform_wrapper.gform_wrapper.gravity-theme
    button.single_add_to_cart_button.btn--prod.gform_page_footer,
  form.cart
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    button.single_add_to_cart_button.btn--prod.gens-ctc,
  form.cart button.single_add_to_cart_button.btn.btn--prod {
    font-size: 0.9rem !important;
  }
}
form.cart .quantity {
  margin-right: 1.56rem;
  max-width: 7.89rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form.cart .quantity {
    max-width: 6.08rem;
  }
}
@media (max-width: 575px) {
  form.cart .quantity {
    margin-right: 1rem;
  }
}
@media (max-width: 374px) {
  form.cart .quantity {
    margin-right: 0.5rem;
  }
}
form.cart .quantity input {
  border: 1px solid #aaa;
  border-radius: 16px;
  color: #545454;
  font-size: 2.1rem;
  font-weight: 400;
  height: 4.92rem;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form.cart .quantity input {
    font-size: 1.8rem;
    height: 4.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  form.cart .quantity input {
    font-size: 1.56rem;
    height: 3.75rem;
  }
}
@media (max-width: 575px) {
  form.cart .quantity input {
    width: 3.9rem !important;
  }
}
form.cart a.btn--checkout {
  -ms-flex-preferred-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  margin-top: 1rem;
  width: 100%;
}
.section-product-alt form.cart,
form.cart a.btn--checkout {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-product-alt form.cart {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: grid !important;
  grid-template-areas: "qty atc cart" ". checkout .";
  grid-template-columns: -webkit-max-content minmax(
      0,
      30rem
    ) -webkit-max-content;
  grid-template-columns: max-content minmax(0, 30rem) max-content;
  margin-right: 0;
  row-gap: 1rem;
}
@media (max-width: 575px) {
  .section-product-alt form.cart {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    padding: 0 1.3rem;
  }
}
.section-product-alt form.cart .quantity {
  grid-area: qty;
  margin-right: 0;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  .section-product-alt
  form.cart
  button.single_add_to_cart_button.btn--prod,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  .section-product-alt
  form.cart
  button.single_add_to_cart_button.btn--prod,
.gform_wrapper.gform_wrapper.gravity-theme
  .section-product-alt
  form.cart
  button.single_add_to_cart_button.btn--prod.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .section-product-alt
  form.cart
  button.single_add_to_cart_button.btn--prod.gform_page_footer,
.section-product-alt
  form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  button.single_add_to_cart_button.btn--prod,
.section-product-alt
  form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  button.single_add_to_cart_button.btn--prod,
.section-product-alt
  form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  button.single_add_to_cart_button.btn--prod.gform_footer,
.section-product-alt
  form.cart
  .gform_wrapper.gform_wrapper.gravity-theme
  button.single_add_to_cart_button.btn--prod.gform_page_footer,
.section-product-alt
  form.cart
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  button.single_add_to_cart_button.btn--prod.gens-ctc,
.section-product-alt form.cart button.single_add_to_cart_button.btn.btn--prod,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .section-product-alt
  form.cart
  button.single_add_to_cart_button.btn--prod.gens-ctc {
  grid-area: atc;
}
.section-product-alt form.cart .mini-cart-button-wrapper {
  grid-area: cart;
}
.section-product-alt form.cart a.btn--checkout {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  grid-area: checkout;
  margin-top: 0;
  padding-bottom: 19px;
  padding-top: 23px;
  width: 100%;
}
@media (max-width: 549px) {
  .section-product-alt form.cart a.btn--checkout {
    font-size: 1rem;
    padding-bottom: 1.2rem;
    padding-top: 1.4rem;
  }
}
form.cart--mobile-only {
  display: none;
}
@media (max-width: 575px) {
  form.cart--mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#cfw-side-cart a.cfw-primary-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e3c056;
  border: 0;
  border-radius: 0;
  border-radius: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  display: inline-block;
  font-size: 1.1rem !important;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  margin-top: 0 !important;
  min-height: 4rem;
  padding: 1.5rem 3rem 1.2rem !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  z-index: 2;
}
#cfw-side-cart a.cfw-primary-btn:before {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
#cfw-side-cart a.cfw-primary-btn:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
#cfw-side-cart a.cfw-primary-btn:hover:before {
  opacity: 1;
  visibility: visible;
}
#cfw-side-cart a.cfw-primary-btn:disabled {
  pointer-events: none;
}
#cfw-coupons input.cfw-secondary-btn,
#cfw-side-cart input.cfw-secondary-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e3c056;
  border: 0;
  border-radius: 0;
  border-radius: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  display: inline-block;
  font-size: 1.1rem !important;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  margin-top: 0 !important;
  min-height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  z-index: 2;
}
#cfw-coupons input.cfw-secondary-btn:hover,
#cfw-side-cart input.cfw-secondary-btn:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
#cfw-coupons input.cfw-secondary-btn:disabled,
#cfw-side-cart input.cfw-secondary-btn:disabled {
  pointer-events: none;
}
@media (max-width: 991px) {
  #cfw-coupons input.cfw-secondary-btn,
  #cfw-side-cart input.cfw-secondary-btn {
    padding: 1.5rem 3rem 1.2rem !important;
  }
}
#cfw-side-cart input.cfw-secondary-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
#cfw-coupons .cfw-text-input,
#cfw-side-cart-form .cfw-input-wrap.cfw-button-input {
  height: 100%;
  min-height: auto;
}
#cfw-coupons .form-row {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  #cfw-coupons .form-row {
    margin-bottom: 12.8px !important;
  }
}
#cfw-cart-summary-coupons .cfw-button-input,
#cfw-coupons .cfw-button-input,
#cfw-side-cart .cfw-button-input {
  position: relative;
}
#cfw-cart-summary-coupons .cfw-button-input:before,
#cfw-coupons .cfw-button-input:before,
#cfw-side-cart .cfw-button-input:before {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 5px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: calc(100% - 10px);
}
#cfw-cart-summary-coupons .cfw-button-input:hover:before,
#cfw-coupons .cfw-button-input:hover:before,
#cfw-side-cart .cfw-button-input:hover:before {
  opacity: 1;
  visibility: visible;
}
#cfw-cart-summary-coupons .cfw-button-input button,
#cfw-coupons .cfw-button-input button,
#cfw-side-cart .cfw-button-input button {
  background-color: #e3c056;
  border: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
#cfw-cart-summary-coupons .cfw-button-input:hover button,
#cfw-coupons .cfw-button-input:hover button,
#cfw-side-cart .cfw-button-input:hover button {
  background-color: transparent;
}
#cfw-cart-summary-coupons .cfw-button-input:before {
  width: 100%;
}
#cfw-cart-summary-coupons .cfw-promo-row,
#cfw-side-cart .cfw-promo-row {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 100%;
}
#cfw-side-cart .cfw-button-input:before {
  width: 100%;
}
#cfw-coupons .cfw-input-label {
  padding-top: 5px;
}
#cfw-coupons .form-row input[type="text"].input-text {
  font-size: 16px !important;
}
#cfw-side-cart .cfw-cart-item-title ul {
  font-size: 1.11rem;
  line-height: 1.3;
  list-style-type: none;
  padding-left: 0.5rem;
}
#cfw-side-cart .cfw-cart-item-title ul li {
  padding-left: 1rem;
  position: relative;
}
#cfw-side-cart .cfw-cart-item-title ul li:before {
  background-color: #e3c056;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
}
#cfw-side-cart .cfw-cart-item-title a {
  pointer-events: none;
}
.cfw-cart-item-description {
  padding-left: 76px !important;
}
.cfw-cart-item-image + .cfw-cart-item-description {
  padding-left: 1em !important;
}
#cfw-cart-summary-content {
  margin-top: 1.8em;
}
.single_add_to_cart_button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #e3c056 !important;
  background-color: #545454;
  border-radius: 1rem;
  color: #fff !important;
  flex-grow: 1;
  font-size: 1.6rem;
  padding: 0.3rem 2rem 0;
}
@media (max-width: 1399px) {
  .single_add_to_cart_button {
    padding: 0.3rem 1rem 0 !important;
  }
}
@media (max-width: 991px) {
  .single_add_to_cart_button {
    font-size: 1rem;
    padding: 0.3rem 0 0 !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .single_add_to_cart_button {
    font-size: 1.6rem;
    padding: 0.3rem 2rem 0;
  }
}
@media (max-width: 575px) {
  .single_add_to_cart_button {
    font-size: 1rem;
  }
}
#cfw-breadcrumb a.active {
  font-weight: 700 !important;
}
main.checkoutwc h3,
main.checkoutwc header > h2 {
  color: #676767 !important;
  font-size: 1.236rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
}
#cfw-shipping-same-billing label,
#shipping_method label,
.payment_method_label,
.shipping label {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
#shipping_method label {
  font-size: 14px !important;
}
.shipping ul .woocommerce-Price-amount:before {
  clear: right;
  content: " ";
  display: block;
}
.shipping td ul {
  float: right;
}
.shipping th {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.shipping.recurring-total ul li input {
  margin: 0 3px !important;
}
.woocommerce-privacy-policy-text p {
  font-size: 16px !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.cfw-alert-error {
  background-color: #dc5958 !important;
  border-color: #dc5958 !important;
  color: #fff !important;
}
.cfw-alert-success {
  background-color: #68a262 !important;
  border-color: #68a262 !important;
  color: #fff !important;
}
.cfw-remove-item-button {
  display: none !important;
}
#cfw-side-cart .cfw-side-cart-free-shipping-progress-wrap {
  text-align: center !important;
}
#cfw-side-cart .cfw-side-cart-contents-header {
  text-align: right !important;
}
#cfw-breadcrumb {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
#cfw-payment-request-buttons {
  gap: 10px;
}
#cfw_empty_side_cart_message {
  text-align: right !important;
  text-transform: lowercase;
}
#cfw_empty_side_cart_message:first-letter {
  text-transform: uppercase;
}
.pac-container:empty {
  display: none !important;
}
.pac-container {
  margin-top: -33px !important;
}
@media (max-width: 991px) {
  .pac-container {
    margin-top: -45px !important;
  }
}
main.checkoutwc p {
  font-size: 14px !important;
}
.checkoutwc .form-row.cfw-label-is-floated label.cfw-floatable-label {
  padding: 0 0.86em !important;
}
#cfw-account-details .form-row.cfw-label-is-floated label.cfw-floatable-label {
  padding: 0 1.16em !important;
}
#cfw-totals-list tr.shipping.recurring-total td {
  text-align: right !important;
}
#cfw-totals-list tr.shipping.recurring-total td ul {
  text-align: left !important;
}
@media (max-width: 1060px) {
  .cfw-bottom-controls {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
    gap: 20px 150px !important;
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .cfw-bottom-controls {
    gap: 0 !important;
  }
}
@media (max-width: 1060px) {
  .cfw-bottom-controls .cfw-place-order-wrap,
  .cfw-bottom-controls .cfw-primary-btn {
    width: 100% !important;
  }
}
#cfw-payment-request-buttons
  .wc-amazon-payments-advanced-info
  #pay_with_amazon[style*="opacity: 1;"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 42px !important;
  opacity: 1 !important;
  position: relative !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 140px !important;
}
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions {
  font-size: 14px !important;
}
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button {
  font-size: 14px !important;
  letter-spacing: 0.2em !important;
  margin: 0;
  min-height: unset !important;
  padding: 13px !important;
}
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  tbody
  tr
  td {
  border-top: 1px solid hsla(0, 0%, 40%, 0.2);
  padding: 9px 12px;
  text-align: center;
}
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  thead
  tr
  th {
  padding: 9px 12px;
}
main.checkoutwc section.cfw-customer-information .inner .row h6 {
  color: #676767 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.028em;
  text-transform: uppercase;
}
main.checkoutwc section.cfw-customer-information .inner .row address,
main.checkoutwc section.cfw-customer-information .inner .row h6 + p {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.19rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.58;
}
.checkbox input[type="checkbox"] {
  -ms-flex-negative: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #535556;
  border-radius: 5px;
  display: inline-block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 0.94rem;
  margin-top: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 18px;
}
.checkbox input[type="checkbox"]:checked {
  background-color: #535556;
}
.checkbox label > a {
  color: #676767;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.checkbox label > a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.select2-search.select2-search--dropdown {
  display: none;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.select2-dropdown.select2-dropdown .select2-results__options {
  border-radius: 6px;
  margin: -1.17rem 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 1.36rem 2.34rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .select2-dropdown.select2-dropdown .select2-results__options {
    padding: 1rem 1.7rem;
  }
}
.select2-dropdown .select2-results__option {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.41rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 1.17rem 0;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1399px) {
  .select2-dropdown .select2-results__option {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .select2-dropdown .select2-results__option {
    font-size: 1.09rem;
  }
}
@media (max-width: 374px) {
  .select2-dropdown .select2-results__option {
    font-size: 0.9rem;
  }
}
.select2-dropdown .select2-results__option img {
  margin-right: 1.7rem;
}
@media (max-width: 575px) {
  .select2-dropdown .select2-results__option img {
    margin-right: 1rem;
    max-width: 5.5rem;
  }
}
.select2-container--default
  .select2-dropdown
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-dropdown
  .select2-results__option--highlighted[data-selected] {
  background-color: transparent !important;
  color: #e3c056;
}
.select2-container--default
  .select2-dropdown
  .select2-results__option.select2-results__option--selected {
  background-color: transparent;
  color: #e3c056;
}
.section-product-alt .section__select .select2 {
  width: 100% !important;
}
.section-product-alt
  .section__select
  .select2-container
  .select2-selection--single {
  border: 1px solid #545454;
  border-radius: 10px;
  height: 4rem;
}
.section-product-alt
  .select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.section-product-alt
  .select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.section-product-alt
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.section-product-alt
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-product-alt
  .section__select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 4rem;
}
.section-product-alt .section__select .select2-selection__rendered {
  color: #545454;
  font-size: 1.41rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 3.12rem 0 1.95rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section-product-alt .section__select .select2-selection__rendered {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .section-product-alt .section__select .select2-selection__rendered {
    font-size: 1.09rem;
    padding: 0 3.12rem 0 1.7rem;
  }
}
@media (max-width: 374px) {
  .section-product-alt .section__select .select2-selection__rendered {
    padding: 0 3rem 0 2rem;
  }
}
.section-product-alt .section__select .select2-selection__rendered img {
  margin-right: 1.7rem;
  margin-top: -0.3rem;
}
@media (max-width: 575px) {
  .section-product-alt .section__select .select2-selection__rendered img {
    margin-right: 1rem;
    max-width: 5.5rem;
  }
}
@media (max-width: 374px) {
  .section-product-alt .section__select .select2-selection__rendered img {
    max-width: 4rem;
  }
}
.section-product-alt
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 4rem;
  right: 2.1rem;
  width: 0.94rem;
}
@media (max-width: 575px) {
  .section-product-alt
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 2.4rem;
  }
}
.section-product-alt
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: solid #545454;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  top: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.choices .select2 {
  margin-top: -0.8rem;
  width: 22rem !important;
}
@media (max-width: 1399px) {
  .choices .select2 {
    width: 19rem !important;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .choices .select2 {
    margin-top: 0.8rem;
  }
}
@media (max-width: 575px) {
  .choices .select2 {
    width: 100% !important;
  }
}
.choices .select2-container .select2-selection--single {
  border-radius: 10px;
  height: 3.59rem;
}
.choices
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #545454;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 3.59rem;
  padding: 0 2.58rem 0 1.52rem;
  text-transform: uppercase;
}
.choices
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 3.59rem;
  right: 1.5rem;
}
.choices
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 40%;
}
.choices .select2-dropdown.select2-dropdown .select2-results__options {
  padding: 1.52rem;
}
.choices
  .select2-container--default
  .select2-dropdown
  .select2-results__option {
  font-size: 0.94rem;
  padding: 0.76rem 0;
}
.choices
  .select2-container--default
  .select2-dropdown
  .select2-results__option:first-child {
  margin: -0.76rem 0;
}
.choices
  .select2-container--default
  .select2-dropdown
  .select2-results__option.select2-results__option--selected {
  display: block;
}
.feature {
  font-size: 1.438rem;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .feature {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.feature h5 {
  font-size: 2.19rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .feature h5 {
    font-size: 1.83rem;
  }
}
@media (max-width: 1199px) {
  .feature h5 {
    font-size: 1.55rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .feature h5 {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .feature h5 {
    font-size: 1.36rem;
  }
}
.feature .feature__content h3 {
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}
.feature .feature__icon {
  margin-bottom: 1.4rem;
}
.feature .feature__icon img {
  max-height: 11.25rem;
  width: auto;
}
@media (max-width: 1199px) {
  .feature .feature__icon img {
    max-height: 10rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .feature .feature__icon img {
    max-height: 9rem;
  }
}
@media (max-width: 575px) {
  .feature .feature__icon img {
    max-height: 7rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .features__actions {
    padding: 2.4rem 0 !important;
  }
}
.features .features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3.438rem;
}
@media (max-width: 1529px) {
  .features .features__items {
    margin: -2rem;
  }
}
@media (max-width: 1199px) {
  .features .features__items {
    margin: -1.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .features .features__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.4rem -2.5rem;
  }
}
.features .features__item {
  padding: 3.438rem;
  width: 25%;
}
@media (max-width: 1529px) {
  .features .features__item {
    padding: 2rem;
  }
}
@media (max-width: 1199px) {
  .features .features__item {
    padding: 1.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .features .features__item {
    padding: 1.4rem 2.5rem;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .features .features__item {
    width: 100%;
  }
  .features .features__item:last-child {
    margin-bottom: 2.5rem;
  }
}
.features .features__actions {
  margin-bottom: -2rem;
  padding: 5rem 0 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .features .features__actions {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .features .features__actions {
    padding: 2.8rem 0 3rem;
  }
}
.features .features__actions a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 100%;
}
@media (max-width: 1199px) {
  .features .features__actions a {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .features .features__actions a {
    font-size: 1.3rem;
  }
}
.features .features__actions a:hover {
  color: #fff;
}
.features .features__actions a:hover span {
  border-left-color: #fff;
}
.features .features__actions a span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #e3c056;
  border-top: 0.75rem solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 1.25rem;
  position: relative;
  top: -1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 1399px) {
  .features .features__actions a span {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .features .features__actions a span {
    margin-left: 0.5rem;
  }
}
@media (max-width: 575px) {
  .features .features__actions a span {
    top: -2px;
  }
}
.features--alt .features__items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3rem -4.19rem;
}
@media (max-width: 1529px) {
  .features--alt .features__items {
    margin: -2rem;
  }
}
@media (max-width: 1199px) {
  .features--alt .features__items {
    margin: -1.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .features--alt .features__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.4rem -2.5rem;
  }
}
.features--alt .features__item {
  padding: 3rem 4.19rem;
  width: 33.33%;
}
@media (max-width: 1529px) {
  .features--alt .features__item {
    padding: 2rem;
  }
}
@media (max-width: 1199px) {
  .features--alt .features__item {
    padding: 1.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .features--alt .features__item {
    padding: 1.4rem 2.5rem;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .features--alt .features__item {
    width: 100%;
  }
}
.features--alt .feature__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 11.25rem;
}
@media (max-width: 575px) {
  .features--alt .feature__icon {
    min-height: 8rem;
  }
}
#radio-filter label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600 !important;
  margin: 0 1.5em 0 0 !important;
  text-transform: uppercase !important;
}
#radio-filter label input[type="radio"] {
  height: 15px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 15px;
}
#radio-filter label input[type="radio"]:checked {
  background-color: #000;
}
#radio-filter label input[type="radio"]:checked:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
}
.footer {
  background-color: #666869;
  color: #fff;
  width: 100%;
}
.footer .footer__shell {
  max-width: 113.125rem;
}
.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.5rem 0 8.1rem;
}
@media (max-width: 1199px) {
  .footer .footer__wrapper {
    padding: 5rem 0 6rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__wrapper {
    padding: 4rem 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3rem 0;
  }
}
.footer .footer__logo {
  padding-right: 1.875rem;
  width: 27%;
}
@media (max-width: 1399px) {
  .footer .footer__logo {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .footer .footer__logo {
    padding-right: 1rem;
    width: 22%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__logo {
    margin-bottom: 2.34rem;
    padding-right: 0;
    width: 100%;
  }
}
.footer .footer__logo a {
  display: block;
}
.footer .footer__logo img {
  max-width: 21rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__logo img {
    max-width: 11rem;
  }
}
.footer .footer__menu {
  padding-left: 2.03rem;
  width: 42%;
}
@media (max-width: 1399px) {
  .footer .footer__menu {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .footer .footer__menu {
    padding-left: 1.5rem;
    width: 35%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__menu {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__menu {
    width: 100%;
  }
}
.footer .footer__contact {
  padding-left: 1rem;
  padding-right: 0.6rem;
  width: 31%;
}
@media (max-width: 1399px) {
  .footer .footer__contact {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .footer .footer__contact {
    width: 43%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__contact {
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__contact {
    margin-top: 1.56rem;
    padding-left: 0;
    width: 100%;
  }
}
.footer .footer__socials {
  margin-bottom: 1.7rem;
}
.footer .footer__form p {
  color: #e3c056;
  font-size: 1.188rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1.8;
  margin-bottom: 1rem;
  max-width: 21.875rem;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__form p {
    font-size: 1rem;
  }
}
.footer .footer__bar {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 2.2rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .footer .footer__bar {
    font-size: 1rem;
    padding-bottom: 1.5rem;
  }
}
.footer .footer__bar p {
  letter-spacing: 0;
}
.footer .gform_wrapper.gravity-theme .gfield input.large {
  font-size: 1.55rem !important;
}
.footer .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.5rem !important;
}
.form-coa {
  padding-top: 6.3rem;
}
@media (max-width: 1199px) {
  .form-coa {
    padding-top: 3.15rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-coa {
    padding-top: 0;
  }
}
.form-coa .form__row {
  display: block;
}
.form-coa .form__row > p {
  color: red;
  display: block;
  display: none;
  font-size: 1.38rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin: 1rem 0 0.1rem 0.13rem;
}
.form-coa .form__row + .form__row {
  margin-top: 2rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-coa .form__row + .form__row {
    margin-top: 1.5rem;
  }
}
.form-coa .form__row input[type="text"],
.form-coa .form__row select,
.form-coa .form__row textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 5rem;
  letter-spacing: 0.025em;
  line-height: 3.88rem;
  padding: 0 2.3rem;
  width: 100%;
}
@media (max-width: 575px) {
  .form-coa .form__row input[type="text"],
  .form-coa .form__row select,
  .form-coa .form__row textarea {
    height: 4rem;
    line-height: 3.88rem;
    padding: 0 1.3rem;
  }
}
.form-coa .form__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-coa .form__input {
    width: 100%;
  }
  .form-coa .form__input + .form__input {
    margin-top: 1.5rem;
  }
}
.form-coa .form__submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.form-coa .form__submit input[type="submit"] {
  border: 1px solid #e3c056;
  padding: 2.2rem 7.35rem;
}
@media (max-width: 1199px) {
  .form-coa .form__submit input[type="submit"] {
    padding: 1.8rem 6rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-coa .form__submit input[type="submit"] {
    padding: 1.5rem 4rem;
  }
}
@media (max-width: 575px) {
  .form-coa .form__submit input[type="submit"] {
    padding: 1.3rem 3rem;
  }
}
.form-coa .form__submit input[type="submit"]:hover {
  color: #e3c056;
}
.form-review .form__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-review .form__row {
    display: block;
  }
}
.form-review .form__row--block {
  display: block;
}
.form-review .form__row > p {
  display: block;
  font-size: 1.38rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin-bottom: 0.1rem;
}
.form-review .form__row + .form__row {
  margin-top: 2rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-review .form__row + .form__row {
    margin-top: 1.5rem;
  }
}
.form-review .form__row input[type="text"],
.form-review .form__row select,
.form-review .form__row textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 4rem;
  letter-spacing: 0.025em;
  line-height: 3.88rem;
  padding: 0 2.3rem;
  width: 100%;
}
@media (max-width: 575px) {
  .form-review .form__row input[type="text"],
  .form-review .form__row select,
  .form-review .form__row textarea {
    height: 4rem;
    line-height: 3.88rem;
    padding: 0 1.3rem;
  }
}
.form-review .form__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-review .form__input--select {
  position: relative;
}
.form-review .form__input--select:after {
  border: solid #676767;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 21px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.form-review .form__row textarea {
  height: 10.56rem;
  line-height: 1.5;
  padding: 1rem 2rem;
  resize: vertical;
}
@media (max-width: 575px) {
  .form-review .form__row textarea {
    height: 10rem;
    padding: 1rem 1.3rem;
  }
}
.form-review .form__input {
  width: calc(50% - 1rem);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-review .form__input {
    width: 100%;
  }
  .form-review .form__input + .form__input {
    margin-top: 1.5rem;
  }
}
.form-review .form__rate {
  border: 0;
  display: inline-block;
  margin-bottom: -2rem;
}
.form-review .form__rate > input {
  display: none;
}
.form-review .form__rate > label {
  float: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-review .form__rate > label:before {
  content: "\f005";
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2rem;
  padding: 0.3rem 0.4rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-review .form__rate .half:before {
  content: "\f089";
  padding-right: 0;
  position: absolute;
}
.form-review .form__rate input:checked + label:hover,
.form-review .form__rate input:checked ~ label,
.form-review .form__rate input:checked ~ label:hover,
.form-review .form__rate input:checked ~ label:hover ~ label,
.form-review .form__rate label:hover,
.form-review .form__rate label:hover ~ input:checked ~ label,
.form-review .form__rate label:hover ~ label {
  color: #e4b340;
}
.form-review .form__submit {
  margin-top: 1.5rem;
}
.form-review .form__submit input[type="submit"] {
  border: 1px solid #e3c056;
  padding: 2.2rem 7.35rem;
}
@media (max-width: 1199px) {
  .form-review .form__submit input[type="submit"] {
    padding: 1.8rem 6rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .form-review .form__submit input[type="submit"] {
    padding: 1.5rem 4rem;
  }
}
@media (max-width: 575px) {
  .form-review .form__submit input[type="submit"] {
    padding: 1.3rem 3rem;
  }
}
.form-review .form__submit input[type="submit"]:hover {
  color: #e3c056;
}
.pac-container {
  margin-top: 0 !important;
}
.grid .grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
.grid .grid__col {
  padding: 15px;
  width: 100%;
}
.grid .grid__col--1of2 {
  width: 50%;
}
.header {
  background-color: #fff;
  font-size: 1.236rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1199px) {
  .header {
    font-size: 1.15rem;
    letter-spacing: 0.2em;
  }
}
.header .header__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.313rem;
}
@media (max-width: 1199px) {
  .header .header__shell {
    padding: 0 1.8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__shell {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
  }
}
.header .header__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 79%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-overflow-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    background-color: #e3c056;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    overflow: scroll;
    padding: 10rem 2rem 0 3rem;
    position: fixed;
    right: 0;
    scrollbar-width: none;
    top: 0;
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
    width: 25%;
    z-index: 20;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__wrapper {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .header .header__wrapper {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .header .header__wrapper {
    width: 100%;
  }
}
.header .header__wrapper::-webkit-scrollbar {
  display: none;
}
.header .header__wrapper.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__nav {
    width: 100%;
  }
}
.header .header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.header .header__logo {
  padding-bottom: 10px;
  padding-right: 2rem;
  padding-top: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  width: 21%;
}
@media (max-width: 1399px) {
  .header .header__logo {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .header .header__logo {
    width: 31%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__logo {
    padding-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .header__logo img {
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.header .header__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #e3c056;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 0.9;
  min-width: 11.72rem;
  padding: 1rem 5.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
}
@media (max-width: 1399px) {
  .header .header__btn a {
    padding: 1rem 3rem;
  }
}
@media (max-width: 1199px) {
  .header .header__btn a {
    padding: 1rem 2.5rem;
  }
}
.header .header__btn a:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.header .header__btn a:hover {
  background: transparent;
}
.header .header__btn a:hover:after {
  opacity: 1;
  visibility: visible;
}
.header .header__login a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3c056;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.3rem 2rem 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header .header__login a:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.header .header__login a:hover {
  background: transparent;
}
.header .header__login a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .header .header__login a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .header .header__login a {
    padding: 1.3rem 1.5rem 1rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__login a {
    background-color: transparent;
    color: #fff;
    padding: 1.8rem 0 1.8rem 1rem;
  }
  .header .header__login a:after {
    display: none;
  }
  .header .header__login a:hover {
    color: #676767;
  }
}
.header .header__cart {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.1rem;
  margin-right: -2.313rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__cart {
    margin-right: 0;
  }
}
.header .header__cart a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3c056;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 2.2rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header .header__cart a:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.header .header__cart a:hover {
  background: transparent;
}
.header .header__cart a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .header .header__cart a {
    padding: 0 2.2rem 0 1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__cart a {
    background-color: transparent;
    color: #fff;
    padding: 0;
  }
  .header .header__cart a:after {
    display: none;
  }
}
.header .header__cart a > em {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #676767;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-style: normal;
  height: 25px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 3px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 3px;
  width: 25px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__cart a > em {
    background-color: #676767;
    color: #fff;
    right: -10px;
    top: -10px;
  }
}
.header .header__toggle {
  display: none;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__toggle {
    display: block;
  }
}
header.is-fixed .header__logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header.is-fixed .header__logo img {
  max-width: 13.8rem;
}
.hero-products {
  padding: 15.47rem 0 4.69rem;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-products {
    padding: 12rem 0 4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products {
    padding: 12rem 0 3rem;
  }
}
@media (max-width: 575px) {
  .hero-products {
    padding: 10.6rem 0 2rem;
  }
}
.hero-products h3 {
  font-size: 3.83rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero-products h3 {
    font-size: 3.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products h3 {
    font-size: 2.7rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-products h3 {
    font-size: 2.1rem;
  }
}
.hero-products h3 > span {
  color: #e3c056;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}
.hero-products .hero__shell {
  max-width: 120rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products .hero__shell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products .hero__shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.hero-products .hero__back {
  left: 0;
  padding-bottom: 33%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .hero-products .hero__back {
    padding-bottom: 55%;
  }
}
@media (max-width: 1399px) {
  .hero-products .hero__back {
    padding-bottom: 60%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products .hero__back {
    padding-bottom: 75%;
  }
}
.hero-products .hero__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 7.81rem;
}
@media (max-width: 1199px) {
  .hero-products .hero__content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products .hero__content {
    margin: 0 3%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hero-products .hero__content {
    margin: 0 3%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products .hero__content {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
.hero-products .hero__content img {
  max-width: 13.98rem;
}
@media (max-width: 1199px) {
  .hero-products .hero__content img {
    max-width: 10rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products .hero__content img {
    max-width: 8rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero-products .hero__content img {
    display: none;
  }
}
.hero-products .hero__content img:last-child {
  margin-top: -1.8rem;
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.09rem;
  position: relative;
}
.hero .hero__title {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero .hero__shell {
  max-width: 115rem;
  padding-left: 7rem;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .hero .hero__shell {
    padding-left: 3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__shell {
    padding-left: 1.25rem;
  }
}
.hero .hero__back,
.hero .hero__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.hero .hero__pattern {
  z-index: -1;
}
.hero .hero__text {
  color: #fff;
  text-transform: uppercase;
}
.hero .hero__text--alt {
  font-style: oblique;
  margin-left: -1.25rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  .hero .hero__text--alt {
    margin-left: -0.7rem;
  }
}
.hero .hero__text h2 {
  font-size: 12rem;
  line-height: 0.95;
}
@media (max-width: 1199px) {
  .hero .hero__text h2 {
    font-size: 10rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__text h2 {
    font-size: 9.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__text h2 {
    font-size: 8rem;
  }
}
@media (max-width: 575px) {
  .hero .hero__text h2 {
    font-size: 5.8rem;
  }
}
@media (max-width: 374px) {
  .hero .hero__text h2 {
    font-size: 4.8rem;
  }
}
.hero .hero__text--alt h2 {
  letter-spacing: 0.075em;
}
.hero .hero__wrapper {
  padding: 4rem 0 6.25rem;
  width: 56%;
}
@media (max-width: 1199px) {
  .hero .hero__wrapper {
    padding: 4rem 0;
    width: 54%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__wrapper {
    width: 70%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__wrapper {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  .hero .hero__wrapper {
    width: 84%;
  }
}
.hero .hero__container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 44%;
}
@media (max-width: 1199px) {
  .hero .hero__container {
    width: 46%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__container {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .hero .hero__container {
    width: 16%;
  }
}
.hero .hero__actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .hero .hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  .hero
  .hero__actions
  button,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  .hero
  .hero__actions
  input,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  .hero
  .hero__actions
  button,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  .hero
  .hero__actions
  input,
.gform_wrapper.gform_wrapper.gravity-theme .hero .hero__actions .gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions
  .gform_page_footer,
.hero .hero__actions .btn,
.hero .hero__actions .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
.hero
  .hero__actions
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  button,
.hero
  .hero__actions
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  input,
.hero
  .hero__actions
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer,
.hero
  .hero__actions
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  button,
.hero
  .hero__actions
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  input,
.hero .hero__actions .section-default .wc-proceed-to-checkout a,
.hero
  .hero__actions
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.hero .hero__actions .ssd-modal a.button,
.hero
  .hero__actions
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc,
.hero .hero__actions .woocommerce a.wpr-add-product.button,
.hero .hero__actions .woocommerce table.shop_table.order_details a.button,
.hero
  .hero__actions
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.hero
  .hero__actions
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.hero
  .hero__actions
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.hero
  .hero__actions
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.hero .hero__actions form#add_payment_method input[type="submit"]#place_order,
.hero .hero__actions form#order_review input[type="submit"]#place_order,
.hero
  .hero__actions
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .hero .hero__actions a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions
  a.button,
.ssd-modal .hero .hero__actions a.button,
.woocommerce .hero .hero__actions a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions
  .gens-ctc,
.woocommerce table.shop_table.order_details .hero .hero__actions a.button,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions
  a.button,
form#add_payment_method .hero .hero__actions input[type="submit"]#place_order,
form#order_review .hero .hero__actions input[type="submit"]#place_order,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions
  a.woocommerce-button.button {
  padding: 2rem 5rem;
  white-space: nowrap;
}
.hero .hero__actions a:not(.btn) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-left: 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .hero .hero__actions a:not(.btn) {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .hero .hero__actions a:not(.btn) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__actions a:not(.btn) {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .hero .hero__actions a:not(.btn) {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 374px) {
  .hero .hero__actions a:not(.btn) {
    font-size: 0.62rem !important;
  }
}
.hero .hero__actions a:not(.btn) > span {
  border-bottom: 0.7rem solid transparent;
  border-left: 0.9rem solid #676767;
  border-top: 0.7rem solid transparent;
  display: block;
  height: 0;
  margin-left: 0.4rem;
  position: relative;
  top: -1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__actions a:not(.btn) > span {
    border-width: 0.5rem 0 0.5rem 0.7rem;
    margin-left: 0.5rem;
    margin-top: -4px;
    top: 0;
  }
}
.hero .hero__actions a:not(.btn):hover {
  color: #e3c056;
}
.hero .hero__actions a:not(.btn):hover span {
  border-color: transparent transparent transparent #e3c056;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.neutral
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.neutral
  a.gform_page_footer,
.hero
  .hero__actions.neutral
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.hero
  .hero__actions.neutral
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.hero .hero__actions.neutral .section-default .wc-proceed-to-checkout a,
.hero
  .hero__actions.neutral
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.hero .hero__actions.neutral .ssd-modal a.button,
.hero
  .hero__actions.neutral
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.hero .hero__actions.neutral .woocommerce a.wpr-add-product.button,
.hero
  .hero__actions.neutral
  .woocommerce
  table.shop_table.order_details
  a.button,
.hero
  .hero__actions.neutral
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.hero
  .hero__actions.neutral
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.hero
  .hero__actions.neutral
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.hero
  .hero__actions.neutral
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.hero .hero__actions.neutral a.btn,
.hero
  .hero__actions.neutral
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .hero .hero__actions.neutral a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.neutral
  a.button,
.ssd-modal .hero .hero__actions.neutral a.button,
.woocommerce .hero .hero__actions.neutral a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.neutral
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.neutral
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.neutral
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.neutral
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.neutral
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.neutral
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.neutral
  a.woocommerce-button.button {
  background-color: #676767;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.neutral
  a.gform_footer:hover,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.neutral
  a.gform_page_footer:hover,
.hero
  .hero__actions.neutral
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer:hover,
.hero
  .hero__actions.neutral
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer:hover,
.hero .hero__actions.neutral .section-default .wc-proceed-to-checkout a:hover,
.hero
  .hero__actions.neutral
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button:hover,
.hero .hero__actions.neutral .ssd-modal a.button:hover,
.hero
  .hero__actions.neutral
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc:hover,
.hero .hero__actions.neutral .woocommerce a.wpr-add-product.button:hover,
.hero
  .hero__actions.neutral
  .woocommerce
  table.shop_table.order_details
  a.button:hover,
.hero
  .hero__actions.neutral
  .woocommerce
  table.shop_table.subscription_details
  a.button:hover,
.hero
  .hero__actions.neutral
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:hover,
.hero
  .hero__actions.neutral
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:hover,
.hero
  .hero__actions.neutral
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover,
.hero .hero__actions.neutral a.btn:hover,
.hero
  .hero__actions.neutral
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover,
.section-default .wc-proceed-to-checkout .hero .hero__actions.neutral a:hover,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.neutral
  a.button:hover,
.ssd-modal .hero .hero__actions.neutral a.button:hover,
.woocommerce .hero .hero__actions.neutral a.wpr-add-product.button:hover,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.neutral
  a.gens-ctc:hover,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.neutral
  a.button:hover,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.neutral
  a.button:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.neutral
  .payments-wrapper
  + a:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.neutral
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.neutral
  a.button:hover,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.neutral
  a.woocommerce-button.button:hover {
  background-color: #e3c056;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.active
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.active
  a.gform_page_footer,
.hero
  .hero__actions.active
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.hero
  .hero__actions.active
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.hero .hero__actions.active .section-default .wc-proceed-to-checkout a,
.hero
  .hero__actions.active
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.hero .hero__actions.active .ssd-modal a.button,
.hero
  .hero__actions.active
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.hero .hero__actions.active .woocommerce a.wpr-add-product.button,
.hero
  .hero__actions.active
  .woocommerce
  table.shop_table.order_details
  a.button,
.hero
  .hero__actions.active
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.hero
  .hero__actions.active
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.hero
  .hero__actions.active
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.hero
  .hero__actions.active
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.hero .hero__actions.active a.btn,
.hero
  .hero__actions.active
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .hero .hero__actions.active a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.active
  a.button,
.ssd-modal .hero .hero__actions.active a.button,
.woocommerce .hero .hero__actions.active a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.active
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.active
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.active
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.active
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.active
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.active
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.active
  a.woocommerce-button.button {
  background-color: #ed4d52;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.active
  a.gform_footer:hover,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.active
  a.gform_page_footer:hover,
.hero
  .hero__actions.active
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer:hover,
.hero
  .hero__actions.active
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer:hover,
.hero .hero__actions.active .section-default .wc-proceed-to-checkout a:hover,
.hero
  .hero__actions.active
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button:hover,
.hero .hero__actions.active .ssd-modal a.button:hover,
.hero
  .hero__actions.active
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc:hover,
.hero .hero__actions.active .woocommerce a.wpr-add-product.button:hover,
.hero
  .hero__actions.active
  .woocommerce
  table.shop_table.order_details
  a.button:hover,
.hero
  .hero__actions.active
  .woocommerce
  table.shop_table.subscription_details
  a.button:hover,
.hero
  .hero__actions.active
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:hover,
.hero
  .hero__actions.active
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:hover,
.hero
  .hero__actions.active
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover,
.hero .hero__actions.active a.btn:hover,
.hero
  .hero__actions.active
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover,
.section-default .wc-proceed-to-checkout .hero .hero__actions.active a:hover,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.active
  a.button:hover,
.ssd-modal .hero .hero__actions.active a.button:hover,
.woocommerce .hero .hero__actions.active a.wpr-add-product.button:hover,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.active
  a.gens-ctc:hover,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.active
  a.button:hover,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.active
  a.button:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.active
  .payments-wrapper
  + a:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.active
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.active
  a.button:hover,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.active
  a.woocommerce-button.button:hover {
  background-color: #676767;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.inspired
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.inspired
  a.gform_page_footer,
.hero
  .hero__actions.inspired
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.hero
  .hero__actions.inspired
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.hero .hero__actions.inspired .section-default .wc-proceed-to-checkout a,
.hero
  .hero__actions.inspired
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.hero .hero__actions.inspired .ssd-modal a.button,
.hero
  .hero__actions.inspired
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.hero .hero__actions.inspired .woocommerce a.wpr-add-product.button,
.hero
  .hero__actions.inspired
  .woocommerce
  table.shop_table.order_details
  a.button,
.hero
  .hero__actions.inspired
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.hero
  .hero__actions.inspired
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.hero
  .hero__actions.inspired
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.hero
  .hero__actions.inspired
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.hero .hero__actions.inspired a.btn,
.hero
  .hero__actions.inspired
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .hero .hero__actions.inspired a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.inspired
  a.button,
.ssd-modal .hero .hero__actions.inspired a.button,
.woocommerce .hero .hero__actions.inspired a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.inspired
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.inspired
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.inspired
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.inspired
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.inspired
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.inspired
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.inspired
  a.woocommerce-button.button {
  background-color: #53a45a;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.inspired
  a.gform_footer:hover,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.inspired
  a.gform_page_footer:hover,
.hero
  .hero__actions.inspired
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer:hover,
.hero
  .hero__actions.inspired
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer:hover,
.hero .hero__actions.inspired .section-default .wc-proceed-to-checkout a:hover,
.hero
  .hero__actions.inspired
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button:hover,
.hero .hero__actions.inspired .ssd-modal a.button:hover,
.hero
  .hero__actions.inspired
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc:hover,
.hero .hero__actions.inspired .woocommerce a.wpr-add-product.button:hover,
.hero
  .hero__actions.inspired
  .woocommerce
  table.shop_table.order_details
  a.button:hover,
.hero
  .hero__actions.inspired
  .woocommerce
  table.shop_table.subscription_details
  a.button:hover,
.hero
  .hero__actions.inspired
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:hover,
.hero
  .hero__actions.inspired
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:hover,
.hero
  .hero__actions.inspired
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover,
.hero .hero__actions.inspired a.btn:hover,
.hero
  .hero__actions.inspired
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover,
.section-default .wc-proceed-to-checkout .hero .hero__actions.inspired a:hover,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.inspired
  a.button:hover,
.ssd-modal .hero .hero__actions.inspired a.button:hover,
.woocommerce .hero .hero__actions.inspired a.wpr-add-product.button:hover,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.inspired
  a.gens-ctc:hover,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.inspired
  a.button:hover,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.inspired
  a.button:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.inspired
  .payments-wrapper
  + a:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.inspired
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.inspired
  a.button:hover,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.inspired
  a.woocommerce-button.button:hover {
  background-color: #676767;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.relaxed
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.relaxed
  a.gform_page_footer,
.hero
  .hero__actions.relaxed
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.hero
  .hero__actions.relaxed
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.hero .hero__actions.relaxed .section-default .wc-proceed-to-checkout a,
.hero
  .hero__actions.relaxed
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.hero .hero__actions.relaxed .ssd-modal a.button,
.hero
  .hero__actions.relaxed
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.hero .hero__actions.relaxed .woocommerce a.wpr-add-product.button,
.hero
  .hero__actions.relaxed
  .woocommerce
  table.shop_table.order_details
  a.button,
.hero
  .hero__actions.relaxed
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.hero
  .hero__actions.relaxed
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.hero
  .hero__actions.relaxed
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.hero
  .hero__actions.relaxed
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.hero .hero__actions.relaxed a.btn,
.hero
  .hero__actions.relaxed
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .hero .hero__actions.relaxed a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.relaxed
  a.button,
.ssd-modal .hero .hero__actions.relaxed a.button,
.woocommerce .hero .hero__actions.relaxed a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.relaxed
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.relaxed
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.relaxed
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.relaxed
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.relaxed
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.relaxed
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.relaxed
  a.woocommerce-button.button {
  background-color: #336ca2;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.relaxed
  a.gform_footer:hover,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.relaxed
  a.gform_page_footer:hover,
.hero
  .hero__actions.relaxed
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer:hover,
.hero
  .hero__actions.relaxed
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer:hover,
.hero .hero__actions.relaxed .section-default .wc-proceed-to-checkout a:hover,
.hero
  .hero__actions.relaxed
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button:hover,
.hero .hero__actions.relaxed .ssd-modal a.button:hover,
.hero
  .hero__actions.relaxed
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc:hover,
.hero .hero__actions.relaxed .woocommerce a.wpr-add-product.button:hover,
.hero
  .hero__actions.relaxed
  .woocommerce
  table.shop_table.order_details
  a.button:hover,
.hero
  .hero__actions.relaxed
  .woocommerce
  table.shop_table.subscription_details
  a.button:hover,
.hero
  .hero__actions.relaxed
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:hover,
.hero
  .hero__actions.relaxed
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:hover,
.hero
  .hero__actions.relaxed
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover,
.hero .hero__actions.relaxed a.btn:hover,
.hero
  .hero__actions.relaxed
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover,
.section-default .wc-proceed-to-checkout .hero .hero__actions.relaxed a:hover,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.relaxed
  a.button:hover,
.ssd-modal .hero .hero__actions.relaxed a.button:hover,
.woocommerce .hero .hero__actions.relaxed a.wpr-add-product.button:hover,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.relaxed
  a.gens-ctc:hover,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.relaxed
  a.button:hover,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.relaxed
  a.button:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.relaxed
  .payments-wrapper
  + a:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.relaxed
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.relaxed
  a.button:hover,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.relaxed
  a.woocommerce-button.button:hover {
  background-color: #676767;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.seasonal
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.seasonal
  a.gform_page_footer,
.hero
  .hero__actions.seasonal
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.hero
  .hero__actions.seasonal
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.hero .hero__actions.seasonal .section-default .wc-proceed-to-checkout a,
.hero
  .hero__actions.seasonal
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.hero .hero__actions.seasonal .ssd-modal a.button,
.hero
  .hero__actions.seasonal
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.hero .hero__actions.seasonal .woocommerce a.wpr-add-product.button,
.hero
  .hero__actions.seasonal
  .woocommerce
  table.shop_table.order_details
  a.button,
.hero
  .hero__actions.seasonal
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.hero
  .hero__actions.seasonal
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.hero
  .hero__actions.seasonal
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.hero
  .hero__actions.seasonal
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.hero .hero__actions.seasonal a.btn,
.hero
  .hero__actions.seasonal
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .hero .hero__actions.seasonal a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.seasonal
  a.button,
.ssd-modal .hero .hero__actions.seasonal a.button,
.woocommerce .hero .hero__actions.seasonal a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.seasonal
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.seasonal
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.seasonal
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.seasonal
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.seasonal
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.seasonal
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.seasonal
  a.woocommerce-button.button {
  background-color: #bf4da5;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.seasonal
  a.gform_footer:hover,
.gform_wrapper.gform_wrapper.gravity-theme
  .hero
  .hero__actions.seasonal
  a.gform_page_footer:hover,
.hero
  .hero__actions.seasonal
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer:hover,
.hero
  .hero__actions.seasonal
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer:hover,
.hero .hero__actions.seasonal .section-default .wc-proceed-to-checkout a:hover,
.hero
  .hero__actions.seasonal
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button:hover,
.hero .hero__actions.seasonal .ssd-modal a.button:hover,
.hero
  .hero__actions.seasonal
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc:hover,
.hero .hero__actions.seasonal .woocommerce a.wpr-add-product.button:hover,
.hero
  .hero__actions.seasonal
  .woocommerce
  table.shop_table.order_details
  a.button:hover,
.hero
  .hero__actions.seasonal
  .woocommerce
  table.shop_table.subscription_details
  a.button:hover,
.hero
  .hero__actions.seasonal
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a:hover,
.hero
  .hero__actions.seasonal
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button:hover,
.hero
  .hero__actions.seasonal
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button:hover,
.hero .hero__actions.seasonal a.btn:hover,
.hero
  .hero__actions.seasonal
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button:hover,
.section-default .wc-proceed-to-checkout .hero .hero__actions.seasonal a:hover,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .hero
  .hero__actions.seasonal
  a.button:hover,
.ssd-modal .hero .hero__actions.seasonal a.button:hover,
.woocommerce .hero .hero__actions.seasonal a.wpr-add-product.button:hover,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .hero
  .hero__actions.seasonal
  a.gens-ctc:hover,
.woocommerce
  table.shop_table.order_details
  .hero
  .hero__actions.seasonal
  a.button:hover,
.woocommerce
  table.shop_table.subscription_details
  .hero
  .hero__actions.seasonal
  a.button:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.seasonal
  .payments-wrapper
  + a:hover,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .hero
  .hero__actions.seasonal
  .woocommerce-MyAccount-content
  > a.button:hover,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .hero
  .hero__actions.seasonal
  a.button:hover,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .hero
  .hero__actions.seasonal
  a.woocommerce-button.button:hover {
  background-color: #676767;
}
.hero .hero__content {
  font-size: 1.313rem;
  margin-bottom: 2.063rem;
  max-width: 52.188rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__content {
    margin-bottom: 1rem;
    padding-right: 1rem;
  }
}
.hero .hero__logo {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: flex-end;
  margin-left: -0.813rem;
  margin-right: -1.5rem;
  padding-bottom: 3rem;
  position: relative;
  text-transform: uppercase;
  width: 39%;
  z-index: 4;
}
@media (max-width: 1399px) {
  .hero .hero__logo {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 1199px) {
  .hero .hero__logo {
    margin-left: -2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__logo {
    margin-left: 0;
    padding-right: 75px;
    width: 80%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__logo {
    font-size: 0.7rem;
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .hero .hero__logo {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 45px;
  }
}
.hero .hero__logo p {
  font-weight: 700;
  letter-spacing: 0.32em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hero .hero__logo img {
  margin-right: 2.188rem;
  max-width: 12.25rem;
}
@media (max-width: 1399px) {
  .hero .hero__logo img {
    margin-right: 1rem;
    max-width: 9.25rem;
    padding-left: 1rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__logo img {
    max-width: 11.25rem;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .hero .hero__logo img {
    display: none;
  }
}
.hero .hero__slider {
  height: 100%;
  margin-left: 2.5rem;
  min-width: 3.75rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__slider {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.hero .hero__aside {
  left: -6.5rem;
  max-width: 46%;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 1670px) {
  .hero .hero__aside {
    top: 47%;
  }
}
@media (max-width: 1529px) {
  .hero .hero__aside {
    left: -5rem;
  }
}
@media (max-width: 1399px) {
  .hero .hero__aside {
    top: 45%;
  }
}
@media (max-width: 1199px) {
  .hero .hero__aside {
    max-width: 50%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__aside {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .hero .hero__aside {
    left: -2rem;
    max-width: 53%;
    top: 14rem;
  }
}
@media (max-width: 374px) {
  .hero .hero__aside {
    max-width: 55%;
    top: 12rem;
  }
}
.hero .hero__aside--right {
  left: auto;
  opacity: 0;
  right: -5.2rem;
  top: 38%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  visibility: hidden;
  z-index: 3;
}
@media only screen and (max-width: 1670px) {
  .hero .hero__aside--right {
    top: 40%;
  }
}
@media (max-width: 1529px) {
  .hero .hero__aside--right {
    right: -6rem;
    top: 41%;
  }
}
@media (max-width: 1399px) {
  .hero .hero__aside--right {
    right: -10%;
    top: 41%;
  }
}
@media (max-width: 1199px) {
  .hero .hero__aside--right {
    top: 38%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .hero .hero__aside--right {
    right: -13%;
    top: 35%;
  }
}
@media (max-width: 575px) {
  .hero .hero__aside--right {
    top: 12rem;
  }
}
@media (max-width: 374px) {
  .hero .hero__aside--right {
    top: 11rem;
  }
}
.hero .hero__asides .hero__aside--neutral {
  opacity: 1;
  visibility: visible;
}
.hero .hero__asides.active .hero__aside--neutral,
.hero .hero__asides.inspired .hero__aside--neutral,
.hero .hero__asides.relaxed .hero__aside--neutral,
.hero .hero__asides.seasonal .hero__aside--neutral {
  opacity: 0;
  visibility: hidden;
}
.hero .hero__asides.active .hero__aside--active,
.hero .hero__asides.inspired .hero__aside--inspired,
.hero .hero__asides.relaxed .hero__aside--relaxed,
.hero .hero__asides.seasonal .hero__aside--seasonal {
  opacity: 1;
  visibility: visible;
}
.ico {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  vertical-align: top;
}
.ico,
.image-fit {
  position: relative;
}
.image-fit {
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}
.image-fit img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-fit--bottom {
  background-position: bottom;
}
.image-fit--bottom img {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.image-intro {
  height: 22.19rem;
  left: 0;
  position: absolute;
  top: -28rem;
  width: 100vw;
}
@media (max-width: 1399px) {
  .image-intro {
    height: 17rem;
    top: -20rem;
  }
}
@media (max-width: 1199px) {
  .image-intro {
    height: 14rem;
    top: -18rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .image-intro {
    height: 11rem;
    top: -13rem;
  }
}
@media (max-width: 575px) {
  .image-intro {
    height: 8rem;
    top: -10rem;
  }
}
.info-box .info__title {
  font-size: 1.38rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .info-box .info__title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.info-box .info__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .info-box .info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info-box .info__image {
  border-radius: 50%;
  padding-bottom: 23%;
  width: 23%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .info-box .info__image {
    margin-bottom: 1.2rem;
    max-width: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.info-box .info__content {
  font-family:
    Avenir Book,
    sans-serif;
  font-size: 1.25rem;
  padding-left: 2.6rem;
  width: 77%;
}
@media (max-width: 1199px) {
  .info-box .info__content {
    font-size: 1.1rem;
    padding-left: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .info-box .info__content {
    padding-left: 0;
    width: 100%;
  }
}
.info-box .info__content p {
  letter-spacing: 0.035em;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  div.latest-banner-wrap {
    overflow: hidden;
    padding-bottom: 26rem;
    position: relative;
  }
}
@media (max-width: 374px) {
  div.latest-banner-wrap {
    padding-bottom: 20rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  div.latest-banner-wrap .latest-banner-text,
  div.latest-banner-wrap .shell {
    position: static;
  }
  div.latest-banner-wrap .latest-banner-img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  div.latest-banner-wrap .latest-banner-img img {
    display: none;
  }
}
div.latest-banner-wrap .latest-banner-img img + img {
  display: none;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  div.latest-banner-wrap .latest-banner-img img + img {
    display: block;
    width: 100%;
  }
}
.list-socials {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media (max-width: 575px) {
  .list-socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -0.62rem;
  }
  .list-socials li {
    padding: 0.62rem;
  }
}
.list-socials a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #e3c056;
  border-radius: 10px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.81rem;
  height: 4.69rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  width: 4.69rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .list-socials a {
    font-size: 2.3rem;
    height: 3.6rem;
    width: 3.6rem;
  }
}
.list-socials a:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.list-socials a:hover:after {
  opacity: 1;
  visibility: visible;
}
.list-socials a > i {
  position: relative;
  z-index: 2;
}
.logo {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  max-width: 19.8rem;
  position: relative;
  text-decoration: none;
  text-indent: -4004px;
  vertical-align: middle;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .logo {
    max-width: 14rem;
  }
}
.logo > img {
  display: block;
  max-width: 100%;
  width: 19.8rem;
}
body,
html {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}
body.is-active {
  overflow: hidden;
}
body.error404 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.error404 .main > section {
  width: 100%;
}
.menu-toggle {
  position: relative;
  z-index: 25;
}
.menu-toggle span {
  background-color: #676767;
  display: block;
  height: 4px;
  -webkit-transition:
    background-color 0.3s,
    -webkit-transform 0.3s;
  transition:
    background-color 0.3s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    background-color 0.3s;
  transition:
    transform 0.3s,
    background-color 0.3s,
    -webkit-transform 0.3s;
  width: 30px;
}
.menu-toggle span + span {
  margin-top: 5px;
}
.menu-toggle.is-active span,
.menu-toggle.is-active:hover span {
  background-color: #fff;
}
.menu-toggle.is-active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.is-active span:nth-child(2) {
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
}
.menu-toggle.is-active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.mini-cart-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3c056;
  border-radius: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 2.2rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.mini-cart-button:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.mini-cart-button:hover {
  background: transparent !important;
  border-radius: 1rem;
}
.mini-cart-button:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .mini-cart-button {
    padding: 0 2.2rem 0 1.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .mini-cart-button {
    background-color: #e3c056;
  }
}
.section-product-alt--simplified .mini-cart-button {
  background-color: #6ca368;
}
.section-product-alt--simplified .mini-cart-button:after {
  background: linear-gradient(
    119.36deg,
    #6ba267,
    #cee0cd 26.04%,
    #6ba267 53.13%,
    #cee0cd 78.13%,
    #6ba267
  );
}
.mini-cart-button > em {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #676767;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-style: normal;
  height: 25px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 3px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 3px;
  width: 25px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .mini-cart-button > em {
    font-size: 1rem;
    height: 20px;
    width: 20px;
  }
}
.nav-footer {
  font-size: 1.19rem;
  font-weight: 700;
  line-height: 2.16;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .nav-footer {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.nav-footer a {
  letter-spacing: 0.32em;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-footer a:hover {
  color: #e3c056;
}
.nav {
  height: 100%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .nav {
    height: auto;
  }
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0 -1.92rem;
}
@media (max-width: 1399px) {
  .nav ul {
    margin: 0 -1rem;
  }
}
@media (max-width: 1199px) {
  .nav ul {
    margin: 0 -0.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: -1rem;
    text-align: right;
  }
}
.nav a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 0.9;
  padding: 1rem 1.92rem;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav a:hover {
  color: #e3c056;
}
@media (max-width: 1399px) {
  .nav a {
    padding: 1rem;
  }
}
@media (max-width: 1199px) {
  .nav a {
    padding: 1rem 0.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .nav a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #fff;
    height: auto;
    justify-content: flex-end;
    padding: 1rem;
  }
  .nav a:hover {
    color: #676767;
  }
  .nav li {
    width: 100%;
  }
}
.nav li.current-menu-item.current-menu-item a {
  color: #e3c056;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .nav li.current-menu-item.current-menu-item a {
    color: #676767;
  }
}
.nav li.menu-item-has-children {
  position: relative;
}
.nav ul > li.menu-item-has-children > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -1.563rem;
  min-width: 19.563rem;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .nav ul > li.menu-item-has-children > ul {
    display: none;
    margin: 5px 0;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100%;
  }
}
.nav li.menu-item-has-children:hover > a {
  color: #e3c056;
}
.nav li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
.nav ul > li.menu-item-has-children > ul li {
  width: 100%;
}
.nav ul > li.menu-item-has-children > ul a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.11rem 1.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .nav ul > li.menu-item-has-children > ul a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.11rem 2rem;
    text-align: center;
  }
}
.nav ul > li.menu-item-has-children > ul a:hover {
  color: #fff;
  opacity: 0.7;
}
.nav ul > li.menu-item-has-children > ul a img {
  margin-right: 1.25rem;
  max-width: 6.25rem;
}
.popup-age {
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.38rem;
  left: 50%;
  line-height: 1.8;
  max-width: 52.19rem;
  opacity: 0;
  padding: 4.69rem 4.88rem 5.56rem;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  z-index: 125;
}
@media (max-width: 1399px) {
  .popup-age {
    padding: 4.69rem 3.3rem 5.56rem;
  }
}
@media (max-width: 1199px) {
  .popup-age {
    width: 52.19rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-age {
    font-size: 1.3rem;
    padding: 3.7rem 3.3rem 4rem;
    width: 48rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-age {
    font-size: 1.18rem;
    min-width: 90vw;
    padding: 3rem 2.8rem 3.7rem;
    width: 90vw;
  }
}
@media (max-width: 575px) {
  .popup-age {
    padding: 2rem 2rem 2.4rem;
  }
}
@media (max-width: 374px) {
  .popup-age {
    padding: 2rem 1.5rem;
  }
}
.popup-age.is-active {
  opacity: 1;
  visibility: visible;
}
.popup-age .popup__content {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .popup-age .popup__content {
    margin-bottom: 1.5rem;
  }
}
.popup-age .popup__content img {
  margin-bottom: 2.5rem;
  max-width: 21.44rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-age .popup__content img {
    max-width: 17rem;
  }
}
@media (max-width: 575px) {
  .popup-age .popup__content img {
    margin-bottom: 2rem;
    max-width: 15rem;
  }
}
.popup-age .popup__content p > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.popup-age .popup__content p > a:hover {
  color: #e3c056;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .popup-age .popup__content p {
    margin-bottom: 1rem;
  }
}
.popup-age .popup__content > a:not(.btn) {
  color: #e3c056;
  display: block;
  margin: 1.38rem auto 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .popup-age .popup__content > a:not(.btn) {
    margin-top: 1rem;
  }
}
.popup-age .popup__content > a:not(.btn):hover {
  color: #676767;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .popup-age
  .popup__content
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .popup-age
  .popup__content
  a.gform_page_footer,
.popup-age
  .popup__content
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.popup-age
  .popup__content
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.popup-age .popup__content .section-default .wc-proceed-to-checkout a,
.popup-age
  .popup__content
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.popup-age .popup__content .ssd-modal a.button,
.popup-age
  .popup__content
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.popup-age .popup__content .woocommerce a.wpr-add-product.button,
.popup-age .popup__content .woocommerce table.shop_table.order_details a.button,
.popup-age
  .popup__content
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.popup-age
  .popup__content
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.popup-age
  .popup__content
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.popup-age
  .popup__content
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.popup-age .popup__content a.btn,
.popup-age
  .popup__content
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .popup-age .popup__content a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .popup-age
  .popup__content
  a.button,
.ssd-modal .popup-age .popup__content a.button,
.woocommerce .popup-age .popup__content a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .popup-age
  .popup__content
  a.gens-ctc,
.woocommerce table.shop_table.order_details .popup-age .popup__content a.button,
.woocommerce
  table.shop_table.subscription_details
  .popup-age
  .popup__content
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .popup-age
  .popup__content
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .popup-age
  .popup__content
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .popup-age
  .popup__content
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .popup-age
  .popup__content
  a.woocommerce-button.button {
  font-size: 1.38rem;
  letter-spacing: 0.09em;
  padding: 2.2rem 4.81rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_page_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .popup-age .popup__content .section-default .wc-proceed-to-checkout a,
  .popup-age
    .popup__content
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .popup-age .popup__content .ssd-modal a.button,
  .popup-age
    .popup__content
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .popup-age .popup__content .woocommerce a.wpr-add-product.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.order_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .popup-age
    .popup__content
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .popup-age .popup__content a.btn,
  .popup-age
    .popup__content
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .popup-age .popup__content a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .popup-age
    .popup__content
    a.button,
  .ssd-modal .popup-age .popup__content a.button,
  .woocommerce .popup-age .popup__content a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .popup-age
    .popup__content
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .popup-age
    .popup__content
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .popup-age
    .popup__content
    a.woocommerce-button.button {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_page_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .popup-age .popup__content .section-default .wc-proceed-to-checkout a,
  .popup-age
    .popup__content
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .popup-age .popup__content .ssd-modal a.button,
  .popup-age
    .popup__content
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .popup-age .popup__content .woocommerce a.wpr-add-product.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.order_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .popup-age
    .popup__content
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .popup-age .popup__content a.btn,
  .popup-age
    .popup__content
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .popup-age .popup__content a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .popup-age
    .popup__content
    a.button,
  .ssd-modal .popup-age .popup__content a.button,
  .woocommerce .popup-age .popup__content a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .popup-age
    .popup__content
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .popup-age
    .popup__content
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .popup-age
    .popup__content
    a.woocommerce-button.button {
    font-size: 1.18rem;
    padding: 1.7rem 3rem;
  }
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_page_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .popup-age .popup__content .section-default .wc-proceed-to-checkout a,
  .popup-age
    .popup__content
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .popup-age .popup__content .ssd-modal a.button,
  .popup-age
    .popup__content
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .popup-age .popup__content .woocommerce a.wpr-add-product.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.order_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .popup-age
    .popup__content
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .popup-age .popup__content a.btn,
  .popup-age
    .popup__content
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .popup-age .popup__content a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .popup-age
    .popup__content
    a.button,
  .ssd-modal .popup-age .popup__content a.button,
  .woocommerce .popup-age .popup__content a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .popup-age
    .popup__content
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .popup-age
    .popup__content
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .popup-age
    .popup__content
    a.woocommerce-button.button {
    font-size: 1.1rem;
    padding: 1.4rem 2.4rem;
  }
}
@media (max-width: 374px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .popup-age
    .popup__content
    a.gform_page_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .popup-age
    .popup__content
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .popup-age .popup__content .section-default .wc-proceed-to-checkout a,
  .popup-age
    .popup__content
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .popup-age .popup__content .ssd-modal a.button,
  .popup-age
    .popup__content
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .popup-age .popup__content .woocommerce a.wpr-add-product.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.order_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .popup-age
    .popup__content
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .popup-age
    .popup__content
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .popup-age .popup__content a.btn,
  .popup-age
    .popup__content
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .popup-age .popup__content a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .popup-age
    .popup__content
    a.button,
  .ssd-modal .popup-age .popup__content a.button,
  .woocommerce .popup-age .popup__content a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .popup-age
    .popup__content
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .popup-age
    .popup__content
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .popup-age
    .popup__content
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .popup-age
    .popup__content
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .popup-age
    .popup__content
    a.woocommerce-button.button {
    font-size: 1rem;
    padding: 1.4rem 1.4rem 1.2rem;
  }
}
.popup-age .checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 1.38rem;
  justify-content: center;
  letter-spacing: 0.025em;
  text-align: left;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-age .checkbox {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-age .checkbox {
    font-size: 1.18rem;
  }
}
@media (max-width: 575px) {
  .popup-age .checkbox {
    font-size: 1rem;
  }
}
.popup-age .checkbox input[type="checkbox"] {
  border: 1px solid #707070;
  border-radius: 0;
  height: 20px;
  width: 20px;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .popup-age
  a.is-disabled.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .popup-age
  a.is-disabled.gform_page_footer,
.popup-age
  .gform_wrapper.gform_wrapper.gravity-theme
  a.is-disabled.gform_footer,
.popup-age
  .gform_wrapper.gform_wrapper.gravity-theme
  a.is-disabled.gform_page_footer,
.popup-age .section-default .wc-proceed-to-checkout a.is-disabled,
.popup-age
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.is-disabled.button,
.popup-age .ssd-modal a.is-disabled.button,
.popup-age
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.is-disabled.gens-ctc,
.popup-age .woocommerce a.is-disabled.wpr-add-product.button,
.popup-age .woocommerce table.shop_table.order_details a.is-disabled.button,
.popup-age
  .woocommerce
  table.shop_table.subscription_details
  a.is-disabled.button,
.popup-age
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a.is-disabled,
.popup-age
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.is-disabled.button,
.popup-age
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.is-disabled.button,
.popup-age a.btn.is-disabled,
.popup-age
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.is-disabled.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .popup-age a.is-disabled,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .popup-age
  a.is-disabled.button,
.ssd-modal .popup-age a.is-disabled.button,
.woocommerce .popup-age a.is-disabled.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .popup-age
  a.is-disabled.gens-ctc,
.woocommerce table.shop_table.order_details .popup-age a.is-disabled.button,
.woocommerce
  table.shop_table.subscription_details
  .popup-age
  a.is-disabled.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .popup-age
  .payments-wrapper
  + a.is-disabled,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .popup-age
  .woocommerce-MyAccount-content
  > a.is-disabled.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .popup-age
  a.is-disabled.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .popup-age
  a.is-disabled.woocommerce-button.button {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1000px) and (orientation: landscape) {
  .mfp-content {
    display: block;
    margin: auto;
    max-width: 70vw !important;
  }
  .slider-product .slider__slide > img {
    display: block;
    margin: auto;
    max-height: 30vh;
    width: auto;
  }
}
.js-overlay.is-active {
  display: none !important;
}
.popup-disable .wrapper__overlay.js-overlay.is-active {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup-review {
  background-color: #fff;
  border-radius: 20px;
  color: #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  max-height: 90vh;
  min-height: 50rem;
  min-width: 75rem;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  z-index: 130;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review {
    height: 85vh;
    min-width: 90vw;
    width: 90vw;
  }
}
.popup-review.is-active {
  opacity: 1;
  visibility: visible;
}
.popup-review h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.62rem;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review h4 {
    font-size: 1.8rem;
  }
}
.popup-review .popup__exit {
  display: block;
  height: 2rem;
  left: 2.7rem;
  margin-top: 0;
  padding-top: 1rem;
  position: absolute;
  top: 3rem;
  width: 2rem;
  z-index: 5;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__exit {
    left: 2rem;
    top: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__exit {
    left: auto;
    right: 2rem;
  }
}
.popup-review .popup__exit:hover span {
  background-color: #e3c056;
}
.popup-review .popup__exit span {
  background-color: #676767;
  display: block;
  height: 0.12rem;
  -webkit-transform: translateY(0.05rem) rotate(45deg);
  -ms-transform: translateY(0.05rem) rotate(45deg);
  transform: translateY(0.05rem) rotate(45deg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 1.75rem;
}
.popup-review .popup__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  width: 35%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__logo {
    display: none;
  }
}
.popup-review .popup__logo img {
  min-width: 210px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__logo img {
    min-width: 150px;
  }
}
.popup-review .popup__form {
  -ms-overflow-style: none;
  max-height: 90vh;
  overflow-y: scroll;
  padding: 4rem 6.88rem 3.06rem 7.12rem;
  position: relative;
  scrollbar-width: none;
  width: 65%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__form {
    padding: 2rem 2.5rem 2rem 5.12rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__form {
    padding: 5rem 2rem 2rem;
    width: 100%;
  }
}
.popup-review .popup__form::-webkit-scrollbar {
  display: none;
}
.popup-review .popup__back,
.popup-review .popup__pattern {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popup-contact,
.popup-newsletter,
.popup-review,
.popup-shop {
  background-color: #fff;
  border-radius: 20px;
  color: #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  max-height: 90vh;
  min-height: 50rem;
  min-width: 75rem;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  z-index: 130;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact,
  .popup-review,
  .popup-shop {
    height: 85vh;
    min-width: 90vw;
    width: 90vw;
  }
}
.popup-contact.is-active,
.popup-newsletter.is-active,
.popup-review.is-active,
.popup-shop.is-active {
  opacity: 1;
  visibility: visible;
}
.popup-contact h4,
.popup-review h4,
.popup-shop h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.62rem;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact h4,
  .popup-review h4,
  .popup-shop h4 {
    font-size: 1.8rem;
  }
}
.popup-contact .popup__exit,
.popup-newsletter .popup__exit,
.popup-review .popup__exit,
.popup-shop .popup__exit {
  display: block;
  height: 2rem;
  left: 2.7rem;
  margin-top: 0;
  padding-top: 1rem;
  position: absolute;
  top: 3rem;
  width: 2rem;
  z-index: 5;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact .popup__exit,
  .popup-newsletter .popup__exit,
  .popup-review .popup__exit,
  .popup-shop .popup__exit {
    left: 2rem;
    top: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact .popup__exit,
  .popup-newsletter .popup__exit,
  .popup-review .popup__exit,
  .popup-shop .popup__exit {
    left: auto;
    right: 2rem;
  }
}
.popup-contact .popup__exit:hover span,
.popup-review .popup__exit:hover span,
.popup-shop .popup__exit:hover span {
  background-color: #e3c056;
}
.popup-contact .popup__exit span,
.popup-newsletter .popup__exit span,
.popup-review .popup__exit span,
.popup-shop .popup__exit span {
  background-color: #676767;
  display: block;
  height: 0.12rem;
  -webkit-transform: translateY(0.05rem) rotate(45deg);
  -ms-transform: translateY(0.05rem) rotate(45deg);
  transform: translateY(0.05rem) rotate(45deg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 1.75rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__exit span {
    -webkit-transform: translateY(0.08rem) rotate(45deg);
    -ms-transform: translateY(0.08rem) rotate(45deg);
    transform: translateY(0.08rem) rotate(45deg);
  }
}
.popup-review .popup__exit span + span {
  -webkit-transform: translateY(-0.05rem) rotate(-45deg);
  -ms-transform: translateY(-0.05rem) rotate(-45deg);
  transform: translateY(-0.05rem) rotate(-45deg);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__exit span + span {
    -webkit-transform: translateY(-0.08rem) rotate(-45deg);
    -ms-transform: translateY(-0.08rem) rotate(-45deg);
    transform: translateY(-0.08rem) rotate(-45deg);
  }
}
.popup-review .popup__form > p {
  font-size: 1.8rem;
  line-height: 1.82;
  margin-bottom: 1.1rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-review .popup__form > p {
    font-size: 1.1rem;
  }
}
.popup-contact .popup__logo,
.popup-newsletter .popup__logo,
.popup-review .popup__logo,
.popup-shop .popup__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  width: 35%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact .popup__logo,
  .popup-newsletter .popup__logo,
  .popup-review .popup__logo,
  .popup-shop .popup__logo {
    display: none;
  }
}
.popup-contact .popup__logo img,
.popup-review .popup__logo img,
.popup-shop .popup__logo img {
  min-width: 210px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact .popup__logo img,
  .popup-review .popup__logo img,
  .popup-shop .popup__logo img {
    min-width: 150px;
  }
}
.popup-contact .popup__form,
.popup-newsletter .popup__form,
.popup-review .popup__form,
.popup-shop .popup__form {
  -ms-overflow-style: none;
  max-height: 90vh;
  overflow-y: scroll;
  padding: 4rem 6.88rem 3.06rem 7.12rem;
  position: relative;
  scrollbar-width: none;
  width: 65%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact .popup__form,
  .popup-newsletter .popup__form,
  .popup-review .popup__form,
  .popup-shop .popup__form {
    padding: 2rem 2.5rem 2rem 5.12rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .popup-contact .popup__form,
  .popup-newsletter .popup__form,
  .popup-review .popup__form,
  .popup-shop .popup__form {
    padding: 5rem 2rem 2rem;
    width: 100%;
  }
}
.popup-review .popup__form::-webkit-scrollbar,
.popup-shop .popup__form::-webkit-scrollbar {
  display: none;
}
.popup-review .popup__back,
.popup-review .popup__pattern,
.popup-shop .popup__back,
.popup-shop .popup__pattern {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-description {
  padding-left: 2rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description {
    padding: 0 1rem;
  }
}
.product-description .product__title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7rem;
  padding-right: 6rem;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .product-description .product__title {
    padding-right: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: block !important;
    justify-content: space-between;
    padding-right: 8rem;
  }
}
@media (max-width: 575px) {
  .product-description .product__title {
    padding-right: 5rem;
  }
}
.product-description .product__title.product__title h1 {
  font-size: 3.2rem;
  line-height: 1.19;
  margin-bottom: -2px;
  min-width: 27rem;
}
@media (max-width: 1399px) {
  .product-description .product__title.product__title h1 {
    font-size: 3rem !important;
  }
}
@media (max-width: 1199px) {
  .product-description .product__title.product__title h1 {
    font-size: 2.8rem !important;
    min-width: 24rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__title.product__title h1 {
    font-size: 2.6rem !important;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .product-description .product__title.product__title h1 {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 374px) {
  .product-description .product__title.product__title h1 {
    font-size: 1.8rem !important;
    min-width: 17rem;
  }
}
.product-description .product__title.product__title h1:last-child {
  margin-right: -6rem;
  min-width: 100%;
}
@media (max-width: 1199px) {
  .product-description .product__title.product__title h1:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__title.product__title h1:last-child {
    margin-right: -8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__title.product__title h1:last-child {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 575px) {
  .product-description .product__title.product__title h1:last-child {
    margin-right: -5rem;
  }
}
.product-description .product__title h1 span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.product-description .product__title img {
  max-width: 6.6rem;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .product-description .product__title img {
    max-width: 7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__title img {
    display: none;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__title img {
    display: inline-block;
    max-width: 6rem;
    right: 0;
  }
}
@media (max-width: 575px) {
  .product-description .product__title img {
    max-width: 5rem;
    right: -1rem;
  }
}
.product-description .product__btn {
  margin-top: 2rem;
}
.product-description .product__entry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.24rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.64;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .product-description .product__entry {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__entry {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__entry {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .product-description .product__entry {
    margin-bottom: 1rem;
  }
}
.product-description .product__entry span {
  display: block;
  letter-spacing: 0.02em;
}
.product-description .product__entry img {
  margin-top: 1rem;
  max-width: 20rem;
}
@media (max-width: 1199px) {
  .product-description .product__entry img {
    max-width: 20rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__entry img {
    max-width: 17rem;
  }
}
@media (max-width: 575px) {
  .product-description .product__entry img {
    max-width: 14rem;
  }
}
.product-description .product__entry p {
  display: block;
}
.product-description .product__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__price {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .product-description .product__price {
    font-weight: 500;
    margin-bottom: 1.7rem;
  }
}
.product-description .product__price p {
  font-size: 1.1rem !important;
  letter-spacing: 0.06em;
  margin-top: -0.1rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__price p {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__price p {
    display: block !important;
  }
}
.product-description .product__price h1 {
  color: #e3c056;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.19;
  margin-bottom: 0;
  margin-right: 1.1rem;
}
@media (max-width: 1399px) {
  .product-description .product__price h1 {
    margin-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .product-description .product__price h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__price h1 {
    font-size: 3rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .product-description .product__price h1 {
    font-size: 3.2rem;
    margin-right: 0.8rem;
  }
}
@media (max-width: 374px) {
  .product-description .product__price h1 {
    font-size: 3rem;
  }
}
.product-description .product__price ins {
  text-decoration: none !important;
}
.product-description .product__price del {
  font-size: 3rem;
  position: relative;
  text-decoration: none !important;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__price del {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  .product-description .product__price del {
    font-size: 2.2rem;
  }
}
@media (max-width: 374px) {
  .product-description .product__price del {
    font-size: 2rem;
  }
}
.product-description .product__price del:after,
.product-description .product__price del:before {
  background-color: #e3c056;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 36%;
  width: 100%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__price del:after,
  .product-description .product__price del:before {
    -webkit-transform: scaleY(0.8);
    -ms-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
.product-description .product__price del:after {
  bottom: 42%;
  top: unset;
}
.product-description .product__content {
  font-family:
    Avenir Book,
    sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .product-description .product__content {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
.product-description .product__content p {
  letter-spacing: 0.06em;
}
.product-description .product__options {
  margin-bottom: 3.5rem;
}
@media (max-width: 1199px) {
  .product-description .product__options {
    margin-bottom: 3rem;
  }
}
.product-description .product__actions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-description .product__actions a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: calc(50% - 1.19rem);
}
@media (max-width: 1199px) {
  .product-description .product__actions a {
    width: calc(50% - 0.9rem);
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__actions a {
    width: 100%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__actions a {
    width: calc(50% - 0.9rem);
  }
}
@media (max-width: 374px) {
  .product-description .product__actions a {
    width: 100%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__actions a + a {
    margin-top: 1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__actions a + a {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .product-description .product__actions a + a {
    margin-top: 1rem;
  }
}
.product-description .product__actions a:hover {
  border: 1px solid #535556;
  opacity: 0.7;
}
.product-description .product__actions a.is-active {
  border: 6px solid #535556;
}
.product-description .product__text {
  color: #040505;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}
.product-description .product__text h6 {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .product-description .product__text h6 {
    font-size: 1.1rem;
  }
}
.product-description .product__accordion {
  margin-bottom: 1.5rem;
}
.product-description .product__more {
  font-family:
    Avenir Book,
    sans-serif;
  font-size: 1.12rem;
  line-height: 1.56;
}
.product-description .product__more p {
  letter-spacing: -0.005em;
  margin-bottom: 1.75rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-description .product__more p {
    margin-bottom: 1.1rem;
  }
}
.product-description .product__more p img {
  max-width: 15px;
}
.product-description .product__more p:last-child {
  font-size: 1rem;
}
.product-description .product__more p span {
  text-transform: uppercase;
}
.mfp-bg {
  background: hsla(0, 0%, 40%, 0.7);
  height: 100vh;
  opacity: 1;
}
button.mfp-arrow,
button.mfp-arrow:active {
  border: solid #e3c056;
  border-width: 0 3px 3px 0;
  cursor: pointer;
  display: inline-block;
  height: auto;
  opacity: 1;
  padding: 20px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: auto;
}
button.mfp-arrow:active:hover,
button.mfp-arrow:hover {
  border: solid #535556;
  border-width: 0 2px 2px 0;
}
@media (max-width: 1199px) {
  button.mfp-arrow,
  button.mfp-arrow:active {
    padding: 15px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  button.mfp-arrow,
  button.mfp-arrow:active {
    padding: 10px;
  }
  button.mfp-arrow:active:hover,
  button.mfp-arrow:hover {
    border: solid #e3c056;
    border-width: 0 2px 2px 0;
  }
  button.mfp-arrow:active,
  button.mfp-arrow:active:active {
    border: solid #535556;
    border-width: 0 2px 2px 0;
  }
}
@media (max-width: 575px) {
  button.mfp-arrow,
  button.mfp-arrow:active {
    margin-top: -20px;
  }
}
button.mfp-arrow:active:after,
button.mfp-arrow:active:before,
button.mfp-arrow:after,
button.mfp-arrow:before {
  display: none;
}
button.mfp-arrow-left {
  left: 4rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  button.mfp-arrow-left {
    left: 3rem;
  }
}
button.mfp-arrow-right {
  right: 4rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  button.mfp-arrow-right {
    right: 1.5rem;
  }
}
.mfp-counter {
  display: none;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  background-color: transparent;
  color: #e3c056;
  cursor: pointer !important;
  font-family:
    Avenir Book,
    sans-serif;
  font-size: 4rem;
  font-weight: 300;
  opacity: 1;
}
.mfp-image-holder .mfp-content {
  max-width: 70vw;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .mfp-image-holder .mfp-content {
    max-width: 100vw;
  }
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
.woocommerce-page div.product div.product-gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 8.7rem;
  padding-top: 7rem;
  width: 65%;
}
@media (max-width: 1399px) {
  .woocommerce-page div.product div.product-gallery {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .woocommerce-page div.product div.product-gallery {
    padding-right: 5.2rem;
    padding-top: 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-page div.product div.product-gallery {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3rem;
    width: 100%;
  }
}
.woocommerce-page
  div.product
  div.product-gallery
  .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce-page div.product div.product-gallery .info-box {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.woocommerce-page div.product div.product-gallery .flex-viewport {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.woocommerce-page
  div.product
  div.product-gallery
  .flex-control-nav.flex-control-thumbs {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.product-popup-container {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100% !important;
  opacity: 0;
  -webkit-transition: opacity 0.4;
  transition: opacity 0.4;
}
.mfp-ready {
  opacity: 1;
}
.product-popup-container .mfp-container {
  padding-block: clamp(40px, 5.208vw, 100px);
  padding-inline: clamp(20px, 3.125vw, 60px);
}
.product-popup-container .mfp-content {
  -webkit-margin-after: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin-block-end: 40px;
  margin-inline: auto;
  max-width: 900px;
  padding-block: 40px 42px;
  padding-inline: 50px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .mfp-content {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    padding-block: 30px 32px;
    padding-inline: 25px;
  }
}
.product-popup-container .slider__clip {
  max-width: 550px !important;
}
.product-popup-container .slider__arrow.slider__arrow--prev {
  left: 30px !important;
}
.product-popup-container .slider__arrow.slider__arrow--next {
  right: 30px !important;
}
.product-popup-container .product__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: space-between;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .product__head {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .product__head {
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
  }
}
.product-popup-container .product__title h1 {
  font-size: 41px;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .product__title h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .product__title h1 {
    font-size: 32px;
  }
}
.product-popup-container .product__title h1 span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.819px;
}
.product-popup-container .product__price h1 {
  color: #e3c056;
  font-size: 41px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .product__price h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .product__price h1 {
    font-size: 32px;
  }
}
.product-popup-container .woocommerce-Price-amount {
  color: #e3c056;
  font-size: 41px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .woocommerce-Price-amount {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .woocommerce-Price-amount {
    font-size: 32px;
  }
}
.product-popup-container .woocommerce-Price-amount bdi {
  color: #e3c056;
  font-size: 41px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .woocommerce-Price-amount bdi {
    font-size: 36px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .woocommerce-Price-amount bdi {
    font-size: 32px;
  }
}
.product-popup-container .product__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product-popup-container .product__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: unset;
  }
}
.product-popup-container .product__entry span {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.317px;
  text-transform: uppercase;
}
.product-popup-container .accordion-info {
  border-bottom: none;
}
.product-popup-container .slider__paging {
  margin-bottom: 20px !important;
}
@media (min-width: 1199.02px) {
  .product-popup-container .slider__paging {
    display: none !important;
  }
}
.product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.product h3 {
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
@media (max-width: 374px) {
  .product h3 {
    font-size: 1.56rem;
  }
}
.product .product__head {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.17rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .product .product__head {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .product .product__head {
    font-size: 0.98rem;
  }
}
.product .product__head p {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product .product__head p {
    font-size: 1rem !important;
  }
}
@media (max-width: 575px) {
  .product .product__head p {
    font-size: 0.7rem !important;
  }
}
.product .product__head img {
  margin-bottom: 2.8rem;
  min-height: 60px;
}
@media (max-width: 1199px) {
  .product .product__head img {
    min-height: 50px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product .product__head img {
    margin-bottom: 2rem;
    min-height: 70px;
  }
}
@media (max-width: 575px) {
  .product .product__head img {
    display: inline-block;
    margin: 0 auto 1rem;
    width: 90%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product .product__head img {
    margin-bottom: 0;
  }
}
.product .product__body {
  font-size: 1.17rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product .product__body {
    font-size: 1rem;
  }
}
.product .product__body img {
  margin: -1.17rem -2.5rem 2rem;
  max-width: calc(100% + 5rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  width: calc(100% + 5rem);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product .product__body img {
    margin: -1.17rem -3rem 1rem;
    max-width: calc(100% + 6rem);
    width: calc(100% + 6rem);
  }
}
@media (max-width: 575px) {
  .product .product__body img {
    margin: -0.3rem -2rem 1rem !important;
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem);
  }
}
@media (max-width: 374px) {
  .product .product__body img {
    margin: -0.3rem -1rem 1rem !important;
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
  }
}
.product .product__btn a {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .product .product__btn a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .product .product__btn a {
    font-size: 1.625rem;
  }
}
@media (max-width: 575px) {
  .product .product__btn a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 20rem;
    min-height: 4.4rem;
    padding: 0.2rem 1rem 0;
  }
}
@media (max-width: 374px) {
  .product .product__btn a {
    font-size: 1.2rem !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.product .product__body > a {
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 100%;
}
.product .product__body > a:hover {
  color: #e3c056;
}
.product .summary.entry-summary {
  margin-bottom: 0 !important;
}
.product--red {
  color: #ed4d52;
}
.product--green {
  color: #53a45a;
}
.product--blue {
  color: #336ca2;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products {
    margin: 0 auto;
    max-width: 700px;
  }
}
.products .products__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.95rem;
}
@media (max-width: 1399px) {
  .products .products__items {
    margin: -1rem;
  }
}
@media (max-width: 1199px) {
  .products .products__items {
    margin: -0.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products .products__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.95rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products .products__items {
    margin: -1rem;
  }
}
@media (max-width: 374px) {
  .products .products__items {
    margin: -0.5rem;
  }
}
.products .products__item {
  padding: 1.95rem;
  width: 25%;
}
@media (max-width: 1399px) {
  .products .products__item {
    padding: 1rem;
  }
}
@media (max-width: 1199px) {
  .products .products__item {
    padding: 0.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products .products__item {
    padding: 1.95rem;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products .products__item {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .products .products__item {
    padding: 0.5rem;
  }
}
.products .products__actions {
  color: #e3c056;
  font-size: 1.72rem;
  letter-spacing: 0.09em;
  margin-top: 4.2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products .products__actions {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .products .products__actions {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.products .products__actions a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.products .products__actions a:hover {
  color: #676767;
}
.products .products__actions a span {
  border-bottom: 15px solid transparent;
  border-left: 20px solid #e3c056;
  border-top: 15px solid transparent;
  height: 0;
  margin-left: 2.19rem;
  position: relative;
  top: -2px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 575px) {
  .products .products__actions a span {
    border-width: 10px 0 10px 15px;
    margin-left: 1rem;
    margin-top: -4px;
    top: 0;
  }
}
.products .products__actions a:hover span {
  border-color: transparent transparent transparent #676767;
}
.products .products__item--large {
  padding-bottom: 1.95rem;
  padding-top: 1.95rem;
  width: calc(50% + 7.4rem);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products .products__item--large {
    padding: unset;
    padding-bottom: 1.95rem;
    padding-left: 1.95rem;
    padding-top: 1.95rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .products .products__item--large {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
  }
}
.products .products__item--large .product {
  grid-column-gap: 75px;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: 0.9fr 1.1fr;
}
@media (max-width: 1199px) {
  .products .products__item--large .product {
    grid-column-gap: 65px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products .products__item--large .product {
    grid-column-gap: 3.9rem;
    grid-template-columns: repeat(2, 1fr);
    padding: unset;
  }
}
@media (max-width: 575px) {
  .products .products__item--large .product {
    grid-column-gap: 2rem;
  }
}
.products .products__item--large .product__head {
  grid-column: 1/2;
  grid-row: 1/2;
}
.products .products__item--large .product__body {
  display: contents;
}
.products .products__item--large .product__body img {
  grid-column: 1/2;
  grid-row: 2/3;
}
.products .products__item--large .product__body .product__btn {
  grid-column: 1/2;
  grid-row: 3/4;
}
.products .products__item--large .product > .product__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2/-1;
  grid-row: 2/3;
  justify-content: center;
}
.products .products__item--large .product > .product__image img {
  height: 90%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .products .products__item--large .product > .product__image img {
    height: unset;
  }
}
.radio {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.radio label {
  padding-left: 2.3rem;
  position: relative;
}
.radio label:before {
  border: 1px solid #707070;
  border-radius: 50%;
  height: 1.1rem;
  left: 0;
  margin-right: 1.25rem;
  margin-top: -2px;
  top: 0.5rem;
  width: 1.1rem;
}
.radio label:after,
.radio label:before {
  content: "";
  display: block;
  position: absolute;
}
.radio label:after {
  background-color: #676767;
  border-radius: 50%;
  height: 0.6rem;
  left: 0.25rem;
  opacity: 0;
  top: 0.6rem;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 0.6rem;
}
.radio label span {
  display: block;
  font-size: 1.05rem;
  margin-top: -0.2rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .radio label span {
    margin-top: 0.2rem;
  }
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"]:checked + label {
  font-weight: 700;
}
.radio input[type="radio"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.radio + .radio {
  margin-top: 0.62rem;
}
@media (max-width: 575px) {
  .choices {
    padding: 0 1.3rem;
  }
  .choices .subscribe-select {
    margin-top: 0.4rem;
  }
}
.choices .select2-selection__rendered br {
  display: none;
}
.choices .radio + .radio {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-right: -0.8rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .choices .radio + .radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .choices .radio + .radio {
    margin-right: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .choices .radio + .radio label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    grid-column-gap: 1.41rem;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 374px) {
  .choices .radio + .radio label {
    display: block;
  }
}
.choices .radio + .radio label:after {
  top: 0.55rem;
}
.review:not(form):not(.gform_confirmation_wrapper) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  -moz-backdrop-filter: blur(3.5px);
  background-color: #fff;
  border: 1px solid #b9babb;
  border-radius: 1.25rem;
  color: #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2.4rem 2rem 2.2rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .review:not(form):not(.gform_confirmation_wrapper) {
    padding: 2rem 1.5rem;
  }
}
.review:not(form):not(.gform_confirmation_wrapper) .review__head {
  font-size: 1.09rem;
  line-height: 1.36;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__rating {
  display: block;
  font-size: 1.09rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__body p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.17rem;
  text-transform: none;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__body p + p {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__stars:after {
  clear: both;
  content: "";
  display: block;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__stars {
  border: 0;
  margin-bottom: 0.5rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__stars > input {
  display: none;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__stars > label {
  float: right;
  padding-left: 0;
  pointer-events: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__stars label {
  font-size: 0;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__stars label:after {
  display: none;
}
.review:not(form):not(.gform_confirmation_wrapper) .review__stars label:before {
  border: none;
  content: "\f005";
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2rem;
  height: auto;
  left: auto;
  padding: 0.3rem 0.4rem;
  position: static;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: auto;
}
@media (max-width: 1399px) {
  .review:not(form):not(.gform_confirmation_wrapper)
    .review__stars
    label:before {
    padding: 0.3rem 0.2rem;
  }
}
@media (max-width: 1199px) {
  .review:not(form):not(.gform_confirmation_wrapper)
    .review__stars
    label:before {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .review:not(form):not(.gform_confirmation_wrapper)
    .review__stars
    label:before {
    font-size: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .review:not(form):not(.gform_confirmation_wrapper)
    .review__stars
    label:before {
    font-size: 1.5rem;
    padding: 0.3rem 0.1rem;
  }
}
.review:not(form):not(.gform_confirmation_wrapper)
  .review__stars
  label:nth-child(12):before,
.review:not(form):not(.gform_confirmation_wrapper)
  .review__stars
  label:nth-child(16):before,
.review:not(form):not(.gform_confirmation_wrapper)
  .review__stars
  label:nth-child(20):before,
.review:not(form):not(.gform_confirmation_wrapper)
  .review__stars
  label:nth-child(4):before,
.review:not(form):not(.gform_confirmation_wrapper)
  .review__stars
  label:nth-child(8):before {
  content: "\f089";
  padding-right: 0;
  position: absolute;
}
.review:not(form):not(.gform_confirmation_wrapper)
  .review__stars
  input.checked
  ~ label {
  color: #e4b340;
}
.richtext-entry > ol:not([class]),
.richtext-entry > ol:not([class]) ol,
.richtext-entry > ol:not([class]) ul,
.richtext-entry > ul:not([class]),
.richtext-entry > ul:not([class]) ol,
.richtext-entry > ul:not([class]) ul {
  padding-left: 30px;
}
.richtext-entry > blockquote {
  border-left: 2px solid #e3c056;
  margin-left: 0;
  padding: 0 0 0 16px;
}
.richtext-entry > .alignwide {
  clear: both;
  max-width: 100%;
  width: 100%;
}
.richtext-entry > .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.richtext-entry > .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 20px;
  width: auto;
}
.section-about {
  padding: 5.5rem 0 11.06rem;
  position: relative;
}
@media (max-width: 1399px) {
  .section-about {
    padding: 5rem 0 7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about {
    padding: 4rem 0 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about {
    padding: 2rem 0 4rem;
  }
}
.section-about .section__shell {
  max-width: 117.47rem;
}
.section-about .section__back,
.section-about .section__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.section-about .section__pattern {
  z-index: -1;
}
.section-about .section__pattern img {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.section-about .section__shell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-about .section__video {
  position: relative;
  width: 65%;
}
@media (max-width: 1199px) {
  .section-about .section__video {
    width: 60%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__video {
    width: 50%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__video {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .section-about .section__video {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.section-about .section__video a {
  display: block;
  height: 100%;
  width: 100%;
}
.section-about .section__cover {
  left: 50%;
  margin: auto;
  padding-bottom: 44%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: -1;
}
.section-about .section__content {
  padding-left: 6.41rem;
  width: 35%;
}
@media (max-width: 1529px) {
  .section-about .section__content {
    padding-left: 5rem;
  }
}
@media (max-width: 1399px) {
  .section-about .section__content {
    padding-left: 4rem;
  }
}
@media (max-width: 1199px) {
  .section-about .section__content {
    padding-left: 3rem;
    width: 40%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__content {
    padding-left: 1.5rem;
    width: 50%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__content {
    padding: 0 2rem;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .section-about .section__content {
    padding: 0 0.9rem;
  }
}
.section-about .section__content h2 {
  color: #fff;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section-about .section__content h2 {
    margin-bottom: 0.6rem;
  }
}
.section-about .section__content h2 span {
  color: #e3c056;
  font-style: italic;
}
.section-about .section__content p {
  margin-bottom: 2.11rem;
}
@media (max-width: 575px) {
  .section-about .section__content p {
    margin-bottom: 1.2rem;
  }
}
.section-about .section__content a {
  display: inline-block;
}
@media (max-width: 575px) {
  .section-about .section__content a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 20rem;
    min-height: 4.4rem;
  }
}
.section-about .section__content a + a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.188rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-top: 2.73rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.section-about .section__content a + a:hover {
  color: #fff;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__content a + a {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .section-about .section__content a + a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    font-size: 1rem;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-top: 1.5rem;
    min-height: unset;
  }
}
.section-about .section__content a span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #676767;
  border-top: 0.75rem solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 1.25rem;
  position: relative;
  top: 3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
.section-about .section__content a:hover span {
  border-color: transparent transparent transparent #fff;
}
.section-about .section__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #e3c056;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  width: 10rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__btn {
    height: 7rem;
    width: 7rem;
  }
}
.section-about .section__btn:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.section-about .section__btn span {
  border-bottom: 2.5rem solid transparent;
  border-left: 3.5rem solid #fff;
  border-top: 2.5rem solid transparent;
  display: inline-block;
  height: 0;
  margin-right: -1rem;
  width: 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about .section__btn span {
    border-width: 2rem 0 2rem 3rem;
  }
}
.section-about .section__video a:hover .section__btn:after {
  opacity: 1;
  visibility: visible;
}
.section-about .section__content a.arrow__link span {
  top: 0;
}
.section-about--alt {
  margin-top: 6.09rem;
  padding: 7.5rem 0 6.5rem;
  position: relative;
}
@media (max-width: 1399px) {
  .section-about--alt {
    padding: 7rem 0 4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--alt {
    padding: 6rem 0 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--alt {
    margin-top: 4.77rem;
    padding: 4rem 0;
  }
}
@media (max-width: 575px) {
  .section-about--alt {
    padding: 3rem 0 5rem;
  }
}
.section-about--alt h2 {
  font-size: 4.56rem;
  letter-spacing: 0.1em;
  line-height: 1.12;
}
@media (max-width: 1399px) {
  .section-about--alt h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1199px) {
  .section-about--alt h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--alt h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--alt h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 575px) {
  .section-about--alt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 374px) {
  .section-about--alt h2 {
    font-size: 2rem;
  }
}
.section-about--alt .section__video {
  width: 58%;
}
@media (max-width: 1199px) {
  .section-about--alt .section__video {
    width: 60%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--alt .section__video {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .section-about--alt .section__video {
    width: calc(100% + 20px);
  }
}
.section-about--alt .section__content {
  padding-left: 4.5rem;
  padding-right: 5.9rem;
  width: 42%;
}
@media (max-width: 1529px) {
  .section-about--alt .section__content {
    padding-left: 5rem;
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .section-about--alt .section__content {
    padding-left: 4rem;
  }
}
@media (max-width: 1199px) {
  .section-about--alt .section__content {
    padding-left: 3rem;
    width: 40%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--alt .section__content {
    padding-left: 1.3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--alt .section__content {
    padding: 0 2rem;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .section-about--alt .section__content {
    padding: 0 0.9rem;
  }
}
.section-about--owner {
  padding: 0 0 6.5rem;
}
@media (max-width: 1399px) {
  .section-about--owner {
    padding: 0 0 4rem;
  }
}
@media (max-width: 575px) {
  .section-about--owner {
    padding: 0 0 5rem;
  }
}
.section-about--owner .section__content h2 {
  color: #676767;
  letter-spacing: 0.1em;
  line-height: 1.19;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-about--owner .section__content h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__content h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__content h2 {
    margin-bottom: 0.6rem;
  }
}
.section-about--owner .section__content h2 > strong {
  color: #e3c056;
  font-style: italic;
}
.section-about--owner .section__content p {
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .section-about--owner .section__content p {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__content p {
    margin-bottom: 1rem;
  }
}
.section-about--owner .section__shell {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-about--owner .section__video {
  width: 48%;
}
@media (max-width: 1199px) {
  .section-about--owner .section__video {
    width: 50%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__video {
    width: 55%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__video {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.section-about--owner .section__content {
  padding-left: 0;
  padding-right: 5rem;
  width: 52%;
}
@media (max-width: 1529px) {
  .section-about--owner .section__content {
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .section-about--owner .section__content {
    padding-right: 1.5rem;
    width: 50%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__content {
    width: 45%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__content {
    padding: 0 2rem;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .section-about--owner .section__content {
    padding: 0 0.9rem;
  }
}
.section-about--owner .section__btn {
  height: 7rem;
  width: 7rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__btn {
    height: 5rem;
    width: 5rem;
  }
}
.section-about--owner .section__btn span {
  border-bottom: 2rem solid transparent;
  border-left: 3rem solid #fff;
  border-top: 2rem solid transparent;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--owner .section__btn span {
    border-width: 1.5rem 0 1.5rem 2.5rem;
  }
}
.section-about--dark-title .section__content {
  padding-top: 149px;
}
@media (max-width: 1529px) {
  .section-about--dark-title .section__content {
    padding-top: 0;
  }
}
.section-about--dark-title .section__content h2 {
  color: #666869;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.12;
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .section-about--dark-title .section__content h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199px) {
  .section-about--dark-title .section__content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--dark-title .section__content h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--dark-title .section__content h2 {
    font-size: 2.1rem;
    padding-bottom: 0;
    padding-top: 25px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .section-about--dark-title .section__content h2 {
    font-size: 1.8rem;
  }
}
.section-about--dark-title .section__content p {
  font-family: Avenir Next;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 31px;
  text-align: left;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--dark-title .section__content p {
    display: none;
  }
}
.section-about--dark-title .section__shell {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
@media (max-width: 1529px) {
  .section-about--dark-title .section__shell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-about--dark-title .section__shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-about--dark-title .section__content a {
    display: none;
  }
}
.section-boxes {
  padding-bottom: 67px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 575px) {
  .section-boxes {
    padding-bottom: 2.5rem;
  }
}
.section-boxes h4 {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 auto 3.83rem;
}
@media (max-width: 1399px) {
  .section-boxes h4 {
    font-size: 2.2rem !important;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .section-boxes h4 {
    font-size: 1.8rem !important;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes h4 {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 575px) {
  .section-boxes h4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.4rem !important;
  }
}
@media (max-width: 374px) {
  .section-boxes h4 {
    font-size: 1.3rem !important;
  }
}
.section-boxes h4 > span {
  display: block;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-boxes .shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}
@media (max-width: 1199px) {
  .section-boxes .shell {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .shell {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (max-width: 575px) {
  .section-boxes .shell {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 374px) {
  .section-boxes .shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.section-boxes .section__back,
.section-boxes .section__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.section-boxes .section__pattern {
  z-index: -1;
}
.section-boxes .section__pattern img {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.section-boxes .section__box + .section__box {
  margin-left: 2rem;
}
@media (max-width: 1199px) {
  .section-boxes .section__box + .section__box {
    margin-left: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-boxes .section__box + .section__box {
    margin-left: 1rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .section__box + .section__box {
    margin-left: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-boxes .section__box:nth-of-type(2n) {
    margin-left: 1rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .section__box:nth-of-type(2n) {
    margin-left: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .section__box:nth-of-type(2n) {
    margin-left: 1rem;
  }
}
@media (max-width: 575px) {
  .section-boxes .section__box:nth-of-type(2n) {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-boxes .section__box:last-of-type,
  .section-boxes .section__box:nth-of-type(5) {
    margin-top: 0;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .section__box:last-of-type,
  .section-boxes .section__box:nth-of-type(5) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .section__box:last-of-type,
  .section-boxes .section__box:nth-of-type(5) {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .section-boxes .section__box:last-of-type,
  .section-boxes .section__box:nth-of-type(5) {
    margin-top: 0.5rem;
  }
}
.section-boxes .section__box {
  background-color: #676767;
  border: 4px solid #e3c056;
  border-radius: 16px;
  color: #fff;
  padding: 5rem 1.17rem;
  width: calc(33.33% - 1rem);
}
@media (max-width: 1399px) {
  .section-boxes .section__box {
    padding: 5rem 1rem 4rem;
  }
}
@media (max-width: 1199px) {
  .section-boxes .section__box {
    padding: 4rem 1.6rem 3rem;
    width: calc(33.33% - 0.5rem);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-boxes .section__box {
    width: calc(25% - 1rem);
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .section__box {
    padding: 3rem;
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-boxes .section__box {
    padding: 2rem 1rem;
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 575px) {
  .section-boxes .section__box {
    border-width: 2px;
    padding: 2rem 0.4rem;
    width: calc(50% - 0.25rem);
  }
  .section-boxes .section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.section-boxes .section__box--red {
  background-color: #ed4d52;
}
.section-boxes .section__box--green {
  background-color: #53a45a;
}
.section-boxes .section__box--blue {
  background-color: #336ca2;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .section-boxes
  .section__box
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .section-boxes
  .section__box
  a.gform_page_footer,
.section-boxes
  .section__box
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.section-boxes
  .section__box
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.section-boxes .section__box .section-default .wc-proceed-to-checkout a,
.section-boxes
  .section__box
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.section-boxes .section__box .ssd-modal a.button,
.section-boxes
  .section__box
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.section-boxes .section__box .woocommerce a.wpr-add-product.button,
.section-boxes
  .section__box
  .woocommerce
  table.shop_table.order_details
  a.button,
.section-boxes
  .section__box
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.section-boxes
  .section__box
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.section-boxes
  .section__box
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.section-boxes
  .section__box
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.section-boxes .section__box a.btn,
.section-boxes
  .section__box
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .section-boxes .section__box a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .section-boxes
  .section__box
  a.button,
.ssd-modal .section-boxes .section__box a.button,
.woocommerce .section-boxes .section__box a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .section-boxes
  .section__box
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .section-boxes
  .section__box
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .section-boxes
  .section__box
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-boxes
  .section__box
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-boxes
  .section__box
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .section-boxes
  .section__box
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .section-boxes
  .section__box
  a.woocommerce-button.button {
  max-width: 15.62rem;
  padding: 2.3rem 1rem 2.1rem;
  width: 100%;
}
@media (max-width: 1399px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_page_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-boxes .section__box .section-default .wc-proceed-to-checkout a,
  .section-boxes
    .section__box
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-boxes .section__box .ssd-modal a.button,
  .section-boxes
    .section__box
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-boxes .section__box .woocommerce a.wpr-add-product.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-boxes
    .section__box
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-boxes .section__box a.btn,
  .section-boxes
    .section__box
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-boxes .section__box a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-boxes
    .section__box
    a.button,
  .ssd-modal .section-boxes .section__box a.button,
  .woocommerce .section-boxes .section__box a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-boxes
    .section__box
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-boxes
    .section__box
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-boxes
    .section__box
    a.woocommerce-button.button {
    padding: 2rem 1rem 1.7rem;
  }
}
@media (max-width: 1199px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_page_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-boxes .section__box .section-default .wc-proceed-to-checkout a,
  .section-boxes
    .section__box
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-boxes .section__box .ssd-modal a.button,
  .section-boxes
    .section__box
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-boxes .section__box .woocommerce a.wpr-add-product.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-boxes
    .section__box
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-boxes .section__box a.btn,
  .section-boxes
    .section__box
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-boxes .section__box a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-boxes
    .section__box
    a.button,
  .ssd-modal .section-boxes .section__box a.button,
  .woocommerce .section-boxes .section__box a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-boxes
    .section__box
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-boxes
    .section__box
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-boxes
    .section__box
    a.woocommerce-button.button {
    font-size: 1.5rem;
    padding: 1.8rem 1.5rem 1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_page_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-boxes .section__box .section-default .wc-proceed-to-checkout a,
  .section-boxes
    .section__box
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-boxes .section__box .ssd-modal a.button,
  .section-boxes
    .section__box
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-boxes .section__box .woocommerce a.wpr-add-product.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-boxes
    .section__box
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-boxes .section__box a.btn,
  .section-boxes
    .section__box
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-boxes .section__box a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-boxes
    .section__box
    a.button,
  .ssd-modal .section-boxes .section__box a.button,
  .woocommerce .section-boxes .section__box a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-boxes
    .section__box
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-boxes
    .section__box
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-boxes
    .section__box
    a.woocommerce-button.button {
    padding: 1.6rem 1.5rem 1.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_page_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-boxes .section__box .section-default .wc-proceed-to-checkout a,
  .section-boxes
    .section__box
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-boxes .section__box .ssd-modal a.button,
  .section-boxes
    .section__box
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-boxes .section__box .woocommerce a.wpr-add-product.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-boxes
    .section__box
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-boxes .section__box a.btn,
  .section-boxes
    .section__box
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-boxes .section__box a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-boxes
    .section__box
    a.button,
  .ssd-modal .section-boxes .section__box a.button,
  .woocommerce .section-boxes .section__box a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-boxes
    .section__box
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-boxes
    .section__box
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-boxes
    .section__box
    a.woocommerce-button.button {
    max-width: 12.5rem;
    padding: 1.4rem 1.5rem 1.2rem;
  }
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_page_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-boxes .section__box .section-default .wc-proceed-to-checkout a,
  .section-boxes
    .section__box
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-boxes .section__box .ssd-modal a.button,
  .section-boxes
    .section__box
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-boxes .section__box .woocommerce a.wpr-add-product.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-boxes
    .section__box
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-boxes .section__box a.btn,
  .section-boxes
    .section__box
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-boxes .section__box a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-boxes
    .section__box
    a.button,
  .ssd-modal .section-boxes .section__box a.button,
  .woocommerce .section-boxes .section__box a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-boxes
    .section__box
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-boxes
    .section__box
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-boxes
    .section__box
    a.woocommerce-button.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 11.5rem;
    min-height: 4.4rem;
    padding: 1.4rem 1.7rem 1.2rem;
  }
}
@media (max-width: 374px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-boxes
    .section__box
    a.gform_page_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-boxes
    .section__box
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-boxes .section__box .section-default .wc-proceed-to-checkout a,
  .section-boxes
    .section__box
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-boxes .section__box .ssd-modal a.button,
  .section-boxes
    .section__box
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-boxes .section__box .woocommerce a.wpr-add-product.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-boxes
    .section__box
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-boxes
    .section__box
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-boxes .section__box a.btn,
  .section-boxes
    .section__box
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-boxes .section__box a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-boxes
    .section__box
    a.button,
  .ssd-modal .section-boxes .section__box a.button,
  .woocommerce .section-boxes .section__box a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-boxes
    .section__box
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-boxes
    .section__box
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-boxes
    .section__box
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-boxes
    .section__box
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-boxes
    .section__box
    a.woocommerce-button.button {
    min-height: 3.4rem;
    padding: 1.2rem 1rem 1rem;
  }
}
.section-callout {
  padding: 0 0 5rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-callout {
    padding-bottom: 4rem;
  }
}
.section-callout h2 {
  font-size: 4.56rem;
  letter-spacing: 0.1em;
  line-height: 1.12;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section-callout h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1199px) {
  .section-callout h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-callout h2 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-callout h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 575px) {
  .section-callout h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 374px) {
  .section-callout h2 {
    font-size: 2rem;
  }
}
.section-callout h2 > span {
  color: #e3c056;
  font-style: italic;
}
.section-callout .section__content {
  margin: 0 auto 8rem;
  max-width: 90rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-callout .section__content {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-callout .section__content {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-callout .section__content {
    margin-bottom: 3rem;
  }
}
.section-callout .section__disclaimer {
  font-size: 1rem;
}
.section-callout .section__disclaimer p {
  margin-bottom: 0.5rem;
}
.section-content {
  padding-bottom: 7rem;
  text-align: center;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content {
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .section-content {
    padding-bottom: 3rem;
  }
}
.section-content h2 {
  color: #676767;
  letter-spacing: 0.1em;
  line-height: 1.19;
  margin: 0 auto 3rem;
  max-width: 50rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-content h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content h2 {
    margin-bottom: 1rem;
  }
}
.section-content h2 > span {
  color: #e3c056;
  font-style: italic;
}
.section-content p {
  margin: 0 auto 4rem;
  max-width: 60rem;
}
@media (max-width: 1199px) {
  .section-content p {
    margin-bottom: 3em;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content p {
    margin-bottom: 2rem;
  }
}
.section-content a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.section-content .section__cover {
  margin: 0 auto 2rem;
  max-width: 35.16rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content .section__cover {
    margin-bottom: 1rem;
  }
}
.section-content .section__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #e3c056;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  width: 7rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content .section__btn {
    height: 5rem;
    width: 5rem;
  }
}
.section-content .section__btn:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.section-content .section__btn span {
  border-bottom: 2rem solid transparent;
  border-left: 3rem solid #fff;
  border-top: 2rem solid transparent;
  display: inline-block;
  height: 0;
  margin-right: -1rem;
  width: 0;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content .section__btn span {
    border-width: 1.5rem 0 1.5rem 2.5rem;
  }
}
.section-content .section__head > a:hover .section__btn:after {
  opacity: 1;
  visibility: visible;
}
.section-content .section__body {
  margin-top: 7rem;
  padding: 0 3rem;
}
@media (max-width: 1199px) {
  .section-content .section__body {
    padding: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content .section__body {
    margin-top: 4rem;
  }
}
.section-content .section__title h3 {
  font-size: 26px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-content .section__title h3 {
    margin-bottom: 2rem;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme
  .section-content
  .section__head
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .section-content
  .section__head
  a.gform_page_footer,
.section-content
  .section__head
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.section-content
  .section__head
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.section-content .section__head .section-default .wc-proceed-to-checkout a,
.section-content
  .section__head
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.section-content .section__head .ssd-modal a.button,
.section-content
  .section__head
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.section-content .section__head .woocommerce a.wpr-add-product.button,
.section-content
  .section__head
  .woocommerce
  table.shop_table.order_details
  a.button,
.section-content
  .section__head
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.section-content
  .section__head
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.section-content
  .section__head
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.section-content
  .section__head
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.section-content .section__head a.btn,
.section-content
  .section__head
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.section-default .wc-proceed-to-checkout .section-content .section__head a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .section-content
  .section__head
  a.button,
.ssd-modal .section-content .section__head a.button,
.woocommerce .section-content .section__head a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .section-content
  .section__head
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .section-content
  .section__head
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .section-content
  .section__head
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-content
  .section__head
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-content
  .section__head
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .section-content
  .section__head
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .section-content
  .section__head
  a.woocommerce-button.button {
  margin: 0 auto 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1199px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-content
    .section__head
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-content
    .section__head
    a.gform_page_footer,
  .section-content
    .section__head
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-content
    .section__head
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-content .section__head .section-default .wc-proceed-to-checkout a,
  .section-content
    .section__head
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-content .section__head .ssd-modal a.button,
  .section-content
    .section__head
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-content .section__head .woocommerce a.wpr-add-product.button,
  .section-content
    .section__head
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-content
    .section__head
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-content
    .section__head
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-content
    .section__head
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-content
    .section__head
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-content .section__head a.btn,
  .section-content
    .section__head
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-content .section__head a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-content
    .section__head
    a.button,
  .ssd-modal .section-content .section__head a.button,
  .woocommerce .section-content .section__head a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-content
    .section__head
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-content
    .section__head
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-content
    .section__head
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-content
    .section__head
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-content
    .section__head
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-content
    .section__head
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-content
    .section__head
    a.woocommerce-button.button {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-content
    .section__head
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-content
    .section__head
    a.gform_page_footer,
  .section-content
    .section__head
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-content
    .section__head
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-content .section__head .section-default .wc-proceed-to-checkout a,
  .section-content
    .section__head
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-content .section__head .ssd-modal a.button,
  .section-content
    .section__head
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-content .section__head .woocommerce a.wpr-add-product.button,
  .section-content
    .section__head
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-content
    .section__head
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-content
    .section__head
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-content
    .section__head
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-content
    .section__head
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-content .section__head a.btn,
  .section-content
    .section__head
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .section-default .wc-proceed-to-checkout .section-content .section__head a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-content
    .section__head
    a.button,
  .ssd-modal .section-content .section__head a.button,
  .woocommerce .section-content .section__head a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-content
    .section__head
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-content
    .section__head
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-content
    .section__head
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-content
    .section__head
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-content
    .section__head
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-content
    .section__head
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-content
    .section__head
    a.woocommerce-button.button {
    margin-bottom: 3rem;
  }
}
#faq_main_title {
  font-size: 36px;
}
.section-default {
  margin-top: 6.09rem;
  padding: 28rem 0 8.56rem;
}
@media (max-width: 1399px) {
  .section-default {
    padding: 20rem 0 8rem;
  }
}
@media (max-width: 1199px) {
  .section-default {
    padding: 18rem 0 5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default {
    padding: 13rem 0 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default {
    margin-top: 4.77rem;
  }
}
@media (max-width: 575px) {
  .section-default {
    padding: 10rem 0 4rem;
  }
}
.section-default .section__content {
  margin-bottom: 40px;
}
.section-default .section__content:last-child {
  margin-bottom: 0;
}
.section-default .page__title,
.section-default .pagetitle,
.section-default .section__title {
  margin-bottom: 20px;
}
.section-default .page__title:last-child,
.section-default .pagetitle:last-child,
.section-default .section__title:last-child {
  margin-bottom: 0;
}
.section-default .section--disclaimer h1 {
  margin: 0 !important;
}
.section-default .woocommerce table.shop_table {
  border: none;
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-default .woocommerce table.shop_table {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default .woocommerce table.shop_table {
    margin-bottom: 1rem;
  }
}
.section-default .woocommerce table.shop_table.shop_table a.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
  padding: 1.1rem 0.2rem 0.9rem !important;
  text-decoration: none;
}
@media (max-width: 575px) {
  .section-default .woocommerce table.shop_table.shop_table a.button {
    font-size: 1rem;
  }
}
.section-default .woocommerce table.shop_table.shop_table a.button:hover {
  text-decoration: none;
}
.section-default .woocommerce table.shop_table th {
  font-weight: 600;
  padding: 15px 12px;
}
@media (max-width: 1199px) {
  .section-default .woocommerce table.shop_table th {
    padding: 10px 5px 10px 0;
  }
}
.section-default .woocommerce table.shop_table .product-name {
  text-align: left;
}
.section-default .woocommerce table.shop_table td {
  border-top: 1px solid #676767;
  font-weight: 400;
  padding: 15px 12px;
}
@media (max-width: 1199px) {
  .section-default .woocommerce table.shop_table td {
    padding: 10px 0 10px 5px;
  }
}
.section-default .woocommerce table.shop_table tr.order-total td {
  color: #e3c056;
  font-size: 30px;
}
.section-default table.cart img {
  width: 50px;
}
.section-default .woocommerce table.shop_table th {
  border-top: 1px solid #676767;
  vertical-align: middle;
}
.section-default .woocommerce table.shop_table td a:not(.button) {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.section-default .woocommerce table.shop_table td a:not(.button):hover {
  color: #e3c056;
  text-decoration: underline;
}
.section-default .woocommerce a.remove {
  color: #e3c056 !important;
}
.section-default .woocommerce a.remove:hover {
  background-color: transparent;
  color: #676767 !important;
  text-decoration: none !important;
}
.section-default .woocommerce .quantity .qty {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 3rem;
  letter-spacing: 0.025em;
  line-height: 2.88rem !important;
  padding: 0;
}
.section-default .woocommerce table.shop_table td.product-subtotal {
  color: #e3c056;
  font-size: 30px;
  font-weight: 700;
}
.section-default .woocommerce table.shop_table td.actions {
  padding: 20px 0 0;
}
.section-default .woocommerce table.shop_table .product-name ul p {
  display: inline-block;
  font-size: 1.41rem;
  line-height: 1.3;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-default .cfw-cart-item-title ul,
.section-default .woocommerce table.shop_table .product-name ul {
  font-size: 1.41rem;
  line-height: 1.3;
  list-style-type: none;
  padding-left: 0.5rem;
}
.section-default .cfw-cart-item-title ul li,
.section-default .woocommerce table.shop_table .product-name ul li {
  padding-left: 1rem;
  position: relative;
}
.section-default .cfw-cart-item-title ul li:before,
.section-default .woocommerce table.shop_table .product-name ul li:before {
  background-color: #e3c056;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
}
.section-default .cfw-cart-item-title ul {
  font-size: 1.1rem;
}
.section-default .cfw-button-loading:after {
  all: unset !important;
}
.section-default .actions input[type="text"] {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 4rem;
  letter-spacing: 0.025em;
  line-height: 4.88rem;
  margin-right: 1rem !important;
  min-width: 20rem;
  padding: 0 1.6rem !important;
}
.section-default span > em {
  font-size: 1.4rem;
}
.section-default .actions button[type="submit"],
.section-default .checkout_coupon button.button,
.section-default .edit-account button[type="submit"].button,
.section-default .lost_reset_password button.button,
.section-default .return-to-shop a,
.section-default .shipping-calculator-form button.button,
.section-default .woocommerce-checkout-payment button[type="submit"],
.section-default .woocommerce-form button[type="submit"],
.section-default .woocommerce-message a.button,
.section-default
  .woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button,
.section-default a.cfw-primary-btn,
.section-default a.woocommerce-Button.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e3c056 !important;
  border: 0 !important;
  border-radius: 0;
  border-radius: 1rem !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  justify-content: center !important;
  letter-spacing: 0.28em;
  line-height: 1;
  min-height: 4rem;
  padding: 1.2rem 3rem !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    background 0.3s,
    color 0.3s !important;
  transition:
    background 0.3s,
    color 0.3s !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default .actions button[type="submit"],
  .section-default .checkout_coupon button.button,
  .section-default .edit-account button[type="submit"].button,
  .section-default .lost_reset_password button.button,
  .section-default .return-to-shop a,
  .section-default .shipping-calculator-form button.button,
  .section-default .woocommerce-checkout-payment button[type="submit"],
  .section-default .woocommerce-form button[type="submit"],
  .section-default .woocommerce-message a.button,
  .section-default
    .woocommerce-orders-table__cell-order-actions
    a.woocommerce-button.button,
  .section-default a.cfw-primary-btn,
  .section-default a.woocommerce-Button.button {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .section-default .actions button[type="submit"],
  .section-default .checkout_coupon button.button,
  .section-default .edit-account button[type="submit"].button,
  .section-default .lost_reset_password button.button,
  .section-default .return-to-shop a,
  .section-default .shipping-calculator-form button.button,
  .section-default .woocommerce-checkout-payment button[type="submit"],
  .section-default .woocommerce-form button[type="submit"],
  .section-default .woocommerce-message a.button,
  .section-default
    .woocommerce-orders-table__cell-order-actions
    a.woocommerce-button.button,
  .section-default a.cfw-primary-btn,
  .section-default a.woocommerce-Button.button {
    padding: 1.2rem 2rem !important;
  }
}
@media (max-width: 374px) {
  .section-default .actions button[type="submit"],
  .section-default .checkout_coupon button.button,
  .section-default .edit-account button[type="submit"].button,
  .section-default .lost_reset_password button.button,
  .section-default .return-to-shop a,
  .section-default .shipping-calculator-form button.button,
  .section-default .woocommerce-checkout-payment button[type="submit"],
  .section-default .woocommerce-form button[type="submit"],
  .section-default .woocommerce-message a.button,
  .section-default
    .woocommerce-orders-table__cell-order-actions
    a.woocommerce-button.button,
  .section-default a.cfw-primary-btn,
  .section-default a.woocommerce-Button.button {
    font-size: 1rem;
    padding: 1.2rem 1rem !important;
  }
}
.section-default .actions button[type="submit"]:before,
.section-default .checkout_coupon button.button:before,
.section-default .edit-account button[type="submit"].button:before,
.section-default .lost_reset_password button.button:before,
.section-default .return-to-shop a:before,
.section-default .shipping-calculator-form button.button:before,
.section-default .woocommerce-checkout-payment button[type="submit"]:before,
.section-default .woocommerce-form button[type="submit"]:before,
.section-default .woocommerce-message a.button:before,
.section-default
  .woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button:before,
.section-default a.cfw-primary-btn:before,
.section-default a.woocommerce-Button.button:before {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.section-default .actions button[type="submit"]:hover,
.section-default .checkout_coupon button.button:hover,
.section-default .edit-account button[type="submit"].button:hover,
.section-default .lost_reset_password button.button:hover,
.section-default .return-to-shop a:hover,
.section-default .shipping-calculator-form button.button:hover,
.section-default .woocommerce-checkout-payment button[type="submit"]:hover,
.section-default .woocommerce-form button[type="submit"]:hover,
.section-default .woocommerce-message a.button:hover,
.section-default
  .woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button:hover,
.section-default a.cfw-primary-btn:hover,
.section-default a.woocommerce-Button.button:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.section-default .actions button[type="submit"]:hover:before,
.section-default .checkout_coupon button.button:hover:before,
.section-default .edit-account button[type="submit"].button:hover:before,
.section-default .lost_reset_password button.button:hover:before,
.section-default .return-to-shop a:hover:before,
.section-default .shipping-calculator-form button.button:hover:before,
.section-default
  .woocommerce-checkout-payment
  button[type="submit"]:hover:before,
.section-default .woocommerce-form button[type="submit"]:hover:before,
.section-default .woocommerce-message a.button:hover:before,
.section-default
  .woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button:hover:before,
.section-default a.cfw-primary-btn:hover:before,
.section-default a.woocommerce-Button.button:hover:before {
  opacity: 1;
  visibility: visible;
}
.section-default .actions button[type="submit"]:disabled,
.section-default .checkout_coupon button.button:disabled,
.section-default .edit-account button[type="submit"].button:disabled,
.section-default .lost_reset_password button.button:disabled,
.section-default .return-to-shop a:disabled,
.section-default .shipping-calculator-form button.button:disabled,
.section-default .woocommerce-checkout-payment button[type="submit"]:disabled,
.section-default .woocommerce-form button[type="submit"]:disabled,
.section-default .woocommerce-message a.button:disabled,
.section-default
  .woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button:disabled,
.section-default a.cfw-primary-btn:disabled,
.section-default a.woocommerce-Button.button:disabled {
  pointer-events: none;
}
.section-default .cfw-button-loading .cfw-button-text {
  visibility: visible;
}
.section-default main.checkoutwc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 50;
}
.section-default main.checkoutwc > .row:first-child + .row:not(form) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.section-default .lost_reset_password {
  font-size: 1.6rem;
}
.section-default .addresses .title .edit {
  display: block;
  float: none;
}
.section-default .addresses .title {
  margin-bottom: 2rem;
}
.section-default .addresses .title h3 {
  float: none;
  margin-bottom: 0.5rem;
}
.section-default .cart_totals h2 {
  font-size: 2.875rem;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-default .cart_totals h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .section-default .cart_totals h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default .cart_totals h2 {
    font-size: 2rem;
  }
}
.section-default .wc-proceed-to-checkout {
  padding: 0 !important;
}
.section-default .wc-proceed-to-checkout a {
  background-color: #e3c056 !important;
  font-size: 1.625rem !important;
  padding: 1.8rem 2rem 1.5rem !important;
}
@media (max-width: 1199px) {
  .section-default .wc-proceed-to-checkout a {
    font-size: 1.3rem !important;
    padding: 1.8rem 1rem 1.5rem !important;
  }
}
.section-default .woocommerce form .form-row {
  margin-bottom: 1rem;
}
.section-default .woocommerce .first-payment-date small {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3 !important;
}
.section-default form label {
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1 !important;
  margin-bottom: 10px;
}
.section-default form input[type="color"],
.section-default form input[type="date"],
.section-default form input[type="datetime-local"],
.section-default form input[type="datetime"],
.section-default form input[type="email"],
.section-default form input[type="month"],
.section-default form input[type="number"],
.section-default form input[type="password"],
.section-default form input[type="search"],
.section-default form input[type="tel"],
.section-default form input[type="text"],
.section-default form input[type="time"],
.section-default form input[type="url"],
.section-default form input[type="week"],
.section-default form select,
.section-default form textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 4rem;
  letter-spacing: 0.025em;
  line-height: 3.88rem !important;
  padding: 0 2.3rem;
  width: 100%;
}
@media (max-width: 575px) {
  .section-default form input[type="color"],
  .section-default form input[type="date"],
  .section-default form input[type="datetime-local"],
  .section-default form input[type="datetime"],
  .section-default form input[type="email"],
  .section-default form input[type="month"],
  .section-default form input[type="number"],
  .section-default form input[type="password"],
  .section-default form input[type="search"],
  .section-default form input[type="tel"],
  .section-default form input[type="text"],
  .section-default form input[type="time"],
  .section-default form input[type="url"],
  .section-default form input[type="week"],
  .section-default form select,
  .section-default form textarea {
    height: 4rem;
    line-height: 3.88rem;
    padding: 0 1.3rem;
  }
}
.section-default form textarea {
  height: 11.56rem !important;
  line-height: 1.5 !important;
  padding: 1rem 2rem !important;
  resize: vertical;
}
@media (max-width: 575px) {
  .section-default form textarea {
    height: 10rem;
    padding: 1rem 1.3rem;
  }
}
.section-default
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #676767;
  font-weight: 400;
  line-height: 3.88rem !important;
  padding: 0 2.3rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0 1.3rem;
  }
}
.section-default .select2-container .select2-selection--single {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 4rem;
  letter-spacing: 0.025em;
  line-height: 3.88rem !important;
  width: 100%;
}
@media (max-width: 575px) {
  .section-default .select2-container .select2-selection--single {
    height: 4rem;
    line-height: 3.88rem;
  }
}
.section-default
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border: solid #676767;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: auto;
  padding: 6px;
  position: absolute;
  right: 21px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  width: auto;
}
.section-default
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.section-default
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  -webkit-transform: translateY(0) rotate(-135deg);
  -ms-transform: translateY(0) rotate(-135deg);
  transform: translateY(0) rotate(-135deg);
}
.section-default .woocommerce-info,
.section-default .woocommerce-message {
  border-top-color: #e3c056;
}
.section-default .woocommerce-info:before,
.section-default .woocommerce-message:before {
  color: #e3c056;
}
.section-default .woocommerce-info a,
.section-default p > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.section-default .woocommerce-info a:hover,
.section-default p > a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.section-default .woocommerce-MyAccount-navigation-link.is-active a {
  color: #e3c056;
}
.section-default #customer_details {
  margin-bottom: 7rem;
}
.section-default #order_review th,
.section-default .woocommerce-table--order-details th {
  color: #e3c056;
}
.section-default .woocommerce-checkout-payment {
  background-color: transparent !important;
}
.section-default .woocommerce-error {
  border-top-color: #e3c056;
  margin-bottom: 2rem;
}
.section-default .woocommerce-error:before {
  color: #e3c056;
}
.section-default .addresses .title .edit,
.section-default .woocommerce-MyAccount-navigation a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.section-default .addresses .title .edit:hover,
.section-default .woocommerce-MyAccount-navigation a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.section-default .woocommerce form.login {
  border: none;
  padding: 0;
}
.section-default .woocommerce-form-login__rememberme {
  margin-top: 17px;
}
.section-default fieldset {
  border: none;
}
.section-default .return-to-shop {
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .section-default .coupon .button {
    margin-top: 0.5em;
  }
  .section-default .coupon .button,
  .section-default .coupon .input-text {
    float: none !important;
    width: 100% !important;
  }
}
.section-default .cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default .cart-collaterals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.section-default .cart-collaterals .cart_totals {
  width: 40%;
}
@media (max-width: 1199px) {
  .section-default .cart-collaterals .cart_totals {
    width: 37%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.section-default .cart-collaterals .cart_totals .shop_table,
.section-default .shop_table.woocommerce-checkout-review-order-table tr *,
.section-default .woocommerce-table--order-details tr * {
  text-align: left;
}
.section-default
  .shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr
  th {
  width: 50%;
}
.section-default .woocommerce-shipping-destination,
.section-default .woocommerce-shipping-methods {
  font-size: 1.3rem;
  line-height: 1.4;
}
.section-default .woocommerce table.shop_table .cart-subtotal bdi,
.section-default .woocommerce-shipping-methods bdi {
  color: #e3c056;
  font-weight: 700;
}
.section-default .woocommerce table.shop_table th {
  vertical-align: top;
}
.section-default .woocommerce table.shop_table th small {
  display: block;
  font-size: 1.1rem;
}
.section-default .woocommerce form.checkout_coupon {
  border-color: #e3c056;
  border-width: 2px;
}
.section-default .woocommerce ul#shipping_method li input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.section-default .woocommerce ul#shipping_method li input[type="radio"]:before {
  border: 1px solid #676767;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}
.section-default .woocommerce ul#shipping_method li input[type="radio"]:after {
  background-color: #e3c056;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 9px;
}
.section-default
  .woocommerce
  ul#shipping_method
  li
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}
.section-default .woocommerce-form__label-for-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-default .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  margin-top: 0;
}
.section-default .woocommerce-customer-details .woocommerce-column {
  height: 100%;
}
.section-default .woocommerce .woocommerce-customer-details address {
  border: 2px solid #676767;
}
.section-default .woocommerce-order-details__title {
  margin-bottom: 2rem;
}
.section-default .recurring-totals h3 {
  color: #676767 !important;
}
.section-default--404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-default--404 h2 {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.section-default--404 .section__shell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  .section-default--404
  button,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  .section-default--404
  input,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  .section-default--404
  button,
.gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  .section-default--404
  input,
.gform_wrapper.gform_wrapper.gravity-theme .section-default--404 .gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .section-default--404
  .gform_page_footer,
.section-default .wc-proceed-to-checkout .section-default--404 a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .section-default--404
  a.button,
.section-default--404 .btn,
.section-default--404 .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
.section-default--404
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  button,
.section-default--404
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  input,
.section-default--404
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer,
.section-default--404
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  button,
.section-default--404
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  input,
.section-default--404 .section-default .wc-proceed-to-checkout a,
.section-default--404
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.section-default--404 .ssd-modal a.button,
.section-default--404
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .gens-ctc,
.section-default--404 .woocommerce a.wpr-add-product.button,
.section-default--404 .woocommerce table.shop_table.order_details a.button,
.section-default--404
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.section-default--404
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.section-default--404
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.section-default--404
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.section-default--404 form#add_payment_method input[type="submit"]#place_order,
.section-default--404 form#order_review input[type="submit"]#place_order,
.section-default--404
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.ssd-modal .section-default--404 a.button,
.woocommerce .section-default--404 a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .section-default--404
  .gens-ctc,
.woocommerce table.shop_table.order_details .section-default--404 a.button,
.woocommerce
  table.shop_table.subscription_details
  .section-default--404
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-default--404
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-default--404
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .section-default--404
  a.button,
form#add_payment_method .section-default--404 input[type="submit"]#place_order,
form#order_review .section-default--404 input[type="submit"]#place_order,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .section-default--404
  a.woocommerce-button.button {
  margin-top: 30px;
}
.woocommerce-cart .section-default,
.woocommerce-checkout .section-default {
  padding-top: 10rem;
}
@media (max-width: 1399px) {
  .woocommerce-cart .section-default,
  .woocommerce-checkout .section-default {
    padding: 7rem 0 8rem;
  }
}
@media (max-width: 1199px) {
  .woocommerce-cart .section-default,
  .woocommerce-checkout .section-default {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-cart .section-default,
  .woocommerce-checkout .section-default {
    padding: 5rem 0;
  }
}
@media (max-width: 575px) {
  .woocommerce-cart .section-default,
  .woocommerce-checkout .section-default {
    padding: 4rem 0;
  }
}
.section-features {
  background-color: #676767;
  color: #fff;
  padding: 1.7rem 0;
  position: relative;
  z-index: 1;
}
.section-features:after,
.section-features:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 0.9rem;
  left: 0;
  -webkit-mask-image: url(../images/svg/ribbon-pattern.svg);
  mask-image: url(../images/svg/ribbon-pattern.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.section-features:after {
  bottom: -0.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features:after {
    bottom: -0.7rem;
  }
}
.section-features:before {
  top: -0.5rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features:before {
    top: -0.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features {
    margin: -1.2rem 0;
    padding: 1rem 0;
  }
}
@media (max-width: 575px) {
  .section-features {
    margin: -1.8rem 0;
  }
}
.section-features .section__wrapper {
  border-bottom: 4px solid #e3c056;
  border-top: 4px solid #e3c056;
  padding: 5.8rem 0 8.125rem;
}
@media (max-width: 1399px) {
  .section-features .section__wrapper {
    padding: 5rem 0;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features .section__wrapper {
    padding: 4rem 0;
  }
}
@media (max-width: 575px) {
  .section-features .section__wrapper {
    border-width: 3px 0;
    padding: 2rem 0 0;
  }
}
.section-features .section__shell {
  max-width: 117.5rem;
}
.section-features .section__content {
  font-size: 1.88rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 4.25rem;
  padding: 0 5rem;
  text-align: center;
}
@media (max-width: 1399px) {
  .section-features .section__content {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .section-features .section__content {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features .section__content {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .section-features .section__content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 374px) {
  .section-features .section__content {
    font-size: 1.4rem;
  }
}
.section-features .section__content p:not(:last-child) {
  margin-bottom: 2.58rem;
}
@media (max-width: 1199px) {
  .section-features .section__content p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.section-features .section__content h1 {
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features .section__content h1 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .section-features .section__content h1 {
    margin-bottom: 1.5rem;
  }
}
.section-features .section__content h1 span {
  font-style: italic;
}
.section-features .section__actions {
  text-align: center;
}
.section-features .section__actions h4 {
  font-size: 2.44rem;
  margin-bottom: 3.6rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-features .section__actions h4 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features .section__actions h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .section-features .section__actions h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .section-features .section__actions h4 {
    font-size: 1.4rem;
  }
}
.section-features .section__actions h4 span {
  color: #e3c056;
  font-style: italic;
}
.section-features .section__actions a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.15em;
  margin-left: 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .section-features .section__actions a {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .section-features .section__actions a {
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features .section__actions a {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .section-features .section__actions a {
    font-size: 1.3rem;
  }
}
.section-features .section__actions a > span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #e3c056;
  border-top: 0.75rem solid transparent;
  display: block;
  height: 0;
  margin-left: 1.25rem;
  margin-top: 4px;
  position: relative;
  top: -3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-features .section__actions a > span {
    border-width: 0.5rem 0 0.5rem 0.7rem;
    margin-left: 0.5rem;
    margin-top: -4px;
    top: 0;
  }
}
.section-features .section__actions a:hover {
  color: #fff;
}
.section-features .section__actions a:hover span {
  border-color: transparent #fff;
}
.section-form-alt {
  padding: 10.12rem 0 8.94rem;
  position: relative;
}
@media (max-width: 1199px) {
  .section-form-alt {
    padding: 8rem 0 6rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form-alt {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form-alt {
    padding: 5rem 0;
  }
}
.section-form-alt .section__back,
.section-form-alt .section__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.section-form-alt .section__pattern {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: -1;
}
.section-form-alt .section__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form-alt .section__shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-form-alt .section__form {
  width: 50%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form-alt .section__form {
    width: 100%;
  }
}
.section-form-alt .section__content {
  padding-right: 30px;
  width: 50%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form-alt .section__content {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
}
.section-form-alt .section__content h1 {
  color: #fff;
  font-size: 5.31rem;
  line-height: 1.18;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section-form-alt .section__content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .section-form-alt .section__content h1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form-alt .section__content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form-alt .section__content h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 575px) {
  .section-form-alt .section__content h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 374px) {
  .section-form-alt .section__content h1 {
    font-size: 2.8rem;
  }
}
.section-form-alt .section__content h1 span {
  font-style: italic;
}
.section-form-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
.section-form-alt
  .gform_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer {
  margin-top: 3.4rem;
}
@media (max-width: 1199px) {
  .section-form-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .section-form-alt
    .gform_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer {
    margin-top: 3rem;
  }
}
.section-form {
  margin-top: 8.5rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form {
    margin-top: 5.5rem;
  }
}
.section-form .section__head {
  color: #fff;
  margin-top: 1rem;
  padding: 1.7rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.section-form .section__head:after,
.section-form .section__head:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 0.9rem;
  left: 0;
  -webkit-mask-image: url(../images/svg/ribbon-pattern.svg);
  mask-image: url(../images/svg/ribbon-pattern.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.section-form .section__head:after {
  bottom: -0.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__head:after {
    bottom: -0.7rem;
  }
}
.section-form .section__head:before {
  top: -0.5rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__head:before {
    top: -0.7rem;
  }
}
@media (max-width: 1199px) {
  .section-form .section__head {
    padding: 1.4rem 0;
  }
}
@media (max-width: 575px) {
  .section-form .section__head {
    padding: 1rem 0;
  }
}
.section-form .section__head h1 {
  font-size: 4.56rem;
  font-style: italic;
  line-height: 1.19;
  padding-top: 0 !important;
}
@media (max-width: 1399px) {
  .section-form .section__head h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1199px) {
  .section-form .section__head h1 {
    font-size: 3.9rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__head h1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__head h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .section-form .section__head h1 {
    font-size: 3.3rem;
  }
}
.section-form .section__head h1 > strong {
  font-style: normal;
}
.section-form .section__wrapper {
  border-bottom: 3px solid #e3c056;
  border-top: 3px solid #e3c056;
  padding: 3.25rem 0;
}
@media (max-width: 1199px) {
  .section-form .section__wrapper {
    padding: 2.8rem 0;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__wrapper {
    padding: 3.8rem 0;
  }
}
@media (max-width: 575px) {
  .section-form .section__wrapper {
    padding: 4rem 0;
  }
}
.section-form .section__body {
  line-height: 1.4;
  padding: 7.9rem 0 7.5rem;
}
@media (max-width: 1399px) {
  .section-form .section__body {
    padding: 7rem 0;
  }
}
@media (max-width: 1199px) {
  .section-form .section__body {
    padding: 5rem 0;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__body {
    padding: 4rem 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__body {
    padding: 3rem 0;
  }
}
.section-form .section__content {
  margin-bottom: 5rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__content {
    margin-bottom: 2rem;
  }
}
.section-form .section__content--alt {
  text-align: center;
}
.section-form .section__content p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .section-form .section__content p:not(:last-child) {
    margin-bottom: 1.7rem;
  }
}
.section-form .section__content h5 {
  margin-top: 5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__content h5 {
    margin-top: 4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__content h5 {
    margin-top: 3rem;
  }
}
@media (max-width: 575px) {
  .section-form .section__content h5 {
    margin-top: 2rem;
  }
}
.section-form .section__content h5 span {
  color: #e3c056;
  font-style: italic;
}
.section-form .section__content h2 {
  text-align: center;
  text-transform: uppercase;
}
.section-form .section__result {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__result {
    margin-top: 3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__result {
    margin-top: 2rem;
  }
}
.section-form .section__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-form .section__title {
  width: 40%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.section-form .section__title h2 {
  color: #e3c056;
  font-size: 5.31rem;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.18;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section-form .section__title h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1199px) {
  .section-form .section__title h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__title h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__title h2 {
    font-size: 3.3rem;
  }
}
@media (max-width: 575px) {
  .section-form .section__title h2 {
    font-size: 3rem;
  }
}
.section-form .section__title h2 strong {
  color: #676767;
  font-style: normal;
}
.section-form .section__entry {
  padding-left: 10.2rem;
  width: 60%;
}
@media (max-width: 1199px) {
  .section-form .section__entry {
    padding-left: 6rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__entry {
    padding-left: 0;
    width: 100%;
  }
}
.section-form .section__counter ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.62rem;
  font-weight: 500;
  justify-content: center;
  list-style-type: none;
  margin: 0 -1.88rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__counter ul {
    margin: 0 -1.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__counter ul {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .section-form .section__counter ul {
    font-size: 1.1rem;
    margin: 0 -0.5rem;
  }
}
@media (max-width: 374px) {
  .section-form .section__counter ul {
    font-size: 1rem;
    margin: 0 -0.3rem;
  }
}
.section-form .section__counter ul li {
  padding: 0 1.88rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__counter ul li {
    padding: 0 1.2rem;
  }
}
@media (max-width: 575px) {
  .section-form .section__counter ul li {
    padding: 0 0.5rem;
  }
}
@media (max-width: 374px) {
  .section-form .section__counter ul li {
    padding: 0 0.3rem;
  }
}
.section-form .section__counter ul span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 0.38rem solid #e3c056;
  border-radius: 20px;
  color: #e3c056;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.31rem;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 1.44rem;
  min-height: 11.5rem;
  min-width: 11.88rem;
}
@media (max-width: 1399px) {
  .section-form .section__counter ul span {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .section-form .section__counter ul span {
    font-size: 4.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__counter ul span {
    font-size: 4rem;
    margin-bottom: 1rem;
    min-height: 8.5rem;
    min-width: 8.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-form .section__counter ul span {
    font-size: 3.2rem;
    min-height: 7rem;
    min-width: 7rem;
  }
}
@media (max-width: 575px) {
  .section-form .section__counter ul span {
    border-width: 0.3rem;
    font-size: 2.7rem;
    margin-bottom: 0.5rem;
    min-height: 6rem;
    min-width: 6rem;
  }
}
@media (max-width: 374px) {
  .section-form .section__counter ul span {
    font-size: 2.1rem;
    min-height: 5rem;
    min-width: 5rem;
  }
}
.section-form--alt .section__content {
  margin-bottom: 0;
  text-align: left;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .section-form--alt
  .section__content
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .section-form--alt
  .section__content
  a.gform_page_footer,
.section-default .wc-proceed-to-checkout .section-form--alt .section__content a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .section-form--alt
  .section__content
  a.button,
.section-form--alt
  .section__content
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.section-form--alt
  .section__content
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.section-form--alt .section__content .section-default .wc-proceed-to-checkout a,
.section-form--alt
  .section__content
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.section-form--alt .section__content .ssd-modal a.button,
.section-form--alt
  .section__content
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.section-form--alt .section__content .woocommerce a.wpr-add-product.button,
.section-form--alt
  .section__content
  .woocommerce
  table.shop_table.order_details
  a.button,
.section-form--alt
  .section__content
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.section-form--alt
  .section__content
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.section-form--alt
  .section__content
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.section-form--alt
  .section__content
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.section-form--alt .section__content a.btn,
.section-form--alt
  .section__content
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.ssd-modal .section-form--alt .section__content a.button,
.woocommerce .section-form--alt .section__content a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .section-form--alt
  .section__content
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .section-form--alt
  .section__content
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .section-form--alt
  .section__content
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-form--alt
  .section__content
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-form--alt
  .section__content
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .section-form--alt
  .section__content
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .section-form--alt
  .section__content
  a.woocommerce-button.button {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-form--alt .section__content p > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.section-form--alt .section__content p > a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.section-grid {
  padding: 9.69rem 0 6.8rem;
}
@media (max-width: 1399px) {
  .section-grid {
    padding: 10rem 0 8rem;
  }
}
@media (max-width: 1199px) {
  .section-grid {
    padding: 8rem 0 7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid {
    padding: 6rem 0 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid {
    padding: 5rem 0 4rem;
  }
}
.section-grid #sb_instagram .sb_instagram_header,
.section-grid .sb_instagram_header {
  display: none;
}
.section-grid .section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.25rem -1.25rem 4.5rem;
}
@media (max-width: 1399px) {
  .section-grid .section__images {
    margin: -1.25rem -1.25rem 3.5rem;
  }
}
@media (max-width: 1199px) {
  .section-grid .section__images {
    margin: -1rem -1rem 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid .section__images {
    margin: -0.5rem -0.5rem 2rem;
  }
}
.section-grid .section__entry {
  padding: 1.25rem;
  width: 33.33%;
}
@media (max-width: 1199px) {
  .section-grid .section__entry {
    padding: 1.1rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid .section__entry {
    padding: 0.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid .section__entry {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .section-grid .section__entry {
    width: 100%;
  }
}
.section-grid .section__image {
  background-color: #b3b2b3;
  padding-bottom: 93%;
}
.section-grid .section__actions {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.section-grid .section__actions ul {
  margin-bottom: 0;
  margin-right: 3.75rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid .section__actions ul {
    margin-right: 2rem;
  }
}
.section-grid .section__actions ul a {
  font-size: 3.59rem;
  height: 5.55rem;
  width: 5.55rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid .section__actions ul a {
    font-size: 2.7rem;
    height: 4.4rem;
    width: 4.4rem;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme
  .section-grid
  .section__actions
  a.gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme
  .section-grid
  .section__actions
  a.gform_page_footer,
.section-default .wc-proceed-to-checkout .section-grid .section__actions a,
.section-default
  .woocommerce
  table.shop_table.shop_table
  .section-grid
  .section__actions
  a.button,
.section-grid
  .section__actions
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_footer,
.section-grid
  .section__actions
  .gform_wrapper.gform_wrapper.gravity-theme
  a.gform_page_footer,
.section-grid .section__actions .section-default .wc-proceed-to-checkout a,
.section-grid
  .section__actions
  .section-default
  .woocommerce
  table.shop_table.shop_table
  a.button,
.section-grid .section__actions .ssd-modal a.button,
.section-grid
  .section__actions
  .woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  a.gens-ctc,
.section-grid .section__actions .woocommerce a.wpr-add-product.button,
.section-grid
  .section__actions
  .woocommerce
  table.shop_table.order_details
  a.button,
.section-grid
  .section__actions
  .woocommerce
  table.shop_table.subscription_details
  a.button,
.section-grid
  .section__actions
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .payments-wrapper
  + a,
.section-grid
  .section__actions
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .woocommerce-MyAccount-content
  > a.button,
.section-grid
  .section__actions
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  a.button,
.section-grid .section__actions a.btn,
.section-grid
  .section__actions
  main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  a.woocommerce-button.button,
.ssd-modal .section-grid .section__actions a.button,
.woocommerce .section-grid .section__actions a.wpr-add-product.button,
.woocommerce
  .woocommerce-MyAccount-content
  .gens-refer-a-friend
  .gens-raf-message
  .section-grid
  .section__actions
  a.gens-ctc,
.woocommerce
  table.shop_table.order_details
  .section-grid
  .section__actions
  a.button,
.woocommerce
  table.shop_table.subscription_details
  .section-grid
  .section__actions
  a.button,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-grid
  .section__actions
  .payments-wrapper
  + a,
.woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
  .woocommerce
  .section-grid
  .section__actions
  .woocommerce-MyAccount-content
  > a.button,
.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
  .wc_sc_coupon_actions_wrapper
  .section-grid
  .section__actions
  a.button,
main.checkoutwc
  section.cfw-customer-information
  table.woocommerce-orders-table--subscriptions
  .section-grid
  .section__actions
  a.woocommerce-button.button {
  padding: 2.3rem 7.5rem 1.9rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-grid
    .section__actions
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-grid
    .section__actions
    a.gform_page_footer,
  .section-default .wc-proceed-to-checkout .section-grid .section__actions a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-grid
    .section__actions
    a.button,
  .section-grid
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-grid
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-grid .section__actions .section-default .wc-proceed-to-checkout a,
  .section-grid
    .section__actions
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-grid .section__actions .ssd-modal a.button,
  .section-grid
    .section__actions
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-grid .section__actions .woocommerce a.wpr-add-product.button,
  .section-grid
    .section__actions
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-grid
    .section__actions
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-grid
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-grid
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-grid
    .section__actions
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-grid .section__actions a.btn,
  .section-grid
    .section__actions
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .ssd-modal .section-grid .section__actions a.button,
  .woocommerce .section-grid .section__actions a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-grid
    .section__actions
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-grid
    .section__actions
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-grid
    .section__actions
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-grid
    .section__actions
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-grid
    .section__actions
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-grid
    .section__actions
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-grid
    .section__actions
    a.woocommerce-button.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6rem 2rem 1.4rem;
  }
}
.section-grid #sb_instagram #sbi_load {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.25rem;
}
.section-grid #sb_instagram #sbi_load .sbi_load_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e3c056;
  border: 0;
  border-radius: 0;
  border-radius: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  margin: 0 0 0 3.75rem;
  padding: 2.3rem 7.5rem 1.9rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  z-index: 2;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid #sb_instagram #sbi_load .sbi_load_btn {
    margin-left: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid #sb_instagram #sbi_load .sbi_load_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    padding: 1.6rem 2rem 1.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    padding: 1.4rem 2rem 1.2rem;
  }
}
@media (max-width: 575px) {
  .section-grid #sb_instagram #sbi_load .sbi_load_btn {
    padding: 1.4rem 1.7rem 1.2rem;
  }
}
.section-grid #sb_instagram #sbi_load .sbi_load_btn:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.section-grid #sb_instagram #sbi_load .sbi_load_btn:hover {
  background: transparent;
  color: #fff;
}
.section-grid #sb_instagram #sbi_load .sbi_load_btn:hover:after {
  opacity: 1;
  visibility: visible;
}
.section-grid #sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}
.section-grid #sb_instagram .sbi_follow_btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #e3c056;
  border-radius: 10px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.59rem;
  font-size: 2.81rem;
  height: 5.55rem;
  justify-content: center;
  margin: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  width: 5.55rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid #sb_instagram .sbi_follow_btn a {
    font-size: 2.7rem;
    height: 4.4rem;
    width: 4.4rem;
  }
}
.section-grid #sb_instagram .sbi_follow_btn a:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 1rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.section-grid #sb_instagram .sbi_follow_btn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-grid #sb_instagram .sbi_follow_btn a:hover:after {
  opacity: 1;
  visibility: visible;
}
.section-grid #sb_instagram .sbi_follow_btn a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-grid #sb_instagram .sbi_follow_btn a span {
  display: none;
}
.section-grid #sb_instagram .sbi_follow_btn a i {
  font-size: 3.59rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-grid #sb_instagram .sbi_follow_btn a i {
    font-size: 2.7rem;
  }
}
.section-images {
  padding: 9.7rem 0 9.5rem;
}
@media (max-width: 1399px) {
  .section-images {
    padding: 8rem 0;
  }
}
@media (max-width: 1199px) {
  .section-images {
    padding: 8rem 0 6rem;
  }
}
@media (max-width: 575px) {
  .section-images {
    padding: 6rem 0 4rem;
  }
}
.section-images .section__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.6rem;
  min-height: 412px;
}
@media only screen and (max-width: 1420px) {
  .section-images .section__cols {
    min-height: 29vw;
  }
}
@media (max-width: 1199px) {
  .section-images .section__cols {
    margin: 0 -2.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-images .section__cols {
    margin: 0 -1.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-images .section__cols {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: -1rem;
    min-height: 795px;
  }
}
@media (max-width: 575px) {
  .section-images .section__cols {
    min-height: 141vw;
  }
}
.section-images .section__col {
  padding: 0 4.12rem;
  width: 50%;
}
@media (max-width: 1199px) {
  .section-images .section__col {
    padding: 0 2.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-images .section__col {
    padding: 0 1.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-images .section__col {
    max-width: 550px;
    padding: 1rem;
    width: 100%;
  }
}
.section-product-alt {
  padding: 5.2rem 0 2.2rem;
}
@media (max-width: 1199px) {
  .section-product-alt {
    padding: 4rem 0 2rem;
  }
}
@media (max-width: 575px) {
  .section-product-alt {
    padding: 1.9rem 0 2rem;
  }
}
.section-product-alt h4 {
  font-size: 2.7rem;
  margin-bottom: 3.75rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-product-alt h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .section-product-alt h4 {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 2.5rem;
  }
}
.section-product-alt h4 > span {
  color: #e3c056;
  font-style: italic;
  font-weight: 700;
}
.section-product-alt .section__shell {
  max-width: 108.44rem;
}
@media (max-width: 1199px) {
  .section-product-alt .section__shell {
    padding: 0 3.12rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt .section__shell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 374px) {
  .section-product-alt .section__shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.section-product-alt .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt .section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-product-alt .section__col {
  padding-right: 8.7rem;
  width: 58%;
}
@media (max-width: 1199px) {
  .section-product-alt .section__col {
    padding-right: 4rem;
    width: 55%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt .section__col {
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt .section__col {
    padding-right: 0;
    width: 100%;
  }
}
.section-product-alt .section__col--small {
  padding-right: 4rem;
  width: 42%;
}
@media (max-width: 1399px) {
  .section-product-alt .section__col--small {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .section-product-alt .section__col--small {
    width: 45%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt .section__col--small {
    width: 100%;
  }
  .section-product-alt .section__accordion {
    display: none;
    margin-top: 3.44rem;
  }
}
.section-product-alt .section__accordion--mobile {
  display: none;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt .section__accordion--mobile {
    display: block;
  }
}
.section-product-alt .section__entry {
  margin-bottom: 2.8rem;
}
.section-product-alt .section__select {
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .section-product-alt .section__select {
    margin-top: 0.9rem !important;
  }
}
.section-product-alt .section__select label {
  display: block;
  font-size: 1.41rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.37;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section-product-alt .section__select label {
    font-size: 1.1rem;
    margin-bottom: 11px;
  }
}
.section-product-alt .section__select label span {
  font-style: italic;
}
.section-product-alt .slider-product {
  padding-left: 0;
  padding-right: 0;
}
.section-product-alt .woocommerce-product-gallery {
  margin-bottom: 3.4rem;
}
@media (max-width: 575px) {
  .section-product-alt .woocommerce-product-gallery {
    margin-bottom: 2.3rem;
  }
}
.section-product-alt .choices {
  margin-bottom: 1.4rem;
}
.section-product-alt .mini-cart-button-wrapper {
  margin-left: 1.5625rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt .mini-cart-button-wrapper {
    margin-left: 1rem;
  }
}
@media (max-width: 374px) {
  .section-product-alt .mini-cart-button-wrapper {
    margin-left: 0.5rem;
  }
}
.woocommerce-message {
  border-top-color: #e3c056;
  font-size: 1.41rem;
  margin-top: 1rem;
}
.woocommerce-message:before {
  color: #e3c056;
}
.section-product-alt--simplified {
  margin-bottom: 70px;
}
.section-product-alt--simplified .section__label p {
  font-family: Avenir Next;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.25;
  padding-top: 15px;
  text-transform: uppercase;
}
@media (max-width: 374px) {
  .section-product-alt--simplified .section__label p {
    font-size: 12px;
    line-height: 1.1;
    padding: 12px 2px;
  }
}
.section-product-alt--simplified .section__label span {
  color: #e3c056;
}
.section-product-alt--simplified .badges .badges__text,
.section-product-alt--simplified .badges__icon.is-image {
  width: 100%;
}
.section-product-alt--simplified .shipping-label p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin-left: 30px;
  padding-top: 17px;
  text-align: center;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt--simplified .shipping-label p {
    font-size: 14px;
    margin-left: -22px;
    padding-top: 8px;
  }
}
.section-product-alt--simplified .shipping-label-mobile p {
  display: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin-left: -22px;
  padding-bottom: 3rem;
  padding-top: 8px;
  text-align: center;
}
@media (max-width: 575px) {
  .section-product-alt--simplified .shipping-label-mobile p {
    display: block;
  }
}
.section-product-alt--simplified .section__entry {
  margin-bottom: 1.8rem;
}
.section-product-alt--simplified h4 > br {
  display: none;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product-alt--simplified h4 > br {
    display: block;
  }
}
.section-product {
  padding: 0 0 8.56rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-product {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  .section-product .summary,
  .section-product .woocommerce-product-gallery {
    width: 100% !important;
  }
}
.section-products-faq {
  padding: 4.4rem 0 3.91rem;
}
.section-products-faq .section__trustpilot {
  margin: 5rem 0 -4rem;
}
.section-products-faq .section__trustpilot #review-disclaimer-section,
.section-products-faq .section__trustpilot #tp-widget-readmore {
  display: none !important;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .section-products-faq .section__trustpilot {
    margin: 3.2rem 0 -2.7rem;
  }
}
.section-products-faq .section__trustpilot iframe:first-of-type {
  -ms-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .section-products-faq .section__trustpilot iframe:first-of-type {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.section-products-faq .section__trustpilot .features__actions--trustpilot-cta {
  margin-bottom: 30px;
  margin-top: 60px;
  padding: 0;
}
.section-products-faq
  .section__trustpilot
  .features__actions--trustpilot-cta
  a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.15em;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 100%;
}
.section-products-faq
  .section__trustpilot
  .features__actions--trustpilot-cta
  a:hover {
  color: #676767;
}
.section-products-faq
  .section__trustpilot
  .features__actions--trustpilot-cta
  a:hover
  span {
  border-left-color: #676767;
}
.section-products-faq
  .section__trustpilot
  .features__actions--trustpilot-cta
  a
  span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #e3c056;
  border-top: 0.75rem solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 1.25rem;
  position: relative;
  top: -1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 1399px) {
  .section-products-faq {
    padding: 4rem 0;
  }
}
@media (max-width: 1199px) {
  .section-products-faq {
    padding: 3.5rem 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products-faq {
    padding: 3rem 0;
  }
}
.section-products-faq h4 {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-products-faq h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products-faq h4 {
    font-size: 2.2rem;
    margin: 0 auto;
    max-width: 30rem;
  }
}
@media (max-width: 575px) {
  .section-products-faq h4 {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 374px) {
  .section-products-faq h4 {
    max-width: 15rem;
  }
}
.section-products-faq h4 > span {
  color: #e3c056;
  font-style: italic;
  font-weight: 700;
}
.section-products {
  padding: 25.47rem 0 5.2rem;
  position: relative;
}
@media (max-width: 1399px) {
  .section-products {
    padding: 22rem 0 5.2rem;
  }
}
@media (max-width: 1199px) {
  .section-products {
    padding: 19rem 0 5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products {
    padding: 12rem 0 4rem;
  }
}
@media (max-width: 575px) {
  .section-products {
    padding: 9rem 0 3rem;
  }
}
.section-products h1 {
  line-height: 1.2;
  margin: 0 auto 1.72rem;
  max-width: 35.94rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section-products h1 {
    max-width: 32rem;
  }
}
@media (max-width: 1199px) {
  .section-products h1 {
    margin-bottom: 1.5rem;
    max-width: 30rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products h1 {
    margin-bottom: 1.3rem;
    max-width: 25rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products h1 {
    max-width: 17rem;
  }
}
@media (max-width: 374px) {
  .section-products h1 {
    max-width: 15rem;
  }
}
.section-products h1 > span {
  color: #e3c056;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}
.section-products .section__shell {
  max-width: 120rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__shell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.section-products .section__back {
  left: 0;
  padding-bottom: 55%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1540px) {
  .section-products .section__back {
    padding-bottom: 66%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__back {
    padding-bottom: 85%;
  }
}
@media (max-width: 575px) {
  .section-products .section__back {
    padding-bottom: 100%;
  }
}
.section-products .section__back--bottom {
  bottom: 0;
  top: auto;
}
.section-products .section__content {
  margin: 0 auto;
  max-width: 40.62rem;
  text-align: center;
}
@media (max-width: 575px) {
  .section-products .section__content {
    margin-bottom: 0;
  }
}
.section-products .section__image {
  margin: 2.19rem 0 4.38rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__image {
    margin: 2rem 0 3rem;
  }
}
@media (max-width: 575px) {
  .section-products .section__image {
    margin: 2rem 0;
  }
}
@media (max-width: 374px) {
  .section-products .section__image {
    margin: 1rem 0;
  }
}
.section-products .section__image img {
  height: auto;
  width: 100%;
}
.section-products .section__body {
  margin: 0 auto 1.53rem;
  max-width: 109.69rem;
}
.section-products .section__foot {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 340px;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__foot {
    min-height: 300px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__foot {
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  .section-products .section__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 530px;
  }
}
.section-products .section__foot .section__logo:nth-child(2n) img {
  width: 250px;
}
.section-products .section__foot .section__logo:nth-child(odd) img {
  width: 200px;
}
.section-products .section__logo {
  padding: 3.52rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__logo {
    padding: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__logo {
    padding: 1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__logo img {
    max-width: 180px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products .section__logo img {
    max-width: 140px;
  }
}
.section-products--alt {
  padding: 24.19rem 0 10.69rem;
}
.section-products--alt .section__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.section-products--alt .section__title {
  width: 45%;
}
.section-products--alt .section__title h1 {
  margin-bottom: 0;
  max-width: 100%;
}
.section-products--alt .section__logo {
  width: 27.5%;
}
.section-products--alt .section__back {
  padding-bottom: 40%;
}
@media only screen and (max-width: 1600px) {
  .section-products--alt .section__back {
    padding-bottom: 55%;
  }
}
.section-products--shop {
  padding: 24.19rem 0 10.69rem;
}
@media (max-width: 1399px) {
  .section-products--shop {
    padding: 22rem 0 9rem;
  }
}
@media (max-width: 1199px) {
  .section-products--shop {
    padding: 19rem 0 8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products--shop {
    padding: 12rem 0 7rem;
  }
}
@media (max-width: 575px) {
  .section-products--shop {
    padding: 9rem 0 6rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products--shop .section__image {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products--shop .section__image {
    margin-bottom: 2rem;
  }
}
.section-products--shop .section__body {
  max-width: 100%;
}
.section-products--shop .section__back {
  padding-bottom: 33%;
}
@media only screen and (max-width: 1600px) {
  .section-products--shop .section__back {
    padding-bottom: 55%;
  }
}
@media (max-width: 1399px) {
  .section-products--shop .section__back {
    padding-bottom: 60%;
  }
}
.section-products--shop .section__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.section-products--shop .section__content img {
  max-width: 16.25rem;
}
@media (max-width: 1399px) {
  .section-products--shop .section__content img {
    max-width: 14rem;
  }
}
@media (max-width: 1199px) {
  .section-products--shop .section__content img {
    max-width: 11rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products--shop .section__content img {
    max-width: 8rem;
  }
}
@media (max-width: 575px) {
  .section-products--shop .section__content img {
    display: none;
  }
}
.section-products--shop .section__content h1 {
  margin-bottom: 0;
  max-width: 55rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products--shop .section__content h1 {
    padding: 0 2rem;
  }
}
.section-products--shop .section__pattern {
  margin: 0 auto 4.94rem;
  max-width: 26rem;
}
@media (max-width: 1399px) {
  .section-products--shop .section__pattern {
    margin-bottom: 4rem;
    max-width: 22rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-products--shop .section__pattern {
    margin-bottom: 2rem;
    max-width: 20rem;
  }
}
.section-products--shop .section__entry + .section__entry {
  margin-top: 5.62rem;
}
.section-products--shop .section__entry--red a:not(.btn),
.section-products--shop .section__entry--red h3,
.section-products--shop .section__entry--red p {
  color: #ed4d52;
}
.section-products--shop .section__entry--green a:not(.btn),
.section-products--shop .section__entry--green h3,
.section-products--shop .section__entry--green p {
  color: #53a45a;
}
.section-products--shop .section__entry--blue a:not(.btn),
.section-products--shop .section__entry--blue h3,
.section-products--shop .section__entry--blue p {
  color: #336ca2;
}
.section-related-alt {
  padding: 7.44rem 0 13.5rem;
  position: relative;
}
.section-related-alt .section__trustpilot {
  margin: -4rem 0 5rem;
  position: relative;
}
.section-related-alt .section__trustpilot #review-disclaimer-section,
.section-related-alt .section__trustpilot #tp-widget-wrapper {
  display: none !important;
}
@media (max-width: 575px) {
  .section-related-alt .section__trustpilot {
    margin: -4rem 0 1.5rem;
  }
}
.section-related-alt .section__trustpilot .features__actions--trustpilot-cta {
  margin-bottom: 0;
  margin-top: 30px;
  padding: 0;
}
.section-related-alt .section__trustpilot .features__actions--trustpilot-cta a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.15em;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 100%;
}
.section-related-alt
  .section__trustpilot
  .features__actions--trustpilot-cta
  a
  span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #e3c056;
  border-top: 0.75rem solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 1.25rem;
  position: relative;
  top: -1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 1399px) {
  .section-related-alt {
    padding: 7rem 0;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt {
    padding: 5rem 0 9rem;
  }
}
@media (max-width: 575px) {
  .section-related-alt {
    padding: 3.5rem 0 9rem;
    padding-top: 4.5rem !important;
  }
}
.section-related-alt .section__shell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-related-alt .section__shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-related-alt .section__title {
  text-transform: uppercase;
  width: 16%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__title {
    margin-bottom: 3rem;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__title {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
    text-align: center !important;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-related-alt .section__title {
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
  }
}
.section-related-alt .section__title h1 {
  font-size: 4.4rem;
  letter-spacing: 0.07em;
  line-height: 1.15;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__title h1 br {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-related-alt .section__title h1 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .section-related-alt .section__title h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__title h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .section-related-alt .section__title h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 2.5rem;
  }
}
.section-related-alt .section__title h1 span {
  color: #e3c056;
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__title h1 span {
    font-weight: 700;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-related-alt .section__title h1 span {
    font-weight: 700;
  }
}
.section-related-alt .section__products {
  padding-left: 4rem;
  width: 84%;
}
@media (max-width: 1399px) {
  .section-related-alt .section__products {
    padding-left: 3rem;
    width: 88%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__products {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-related-alt .section__products {
    padding-left: 0;
    width: 100%;
  }
}
.section-related-alt .section__product {
  height: 100%;
}
.section-related-alt .section__product a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.section-related-alt .section__product a .section__title-alt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .section-related-alt .section__product a[href*="mixed"] h3 span {
    font-size: 1.6rem;
  }
}
.section-related-alt .section__product a[href*="mixed"] h3 span {
  display: block;
}
.section-related-alt .section__product a {
  text-decoration: none;
}
.section-related-alt .section__image {
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
@media (max-width: 1399px) {
  .section-related-alt .section__image {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (max-width: 1199px) {
  .section-related-alt .section__image {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
  }
}
.section-related-alt .section__product a:hover .section__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-related-alt .section__product h3 {
  font-size: 2.19rem;
  letter-spacing: 0.1em;
  line-height: 1.26;
  margin-bottom: 0.44rem;
}
@media (max-width: 1399px) {
  .section-related-alt .section__product h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .section-related-alt .section__product h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__product h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-related-alt .section__product h3 {
    font-size: 1.6rem;
  }
}
.section-related-alt .section__product h3 span {
  font-weight: 400;
}
.section-related-alt .section__title-alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.38rem;
  font-weight: 300;
  justify-content: flex-end;
  line-height: 1.8;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 1399px) {
  .section-related-alt .section__title-alt {
    padding-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .section-related-alt .section__title-alt {
    padding-left: 0.3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__title-alt {
    font-size: 1.2rem;
    padding-left: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__title-alt {
    padding-left: 0.3rem;
  }
}
.section-related-alt .section__title-alt p {
  font-size: 1.24rem !important;
  margin-bottom: 0;
}
.section-related-alt .section__title-alt p + p {
  margin-top: -7px;
}
.section-related-alt .section__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.06rem;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1.65;
  min-height: 45px;
  padding: 0 1.5rem;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 1399px) {
  .section-related-alt .section__content {
    font-size: 0.9rem;
    min-height: 38px;
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  .section-related-alt .section__content {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    min-height: 34px;
    padding: 0 0.3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__content {
    padding: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__content {
    padding: 0 0.3rem;
    text-align: left;
  }
}
.section-related-alt .section__text p {
  font-size: 1.06rem !important;
  line-height: 1.65 !important;
}
@media (max-width: 1399px) {
  .section-related-alt .section__text p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1199px) {
  .section-related-alt .section__text p {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__text p {
    font-size: 0.8rem !important;
  }
}
.section-related-alt .section__price {
  font-weight: 700;
  margin-left: 0;
}
@media (max-width: 1399px) {
  .section-related-alt .section__price {
    min-width: 45px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__price {
    margin-left: 0.3rem;
    min-width: 45px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__price {
    margin-left: 0;
    min-width: 50px;
  }
}
.section-related-alt .section__price p {
  font-size: 1.06rem;
  font-weight: 700;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__price p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related-alt .section__price p {
    font-size: 1rem;
  }
}
.section-related-alt .section__back {
  bottom: -1px;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.section-related-alt .section__back img {
  width: 100%;
}
.section-related {
  padding: 7.44rem 0 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related {
    padding-top: 5rem;
  }
}
.section-related .section__shell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .section-related .section__shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-related .section__title {
  text-transform: uppercase;
  width: 16%;
}
@media (max-width: 1199px) {
  .section-related .section__title {
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__title {
    margin-bottom: 2rem;
  }
}
.section-related .section__title h1 {
  font-size: 4.56rem;
  letter-spacing: 0.1em;
  line-height: 1.19;
}
@media (max-width: 1399px) {
  .section-related .section__title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1199px) {
  .section-related .section__title h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__title h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 374px) {
  .section-related .section__title h1 {
    font-size: 2.5rem;
  }
}
.section-related .section__title h1 span {
  color: #e3c056;
  font-style: italic;
}
.section-related .section__products {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.94rem;
  padding-left: 4.6rem;
  width: 84%;
}
@media (max-width: 1399px) {
  .section-related .section__products {
    margin: -1rem;
    width: 88%;
  }
}
@media (max-width: 1199px) {
  .section-related .section__products {
    margin: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__products {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__products {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem 0;
    text-align: center;
    width: 100%;
  }
}
.section-related .section__product {
  padding: 1.94rem;
  width: 33.33%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__product {
    padding: 2rem 0;
    width: 100%;
  }
}
.section-related .section__product a {
  text-decoration: none;
}
.section-related .section__title-alt {
  position: relative;
  z-index: 2;
}
.section-related .section__image {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.section-related .section__product a:hover .section__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-related .section__product h3 {
  font-size: 2.19rem;
  letter-spacing: 0.1em;
  line-height: 1.26;
  margin-bottom: 0.44rem;
}
@media (max-width: 1399px) {
  .section-related .section__product h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .section-related .section__product h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__product h3 {
    font-size: 1.5rem;
  }
}
.section-related .section__product h3 span {
  font-weight: 400;
}
.section-related .section__title-alt {
  font-size: 1.38rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__title-alt {
    font-size: 1.2rem;
  }
}
.section-related .section__title-alt p {
  margin-bottom: 0;
}
.section-related .section__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.06rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.65;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__content {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 1rem;
    justify-content: center;
    text-align: left;
  }
}
.section-related .section__price {
  font-weight: 700;
  margin-left: 2.19rem;
}
@media (max-width: 1399px) {
  .section-related .section__price {
    margin-left: 0.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__price {
    margin-left: 0.3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related .section__price {
    margin-left: 2rem;
  }
}
.section-related--alt {
  padding: 0;
}
.section-related--alt .section__product h3 {
  letter-spacing: 3.5px;
}
@media (max-width: 1399px) {
  .section-related--alt .section__product h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.section-related--alt .section__products {
  margin: -1.5rem;
  padding: 0;
  width: calc(100% + 3rem);
}
@media (max-width: 1529px) {
  .section-related--alt .section__products {
    margin: -1rem;
    width: calc(100% + 2rem);
  }
}
@media (max-width: 1199px) {
  .section-related--alt .section__products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: -3rem -2rem;
    width: calc(100% + 4rem);
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--alt .section__products {
    margin: -2rem -1rem;
    width: calc(100% + 2rem);
  }
}
.section-related--alt .section__product {
  padding: 1.5rem;
}
@media (max-width: 1529px) {
  .section-related--alt .section__product {
    padding: 1rem;
  }
}
@media (max-width: 1199px) {
  .section-related--alt .section__product {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--alt .section__product {
    padding: 2rem 1rem;
  }
}
@media (max-width: 575px) {
  .section-related--alt .section__product {
    width: 100%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--alt .section__title-alt {
    text-align: left;
  }
}
.section-related--alt .section__title-alt p {
  font-style: italic;
  letter-spacing: 2.2px;
}
.section-related--alt .section__image {
  margin: 0 0 2rem;
}
@media (max-width: 1199px) {
  .section-related--alt .section__image {
    margin-bottom: 1rem;
  }
}
.section-related--alt .section__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.12rem;
  text-align: left;
}
@media (max-width: 1399px) {
  .section-related--alt .section__content {
    margin-bottom: 1.7rem;
  }
}
.section-related--alt .section__content p {
  letter-spacing: 1.7px;
}
@media (max-width: 1399px) {
  .section-related--alt .section__content p {
    letter-spacing: 0.1em;
  }
}
.section-related--alt .section__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1529px) {
  .section-related--alt .section__text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 1399px) {
  .section-related--alt .section__text {
    font-size: 1rem;
  }
}
.section-related--alt .section__price {
  margin-left: 0;
}
.section-related--alt .section__actions a {
  display: block;
  text-align: center;
}
.section-related--alt .section__actions a + a {
  font-size: 1.19rem;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 2.5rem;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1399px) {
  .section-related--alt .section__actions a + a {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--alt .section__actions a + a {
    margin-top: 1rem;
  }
}
.section-related--alt .section__actions a + a:hover {
  color: #e3c056;
}
@media (max-width: 1399px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-related--alt
    .section__actions
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-related--alt
    .section__actions
    a.gform_page_footer,
  .section-default
    .wc-proceed-to-checkout
    .section-related--alt
    .section__actions
    a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-related--alt
    .section__actions
    a.button,
  .section-related--alt
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-related--alt
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-related--alt
    .section__actions
    .section-default
    .wc-proceed-to-checkout
    a,
  .section-related--alt
    .section__actions
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-related--alt .section__actions .ssd-modal a.button,
  .section-related--alt
    .section__actions
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-related--alt .section__actions .woocommerce a.wpr-add-product.button,
  .section-related--alt
    .section__actions
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-related--alt
    .section__actions
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-related--alt
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-related--alt
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-related--alt
    .section__actions
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-related--alt .section__actions a.btn,
  .section-related--alt
    .section__actions
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .ssd-modal .section-related--alt .section__actions a.button,
  .woocommerce .section-related--alt .section__actions a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-related--alt
    .section__actions
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-related--alt
    .section__actions
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-related--alt
    .section__actions
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-related--alt
    .section__actions
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-related--alt
    .section__actions
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-related--alt
    .section__actions
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-related--alt
    .section__actions
    a.woocommerce-button.button {
    font-size: 1.4rem;
    padding: 2rem 2rem 1.7rem;
  }
}
.section-related--shop {
  padding: 0 0 7.06rem;
  position: relative;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--shop {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.section-related--shop h1 span {
  display: block;
}
.section-related--shop .section__back {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.section-related--shop .section__shell {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 120rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}
.section-related--shop .section__title {
  padding-top: 4.75rem;
  width: 38%;
}
@media (max-width: 1399px) {
  .section-related--shop .section__title {
    width: 42%;
  }
}
@media (max-width: 1199px) {
  .section-related--shop .section__title {
    padding-top: 0;
    width: 100%;
  }
}
.section-related--shop .section__products {
  padding-left: 8.44rem;
  width: 62%;
}
@media (max-width: 1399px) {
  .section-related--shop .section__products {
    padding-left: 4rem;
    width: 58%;
  }
}
@media (max-width: 1199px) {
  .section-related--shop .section__products {
    padding-left: 0;
    width: 100%;
  }
}
.section-related--shop .section__product {
  width: 50%;
}
.section-related--shop .section__actions a {
  display: block;
  text-align: center;
}
.section-related--shop .section__actions a + a {
  font-size: 1.19rem;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 2.5rem;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1399px) {
  .section-related--shop .section__actions a + a {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--shop .section__actions a + a {
    margin-top: 1rem;
  }
}
.section-related--shop .section__actions a + a:hover {
  color: #e3c056;
}
@media (max-width: 1399px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-related--shop
    .section__actions
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-related--shop
    .section__actions
    a.gform_page_footer,
  .section-default
    .wc-proceed-to-checkout
    .section-related--shop
    .section__actions
    a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-related--shop
    .section__actions
    a.button,
  .section-related--shop
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-related--shop
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-related--shop
    .section__actions
    .section-default
    .wc-proceed-to-checkout
    a,
  .section-related--shop
    .section__actions
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-related--shop .section__actions .ssd-modal a.button,
  .section-related--shop
    .section__actions
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-related--shop
    .section__actions
    .woocommerce
    a.wpr-add-product.button,
  .section-related--shop
    .section__actions
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-related--shop
    .section__actions
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-related--shop
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-related--shop
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-related--shop
    .section__actions
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-related--shop .section__actions a.btn,
  .section-related--shop
    .section__actions
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .ssd-modal .section-related--shop .section__actions a.button,
  .woocommerce
    .section-related--shop
    .section__actions
    a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-related--shop
    .section__actions
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-related--shop
    .section__actions
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-related--shop
    .section__actions
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-related--shop
    .section__actions
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-related--shop
    .section__actions
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-related--shop
    .section__actions
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-related--shop
    .section__actions
    a.woocommerce-button.button {
    font-size: 1.4rem;
    padding: 2rem 2rem 1.7rem;
  }
}
.section-related--shop .section__actions a:not(.btn) {
  color: #e3c056;
}
.section-related--shop .section__actions a:not(.btn):hover {
  color: #676767;
}
.section-related--shop .section__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.12rem;
}
@media (max-width: 1399px) {
  .section-related--shop .section__content {
    margin-bottom: 1.7rem;
  }
}
.section-related--shop .section__title-alt h3 span {
  display: block;
}
.section-related--shop .section__title-alt p strong {
  font-style: italic;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--shop .section__products {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}
@media (max-width: 575px) {
  .section-related--shop .section__products {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--shop .section__product {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .section-related--shop .section__product {
    padding: 2rem 0;
    width: 100%;
  }
}
.section-related--checkout {
  padding-bottom: 0;
  padding-right: 3rem;
  padding-top: 0;
  width: 60%;
}
@media (max-width: 1199px) {
  .section-related--checkout {
    width: 63%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--checkout {
    margin-top: 5rem;
    padding-right: 0;
    width: 100%;
  }
}
.section-related--checkout > h2 {
  font-size: 4.56rem;
  letter-spacing: 0.1em;
  line-height: 1.19;
  max-width: 47rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .section-related--checkout > h2 {
    font-size: 4rem;
    max-width: 43rem;
  }
}
@media (max-width: 1199px) {
  .section-related--checkout > h2 {
    font-size: 3.4rem;
    margin-bottom: 3rem;
    max-width: 37rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--checkout > h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    max-width: 32rem;
  }
}
@media (max-width: 575px) {
  .section-related--checkout > h2 {
    max-width: 29rem;
  }
}
@media (max-width: 374px) {
  .section-related--checkout > h2 {
    font-size: 2.5rem;
  }
}
.section-related--checkout .section__products {
  padding-left: 0;
  width: 100%;
}
@media (max-width: 1399px) {
  .section-related--checkout .section__products {
    margin: -1rem;
    width: calc(100% + 2rem);
  }
}
.section-related--checkout .section__product {
  width: 50%;
}
@media (max-width: 575px) {
  .section-related--checkout .section__product {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-related--checkout
    .section__actions
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-related--checkout
    .section__actions
    a.gform_page_footer,
  .section-default
    .wc-proceed-to-checkout
    .section-related--checkout
    .section__actions
    a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-related--checkout
    .section__actions
    a.button,
  .section-related--checkout
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-related--checkout
    .section__actions
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-related--checkout
    .section__actions
    .section-default
    .wc-proceed-to-checkout
    a,
  .section-related--checkout
    .section__actions
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-related--checkout .section__actions .ssd-modal a.button,
  .section-related--checkout
    .section__actions
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-related--checkout
    .section__actions
    .woocommerce
    a.wpr-add-product.button,
  .section-related--checkout
    .section__actions
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-related--checkout
    .section__actions
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-related--checkout
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-related--checkout
    .section__actions
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-related--checkout
    .section__actions
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-related--checkout .section__actions a.btn,
  .section-related--checkout
    .section__actions
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .ssd-modal .section-related--checkout .section__actions a.button,
  .woocommerce
    .section-related--checkout
    .section__actions
    a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-related--checkout
    .section__actions
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-related--checkout
    .section__actions
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-related--checkout
    .section__actions
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-related--checkout
    .section__actions
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-related--checkout
    .section__actions
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-related--checkout
    .section__actions
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-related--checkout
    .section__actions
    a.woocommerce-button.button {
    font-size: 1.4rem;
    padding: 2rem 2rem 1.7rem;
  }
}
.section-related--checkout .section__actions a {
  display: block;
  text-align: center;
}
.section-related--checkout .section__actions a + a {
  font-size: 1.19rem;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 2.5rem;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1399px) {
  .section-related--checkout .section__actions a + a {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--checkout .section__actions a + a {
    margin-top: 1rem;
  }
}
.section-related--checkout .section__actions a + a:hover {
  color: #e3c056;
}
.section-related--checkout .section__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.12rem;
  text-align: left;
}
@media (max-width: 1399px) {
  .section-related--checkout .section__content {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--checkout .section__products {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}
@media (max-width: 575px) {
  .section-related--checkout .section__products {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related--checkout .section__product {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .section-related--checkout .section__product {
    padding: 2rem 0;
    width: 100%;
  }
}
.section-related.section-related.section-related--latest .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related.section-related.section-related--latest .section__title {
    text-align: center;
  }
}
.section-related.section-related.section-related--latest .section__product {
  opacity: 1;
  padding-bottom: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section-related.section-related.section-related--latest
  .section__product:hover {
  opacity: 0.85;
}
.section-related.section-related.section-related--latest .section__product > a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 1199px) {
  .section-related.section-related.section-related--latest
    .section__products
    .slider__arrow {
    display: none;
  }
}
.section-related.section-related.section-related--latest .section__content {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-related.section-related.section-related--latest .section__content {
    margin-top: 0.5rem;
  }
}
.section-related.section-related.section-related--latest .slider__paging {
  margin-top: 1.35rem;
}
.section-related.section-related.section-related--latest .slider__text-bottom {
  margin-top: 15px;
}
.section-related.section-related.section-related--latest
  .slider__text-bottom
  h6 {
  color: #676767;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-related.section-related.section-related--latest .section__text,
  .section-related.section-related.section-related--latest .section__text p {
    font-size: 0.8rem !important;
  }
  .section-related.section-related.section-related--latest .section__title {
    width: 30%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related.section-related.section-related--latest .section__title {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .section-related.section-related.section-related--latest .section__products {
    width: 70%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-related.section-related.section-related--latest .section__products {
    width: 100%;
  }
}
.section-related.section-related.section-related--latest .section__image {
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.section-related.section-related.section-related--latest
  .section__product:hover
  .section__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1399px) {
  .section-related.section-related.section-related--latest
    .section__product:hover
    .section__image {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (max-width: 1199px) {
  .section-related.section-related.section-related--latest
    .section__product:hover
    .section__image {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
  }
}
.section-slider-alt {
  padding: 20.8rem 0 20.7rem;
  position: relative;
}
@media (max-width: 1399px) {
  .section-slider-alt {
    padding: 18rem 0;
  }
}
@media (max-width: 1199px) {
  .section-slider-alt {
    padding: 14rem 0;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider-alt {
    padding: 10rem 0;
  }
}
@media (max-width: 575px) {
  .section-slider-alt {
    padding: 7rem 0;
  }
}
.section-slider-alt .section__back {
  left: 0;
  padding-bottom: 55%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1540px) {
  .section-slider-alt .section__back {
    padding-bottom: 66%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider-alt .section__back {
    padding-bottom: 85%;
  }
}
@media (max-width: 575px) {
  .section-slider-alt .section__back {
    padding-bottom: 100%;
  }
}
.section-slider-alt .section__back--bottom {
  bottom: 0;
  top: auto;
}
.section-slider-alt .section__title {
  margin: 0 auto 4.2rem;
  max-width: 750px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-slider-alt .section__title {
    margin-bottom: 3rem;
  }
}
.section-slider-alt .section__title h1 {
  line-height: 1.18;
}
.section-slider-alt .section__title span {
  color: #e3c056;
  font-style: italic;
}
.section-slider-alt .section__slider {
  margin-bottom: 5.62rem;
}
@media (max-width: 1199px) {
  .section-slider-alt .section__slider {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider-alt .section__slider {
    margin-bottom: 6rem;
  }
}
.section-slider-alt .section__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.44rem;
  margin: -3.5rem -1.5rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-slider-alt .section__cols {
    font-size: 1.3rem;
    margin: -3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider-alt .section__cols {
    margin: -2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider-alt .section__cols {
    font-size: 1.1rem;
    margin: -1rem;
  }
}
@media (max-width: 575px) {
  .section-slider-alt .section__cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem;
  }
}
@media (max-width: 374px) {
  .section-slider-alt .section__cols {
    margin: -2rem 0;
  }
}
.section-slider-alt .section__col {
  padding: 3.5rem;
  width: 33.33%;
}
@media (max-width: 1199px) {
  .section-slider-alt .section__col {
    padding: 3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider-alt .section__col {
    padding: 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider-alt .section__col {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .section-slider-alt .section__col {
    padding: 2rem;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .section-slider-alt .section__col {
    padding: 2rem 0;
  }
}
.section-slider-alt .section__col img {
  margin-bottom: 2.31rem;
}
@media (max-width: 575px) {
  .section-slider-alt .section__col img {
    display: inline-block;
    margin: 0 auto 2rem;
    max-width: 300px;
  }
}
@media (max-width: 374px) {
  .section-slider-alt .section__col img {
    max-width: 250px;
  }
}
.section-slider-alt .section__col h5 {
  line-height: 1.18;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.section-slider {
  background-color: #676767;
  color: #fff;
  padding: 1.7rem 0;
  position: relative;
}
.section-slider:after,
.section-slider:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 0.9rem;
  left: 0;
  -webkit-mask-image: url(../images/svg/ribbon-pattern.svg);
  mask-image: url(../images/svg/ribbon-pattern.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.section-slider:after {
  bottom: -0.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider:after {
    bottom: -0.7rem;
  }
}
.section-slider:before {
  top: -0.5rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider:before {
    top: -0.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider {
    padding: 1rem 0;
  }
}
.section-slider .section__wrapper {
  border-bottom: 4px solid #e3c056;
  border-top: 4px solid #e3c056;
  padding: 4.5rem 0 6.5rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider .section__wrapper {
    padding: 3rem 0 4rem;
  }
}
@media (max-width: 575px) {
  .section-slider .section__wrapper {
    border-width: 3px 0;
  }
}
.section-slider .section__head {
  margin-bottom: 1.1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider .section__head {
    padding-bottom: 2rem !important;
  }
}
.section-slider .section__foot {
  color: #e3c056;
  font-size: 1.33rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider .section__foot {
    font-size: 1.1rem;
  }
}
.section-slider .section__foot p {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-slider .section__foot p {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-slider
    .section__foot
    a.gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme
    .section-slider
    .section__foot
    a.gform_page_footer,
  .section-default .wc-proceed-to-checkout .section-slider .section__foot a,
  .section-default
    .woocommerce
    table.shop_table.shop_table
    .section-slider
    .section__foot
    a.button,
  .section-slider
    .section__foot
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_footer,
  .section-slider
    .section__foot
    .gform_wrapper.gform_wrapper.gravity-theme
    a.gform_page_footer,
  .section-slider .section__foot .section-default .wc-proceed-to-checkout a,
  .section-slider
    .section__foot
    .section-default
    .woocommerce
    table.shop_table.shop_table
    a.button,
  .section-slider .section__foot .ssd-modal a.button,
  .section-slider
    .section__foot
    .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    a.gens-ctc,
  .section-slider .section__foot .woocommerce a.wpr-add-product.button,
  .section-slider
    .section__foot
    .woocommerce
    table.shop_table.order_details
    a.button,
  .section-slider
    .section__foot
    .woocommerce
    table.shop_table.subscription_details
    a.button,
  .section-slider
    .section__foot
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .payments-wrapper
    + a,
  .section-slider
    .section__foot
    .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .woocommerce-MyAccount-content
    > a.button,
  .section-slider
    .section__foot
    .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    a.button,
  .section-slider .section__foot a.btn,
  .section-slider
    .section__foot
    main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    a.woocommerce-button.button,
  .ssd-modal .section-slider .section__foot a.button,
  .woocommerce .section-slider .section__foot a.wpr-add-product.button,
  .woocommerce
    .woocommerce-MyAccount-content
    .gens-refer-a-friend
    .gens-raf-message
    .section-slider
    .section__foot
    a.gens-ctc,
  .woocommerce
    table.shop_table.order_details
    .section-slider
    .section__foot
    a.button,
  .woocommerce
    table.shop_table.subscription_details
    .section-slider
    .section__foot
    a.button,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-slider
    .section__foot
    .payments-wrapper
    + a,
  .woocommerce-payment-methods.woocommerce-payment-methods.woocommerce-payment-methods
    .woocommerce
    .section-slider
    .section__foot
    .woocommerce-MyAccount-content
    > a.button,
  .woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons.woocommerce-wc-smart-coupons
    .wc_sc_coupon_actions_wrapper
    .section-slider
    .section__foot
    a.button,
  main.checkoutwc
    section.cfw-customer-information
    table.woocommerce-orders-table--subscriptions
    .section-slider
    .section__foot
    a.woocommerce-button.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 20rem;
    min-height: 4.4rem;
  }
}
.section-slider .section__trustpilot {
  padding-top: 3rem;
}
.section-slider .section__trustpilot .trustpilot-widget {
  pointer-events: none !important;
}
.section-slider .section__trustpilot .features__actions {
  margin-bottom: 70px;
  margin-top: 15px;
  padding: 0;
}
.section-slider .section__trustpilot .features__actions a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 100%;
}
.section-slider .section__trustpilot .features__actions a:hover {
  color: #fff;
}
.section-slider .section__trustpilot .features__actions a:hover span {
  border-left-color: #fff;
}
.section-slider .section__trustpilot .features__actions a span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #e3c056;
  border-top: 0.75rem solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 1.25rem;
  position: relative;
  top: -1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
.section-slider--no-ornaments:after,
.section-slider--no-ornaments:before {
  display: none;
}
.section-slider--no-ornaments .section__wrapper {
  border-top: unset;
}
.section-subscribe {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 77px);
  margin-top: 6.09rem;
  min-height: 660px;
  padding: 5rem 0;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-subscribe {
    min-height: 600px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-subscribe {
    min-height: 500px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-subscribe {
    margin-top: 4.77rem;
  }
}
.section-subscribe .section__back {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section-subscribe h1 {
  color: #535556;
  font-size: 4.56rem;
  letter-spacing: 0.1em;
  line-height: 1.19;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-subscribe h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-subscribe h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-subscribe h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .section-subscribe h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 374px) {
  .section-subscribe h1 {
    font-size: 2rem;
  }
}
.section-subscribe .section__content {
  margin: 0 auto 4.6rem;
  max-width: 75.94rem;
}
@media (max-width: 1199px) {
  .section-subscribe .section__content {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-subscribe .section__content {
    margin-bottom: 2.5rem;
  }
}
.section-subscribe .section__content p:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .section-subscribe .section__content p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-subscribe .section__content p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.section-subscribe .section__form {
  margin: 0 auto;
  max-width: 49rem;
}
.section-subscribe .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.75rem !important;
}
body.logged-in .section-subscribe {
  height: calc(100vh - 111px);
}
.section-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-video h2 {
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section-video h2 {
    margin-bottom: 0.6rem;
  }
}
.section-video .section__video {
  background-color: #fff;
  position: relative;
  text-align: center;
  width: 50%;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .section__video {
    width: 100%;
  }
}
.section-video .section__video img {
  -o-object-fit: cover;
  object-fit: cover;
}
.section-video .section__video a,
.section-video .section__video img {
  display: block;
  height: 100%;
  width: 100%;
}
.section-video .section__cover {
  height: 100%;
}
.section-video .section__content {
  background-color: #fff;
  padding: 5.875rem 8rem 7.7rem 10.6rem;
  width: 50%;
}
@media (max-width: 1529px) {
  .section-video .section__content {
    padding: 5rem 7.2rem;
  }
}
@media (max-width: 1399px) {
  .section-video .section__content {
    padding: 5rem 4rem;
  }
}
@media (max-width: 1199px) {
  .section-video .section__content {
    padding: 5rem 3rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .section__content {
    padding: 4rem 1.7rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .section__content {
    padding: 2rem 1.25rem 3rem;
    width: 100%;
  }
}
.section-video .section__content p {
  letter-spacing: 0.075em;
  margin-bottom: 2.94rem;
}
.section-video .section__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #e3c056;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  width: 10rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .section__btn {
    height: 7rem;
    width: 7rem;
  }
}
.section-video .section__btn:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.section-video .section__btn span {
  border-bottom: 2.5rem solid transparent;
  border-left: 3.5rem solid #fff;
  border-top: 2.5rem solid transparent;
  display: inline-block;
  height: 0;
  margin-right: -1rem;
  width: 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .section__btn span {
    border-width: 2rem 0 2rem 3rem;
  }
}
.section-video .section__video a:hover .section__btn:after {
  opacity: 1;
  visibility: visible;
}
.section-video .arrow__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.188rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-left: 2.88rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1399px) {
  .section-video .arrow__link {
    margin-left: 2rem;
  }
}
@media (max-width: 1199px) {
  .section-video .arrow__link {
    font-size: 1rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .arrow__link {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .arrow__link {
    margin-bottom: 0;
    margin-left: 2rem;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .section-video .arrow__link {
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.section-video .arrow__link:hover {
  opacity: 0.7;
}
.section-video .arrow__link span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #676767;
  border-top: 0.75rem solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 1.25rem;
  position: relative;
  top: -2px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 1399px) {
  .section-video .arrow__link span {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .section-video .arrow__link span {
    margin-left: 0.5rem;
  }
}
.section-video .section__actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .section__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section-video .section__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .section-video .section__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .section-video .section__actions a.btn--alt {
    padding: 2rem 2rem 1.7rem;
  }
}
@media (max-width: 575px) {
  .section-video .section__actions a.btn--alt {
    min-height: 4.4rem;
  }
}
.section {
  font-size: 1.38rem;
  line-height: 1.45;
  margin-top: 6.09rem;
  padding: 7rem 0 6.56rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section {
    font-size: 1.3rem;
    margin-top: 4.77rem;
    padding: 4rem 0;
  }
}
@media (max-width: 374px) {
  .section {
    font-size: 1.25rem;
    padding: 3rem 0;
  }
}
.section h1,
.section p > span {
  text-transform: uppercase;
}
.section h1 {
  color: #535556;
  font-size: 4.56rem;
  letter-spacing: 0.1em;
  line-height: 1.19;
  text-align: center;
}
@media (max-width: 1199px) {
  .section h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .section h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 374px) {
  .section h1 {
    font-size: 2rem;
  }
}
.section h4 {
  color: #535556;
  font-size: 2rem;
  line-height: 1.31;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 374px) {
  .section h4 {
    font-size: 1.3rem;
  }
}
.section p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .section p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.section .section__head:not(:last-child) {
  margin-bottom: 6.2rem;
}
@media (max-width: 1199px) {
  .section .section__head:not(:last-child) {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__head:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__head:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 575px) {
  .section .section__head:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}
.section .section__head h1 {
  font-size: 3.25em;
  margin-bottom: 5.6rem;
}
@media (max-width: 1199px) {
  .section .section__head h1 {
    font-size: 2.9rem;
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__head h1 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__head h1 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .section .section__head h1 {
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .section .section__head h1 {
    margin-bottom: 2rem;
  }
}
.section .section__content {
  margin-bottom: 3.12rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__content {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .section .section__content {
    margin-bottom: 2rem;
  }
}
.section .section__accordion + .section__content {
  margin: 6.2rem 0;
}
@media (max-width: 1199px) {
  .section .section__accordion + .section__content {
    margin: 5.2rem 0;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__accordion + .section__content {
    margin: 4.5rem 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__accordion + .section__content {
    margin: 3.5rem 0;
  }
}
@media (max-width: 575px) {
  .section .section__accordion + .section__content {
    margin: 2.7rem 0;
  }
}
.section .section__content + .section__content {
  margin-top: 6.2rem;
}
@media (max-width: 1199px) {
  .section .section__content + .section__content {
    margin-top: 5.2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__content + .section__content {
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__content + .section__content {
    margin-top: 3.5rem;
  }
}
@media (max-width: 575px) {
  .section .section__content + .section__content {
    margin-top: 2.7rem;
  }
}
.section .section__content ol {
  list-style-type: none;
}
.section .section__content ol li {
  counter-increment: my-awesome-counter;
  padding-left: 3.58rem;
  position: relative;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__content ol li {
    padding-left: 2rem;
  }
}
.section .section__content ol li:before {
  color: #e3c056;
  content: counter(my-awesome-counter) ".";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -0.1rem;
}
.section .section__content ol li + li {
  margin-top: 2.06rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__content ol li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .section .section__content ol li + li {
    margin-top: 1rem;
  }
}
.section .section__body {
  margin-bottom: 7.44rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__body {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__body {
    margin-bottom: 4rem;
  }
}
@media (max-width: 374px) {
  .section .section__body {
    margin-bottom: 3rem;
  }
}
.section .section__foot {
  text-align: center;
}
.section .section__content h4,
.section .section__foot h4 {
  margin-bottom: 2.1rem;
}
@media (max-width: 1199px) {
  .section .section__content h4,
  .section .section__foot h4 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__content h4,
  .section .section__foot h4 {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 575px) {
  .section .section__content h4,
  .section .section__foot h4 {
    margin-bottom: 1.1rem;
  }
}
.section .section__foot address {
  margin-bottom: 2.19rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section .section__foot address {
    margin-bottom: 1.7rem;
  }
}
.section .section__foot p {
  margin-bottom: 0;
}
.section .section__content ol a,
.section .section__foot a,
.section .section__head p > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.section .section__content ol a:hover,
.section .section__foot a:hover,
.section .section__head p > a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.section--disclaimer {
  padding-bottom: 10.94rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section--disclaimer {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .section--disclaimer {
    padding-bottom: 4rem;
  }
}
@media (max-width: 374px) {
  .section--disclaimer {
    padding-bottom: 3rem;
  }
}
.shell {
  margin: 0 auto;
  max-width: 110rem;
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .shell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.shell--small {
  max-width: 91.72rem;
}
.shell--large {
  max-width: 108.75rem;
}
.shell--xlarge {
  max-width: 119.25rem;
}
.shell--fluid {
  max-width: none;
}
.woocommerce-shop .mfp-container {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-hero {
  height: 100%;
  max-width: 3.813rem;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.slider-hero.is-active {
  max-width: 29.375rem;
}
@media (max-width: 1399px) {
  .slider-hero.is-active {
    max-width: 380px;
  }
  .slider-hero .slider__back {
    max-width: 336.8px;
  }
}
@media (max-width: 1199px) {
  .slider-hero .slider__back {
    max-width: 305px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__back {
    max-width: 297px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__back {
    max-width: 307px;
  }
}
.slider-hero .slider__clip {
  height: 100%;
}
.slider-hero .slider__head {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.65em;
  min-width: 43.313px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__head {
    min-width: 34.656px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__head {
    letter-spacing: 0.5em;
  }
}
.slider-hero .slider__head a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0.625rem 0.938rem 0.625rem 0.838rem;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__head a {
    padding: 0.6rem 0.6rem 0.6rem 0.5rem;
  }
}
.slider-hero .slider__head a:hover {
  color: #e3c056;
}
.slider-hero .slider__head span {
  padding-top: 0.7rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.slider-hero .slider__slides {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.slider-hero .slider__slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 1.313rem;
  height: 20.01%;
  letter-spacing: 0.02em;
  position: relative;
  width: 100% !important;
  z-index: 10;
}
@media (max-width: 1199px) {
  .slider-hero .slider__slide {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__slide {
    font-size: 1.1rem;
  }
}
.slider-hero .slider__slide img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.slider-hero .slider__body a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3c056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.188rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1199px) {
  .slider-hero .slider__body a {
    font-size: 1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__body a {
    font-size: 0.9rem;
  }
}
.slider-hero .slider__body a:hover {
  color: #fff;
}
.slider-hero .slider__body a span {
  border-bottom: 0.75rem solid transparent;
  border-left: 0.938rem solid #e3c056;
  border-top: 0.75rem solid transparent;
  display: block;
  height: 0;
  margin-left: 1.25rem;
  position: relative;
  top: -1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
}
@media (max-width: 1199px) {
  .slider-hero .slider__body a span {
    border-width: 0.5rem 0 0.5rem 0.7rem;
    margin-left: 1rem;
    margin-top: -2px;
    top: 0;
  }
}
.slider-hero .slider__body a:hover span {
  border-color: transparent transparent transparent #fff;
}
.slider-hero .slider__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 25.625rem;
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
@media (max-width: 1399px) {
  .slider-hero .slider__body {
    max-width: 294px;
    min-width: 294px;
  }
}
@media (max-width: 1199px) {
  .slider-hero .slider__body {
    max-width: 262px;
    min-width: 262px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__body {
    max-width: 272px;
    min-width: 272px;
  }
}
.slider-hero .slider__slide.is-active .slider__body {
  position: static;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slider-hero .slider__body p {
  margin-bottom: 1.25rem;
}
@media (max-width: 1199px) {
  .slider-hero .slider__body p {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__body p {
    margin-bottom: 0.5rem;
  }
}
.slider-hero .slider__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.875rem 1.25rem 2rem;
}
@media (max-width: 1399px) {
  .slider-hero .slider__container {
    padding: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .slider-hero .slider__container {
    padding: 0 0.5rem 0 1.2rem;
  }
}
.slider-hero .slider__image {
  margin-right: 1rem;
  width: 33px;
}
.slider-hero .slider__image img {
  max-height: 140px;
}
@media (max-width: 1529px) {
  .slider-hero .slider__image {
    width: 47px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__image {
    width: 40px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__image {
    height: 80px;
    width: 30px;
  }
}
@media (max-width: 374px) {
  .slider-hero .slider__image {
    margin-right: 0.8rem;
    width: 25px;
  }
}
.slider-hero .slider__slide:last-child .slider__image {
  width: 8px;
}
@media (max-width: 1529px) {
  .slider-hero .slider__slide:last-child .slider__image {
    width: 11px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__slide:last-child .slider__image {
    width: 9px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__slide:last-child .slider__image {
    width: 7px;
  }
}
@media (max-width: 374px) {
  .slider-hero .slider__slide:last-child .slider__image {
    width: 6px;
  }
}
.slider-hero .slider__slide:nth-child(3) .slider__image {
  width: 25px;
}
@media (max-width: 1529px) {
  .slider-hero .slider__slide:nth-child(3) .slider__image {
    width: 35px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__slide:nth-child(3) .slider__image {
    width: 30px;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-hero .slider__slide:nth-child(3) .slider__image {
    width: 20px;
  }
}
.slider-hero .slider__back {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.slider-hero .slider__backs.active .slider__back--active,
.slider-hero .slider__backs.inspired .slider__back--inspired,
.slider-hero .slider__backs.neutral .slider__back--neutral,
.slider-hero .slider__backs.relaxed .slider__back--relaxed,
.slider-hero .slider__backs.seasonal .slider__back--seasonal {
  opacity: 1;
  visibility: visible;
}
.slider-product {
  padding-left: 2.5rem;
  padding-right: 1rem;
  position: relative;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-product {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .slider-product {
    margin: 0 auto;
    max-width: 32rem;
  }
}
.slider-product .slider__arrow {
  border: solid #e3c056;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 41%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  z-index: 99;
}
.slider-product .slider__arrow:hover {
  border: solid #535556;
  border-width: 0 2px 2px 0;
}
@media (max-width: 1399px) {
  .slider-product .slider__arrow {
    top: 39%;
  }
}
@media (max-width: 1199px) {
  .slider-product .slider__arrow {
    display: none;
    padding: 15px;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-product .slider__arrow {
    padding: 10px;
  }
  .slider-product .slider__arrow:hover {
    border: solid #e3c056;
    border-width: 0 2px 2px 0;
  }
  .slider-product .slider__arrow:active {
    border: solid #535556;
    border-width: 0 2px 2px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .slider-product .slider__arrow {
    padding: 10px;
  }
  .slider-product .slider__arrow:hover {
    border: solid #e3c056;
    border-width: 0 2px 2px 0;
  }
  .slider-product .slider__arrow:active {
    border: solid #535556;
    border-width: 0 2px 2px 0;
  }
}
.slider-product .slider__arrow--prev {
  left: -1.7rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-product .slider__arrow--prev {
    left: -1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-product .slider__arrow--prev {
    left: 0;
  }
}
.slider-product .slider__arrow--next {
  right: -1.7rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-product .slider__arrow--next {
    right: -1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-product .slider__arrow--next {
    right: 0;
  }
  .slider-product .slider__clip {
    margin: 0 auto;
    max-width: 500px;
  }
}
.slider-product .slider__paging {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.slider-product .swiper-pagination-bullet {
  background: #aaa;
  border: 1px solid #888;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.slider-product .swiper-pagination-bullet-active {
  background: #545454;
  border: 1px solid #545454;
}
.zoomWindow {
  background-color: #fff;
  height: calc(100% - 4rem) !important;
  left: 50% !important;
  margin: auto;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem) !important;
}
@media (max-width: 575px) {
  .zoomWindow {
    height: calc(100% - 3rem) !important;
    width: calc(100% - 3rem) !important;
  }
}
.zoomContainer {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  z-index: 100 !important;
}
.zoomContainer:hover {
  background-color: #fff;
}
.slider-related {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-related {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-related {
    padding: 0 2rem;
  }
}
@media (max-width: 575px) {
  .slider-related {
    margin: 0 auto;
    max-width: 32rem;
  }
}
@media (max-width: 374px) {
  .slider-related {
    padding: 0 1rem;
  }
}
.slider-related .section__product {
  width: 100%;
}
.slider-related .slider__arrow {
  border: solid #e3c056;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  z-index: 1;
}
.slider-related .slider__arrow:hover {
  border: solid #535556;
  border-width: 0 2px 2px 0;
}
@media (max-width: 1399px) {
  .slider-related .slider__arrow {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .slider-related .slider__arrow {
    display: none;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-related .slider__arrow {
    padding: 10px;
  }
  .slider-related .slider__arrow:hover {
    border: solid #e3c056;
    border-width: 0 2px 2px 0;
  }
  .slider-related .slider__arrow:active {
    border: solid #535556;
    border-width: 0 2px 2px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .slider-related .slider__arrow {
    padding: 10px;
  }
  .slider-related .slider__arrow:hover {
    border: solid #e3c056;
    border-width: 0 2px 2px 0;
  }
  .slider-related .slider__arrow:active {
    border: solid #535556;
    border-width: 0 2px 2px 0;
  }
}
@media (max-width: 575px) {
  .slider-related .slider__arrow {
    top: 49%;
  }
}
.slider-related .slider__arrow--prev {
  left: -1.7rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 1399px) {
  .slider-related .slider__arrow--prev {
    left: -1rem;
  }
}
@media (max-width: 1199px) {
  .slider-related .slider__arrow--prev {
    left: -1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-related .slider__arrow--prev {
    left: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .slider-related .slider__arrow--prev {
    left: -1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-related .slider__arrow--prev {
    left: 0;
  }
}
.slider-related .slider__arrow--next {
  right: -1.7rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1399px) {
  .slider-related .slider__arrow--next {
    right: -0.5rem;
  }
}
@media (max-width: 1199px) {
  .slider-related .slider__arrow--next {
    right: -1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-related .slider__arrow--next {
    right: -1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .slider-related .slider__arrow--next {
    right: -1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-related .slider__arrow--next {
    right: 0;
  }
}
.slider-related .slider__paging {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}
.slider-related .swiper-pagination-bullet {
  background: #aaa;
  border: 1px solid #888;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.slider-related .swiper-pagination-bullet-active {
  background: #545454;
  border: 1px solid #545454;
}
.slider-related .slider__slide {
  height: auto;
}
.slider-related .slider__text-bottom {
  margin-top: 15px;
}
.slider-related .slider__text-bottom h6 {
  color: #676767;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.slider-reviews {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  -webkit-user-select: none;
}
.slider-reviews .slider__slide,
.slider-reviews .slider__slides {
  height: auto;
}
.slider-reviews .slider__clip {
  margin: 0 auto;
  max-width: 89.06rem;
}
@media (max-width: 1399px) {
  .slider-reviews .slider__clip {
    max-width: 78rem;
  }
}
@media (max-width: 1199px) {
  .slider-reviews .slider__clip {
    max-width: 67rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-reviews .slider__clip {
    padding: 0 3.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-reviews .slider__clip {
    max-width: 85%;
    padding: 0;
  }
}
.slider-reviews .slider__arrow {
  border: solid #e3c056;
  border-width: 0 4px 4px 0;
  cursor: pointer;
  display: inline-block;
  left: -0.9rem;
  padding: 2.5rem;
  position: absolute;
  top: 35%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
}
@media only screen and (max-width: 1470px) {
  .slider-reviews .slider__arrow {
    left: -1rem;
  }
}
@media (max-width: 1399px) {
  .slider-reviews .slider__arrow {
    left: -1.5rem;
    padding: 1.3rem;
    top: 46%;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-reviews .slider__arrow {
    left: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-reviews .slider__arrow {
    padding: 1rem;
  }
}
.slider-reviews .slider__arrow:hover {
  border-color: transparent #fff #fff transparent;
}
.slider-reviews .slider__arrow--next {
  left: auto;
  right: -0.9rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1470px) {
  .slider-reviews .slider__arrow--next {
    right: -1rem;
  }
}
@media (max-width: 1199px) {
  .slider-reviews .slider__arrow--next {
    right: -1.5rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-reviews .slider__arrow--next {
    right: 0;
  }
}
@media (max-width: 575px) {
  .slider-reviews .slider__arrow--next {
    top: 44%;
  }
}
.slider-reviews .slider__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-reviews .swiper-slide {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .slider-reviews .swiper-slide-prev {
    opacity: 0;
  }
}
.slider-reviews * {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.slider-reviews-pagination {
  display: none;
  margin: 15px 0 -2rem;
  position: static;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-reviews-pagination {
    display: block;
  }
}
.slider-videos {
  position: relative;
}
.slider-videos .slider__clip {
  margin: 0 auto;
  max-width: 61.48rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-videos .slider__clip {
    max-width: 80%;
  }
}
.slider-videos .slider__cover {
  padding-bottom: 59%;
}
.slider-videos .slider__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #e3c056;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10.06rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  width: 10.06rem;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-videos .slider__button {
    height: 4rem;
    width: 4rem;
  }
}
.slider-videos .slider__button:after {
  background: linear-gradient(
    135deg,
    #b6922f,
    #f7f4b7 22%,
    #dcc36f 38%,
    #d4b763 52%,
    #f7f4b7 76%,
    #b6922f
  );
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.slider-videos .slider__button span {
  border-bottom: 3rem solid transparent;
  border-left: 3.8rem solid #fff;
  border-top: 3rem solid transparent;
  display: inline-block;
  height: 0;
  margin-right: -1.1rem;
  width: 0;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-videos .slider__button span {
    border-width: 1rem 0 1rem 1.5rem;
    margin-right: -5px;
  }
}
@media (max-width: 374px) {
  .slider-videos .slider__button span {
    border-width: 1.2rem 0 1.2rem 2.2rem;
  }
}
.slider-videos a.slider__video:hover .slider__button:after {
  opacity: 1;
  visibility: visible;
}
.slider-videos .slider__arrow {
  border: solid #e3c056;
  border-width: 0 5px 5px 0;
  cursor: pointer;
  display: inline-block;
  left: 0;
  padding: 2.5rem;
  position: absolute;
  top: 46%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transition:
    opacity 0.3s,
    border-color 0.3s;
  transition:
    opacity 0.3s,
    border-color 0.3s;
  z-index: 2;
}
@media (max-width: 1199px) {
  .slider-videos .slider__arrow {
    padding: 2rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-videos .slider__arrow {
    padding: 1.3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .slider-videos .slider__arrow {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .slider-videos .slider__arrow {
    border-width: 0 3px 3px 0;
    padding: 0.8rem;
  }
}
.slider-videos .slider__arrow:hover {
  border-color: transparent #676767 #676767 transparent;
}
.slider-videos .slider__arrow--next {
  left: auto;
  right: 0;
  top: 46%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 575px) {
  .slider-videos .slider__arrow--next {
    top: 44%;
  }
}
.spinner {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: #3498db;
  display: none;
  height: 20px;
  width: 20px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.woocommerce-page div.product div.summary {
  padding-left: 1.55rem;
  padding-top: 5.9rem;
  width: 35%;
}
@media (max-width: 1399px) {
  .woocommerce-page div.product div.summary {
    width: 40%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .woocommerce-page div.product div.summary {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 1rem;
    width: 100%;
  }
}
.mfp-close {
  color: #dfc269 !important;
}
@media (max-width: 1000px) and (orientation: landscape) {
  .mfp-iframe-scaler > iframe {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    left: 50%;
    margin: auto;
    max-height: 85vh;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mfp-iframe-scaler > .mfp-close {
    position: fixed;
    right: 0.5em;
    top: 0.5em;
  }
  .mfp-iframe-scaler .mfp-close {
    font-size: 5rem;
  }
}
@media (max-width: 1000px) and (orientation: portrait) {
  .mfp-iframe-scaler > iframe {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    left: 50%;
    margin: auto;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mfp-iframe-scaler > .mfp-close {
    position: fixed;
    right: 0;
    top: 0;
  }
}
.wrapper {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.wrapper,
.wrapper .wrapper__inner {
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .wrapper__inner {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.wrapper .wrapper__overlay {
  background-color: hsla(0, 0%, 40%, 0.65);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 125;
}
.wrapper .wrapper__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
body.admin-bar .wrapper .wrapper__inner {
  min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar .wrapper .wrapper__inner {
    min-height: calc(100vh - 46px);
  }
}
.gfield_consent_label a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gfield_consent_label a:hover {
  color: #e3c056;
  text-decoration: underline;
}
.gform_wrapper .gfield_required.gfield_required_text,
.gform_wrapper.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.gform_wrapper.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.69rem;
  grid-row-gap: 2.31rem;
}
@media (max-width: 1199px) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 2rem;
    grid-row-gap: 1.8rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 2rem;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper .gform_fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme.review_wrapper .gform_fields {
    grid-column-gap: 0;
  }
}
.gform_wrapper.gravity-theme .gfield.gfield.gfield--medium {
  grid-column: span 6;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gravity-theme .gfield.gfield.gfield--medium {
    grid-column: span 12;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_label {
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.82;
  margin-bottom: 10px;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gform_wrapper.gravity-theme .gfield input.small,
.gform_wrapper.gform_wrapper.gravity-theme .gfield select.medium,
.gform_wrapper.gform_wrapper.gravity-theme .gfield select.small {
  width: 100%;
}
.gform_wrapper.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gform_wrapper.gravity-theme select,
.gform_wrapper.gform_wrapper.gravity-theme textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 5rem;
  letter-spacing: 0.025em;
  line-height: 4.88rem;
  padding: 0 2.06rem;
  width: 100%;
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gravity-theme input[type="color"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="date"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="datetime-local"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="datetime"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="email"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="month"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="number"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="password"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="search"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="tel"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="text"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="time"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="url"],
  .gform_wrapper.gform_wrapper.gravity-theme input[type="week"],
  .gform_wrapper.gform_wrapper.gravity-theme select,
  .gform_wrapper.gform_wrapper.gravity-theme textarea {
    height: 4rem;
    line-height: 3.88rem;
    padding: 0 1.3rem;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gform_wrapper.gravity-theme .ginput_container_select:after {
  border: solid #676767;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 21px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="color"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="date"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="datetime-local"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="datetime"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="email"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="month"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="number"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="password"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="search"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="text"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="time"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  input[type="week"],
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme select,
.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme textarea {
  border: none;
  border-radius: 0;
  color: #676767;
  font-size: 1.188rem;
  font-weight: inherit;
  height: 4.688rem;
  letter-spacing: 0;
  line-height: 4.688rem;
  padding: 0 1.625rem;
  width: 100%;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="color"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="date"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="datetime-local"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="datetime"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="email"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="month"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="number"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="password"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="search"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="tel"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="text"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="time"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="url"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    input[type="week"],
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme select,
  .gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme textarea {
    height: 4rem;
    line-height: 4rem;
    padding: 0 1rem;
  }
}
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
  input[type="datetime-local"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
  input[type="datetime"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
  input[type="password"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme select,
.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.38rem;
  font-weight: inherit;
  height: 4rem;
  letter-spacing: 0.025em;
  line-height: 3.88rem;
  padding: 0 2.3rem;
  width: 100%;
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="color"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="date"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
    input[type="datetime-local"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
    input[type="datetime"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="email"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="month"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
    input[type="number"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
    input[type="password"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
    input[type="search"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="tel"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="text"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="time"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="url"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme input[type="week"],
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme select,
  .gform_wrapper.gform_wrapper.review_wrapper.gravity-theme textarea {
    height: 4rem;
    line-height: 3.88rem;
    padding: 0 1.3rem;
  }
}
.gform_wrapper.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
  textarea.large {
  height: 10.56rem;
  line-height: 1.5;
  padding: 1rem 2rem;
  resize: vertical;
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gform_wrapper.review_wrapper.gravity-theme
    textarea.large {
    height: 10rem;
    padding: 1rem 1.3rem;
  }
}
.gform_wrapper.gform_wrapper.gform_wrapper.gravity-theme textarea.large {
  display: block;
  height: 14.56rem;
  line-height: 1.5;
  padding: 1.5rem 1.9rem;
  resize: vertical;
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gform_wrapper.gravity-theme textarea.large {
    height: 10rem;
    padding: 1rem 1.3rem;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme select {
  padding: 0 30px 0 15px;
}
.gform_wrapper.gform_wrapper.gravity-theme select[multiple="multiple"] {
  height: auto;
  padding: 15px;
}
.gform_wrapper.gform_wrapper .gfield_validation_message,
.gform_wrapper.gform_wrapper .validation_message {
  border-color: red;
}
.gform_wrapper.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gform_wrapper .gfield_error legend,
.gform_wrapper.gform_wrapper .gfield_validation_message,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper [aria-invalid="true"] + label,
.gform_wrapper.gform_wrapper label + [aria-invalid="true"] {
  color: red;
}
.gform_wrapper.gform_wrapper .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.19rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.58;
}
.gform_wrapper.gform_wrapper .ginput_container_consent input[type="checkbox"] {
  -ms-flex-negative: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #535556;
  border-radius: 5px;
  display: inline-block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 0.94rem;
  margin-top: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 18px;
}
.gform_wrapper.gform_wrapper
  .ginput_container_consent
  input[type="checkbox"]:checked {
  background-color: #535556;
}
.gform_wrapper.gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label {
  max-width: 100%;
  padding-left: 20px;
  position: relative;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:before,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.gfield--radio {
  margin: -10px 0 -7px;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset
  .gfield_radio
  label {
  padding-left: 32px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
    fieldset
    .gfield_radio
    label {
    line-height: 1.2;
    padding-left: 20px;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset
  .gfield_radio
  .gchoice
  + .gchoice {
  margin-top: -8px;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
    fieldset
    .gfield_radio
    .gchoice
    + .gchoice {
    margin-top: 5px;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper fieldset.js-rating {
  margin: -6px 0 3px;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_label {
  margin-bottom: -4px;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio {
  border: 0;
  display: inline-block;
  margin-bottom: -2rem;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  > input {
  display: none;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  > label {
  float: right;
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  label {
  font-size: 0;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  label:after {
  display: none;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  label:before {
  border: none;
  content: "\f005";
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2rem;
  height: auto;
  left: auto;
  padding: 0.3rem 0.4rem;
  position: static;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: auto;
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  input:checked
  + label:hover,
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  input:checked
  ~ label,
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  input:checked
  ~ label:hover,
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  input:checked
  ~ label:hover
  ~ label,
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  label:hover,
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  label:hover
  ~ input:checked
  ~ label,
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper
  fieldset.js-rating
  .gfield_radio
  label:hover
  ~ label {
  color: #e4b340;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:before,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:before {
  border: 1px solid grey;
  height: 14px;
  width: 14px;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after {
  display: none;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .gfield_checkbox
  input:checked
  + label,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio input:checked + label {
  font-weight: 400;
}
.gform_wrapper.gform_wrapper.gravity-theme
  .gfield_checkbox
  input:checked
  + label:after,
.gform_wrapper.gform_wrapper.gravity-theme
  .gfield_radio
  input:checked
  + label:after {
  display: block;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:before {
  border-radius: 100%;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after {
  background: grey;
  height: 10px;
  left: 2px;
  width: 10px;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after {
  border-radius: 100%;
}
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
}
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 2.4rem;
  padding: 0;
  position: relative;
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer {
    padding-top: 0;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 1.5rem !important;
  }
}
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper .gform_footer,
.gform_wrapper.gform_wrapper.gravity-theme.review_wrapper .gform_page_footer {
  margin-top: 1.7rem;
}
.gform_wrapper.gform_wrapper.newsletter_wrapper.gravity-theme .gform_footer {
  margin-top: 1.97rem;
}
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input {
  margin: 0;
  padding: 2.2rem 7.35rem;
}
@media (max-width: 1199px) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 1.8rem 6rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 1.5rem 4rem;
  }
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 1.3rem 3rem;
  }
}
.gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  button,
.gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  .gform_footer
  input,
.gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  button,
.gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  input {
  border-radius: 1rem;
  font-size: 1.625rem;
  letter-spacing: 0.28em;
  padding: 1.875rem 3.563rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    input,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    padding: 2rem 4rem 1.7rem;
  }
}
@media (max-width: 1199px) {
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    input,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    padding: 2rem 3rem 1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    input,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    padding: 1.4rem 2rem 1.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    input,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    line-height: 1 !important;
  }
}
@media (max-width: 575px) {
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    input,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.gform_wrapper.newsletter_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    min-height: 4.4rem !important;
    min-width: 15rem;
  }
}
.gform_wrapper.review_wrapper.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.review_wrapper.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  button,
.gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
  .gform_page_footer
  input {
  padding: 2rem 4rem;
}
@media (max-width: 1399px) {
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    padding: 2rem 4rem 1.7rem;
  }
}
@media (max-width: 1199px) {
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    padding: 2rem 3rem 1.7rem;
  }
}
@media (max-width: 1023px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_footer
    button,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .gform_wrapper.review_wrapper.gform_wrapper.gravity-theme
    .gform_page_footer
    input {
    padding: 1.4rem 2rem 1.2rem;
  }
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gform_wrapper.gform_wrapper.gform_wrapper .gform_validation_errors {
  border-color: red;
  color: red;
  display: none;
  margin: 0 0 10px;
}
.gform_wrapper.gform_wrapper .gform_validation_errors > h2 {
  color: inherit;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  padding: 5px 10px !important;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
}
.gform_confirmation_wrapper .gform_confirmation_message strong {
  color: #e3c056;
  display: block;
  text-transform: uppercase;
}
.gform_confirmation_wrapper .gform_confirmation_message img {
  max-width: 20rem;
}
@media (max-width: 767px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  .gform_wrapper.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
  }
}
