/*! Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: 0;
}
mark {
  background: 0 0;
  color: inherit;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 * all.min
 */
.fa {
  font-family: var(--fa-style-family, "FontAwesome");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
    var(--fa-border-color, #eee);
  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-name: fa-beat;
  animation-name: 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-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: 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-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-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -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-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -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-name: fa-flip;
  animation-name: 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-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: 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-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-name: fa-spin;
  animation-name: 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-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-name: fa-spin;
  animation-name: fa-spin;
  -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-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(0);
    transform: rotate(0);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  24%,
  8% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
.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-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-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-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-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "\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) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../fonts/fontawesome-v6/fa-brands-400.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/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-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-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-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-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 {
  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-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-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-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-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-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-facebook-f:before {
  content: "\f39e";
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "\f0d4";
}
.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-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-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-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-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-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-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-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-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../fonts/fontawesome-v6/fa-regular-400.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/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-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../fonts/fontawesome-v6/fa-solid-900.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/fa-solid-900.ttf) format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../../fonts/fontawesome-v6/fa-brands-400.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../../fonts/fontawesome-v6/fa-solid-900.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../../fonts/fontawesome-v6/fa-regular-400.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(../../fonts/fontawesome-v6/fa-solid-900.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(../../fonts/fontawesome-v6/fa-brands-400.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(../../fonts/fontawesome-v6/fa-regular-400.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/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-family: FontAwesome;
  font-display: block;
  src: url(../../fonts/fontawesome-v6/fa-v4compatibility.woff2) format("woff2"),
    url(../../fonts/fontawesome-v6/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 Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 * shims.min
 */
.fa.fa-glass:before {
  content: "\f000";
}
.fa.fa-envelope-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "\f0e0";
}
.fa.fa-star-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-close:before,
.fa.fa-remove:before {
  content: "\f00d";
}
.fa.fa-gear:before {
  content: "\f013";
}
.fa.fa-trash-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "\f2ed";
}
.fa.fa-home:before {
  content: "\f015";
}
.fa.fa-file-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "\f15b";
}
.fa.fa-clock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "\f144";
}
.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
  content: "\f01e";
}
.fa.fa-refresh:before {
  content: "\f021";
}
.fa.fa-list-alt {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-list-alt:before {
  content: "\f022";
}
.fa.fa-dedent:before {
  content: "\f03b";
}
.fa.fa-video-camera:before {
  content: "\f03d";
}
.fa.fa-picture-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "\f03e";
}
.fa.fa-photo {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "\f03e";
}
.fa.fa-image {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-image:before {
  content: "\f03e";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "\f044";
}
.fa.fa-edit {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-edit:before {
  content: "\f044";
}
.fa.fa-share-square-o:before {
  content: "\f14d";
}
.fa.fa-check-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "\f14a";
}
.fa.fa-arrows:before {
  content: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "\f057";
}
.fa.fa-check-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "\f058";
}
.fa.fa-mail-forward:before {
  content: "\f064";
}
.fa.fa-expand:before {
  content: "\f424";
}
.fa.fa-compress:before {
  content: "\f422";
}
.fa.fa-eye,
.fa.fa-eye-slash {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "\f071";
}
.fa.fa-calendar:before {
  content: "\f073";
}
.fa.fa-arrows-v:before {
  content: "\f338";
}
.fa.fa-arrows-h:before {
  content: "\f337";
}
.fa.fa-bar-chart-o:before,
.fa.fa-bar-chart:before {
  content: "\e0e3";
}
.fa.fa-twitter-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-twitter-square:before {
  content: "\f081";
}
.fa.fa-facebook-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-facebook-square:before {
  content: "\f082";
}
.fa.fa-gears:before {
  content: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.fa.fa-heart-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "\f004";
}
.fa.fa-sign-out:before {
  content: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.fa.fa-thumb-tack:before {
  content: "\f08d";
}
.fa.fa-external-link:before {
  content: "\f35d";
}
.fa.fa-sign-in:before {
  content: "\f2f6";
}
.fa.fa-github-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-github-square:before {
  content: "\f092";
}
.fa.fa-lemon-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "\f094";
}
.fa.fa-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "\f02e";
}
.fa.fa-facebook,
.fa.fa-twitter {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-facebook-f {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "\f39e";
}
.fa.fa-github {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "\f09e";
}
.fa.fa-hdd-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa.fa-globe:before {
  content: "\f57d";
}
.fa.fa-tasks:before {
  content: "\f828";
}
.fa.fa-arrows-alt:before {
  content: "\f31e";
}
.fa.fa-group:before {
  content: "\f0c0";
}
.fa.fa-chain:before {
  content: "\f0c1";
}
.fa.fa-cut:before {
  content: "\f0c4";
}
.fa.fa-files-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "\f0c7";
}
.fa.fa-save {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-save:before {
  content: "\f0c7";
}
.fa.fa-navicon:before,
.fa.fa-reorder:before {
  content: "\f0c9";
}
.fa.fa-magic:before {
  content: "\e2ca";
}
.fa.fa-pinterest,
.fa.fa-pinterest-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa.fa-google-plus-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa.fa-google-plus {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-money:before {
  content: "\f3d1";
}
.fa.fa-unsorted:before {
  content: "\f0dc";
}
.fa.fa-sort-desc:before {
  content: "\f0dd";
}
.fa.fa-sort-asc:before {
  content: "\f0de";
}
.fa.fa-linkedin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-rotate-left:before {
  content: "\f0e2";
}
.fa.fa-legal:before {
  content: "\f0e3";
}
.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
  content: "\f625";
}
.fa.fa-comment-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa.fa-comments-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "\f086";
}
.fa.fa-flash:before {
  content: "\f0e7";
}
.fa.fa-clipboard:before {
  content: "\f0ea";
}
.fa.fa-lightbulb-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa.fa-exchange:before {
  content: "\f362";
}
.fa.fa-cloud-download:before {
  content: "\f0ed";
}
.fa.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa.fa-bell-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
}
.fa.fa-cutlery:before {
  content: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "\f15c";
}
.fa.fa-building-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "\f0f8";
}
.fa.fa-tablet:before {
  content: "\f3fa";
}
.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
  content: "\f3cd";
}
.fa.fa-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "\f111";
}
.fa.fa-mail-reply:before {
  content: "\f3e5";
}
.fa.fa-github-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "\f07c";
}
.fa.fa-smile-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "\f118";
}
.fa.fa-frown-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "\f119";
}
.fa.fa-meh-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "\f11c";
}
.fa.fa-flag-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "\f024";
}
.fa.fa-mail-reply-all:before {
  content: "\f122";
}
.fa.fa-star-half-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "\f5c0";
}
.fa.fa-star-half-empty {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "\f5c0";
}
.fa.fa-star-half-full {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "\f5c0";
}
.fa.fa-code-fork:before {
  content: "\f126";
}
.fa.fa-chain-broken:before,
.fa.fa-unlink:before {
  content: "\f127";
}
.fa.fa-calendar-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "\f133";
}
.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-unlock-alt:before {
  content: "\f09c";
}
.fa.fa-minus-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "\f146";
}
.fa.fa-level-up:before {
  content: "\f3bf";
}
.fa.fa-level-down:before {
  content: "\f3be";
}
.fa.fa-pencil-square:before {
  content: "\f14b";
}
.fa.fa-external-link-square:before {
  content: "\f360";
}
.fa.fa-compass {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa.fa-toggle-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa.fa-toggle-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa.fa-toggle-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "\f152";
}
.fa.fa-eur:before,
.fa.fa-euro:before {
  content: "\f153";
}
.fa.fa-gbp:before {
  content: "\f154";
}
.fa.fa-dollar:before,
.fa.fa-usd:before {
  content: "\24";
}
.fa.fa-inr:before,
.fa.fa-rupee:before {
  content: "\e1bc";
}
.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
  content: "\f157";
}
.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
  content: "\f158";
}
.fa.fa-krw:before,
.fa.fa-won:before {
  content: "\f159";
}
.fa.fa-bitcoin,
.fa.fa-btc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "\f15a";
}
.fa.fa-file-text:before {
  content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}
.fa.fa-sort-amount-asc:before {
  content: "\f884";
}
.fa.fa-sort-amount-desc:before {
  content: "\f160";
}
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}
.fa.fa-youtube-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-youtube-square:before {
  content: "\f431";
}
.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-xing-square:before {
  content: "\f169";
}
.fa.fa-youtube-play {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "\f171";
}
.fa.fa-tumblr,
.fa.fa-tumblr-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-tumblr-square:before {
  content: "\f174";
}
.fa.fa-long-arrow-down:before {
  content: "\f309";
}
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "\f184";
}
.fa.fa-sun-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "\f185";
}
.fa.fa-moon-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "\f186";
}
.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa.fa-toggle-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "\f192";
}
.fa.fa-vimeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-vimeo-square:before {
  content: "\f194";
}
.fa.fa-try:before,
.fa.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa.fa-plus-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-bank:before,
.fa.fa-institution:before {
  content: "\f19c";
}
.fa.fa-mortar-board:before {
  content: "\f19d";
}
.fa.fa-google,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-yahoo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-reddit-square:before {
  content: "\f1a2";
}
.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-behance-square:before {
  content: "\f1b5";
}
.fa.fa-steam,
.fa.fa-steam-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-steam-square:before {
  content: "\f1b7";
}
.fa.fa-automobile:before {
  content: "\f1b9";
}
.fa.fa-cab:before {
  content: "\f1ba";
}
.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "\f1c9";
}
.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-life-bouy:before,
.fa.fa-life-buoy:before,
.fa.fa-life-saver:before,
.fa.fa-support:before {
  content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa.fa-ra,
.fa.fa-rebel {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "\f1d0";
}
.fa.fa-resistance {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "\f1d0";
}
.fa.fa-empire,
.fa.fa-ge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "\f1d1";
}
.fa.fa-git-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-git-square:before {
  content: "\f1d2";
}
.fa.fa-git,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa.fa-yc-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "\f1d4";
}
.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "\f1d7";
}
.fa.fa-send:before {
  content: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.fa.fa-send-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "\f111";
}
.fa.fa-header:before {
  content: "\f1dc";
}
.fa.fa-futbol-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.fa.fa-trash:before {
  content: "\f2ed";
}
.fa.fa-copyright {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "\f1fb";
}
.fa.fa-area-chart:before {
  content: "\f1fe";
}
.fa.fa-pie-chart:before {
  content: "\f200";
}
.fa.fa-line-chart:before {
  content: "\f201";
}
.fa.fa-lastfm,
.fa.fa-lastfm-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-lastfm-square:before {
  content: "\f203";
}
.fa.fa-angellist,
.fa.fa-ioxhost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-cc {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "\f20a";
}
.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
  content: "\f20b";
}
.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "\f3a5";
}
.fa.fa-intersex:before,
.fa.fa-transgender:before {
  content: "\f224";
}
.fa.fa-transgender-alt:before {
  content: "\f225";
}
.fa.fa-facebook-official {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "\f09a";
}
.fa.fa-pinterest-p,
.fa.fa-whatsapp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "\f236";
}
.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "\f23b";
}
.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-battery-4:before,
.fa.fa-battery:before {
  content: "\f240";
}
.fa.fa-battery-3:before {
  content: "\f241";
}
.fa.fa-battery-2:before {
  content: "\f242";
}
.fa.fa-battery-1:before {
  content: "\f243";
}
.fa.fa-battery-0:before {
  content: "\f244";
}
.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "\f249";
}
.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-clone {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "\f254";
}
.fa.fa-hourglass-1:before {
  content: "\f251";
}
.fa.fa-hourglass-2:before {
  content: "\f252";
}
.fa.fa-hourglass-3:before {
  content: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa.fa-registered {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-creative-commons,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa.fa-chrome,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-internet-explorer,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-wikipedia-w {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-television:before {
  content: "\f26c";
}
.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "\f274";
}
.fa.fa-map-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa.fa-commenting:before {
  content: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "\f4ad";
}
.fa.fa-houzz,
.fa.fa-vimeo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.fa.fa-question-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "\f059";
}
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa.fa-glide,
.fa.fa-glide-g {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "\f2a7";
}
.fa.fa-viadeo,
.fa.fa-viadeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa.fa-snapchat,
.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa.fa-snapchat-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-themeisle,
.fa.fa-yoast {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa.fa-fa,
.fa.fa-font-awesome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-linode {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "\f2b9";
}
.fa.fa-vcard:before {
  content: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.fa.fa-user-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "\f007";
}
.fa.fa-id-badge {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
  content: "\f2c7";
}
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa.fa-bathtub:before,
.fa.fa-s15:before {
  content: "\f2cd";
}
.fa.fa-window-maximize,
.fa.fa-window-restore {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "\f410";
}
.fa.fa-window-close-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa.fa-meetup,
.fa.fa-superpowers,
.fa.fa-wpexplorer {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
} /*!
  jQuery Touch Optimized Sliders "R"Us
  Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}
.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tos-wrapper.tos-opened {
  display: block;
}
.tos-wrapper.tos-opening {
  opacity: 1;
}
.tos-wrapper.tos-fixed {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.tos-wrapper.tos-inline {
  position: relative;
}
.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  direction: ltr !important;
}
.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute;
}
.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-uibg {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1;
}
.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.tos-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.tos-slide.tos-loading > * {
  opacity: 0;
}
.tos-slide > * {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5;
  word-break: break-all;
}
.tos-slide.tos-html > div * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto;
}
.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85);
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
  padding: 20px;
}
.tos-close,
.tos-next,
.tos-prev {
  background: #222;
  transition: border-color 0.3s ease;
  opacity: 0;
  display: block;
  width: 50px;
  position: absolute;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-next,
.tos-prev {
  height: 80px;
  margin-top: -40px;
  top: 50%;
}
.tos-next.tos-disabled,
.tos-prev.tos-disabled {
  cursor: default;
}
.tos-prev {
  left: 0;
}
.tos-next {
  right: 0;
}
.tos-close {
  height: 40px;
  top: 20px;
  right: 20px;
}
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-prev {
  opacity: 0.9;
}
.tos-desktop .tos-wrapper:hover .tos-close:hover,
.tos-desktop .tos-wrapper:hover .tos-next:hover,
.tos-desktop .tos-wrapper:hover .tos-prev:hover,
.tos-touch .tos-wrapper.tos-hover .tos-close:hover,
.tos-touch .tos-wrapper.tos-hover .tos-next:hover,
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover {
  opacity: 0.8;
}
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled {
  opacity: 0.2;
}
.tos-close span:after,
.tos-close span:before,
.tos-next span,
.tos-prev span {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tos-close span:after,
.tos-close span:before {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
}
.tos-close span:before,
.tos-prev span {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 50%;
}
.tos-prev span {
  left: 54%;
}
.tos-close span:after,
.tos-next span {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 52%;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide {
  padding: 0 7%;
}
.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.tos-inline.tos-prev {
  margin-right: -60px;
}
.tos-inline.tos-next {
  margin-left: -60px;
}
.tos-loading .tos-inline {
  opacity: 0 !important;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.tos-caption {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tos-caption:after {
  content: "";
  display: block;
  clear: both;
}
.tos-caption > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.tos-caption > div:last-child {
  float: right;
  margin-right: -2px;
}
.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1;
}
.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  height: 40px;
}
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  height: 80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  height: 120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px;
}
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin;
}
.tos-pagination {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tos-pagination a {
  display: inline-block;
}
.tos-pagination.tos-bullets a {
  background-color: rgba(255, 255, 255, 0.2);
}
.tos-pagination.tos-bullets a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.tos-pagination.tos-bullets a.tos-selected {
  background-color: rgba(255, 255, 255, 0.9);
}
.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1;
}
.tos-wrapper .tos-pagination:after,
.tos-wrapper .tos-pagination:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
}
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 30px;
}
.tos-wrapper.tos-has-bullets .tos-pagination a {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 30px;
}
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px;
}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px;
}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px;
}
.tos-desktop
  .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption
  .tos-slide {
  padding-bottom: 80px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px;
}
.tos-desktop
  .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption
  .tos-slide {
  padding-bottom: 120px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 60px;
}
.tos-touch.tos-scale-2
  .tos-wrapper.tos-fixed.tos-has-bullets
  .tos-pagination
  a {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px;
}
.tos-touch.tos-scale-2
  .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption
  .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2
  .tos-wrapper.tos-fixed.tos-has-thumbnails
  .tos-pagination {
  height: 140px;
}
.tos-touch.tos-scale-2
  .tos-wrapper.tos-fixed.tos-has-thumbnails
  .tos-pagination
  a {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 140px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2
  .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption
  .tos-uibg {
  height: 340px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 30px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 90px;
}
.tos-touch.tos-scale-3
  .tos-wrapper.tos-fixed.tos-has-bullets
  .tos-pagination
  a {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 90px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px;
}
.tos-touch.tos-scale-3
  .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption
  .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3
  .tos-wrapper.tos-fixed.tos-has-thumbnails
  .tos-pagination {
  height: 210px;
}
.tos-touch.tos-scale-3
  .tos-wrapper.tos-fixed.tos-has-thumbnails
  .tos-pagination
  a {
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 210px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3
  .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption
  .tos-uibg {
  height: 510px;
}
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch;
}
.tos-play {
  background: #000;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-play:hover,
.tos-touch .tos-wrapper.tos-hover .tos-play:hover {
  opacity: 0.9;
}
.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px;
}
.tos-wrapper .tos-play:after {
  border: 20px solid transparent;
  border-left-color: #fff;
  border-left-width: 30px;
  margin-top: -20px;
  margin-left: -10.5px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
  border: 40px solid transparent;
  border-left-color: #fff;
  border-left-width: 60px;
  margin-top: -40px;
  margin-left: -21px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
  border: 60px solid transparent;
  border-left-color: #fff;
  border-left-width: 90px;
  margin-top: -60px;
  margin-left: -31.5px;
}
.CodeMirror {
  font-family: monospace;
  width: 100%;
  height: 100%;
  color: #000;
  direction: ltr;
  font-size: 13px;
}
.CodeMirror-lines {
  padding: 4px 0;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff;
}
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: #000;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
.cm-s-default .cm-header {
  color: #00f;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: 700;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-type,
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: red;
}
.cm-invalidchar {
  color: red;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}
.CodeMirror-rtl pre {
  direction: rtl;
}
.CodeMirror-code {
  outline: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}
.cm-force-border {
  padding-right: 0.1px;
}
@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}
span.CodeMirror-selectedtext {
  background: 0 0;
}
.cm-s-eclipse span.cm-meta {
  color: #ff1717;
}
.cm-s-eclipse span.cm-keyword {
  line-height: 1em;
  font-weight: 700;
  color: #7f0055;
}
.cm-s-eclipse span.cm-atom {
  color: #219;
}
.cm-s-eclipse span.cm-number {
  color: #164;
}
.cm-s-eclipse span.cm-def {
  color: #00f;
}
.cm-s-eclipse span.cm-variable {
  color: #000;
}
.cm-s-eclipse span.cm-variable-2 {
  color: #0000c0;
}
.cm-s-eclipse span.cm-type,
.cm-s-eclipse span.cm-variable-3 {
  color: #0000c0;
}
.cm-s-eclipse span.cm-property {
  color: #000;
}
.cm-s-eclipse span.cm-operator {
  color: #000;
}
.cm-s-eclipse span.cm-comment {
  color: #3f7f5f;
}
.cm-s-eclipse span.cm-string {
  color: #2a00ff;
}
.cm-s-eclipse span.cm-string-2 {
  color: #f50;
}
.cm-s-eclipse span.cm-qualifier {
  color: #555;
}
.cm-s-eclipse span.cm-builtin {
  color: #30a;
}
.cm-s-eclipse span.cm-bracket {
  color: #cc7;
}
.cm-s-eclipse span.cm-tag {
  color: #170;
}
.cm-s-eclipse span.cm-attribute {
  color: #00c;
}
.cm-s-eclipse span.cm-link {
  color: #219;
}
.cm-s-eclipse span.cm-error {
  color: red;
}
.cm-s-eclipse .CodeMirror-activeline-background {
  background: #e8f2ff;
}
.cm-s-eclipse .CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: #000 !important;
}
.cm-s-ambiance .cm-header {
  color: #00f;
}
.cm-s-ambiance .cm-quote {
  color: #24c2c7;
}
.cm-s-ambiance .cm-keyword {
  color: #cda869;
}
.cm-s-ambiance .cm-atom {
  color: #cf7ea9;
}
.cm-s-ambiance .cm-number {
  color: #78cf8a;
}
.cm-s-ambiance .cm-def {
  color: #aac6e3;
}
.cm-s-ambiance .cm-variable {
  color: #ffb795;
}
.cm-s-ambiance .cm-variable-2 {
  color: #eed1b3;
}
.cm-s-ambiance .cm-type,
.cm-s-ambiance .cm-variable-3 {
  color: #faded3;
}
.cm-s-ambiance .cm-property {
  color: #eed1b3;
}
.cm-s-ambiance .cm-operator {
  color: #fa8d6a;
}
.cm-s-ambiance .cm-comment {
  color: #555;
  font-style: italic;
}
.cm-s-ambiance .cm-string {
  color: #8f9d6a;
}
.cm-s-ambiance .cm-string-2 {
  color: #9d937c;
}
.cm-s-ambiance .cm-meta {
  color: #d2a8a1;
}
.cm-s-ambiance .cm-qualifier {
  color: #ff0;
}
.cm-s-ambiance .cm-builtin {
  color: #99c;
}
.cm-s-ambiance .cm-bracket {
  color: #24c2c7;
}
.cm-s-ambiance .cm-tag {
  color: #fee4ff;
}
.cm-s-ambiance .cm-attribute {
  color: #9b859d;
}
.cm-s-ambiance .cm-hr {
  color: pink;
}
.cm-s-ambiance .cm-link {
  color: #f4c20b;
}
.cm-s-ambiance .cm-special {
  color: #ff9d00;
}
.cm-s-ambiance .cm-error {
  color: #af2018;
}
.cm-s-ambiance .CodeMirror-matchingbracket {
  color: #0f0;
}
.cm-s-ambiance .CodeMirror-nonmatchingbracket {
  color: #f22;
}
.cm-s-ambiance div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.15);
}
.cm-s-ambiance.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-ambiance .CodeMirror-line::selection,
.cm-s-ambiance .CodeMirror-line > span::selection,
.cm-s-ambiance .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-ambiance .CodeMirror-line::-moz-selection,
.cm-s-ambiance .CodeMirror-line > span::-moz-selection,
.cm-s-ambiance .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-ambiance.CodeMirror {
  line-height: 1.4em;
  color: #e6e1dc;
  background-color: #202020;
  -webkit-box-shadow: inset 0 0 10px #000;
  -moz-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
}
.cm-s-ambiance .CodeMirror-gutters {
  background: #3d3d3d;
  border-right: 1px solid #4d4d4d;
  box-shadow: 0 10px 20px #000;
}
.cm-s-ambiance .CodeMirror-linenumber {
  text-shadow: 0 1px 1px #4d4d4d;
  color: #111;
  padding: 0 5px;
}
.cm-s-ambiance .CodeMirror-guttermarker {
  color: #aaa;
}
.cm-s-ambiance .CodeMirror-guttermarker-subtle {
  color: #111;
}
.cm-s-ambiance .CodeMirror-cursor {
  border-left: 1px solid #7991e8;
}
.cm-s-ambiance .CodeMirror-activeline-background {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.031);
}
.cm-s-ambiance .CodeMirror-gutters,
.cm-s-ambiance.CodeMirror {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAQAAAAHUWYVAABFFUlEQVQYGbzBCeDVU/74/6fj9HIcx/FRHx9JCFmzMyGRURhLZIkUsoeRfUjS2FNDtr6WkMhO9sm+S8maJfu+Jcsg+/o/c+Z4z/t97/vezy3z+z8ekGlnYICG/o7gdk+wmSHZ1z4pJItqapjoKXWahm8NmV6eOTbWUOp6/6a/XIg6GQqmenJ2lDHyvCFZ2cBDbmtHA043VFhHwXxClWmeYAdLhV00Bd85go8VmaFCkbVkzlQENzfBDZ5gtN7HwF0KDrTwJ0dypSOzpaKCMwQHKTIreYIxlmhXTzTWkVm+LTynZhiSBT3RZQ7aGfjGEd3qyXQ1FDymqbKxpspERQN2MiRjNZlFFQXfCNFm9nM1zpAsoYjmtRTc5ajwuaXc5xrWskT97RaKzAGe5ARHhVUsDbjKklziiX5WROcJwSNCNI+9w1Jwv4Zb2r7lCMZ4oq5C0EdTx+2GzNuKpJ+iFf38JEWkHJn9DNF7mmBDITrWEg0VWL3pHU20tSZnuqWu+R3BtYa8XxV1HO7GyD32UkOpL/yDloINFTmvtId+nmAjxRw40VMwVKiwrKLE4bK5UOVntYwhOcSSXKrJHKPJedocpGjVz/ZMIbnYUPB10/eKCrs5apqpgVmWzBYWpmtKHecJPjaUuEgRDDaU0oZghCJ6zNMQ5ZhDYx05r5v2muQdM0EILtXUsaKiQX9WMEUotagQzFbUNN6NUPC2nm5pxEWGCjMc3GdJHjSU2kORLK/JGSrkfGEIjncU/CYUnOipoYemwj8tST9NsJmB7TUVXtbUtXATJVZXBMvYeTXJfobgJUPmGMP/yFaWonaa6BcFO3nqcIqCozSZoZoSr1g4zJOzuyGnxTEX3lUEJ7WcZgme8ddaWvWJo2AJR9DZU3CUIbhCSG6ybSwN6qtJVnCU2svDTP2ZInOw2cBTrqtQahtNZn9NcJ4l2NaSmSkkP1noZWnVwkLmdUPOwLZEwy2Z3S3R+4rIG9hcbpPXHFVWcQdZkn2FOta3cKWQnNRC5g1LsJah4GCzSVsKnCOY5OAFRTBekyyryeyilhFKva75r4Mc0aWanGEaThcy31s439KKxTzJYY5WTHPU1FtIHjQU3Oip4xlNzj/lBw23dYZVliQa7WAXf4shetcQfatI+jWRDBPmyNeW6A1P5kdDgyYJlba0BIM8BZu1JfrFwItyjcAMR3K0BWOIrtMEXyhyrlVEx3ui5dUBjmB/Q3CXW85R4mBD0s7B+4q5tKUjOlb9qqmhi5AZ6GFIC5HXtOobdYGlVdMVbNJ8toNTFcHxnoL+muBagcctjWnbNMuR00uI7nQESwg5q2qqrKWIfrNUmeQocY6HuyxJV02wj36w00yhpmUFenv4p6fUkZYqLyuinx2RGOjhCXYyJF84oiU00YMOOhhquNdfbOB7gU88pY4xJO8LVdp6/q2voeB4R04vIdhSE40xZObx1HGGJ/ja0LBthFInKaLPPFzuCaYaoj8JjPME8yoyxo6zlBqkiUZYgq00OYMswbWO5NGmq+xhipxHLRW29ARjNKXO0wRnear8XSg4XFPLKEPUS1GqvyLwiuBUoa7zpZ0l5xxFwWmWZC1H5h5FwU8eQ7K+g8UcVY6TMQreVQT/8uQ8Z+ALIXnSEa2pYZQneE9RZbSBNYXfWYJzW/h/4j4Dp1tYVcFIC5019Vyi4ThPqSFCzjGWaHQTBU8q6vrVwgxP9Lkm840imWKpcLCjYTtrKuwvsKSnrvHCXGkSMk9p6lhckfRpIeis+N2PiszT+mFLspyGleUhDwcLrZqmyeylxwjBcKHEapqkmyangyLZRVOijwOtCY5SsG5zL0OwlCJ4y5KznF3EUNDDrinwiyLZRzOXtlBbK5ITHFGLp8Q0R6ab6mS7enI2cFrxOyHvOCFaT1HThS1krjCwqWeurCkk+willhCC+RSZnRXBiZaC5RXRIZYKp2lyfrHwiKPKR0JDzrdU2EFgpidawlFDR6FgXUMNa+g1FY3bUQh2cLCwosRdnuQTS/S+JVrGLeWIvtQUvONJxlqSQYYKpwoN2kaocLjdVsis4Mk80ESF2YpSkzwldjHkjFCUutI/r+EHDU8oCs6yzL3PhWiEooZdFMkymlas4AcI3KmoMMNSQ3tHzjGWCrcJJdYyZC7QFGwjRL9p+MrRkAGWzIaWCn9W0F3TsK01c2ZvQw0byvxuQU0r1lM0qJO7wW0kRIMdDTtXEdzi4VIh+EoIHm0mWtAtpCixlabgn83fKTI7anJe9ST7WIK1DMGpQmYeA58ImV6ezOGOzK2Kgq01pd60cKWiUi9Lievb/0vIDPHQ05Kzt4ddPckQBQtoaurjyHnek/nKzpQLrVgKPjIkh2v4uyezpv+Xoo7fPFXaGFp1vaLKxQ4uUpQQS5VuQs7BCq4xRJv7fwpVvvFEB3j+620haOuocqMhWd6TTPAEx+mdFNGHdranFe95WrWmIvlY4F1Dle2ECgc6cto7SryuqGGGha0tFQ5V53migUKmg6XKAo4qS3mik+0OZpAhOLeZKicacgaYcyx5hypYQE02ZA4xi/pNhOQxR4klNKyqacj+mpxnLTnnGSo85++3ZCZq6lrZkXlGEX3o+C9FieccJbZWVFjC0Yo1FZnJhoYMFoI1hEZ9r6hwg75HwzBNhbZCdJEfJwTPGzJvaKImw1yYX1HDAmpXR+ZJQ/SmgqMNVQb5vgamGwLtt7VwvP7Qk1xpiM5x5Cyv93E06MZmgs0Nya2azIKOYKCGBQQW97RmhKNKF02JZqHEJ4o58qp7X5EcZmc56trXEqzjCBZ1MFGR87Ql2tSTs6CGxS05PTzRQorkbw7aKoKXFDXsYW42VJih/q+FP2BdTzDTwVqOYB13liM50vG7wy28qagyuIXMeQI/Oqq8bcn5wJI50xH00CRntyfpL1T4hydYpoXgNiFzoIUTDZnLNRzh4TBHwbYGDvZkxmlyJloyr6tRihpeUG94GnKtIznREF0tzJG/OOr73JBcrSh1k6WuTprgLU+mnSGnv6Zge0NNz+kTDdH8nuAuTdJDCNb21LCiIuqlYbqGzT3RAoZofQfjFazkqeNWdYaGvYTM001EW2oKPvVk1ldUGSgUtHFwjKM1h9jnFcmy5lChoLNaQMGGDsYbKixlaMBmmsx1QjCfflwTfO/gckW0ruZ3jugKR3R5W9hGUWqCgxuFgsuaCHorotGKzGaeZB9DMsaTnKCpMtwTvOzhYk0rdrArKCqcaWmVk1+F372ur1YkKxgatI8Qfe1gIX9wE9FgS8ESmuABIXnRUbCapcKe+nO7slClSZFzpV/LkLncEb1qiO42fS3R855Su2mCLh62t1SYZZYVmKwIHjREF2uihTzB20JOkz7dkxzYQnK0UOU494wh+VWRc6Un2kpTaVgLDFEkJ/uhzRcI0YKGgpGWOlocBU/a4fKoJ/pEaNV6jip3+Es9VXY078rGnmAdf7t9ylPXS34RBSuYPs1UecZTU78WanhBCHpZ5sAoTz0LGZKjPf9TRypqWEiTvOFglL1fCEY3wY/++rbk7C8bWebA6p6om6PgOL2kp44TFJlVNBXae2rqqdZztOJpT87GQsE9jqCPIe9VReZuQ/CIgacsyZdCpIScSYqcZk8r+nsyCzhyfhOqHGOIvrLknC8wTpFcaYiGC/RU1NRbUeUpocQOnkRpGOrIOcNRx+1uA0UrzhSSt+VyS3SJpnFWkzNDqOFGIWcfR86DnmARTQ1HKIL33ExPiemeOhYSSjzlSUZZuE4TveoJLnBUOFof6KiysCbnAEcZgcUNTDOwkqWu3RWtmGpZwlHhJENdZ3miGz0lJlsKnjbwqSHQjpxnFDlTLLwqJPMZMjd7KrzkSG7VsxXBZE+F8YZkb01Oe00yyRK9psh5SYh29ySPKBo2ylNht7ZkZnsKenjKNJu9PNEyZpaCHv4Kt6RQsLvAVp7M9kIimmCUwGeWqLMmGuIotYMmWNpSahkhZw9FqZsVnKJhsjAHvtHMsTM9fCI06Dx/u3vfUXCqfsKRc4oFY2jMsoo/7DJDwZ1CsIKnJu+J9ldkpmiCxQx1rWjI+T9FwcWWzOuaYH0Hj7klNRVWEQpmaqosakiGNTFHdjS/qnUdmf0NJW5xsL0HhimCCZZSRzmSPTXJQ4aaztAwtZnoabebJ+htCaZ7Cm535ByoqXKbX1WRc4Eh2MkRXWzImVc96Cj4VdOKVxR84VdQsIUM8Psoou2byVHyZFuq7O8otbSQ2UAoeEWTudATLGSpZzVLlXVkPU2Jc+27lsw2jmg5T5VhbeE3BT083K9WsTTkFU/Osi0rC5lRlpwRHUiesNS0sOvmqGML1aRbPAxTJD9ZKtxuob+hhl8cwYGWpJ8nub7t5p6coYbMovZ1BTdaKn1jYD6h4GFDNFyT/Kqe1XCXphXHOKLZmuRSRdBPEfVUXQzJm5YGPGGJdvAEr7hHNdGZnuBvrpciGmopOLf5N0uVMy0FfYToJk90uUCbJupaVpO53UJXR2bVpoU00V2KOo4zMFrBd0Jtz2pa0clT5Q5L8IpQ177mWQejPMEJhuQjS10ref6HHjdEhy1P1EYR7GtO0uSsKJQYLiTnG1rVScj5lyazpqWGl5uBbRWl7m6ixGOOnEsMJR7z8J0n6KMnCdxhiNYQCoZ6CmYLnO8omC3MkW3bktlPmEt/VQQHejL3+dOE5FlPdK/Mq8hZxxJtLyRrepLThYKbLZxkSb5W52vYxNOaOxUF0yxMUPwBTYqCzy01XayYK0sJyWBLqX0MwU5CzoymRzV0EjjeUeLgDpTo6ij42ZAzvD01dHUUTPLU96MdLbBME8nFBn7zJCMtJcZokn8YoqU0FS5WFKyniHobguMcmW8N0XkWZjkyN3hqOMtS08r+/xTBwpZSZ3qiVRX8SzMHHjfUNFjgHEPmY9PL3ykEzxkSre/1ZD6z/NuznuB0RcE1TWTm9zRgfUWVJiG6yrzgmWPXC8EAR4Wxhlad0ZbgQyEz3pG5RVEwwDJH2mgKpjcTiCOzn1lfUWANFbZ2BA8balnEweJC9J0iuaeZoI+ippFCztEKVvckR2iice1JvhVytrQwUAZpgsubCPaU7xUe9vWnaOpaSBEspalykhC9bUlOMpT42ZHca6hyrqKmw/wMR8H5ZmdFoBVJb03O4UL0tSNnvIeRmkrLWqrs78gcrEn2tpcboh0UPOW3UUR9PMk4T4nnNKWmCjlrefhCwxRNztfmIQVdDElvS4m1/WuOujoZCs5XVOjtKPGokJzsYCtFYoWonSPT21DheU/wWhM19FcElwqNGOsp9Q8N/cwXaiND1MmeL1Q5XROtYYgGeFq1aTMsoMmcrKjQrOFQTQ1fmBYhmW6o8Jkjc7iDJRTBIo5kgJD5yMEYA3srCg7VFKwiVJkmRCc5ohGOKhsYMn/XBLdo5taZjlb9YAlGWRimqbCsoY7HFAXLa5I1HPRxMMsQDHFkWtRNniqT9UEeNjcE7RUlrCJ4R2CSJuqlKHWvJXjAUNcITYkenuBRB84TbeepcqTj3zZyFJzgYQdHnqfgI0ddUwS6GqWpsKWhjq9cV0vBAEMN2znq+EBfIWT+pClYw5xsTlJU6GeIBsjGmmANTzJZiIYpgrM0Oa8ZMjd7NP87jxhqGOhJlnQtjuQpB+8aEE00wZFznSJPyHxgH3HkPOsJFvYk8zqCHzTs1BYOa4J3PFU+UVRZxlHDM4YavlNUuMoRveiZA2d7grMNc2g+RbSCEKzmgYsUmWmazFJyoiOZ4KnyhKOGRzWJa0+moyV4TVHDzn51Awtqaphfk/lRQ08FX1iiqxTB/kLwd0VynKfEvI6cd4XMV5bMhZ7gZUWVzYQ6Nm2BYzxJbw3bGthEUUMfgbGeorae6DxHtJoZ6alhZ0+ytiVoK1R4z5PTrOECT/SugseEOlb1MMNR4VRNcJy+V1Hg9ONClSZFZjdHlc6W6FBLdJja2MC5hhpu0DBYEY1TFGwiFAxRRCsYkiM9JRb0JNMVkW6CZYT/2EiTGWmo8k+h4FhDNE7BvppoTSFnmCV5xZKzvcCdDo7VVPnIU+I+Rc68juApC90MwcFCsJ5hDqxgScYKreruyQwTqrzoqDCmhWi4IbhB0Yrt3RGa6GfDv52rKXWhh28dyZaWUvcZeMTBaZoSGyiCtRU5J8iviioHaErs7Jkj61syVzTTgOcUOQ8buFBTYWdL5g3T4qlpe0+wvD63heAXRfCCIed9RbCsp2CiI7raUOYOTU13N8PNHvpaGvayo4a3LLT1lDrVEPT2zLUlheB1R+ZTRfKWJ+dcocLJfi11vyJ51lLqJ0WD7tRwryezjiV5W28uJO9qykzX8JDe2lHl/9oyBwa2UMfOngpXCixvKdXTk3wrsKmiVYdZIqsoWEERjbcUNDuiaQomGoIbFdEHmsyWnuR+IeriKDVLnlawlyNHKwKlSU631PKep8J4Q+ayjkSLKYLhalNHlYvttb6fHm0p6OApsZ4l2VfdqZkjuysy6ysKLlckf1KUutCTs39bmCgEyyoasIWlVaMF7mgmWtBT8Kol5xpH9IGllo8cJdopcvZ2sImlDmMIbtDk3KIpeNiS08lQw11NFPTwVFlPP6pJ2gvRfI7gQUfmNAtf6Gs0wQxDsKGlVBdF8rCa3jzdwMaGHOsItrZk7hAyOzpK9VS06j5F49b0VNGOOfKs3lDToMsMBe9ZWtHFEgxTJLs7qrygKZjUnmCYoeAqeU6jqWuLJup4WghOdvCYJnrSkSzoyRkm5M2StQwVltPkfCAk58tET/CSg+8MUecmotMEnhBKfWBIZsg2ihruMJQaoIm+tkTLKEqspMh00w95gvFCQRtDwTT1gVDDSEVdlwqZfxoQRbK0g+tbiBZxzKlpnpypejdDwTaeOvorMk/IJE10h9CqRe28hhLbe0pMsdSwv4ZbhKivo2BjDWfL8UKJgeavwlwb5KlwhyE4u4XkGE2ytZCznKLCDZZq42VzT8HLCrpruFbIfOIINmh/qCdZ1ZBc65kLHR1Bkyf5zn6pN3SvGKIlFNGplhrO9QSXanLOMQTLCa0YJCRrCZm/CZmrLTm7WzCK4GJDiWUdFeYx1LCFg3NMd0XmCuF3Y5rITLDUsYS9zoHVzwnJoYpSTQoObyEzr4cFBNqYTopoaU/wkyLZ2lPhX/5Y95ulxGTV7KjhWrOZgl8MyUUafjYraNjNU1N3IWcjT5WzWqjwtoarHSUObGYO3GCJZpsBlnJGPd6ZYLyl1GdCA2625IwwJDP8GUKymbzuyPlZlvTUsaUh5zFDhRWFzPKKZLAlWdcQbObgF9tOqOsmB1dqcqYJmWstFbZRRI9poolmqiLnU0POvxScpah2iSL5UJNzgScY5+AuIbpO0YD3NCW+dLMszFSdFCWGqG6eVq2uYVNDdICGD6W7EPRWZEY5gpsE9rUkS3mijzzJnm6UpUFXG1hCUeVoS5WfNcFpblELL2qqrCvMvRfd45oalvKU2tiQ6ePJOVMRXase9iTtLJztPxJKLWpo2CRDcJwn2sWSLKIO1WQWNTCvpVUvOZhgSC40JD0dOctaSqzkCRbXsKlb11Oip6PCJ0IwSJM31j3akRxlP7Rwn6aGaUL0qiLnJkvB3xWZ2+Q1TfCwpQH3G0o92UzmX4o/oJNQMMSQc547wVHhdk+VCw01DFYEnTxzZKAm74QmeNNR1w6WzEhNK15VJzuCdxQ53dRUDws5KvwgBMOEgpcVNe0hZI6RXT1Jd0cyj5nsaEAHgVmGaJIlWdsc5Ui2ElrRR6jrRAttNMEAIWrTDFubkZaok7/AkzfIwfuWVq0jHzuCK4QabtLUMVPB3kJ0oyHTSVFlqMALilJf2Rf8k5aaHtMfayocLBS8L89oKoxpJvnAkDPa0qp5DAUTHKWmCcnthlou8iCKaFFLHWcINd1nyIwXqrSxMNmSs6KmoL2QrKuWtlQ5V0120xQ5vRyZS1rgFkWwhiOwiuQbR0OOVhQM9iS3tiXp4RawRPMp5tDletOOBL95MpM01dZTBM9pkn5qF010rIeHFcFZhmSGpYpTsI6nwhqe5C9ynhlpp5ophuRb6WcJFldkVnVEwwxVfrVkvnWUuNLCg5bgboFHPDlDPDmnK7hUrWiIbjadDclujlZcaokOFup4Ri1kacV6jmrrK1hN9bGwpKEBQ4Q6DvIUXOmo6U5LqQM6EPyiKNjVkPnJkDPNEaxhiFay5ExW1NXVUGqcpYYdPcGiCq7z/TSlbhL4pplWXKd7NZO5QQFrefhRQW/NHOsqcIglc4UhWklR8K0QzbAw08CBDnpbgqXdeD/QUsM4RZXDFBW6WJKe/mFPdH0LtBgiq57wFLzlyQzz82qYx5D5WJP5yVJDW01BfyHnS6HKO/reZqId1WGa4Hkh2kWodJ8i6KoIPlAj2hPt76CzXsVR6koPRzWTfKqIentatYpQw2me4AA3y1Kind3SwoOKZDcFXTwl9tWU6mfgRk9d71sKtlNwrjnYw5tC5n5LdKiGry3JKNlHEd3oaMCFHrazBPMp/uNJ+V7IudcSbeOIdjUEdwl0VHCOZo5t6YluEuaC9mQeMgSfOyKnYGFHcIeQ84yQWbuJYJpZw5CzglDH7gKnWqqM9ZTaXcN0TeYhR84eQtJT76JJ1lREe7WnnvsMmRc9FQ7SBBM9mV3lCUdmHk/S2RAMt0QjFNFqQpWjDPQ01DXWUdDBkXziKPjGEP3VP+zIWU2t7im41FOloyWzn/L6dkUy3VLDaZ6appgDLHPjJEsyvJngWEPUyVBiAaHCTEXwrLvSEbV1e1gKJniicWorC1MUrVjB3uDhJE/wgSOzk1DXpk0k73qCM8xw2UvD5kJmDUfOomqMpWCkJRlvKXGmoeBm18USjVIk04SClxTB6YrgLAPLWYK9HLUt5cmc0vYES8GnTeRc6skZbQkWdxRsIcyBRzx1DbTk9FbU0caTPOgJHhJKnOGIVhQqvKmo0llRw9sabrZkDtdg3PqaKi9oatjY8B+G371paMg6+mZFNNtQ04mWBq3rYLOmtWWQp8KJnpy9DdFensyjdqZ+yY40VJlH8wcdLzC8PZnvHMFUTZUrDTkLyQaGus5X5LzpYAf3i+e/ZlhqGqWhh6Ou6xTR9Z6oi5AZZtp7Mj2EEm8oSpxiYZCHU/1fbGdNNNRRoZMhmilEb2gqHOEJDtXkHK/JnG6IrvbPCwV3NhONVdS1thBMs1T4QOBcTWa2IzhMk2nW5Kyn9tXUtpv9RsG2msxk+ZsQzRQacJncpgke0+T8y5Fzj8BiGo7XlJjaTIlpQs7KFjpqGnKuoyEPeIKnFMkZHvopgh81ySxNFWvJWcKRs70j2FOT012IllEEO1n4pD1513Yg2ssQPOThOkvyrqHUdEXOSEsihmBbTbKX1kLBPWqWkLOqJbjB3GBIZmoa8qWl4CG/iZ7oiA72ZL7TJNeZUY7kFQftDcHHluBzRbCegzMtrRjVQpX2lgoPKKLJAkcbMl01XK2p7yhL8pCBbQ3BN2avJgKvttcrWDK3CiUOVxQ8ZP+pqXKyIxnmBymCg5vJjNfkPK4+c8cIfK8ocVt7kmfd/I5SR1hKvCzUtb+lhgc00ZaO6CyhIQP1Uv4yIZjload72PXX0OIJvnFU+0Zf6MhsJwTfW0r0UwQfW4LNLZl5HK261JCZ4qnBaAreVAS3WrjV0LBnNDUNNDToCEeFfwgcb4gOEqLRhirWkexrCEYKVV711DLYEE1XBEsp5tpTGjorkomKYF9FDXv7fR3BGwbettSxnyL53MBPjsxDZjMh+VUW9NRxq1DhVk+FSxQcaGjV9Pawv6eGByw5qzoy7xk4RsOShqjJwWKe/1pEEfzkobeD/dQJmpqedcyBTy2sr4nGNRH0c0SPWTLrqAc0OQcb/gemKgqucQT7ySWKCn2EUotoCvpZct7RO2sy/QW0IWcXd7pQRQyZVwT2USRO87uhjioTLKV2brpMUcMQRbKH/N2T+UlTpaMls6cmc6CCNy3JdYYSUzzJQ4oSD3oKLncULOiJvjBEC2oqnCJkJluCYy2ZQ5so9YYlZ1VLlQU1mXEW1jZERwj/MUSRc24TdexlqLKfQBtDTScJUV8FszXBEY5ktpD5Ur9hYB4Nb1iikw3JoYpkKX+RodRKFt53MMuRnKSpY31PwYaGaILh3wxJGz9TkTPEETxoCWZrgvOlmyMzxFEwVJE5xZKzvyJ4WxEc16Gd4Xe3Weq4XH2jKRikqOkGQ87hQnC7wBmGYLAnesX3M+S87eFATauuN+Qcrh7xIxXJbUIdMw3JGE3ylCWzrieaqCn4zhGM19TQ3z1oH1AX+pWEqIc7wNGAkULBo/ZxRaV9NNyh4Br3rCHZzbzmSfawBL0dNRwpW1kK9mxPXR9povcdrGSZK9c2k0xwFGzjuniCtRSZCZ6ccZ7gaktmgAOtKbG/JnOkJrjcQTdFMsxRQ2cLY3WTIrlCw1eWKn8R6pvt4GFDso3QoL4a3nLk3G6JrtME3dSenpx7PNFTmga0EaJTLQ061sEeQoWXhSo9LTXsaSjoJQRXeZLtDclbCrYzfzHHeaKjHCVOUkQHO3JeEepr56mhiyaYYKjjNU+Fed1wS5VlhWSqI/hYUdDOkaxiKehoyOnrCV5yBHtbWFqTHCCwtpDcYolesVR5yUzTZBb3RNMd0d6WP+SvhuBmRcGxnuQzT95IC285cr41cLGQ6aJJhmi4TMGempxeimBRQw1tFKV+8jd6KuzoSTqqDxzRtpZkurvKEHxlqXKRIjjfUNNXQsNOsRScoWFLT+YeRZVD3GRN0MdQcKqQjHDMrdGGVu3iYJpQx3WGUvfbmxwFfR20WBq0oYY7LMFhhgYtr8jpaEnaOzjawWWaTP8mMr0t/EPDPoqcnxTBI5o58L7uoWnMrpoqPwgVrlAUWE+V+TQl9rawoyP6QGAlQw2TPRX+YSkxyBC8Z6jhHkXBgQL7WII3DVFnRfCrBfxewv9D6xsyjys4VkhWb9pUU627JllV0YDNHMku/ldNMMXDEo4aFnAkk4U6frNEU4XgZUPmEKHUl44KrzmYamjAbh0JFvGnaTLPu1s9jPCwjFpYiN7z1DTOk/nc07CfDFzmCf7i+bfNHXhDtLeBXzTBT5rkMvWOIxpl4EMh2LGJBu2syDnAEx2naEhHDWMMzPZEhygyS1mS5RTJr5ZkoKbEUoYqr2kqdDUE8ztK7OaIntJkFrIECwv8LJTaVx5XJE86go8dFeZ3FN3rjabCAYpoYEeC9zzJVULBbmZhDyd7ko09ydpNZ3nm2Kee4FPPXHnYEF1nqOFEC08LUVcDvYXkJHW8gTaKCk9YGOeIJhqiE4ToPEepdp7IWFjdwnWaufGMwJJCMtUTTBBK9BGCOy2tGGrJTHIwyEOzp6aPzNMOtlZkDvcEWpP5SVNhfkvDxhmSazTJXYrM9U1E0xwFVwqZQwzJxw6+kGGGUj2FglGGmnb1/G51udRSMNlTw6GGnCcUwVcOpmsqTHa06o72sw1RL02p9z0VbnMLOaIX3QKaYKSCFQzBKEUNHTSc48k53RH9wxGMtpQa5KjjW0W0n6XCCCG4yxNNdhQ4R4l1Ff+2sSd6UFHiIEOyqqFgT01mEUMD+joy75jPhOA+oVVLm309FR4yVOlp4RhLiScNmSmaYF5Pw0STrOIoWMSR2UkRXOMp+M4SHW8o8Zoi6OZgjKOaFar8zZDzkWzvKOjkKBjmCXby8JahhjXULY4KlzgKLvAwxVGhvyd4zxB1d9T0piazmKLCVZY5sKiD0y2ZSYrkUEPUbIk+dlQ4SJHTR50k1DPaUWIdTZW9NJwnJMOECgd7ou/MnppMJ02O1VT4Wsh85MnZzcFTngpXGKo84qmwgKbCL/orR/SzJ2crA+t6Mp94KvxJUeIbT3CQu1uIdlQEOzlKfS3UMcrTiFmOuroocrZrT2AcmamOKg8YomeEKm/rlT2sociMaybaUlFhuqHCM2qIJ+rg4EcDFymiDSxzaHdPcpE62pD5kyM5SBMoA1PaUtfIthS85ig1VPiPPYXgYEMNk4Qq7TXBgo7oT57gPUdwgCHzhIVFPFU6OYJzHAX9m5oNrVjeE61miDrqQ4VSa1oiURTsKHC0IfjNwU2WzK6eqK8jWln4g15TVBnqmDteCJ501PGAocJhhqjZdtBEB6lnhLreFJKxmlKbeGrqLiSThVIbCdGzloasa6lpMQXHCME2boLpJgT7yWaemu6wBONbqGNVRS0PKIL7LckbjmQtR7K8I5qtqel+T/ChJTNIKLjdUMNIRyvOEko9YYl2cwQveBikCNawJKcLBbc7+JM92mysNvd/Fqp8a0k6CNEe7cnZrxlW0wQXaXjaktnRwNOGZKYiONwS7a1JVheq3WgJHlQUGKHKmp4KAxXR/ULURcNgoa4zhKSLpZR3kxRRb0NmD0OFn+UCS7CzI1nbP6+o4x47QZE5xRCt3ZagnYcvmpYQktXdk5YKXTzBC57kKEe0VVuiSYqapssMS3C9p2CKkHOg8B8Pa8p5atrIw3qezIWanMGa5HRDNF6RM9wcacl0N+Q8Z8hsIkSnaIIdHRUOEebAPy1zbCkhM062FCJtif7PU+UtoVXzWKqM1PxXO8cfdruhFQ/a6x3JKYagvVDhQEtNiyiiSQ7OsuRsZUku0CRNDs4Sog6KKjsZgk2bYJqijgsEenoKeniinRXBn/U3lgpPdyDZynQx8IiioMnCep5Ky8mjGs6Wty0l1hUQTcNWswS3WRp2kCNZwJG8omG8JphPUaFbC8lEfabwP7VtM9yoaNCAjpR41VNhrD9LkbN722v0CoZMByFzhaW+MyzRYEWFDQwN2M4/JiT76PuljT3VU/A36eaIThb+R9oZGOAJ9tewkgGvqOMNRWYjT/Cwu99Q8LqDE4TgbLWxJ1jaDDAERsFOFrobgjUsBScaguXU8kKm2RL19tRypSHnHNlHiIZqgufs4opgQdVdwxBNNFBR6kVFqb8ogimOzB6a6HTzrlDHEpYaxjiiA4TMQobkDg2vejjfwJGWmnbVFAw3H3hq2NyQfG7hz4aC+w3BbwbesG0swYayvpAs6++Ri1Vfzx93mFChvyN5xVHTS+0p9aqCAxyZ6ZacZyw5+7uuQkFPR9DDk9NOiE7X1PCYJVjVUqq7JlrHwWALF5nfHNGjApdpqgzx5OwilDhCiDYTgnc9waGW4BdLNNUQvOtpzDOWHDH8D7TR/A/85KljEQu3NREc4Pl/6B1Hhc8Umb5CsKMmGC9EPcxoT2amwHNCmeOEnOPbklnMkbOgIvO5UMOpQrS9UGVdt6iH/fURjhI/WOpaW9OKLYRod6HCUEdOX000wpDZQ6hwg6LgZfOqo1RfT/CrJzjekXOGhpc1VW71ZLbXyyp+93ILbC1kPtIEYx0FIx1VDrLoVzXRKRYWk809yYlC9ImcrinxtabKnzRJk3lAU1OLEN1j2zrYzr2myHRXJFf4h4QKT1qSTzTB5+ZNTzTRkAxX8FcLV2uS8eoQQ2aAkFzvCM72sJIcJET3WPjRk5wi32uSS9rfZajpWEvj9hW42F4o5NytSXYy8IKHay10VYdrcl4SkqscrXpMwyGOgtkajheSxdQqmpxP1L3t4R5PqasFnrQEjytq6qgp9Y09Qx9o4S1FzhUCn1kyHSzBWLemoSGvOqLNhZyBjmCaAUYpMgt4Ck7wBBMMwWKWgjsUwTaGVsxWC1mYoKiyqqeGKYqonSIRQ3KIkHO0pmAxTdBHkbOvfllfr+AA+7gnc50huVKYK393FOyg7rbPO/izI7hE4CnHHHnJ0ogNPRUGeUpsrZZTBJcrovUcJe51BPsr6GkJdhCCsZ6aTtMEb2pqWkqeVtDXE/QVggsU/Nl86d9RMF3DxvZTA58agu810RWawCiSzzXBeU3MMW9oyJUedvNEvQyNu1f10BSMddR1vaLCYpYa/mGocLSiYDcLbQz8aMn5iyF4xBNMs1P0QEOV7o5gaWGuzSeLue4tt3ro7y4Tgm4G/mopdZgl6q0o6KzJWE3mMksNr3r+a6CbT8g5wZNzT9O7fi/zpaOmnz3BRoqos+tv9zMbdpxsqDBOEewtJLt7cg5wtKKbvldpSzRRCD43VFheCI7yZLppggMVBS/KMAdHODJvOwq2NQSbKKKPLdFWQs7Fqo+mpl01JXYRgq8dnGLhTiFzqmWsUMdpllZdbKlyvSdYxhI9YghOtxR8LgSLWHK62mGGVoxzBE8LNWzqH9CUesQzFy5RQzTc56mhi6fgXEWwpKfE5Z7M05ZgZUPmo6auiv8YKzDYwWBLMErIbKHJvOwIrvEdhOBcQ9JdU1NHQ7CXn2XIDFBKU2WAgcX9UAUzDXWd5alwuyJ41Z9rjKLCL4aCp4WarhPm2rH+SaHUYE001JDZ2ZAzXPjdMpZWvC9wmqIB2lLhQ01D5jO06hghWMndbM7yRJMsoCj1vYbnFQVrW9jak3OlEJ3s/96+p33dEPRV5GxiqaGjIthUU6FFEZyqCa5qJrpBdzSw95IUnOPIrCUUjRZQFrbw5PR0R1qiYx3cb6nrWUMrBmmiBQxVHtTew5ICP/ip6g4hed/Akob/32wvBHsIOX83cI8hGeNeNPCIkPmXe8fPKx84OMSRM1MTdXSwjCZ4S30jVGhvqTRak/OVhgGazHuOCud5onEO1lJr6ecVyaOK6H7zqlBlIaHE0oroCgfvGJIdPcmfLNGLjpz7hZwZQpUbFME0A1cIJa7VNORkgfsMBatbKgwwJM9bSvQXeNOvbIjelg6WWvo5kvbKaJJNHexkKNHL9xRyFlH8Ti2riB5wVPhUk7nGkJnoCe428LR/wRGdYIlmWebCyxou1rCk4g/ShugBDX0V0ZQWkh0dOVsagkM0yV6OoLd5ye+pRlsCr0n+KiQrGuq5yJDzrTAXHtLUMduTDBVKrSm3eHL+6ijxhFDX9Z5gVU/wliHYTMiMFpKLNMEywu80wd3meoFmt6VbRMPenhrOc6DVe4pgXU8DnnHakLOIIrlF4FZPIw6R+zxBP0dyq6OOZ4Q5sLKCcz084ok+VsMMyQhNZmmBgX5xIXOEJTmi7VsGTvMTNdHHhpzdbE8Du2oKxgvBqQKdDDnTFOylCFaxR1syz2iqrOI/FEpNc3C6f11/7+ASS6l2inq2ciTrCCzgyemrCL5SVPjQkdPZUmGy2c9Sw9FtR1sS30RmsKPCS4rkIC/2U0MduwucYolGaPjKEyhzmiPYXagyWbYz8LWBDdzRimAXzxx4z8K9hpzlhLq+NiQ97HuKorMUfK/OVvC2JfiHUPCQI/q7J2gjK+tTDNxkCc4TMssqCs4TGtLVwQihyoAWgj9bosU80XGW6Ac9TJGziaUh5+hnFcHOnlaM1iRn29NaqGENTTTSUHCH2tWTeV0osUhH6psuVLjRUmGWhm6OZEshGeNowABHcJ2Bpy2ZszRcKkRXd2QuKVEeXnbfaEq825FguqfgfE2whlChSRMdron+LATTPQ2Z369t4B9C5gs/ylzv+CMmepIDPclFQl13W0rspPd1JOcbghGOEutqCv5qacURQl3dDKyvyJlqKXGPgcM9FfawJAMVmdcspcYKOZc4GjDYkFlK05olNMHyHn4zFNykyOxt99RkHlfwmiHo60l2EKI+mhreEKp080Tbug08BVPcgoqC5zWt+NLDTZ7oNSF51N1qie7Va3uCCwyZbkINf/NED6jzOsBdZjFN8oqG3wxVunqCSYYKf3EdhJyf9YWGf7tRU2oH3VHgPr1fe5J9hOgHd7xQ0y7qBwXr23aGErP0cm64JVjZwsOGqL+mhNgZmhJLW2oY4UhedsyBgzrCKrq7BmcpNVhR6jBPq64Vgi+kn6XE68pp8J5/+0wRHGOpsKenQn9DZntPzjRLZpDAdD2fnSgkG9tmIXnUwQ6WVighs7Yi2MxQ0N3CqYaCXkJ0oyOztMDJjmSSpcpvlrk0RMMOjmArQ04PRV1DO1FwhCVaUVPpKUM03JK5SxPsIWRu8/CGHi8UHChiqGFDTbSRJWeYUDDcH6vJWUxR4k1FXbMUwV6e4AJFXS8oMqsZKqzvYQ9DDQdZckY4aGsIhtlubbd2r3j4QBMoTamdPZk7O/Bf62lacZwneNjQoGcdVU7zJOd7ghsUHOkosagic6cnWc8+4gg285R6zZP5s1/LUbCKIznTwK36PkdwlOrl4U1LwfdCCa+IrvFkmgw1PCAUXKWo0sURXWcI2muKJlgyFzhynCY4RBOsqCjoI1R5zREco0n2Vt09BQtYSizgKNHfUmUrQ5UOCh51BFcLmY7umhYqXKQomOop8bUnWNNQcIiBcYaC6xzMNOS8JQQfeqKBmmglB+97ok/lfk3ygaHSyZaCRTzRxQo6GzLfa2jWBPepw+UmT7SQEJyiyRkhBLMVOfcoMjcK0eZChfUNzFAUzCsEN5vP/X1uP/n/aoMX+K+nw/Hjr/9xOo7j7Pju61tLcgvJpTWXNbfN5jLpi6VfCOviTktKlFusQixdEKWmEBUKNaIpjZRSSOXSgzaaKLdabrm1/9nZ+/f+vd/vz/v9+Xy+zZ7PRorYoZqyLrCwQdEAixxVOEXNNnjX2nUSRlkqGmWowk8lxR50JPy9Bo6qJXaXwNvREBvnThPEPrewryLhcAnj5WE15Fqi8W7R1sAuEu86S4ENikItFN4xkv9Af4nXSnUVcLiA9xzesFpivRRVeFKtsMRaKBhuSbjOELnAUtlSQUpXgdfB4Z1oSbnFEetbQ0IrAe+Y+pqnDcEJFj6S8LDZzZHwY4e3XONNlARraomNEt2bkvGsosA3ioyHm+6jCMbI59wqt4eeara28IzEmyPgoRaUOEDhTVdEJhmCoTWfC0p8aNkCp0oYqih2iqGi4yXeMkOsn4LdLLnmKfh/YogjNsPebeFGR4m9BJHLzB61XQ3BtpISfS2FugsK9FAtLWX1dCRcrCnUp44CNzuCowUZmxSRgYaE6Za0W2u/E7CVXCiI/UOR8aAm1+OSyE3mOUcwyc1zBBeoX1kiKy0Zfxck1Gsyulti11i83QTBF5Kg3pDQThFMVHiPSlK+0cSedng/VaS8bOZbtsBcTcZAR8JP5KeqQ1OYKAi20njdNNRpgnsU//K+JnaXJaGTomr7aYIphoRn9aeShJWKEq9LcozSF7QleEfDI5LYm5bgVkFkRwVDBCVu0DDIkGupo8TZBq+/pMQURYErJQmPKGKjNDkWOLx7Jd5QizdUweIaKrlP7SwJDhZvONjLkOsBBX9UpGxnydhXkfBLQ8IxgojQbLFnJf81JytSljclYYyEFyx0kVBvKWOFJmONpshGAcsduQY5giVNCV51eOdJYo/pLhbvM0uDHSevNKRcrKZIqnCtJeEsO95RoqcgGK4ocZcho1tTYtcZvH41pNQ7vA0WrhIfOSraIIntIAi+NXWCErdbkvrWwjRLrt0NKUdL6KSOscTOdMSOUtBHwL6OLA0vNSdynaWQEnCpIvKaIrJJEbvHkmuNhn6OjM8VkSGSqn1uYJCGHnq9I3aLhNME3t6GjIkO7xrNFumpyTNX/NrwX7CrIRiqqWijI9JO4d1iieykyfiposQIQ8YjjsjlBh6oHWbwRjgYJQn2NgSnNycmJAk3NiXhx44Sxykihxm8ybUwT1OVKySc7vi3OXVkdBJ4AyXBeksDXG0IhgtYY0lY5ahCD0ehborIk5aUWRJviMA7Xt5kyRjonrXENkm8yYqgs8VzgrJmClK20uMM3jRJ0FiQICQF9hdETlLQWRIb5ki6WDfWRPobvO6a4GP5mcOrNzDFELtTkONLh9dXE8xypEg7z8A9jkhrQ6Fhjlg/QVktJXxt4WXzT/03Q8IaQWSqIuEvloQ2mqC9Jfi7wRul4RX3pSPlzpoVlmCtI2jvKHCFhjcM3sN6lqF6HxnKelLjXWbwrpR4xzuCrTUZx2qq9oAh8p6ixCUGr78g8oyjRAtB5CZFwi80VerVpI0h+IeBxa6Zg6kWvpDHaioYYuEsRbDC3eOmC2JvGYLeioxGknL2UATNJN6hmtj1DlpLvDVmocYbrGCVJKOrg4X6DgddLA203BKMFngdJJFtFd7vJLm6KEpc5yjQrkk7M80SGe34X24nSex1Ra5Omgb71JKyg8SrU3i/kARKwWpH0kOGhKkObyfd0ZGjvyXlAkVZ4xRbYJ2irFMkFY1SwyWxr2oo4zlNiV+7zmaweFpT4kR3kaDAFW6xpSqzJay05FtYR4HmZhc9UxKbbfF2V8RG1MBmSaE+kmC6JnaRXK9gsiXhJHl/U0qM0WTcbyhwkYIvFGwjSbjfwhiJt8ZSQU+Bd5+marPMOkVkD0muxYLIfEuhh60x/J92itguihJSEMySVPQnTewnEm+620rTQEMsOfo4/kP/0ARvWjitlpSX7GxBgcMEsd3EEeYWvdytd+Saawi6aCIj1CkGb6Aj9rwhx16Cf3vAwFy5pyLhVonXzy51FDpdEblbkdJbUcEPDEFzQ8qNmhzzLTmmKWKbFCXeEuRabp6rxbvAtLF442QjQ+wEA9eL1xSR7Q0JXzlSHjJ4exq89yR0laScJ/FW6z4a73pFMEfDiRZvuvijIt86RaSFOl01riV2mD1UEvxGk/Geg5aWwGki1zgKPG9J2U8PEg8qYvMsZeytiTRXBMslCU8JSlxi8EabjwUldlDNLfzTUmCgxWsjqWCOHavYAqsknKFIO0yQ61VL5AVFxk6WhEaCAkdJgt9aSkzXlKNX2jEa79waYuc7gq0N3GDJGCBhoiTXUEPsdknCUE1CK0fwsiaylSF2uiDyO4XX3pFhNd7R4itFGc0k/ElBZwWvq+GC6szVeEoS/MZ+qylwpKNKv9Z469UOjqCjwlusicyTxG6VpNxcQ8IncoR4RhLbR+NdpGGmJWOcIzJGUuKPGpQg8rrG21dOMqQssJQ4RxH5jaUqnZuQ0F4Q+cjxLwPtpZbIAk3QTJHQWBE5S1BokoVtDd6lhqr9UpHSUxMcIYl9pojsb8h4SBOsMQcqvOWC2E8EVehqiJ1hrrAEbQxeK0NGZ0Gkq+guSRgniM23bIHVkqwx4hiHd7smaOyglyIyQuM978j4VS08J/A2G1KeMBRo4fBaSNhKUEZfQewVQ/C1I+MgfbEleEzCUw7mKXI0M3hd1EESVji8x5uQ41nxs1q4RMJCCXs7Iq9acpxn22oSDnQ/sJTxsCbHIYZiLyhY05TY0ZLIOQrGaSJDDN4t8pVaIrsqqFdEegtizc1iTew5Q4ayBDMUsQMkXocaYkc0hZua412siZ1rSXlR460zRJ5SlHGe5j801RLMlJTxtaOM3Q1pvxJ45zUlWFD7rsAbpfEm1JHxG0eh8w2R7QQVzBUw28FhFp5QZzq8t2rx2joqulYTWSuJdTYfWwqMFMcovFmSyJPNyLhE4E10pHzYjOC3huArRa571ZsGajQpQx38SBP5pyZB6lMU3khDnp0MBV51BE9o2E+TY5Ml2E8S7C0o6w1xvCZjf0HkVEHCzFoyNmqC+9wdcqN+Tp7jSDheE9ws8Y5V0NJCn2bk2tqSY4okdrEhx1iDN8cSudwepWmAGXKcJXK65H9to8jYQRH7SBF01ESUJdd0TayVInaWhLkOjlXE5irKGOnI6GSWGCJa482zBI9rCr0jyTVcEuzriC1vcr6mwFGSiqy5zMwxBH/TJHwjSPhL8+01kaaSUuMFKTcLEvaUePcrSmwn8DZrgikWb7CGPxkSjhQwrRk57tctmxLsb9sZvL9LSlyuSLlWkqOjwduo8b6Uv1DkmudIeFF2dHCgxVtk8dpIvHpBxhEOdhKk7OLIUSdJ+cSRY57B+0DgGUUlNfpthTfGkauzxrvTsUUaCVhlKeteTXCoJDCa2NOKhOmC4G1H8JBd4OBZReSRGkqcb/CO1PyLJTLB4j1q8JYaIutEjSLX8YKM+a6phdMsdLFUoV5RTm9JSkuDN8WcIon0NZMNZWh1q8C7SJEwV5HxrmnnTrf3KoJBlmCYI2ilSLlfEvlE4011NNgjgthzEua0oKK7JLE7HZHlEl60BLMVFewg4EWNt0ThrVNEVkkiTwpKXSWJzdRENgvKGq4IhjsiezgSFtsfCUq8qki5S1LRQeYQQ4nemmCkImWMw3tFUoUBZk4NOeZYEp4XRKTGa6wJjrWNHBVJR4m3FCnbuD6aak2WsMTh3SZImGCIPKNgsDpVwnsa70K31lCFJZYcwwSMFcQulGTsZuEaSdBXkPGZhu0FsdUO73RHjq8MPGGIfaGIbVTk6iuI3GFgucHrIQkmWSJdBd7BBu+uOryWAhY7+Lki9rK5wtEQzWwvtbqGhIMFwWRJsElsY4m9IIg9L6lCX0VklaPAYkfkZEGDnOWowlBJjtMUkcGK4Lg6EtoZInMUBVYLgn0UsdmCyCz7gIGHFfk+k1QwTh5We7A9x+IdJ6CvIkEagms0hR50eH9UnTQJ+2oiKyVlLFUE+8gBGu8MQ3CppUHesnjTHN4QB/UGPhCTHLFPHMFrCqa73gqObUJGa03wgbhHkrCfpEpzNLE7JDS25FMKhlhKKWKfCgqstLCPu1zBXy0J2ztwjtixBu8UTRn9LVtkmCN2iyFhtME70JHRQ1KVZXqKI/KNIKYMCYs1GUMEKbM1bKOI9LDXC7zbHS+bt+1MTWS9odA9DtrYtpbImQJ2VHh/lisEwaHqUk1kjKTAKknkBEXkbkdMGwq0dnhzLJF3NJH3JVwrqOB4Sca2hti75nmJN0WzxS6UxDYoEpxpa4htVlRjkYE7DZGzJVU72uC9IyhQL4i8YfGWSYLLNcHXloyz7QhNifmKSE9JgfGmuyLhc403Xm9vqcp6gXe3xuuv8F6VJNxkyTHEkHG2g0aKXL0MsXc1bGfgas2//dCONXiNLCX+5mB7eZIl1kHh7ajwpikyzlUUWOVOsjSQlsS+M0R+pPje/dzBXRZGO0rMtgQrLLG9VSu9n6CMXS3BhwYmSoIBhsjNBmZbgusE9BCPCP5triU4VhNbJfE+swSP27aayE8tuTpYYjtrYjMVGZdp2NpS1s6aBnKSHDsbKuplKbHM4a0wMFd/5/DmGyKrJSUaW4IBrqUhx0vyfzTBBLPIUcnZdrAkNsKR0sWRspumSns6Ch0v/qqIbBYUWKvPU/CFoyrDJGwSNFhbA/MlzKqjrO80hRbpKx0Jewsi/STftwGSlKc1JZyAzx05dhLEdnfQvhZOqiHWWEAHC7+30FuRcZUgaO5gpaIK+xsiHRUsqaPElTV40xQZQ107Q9BZE1nryDVGU9ZSQ47bmhBpLcYpUt7S+xuK/FiT8qKjwXYw5ypS2iuCv7q1gtgjhuBuB8LCFY5cUuCNtsQOFcT+4Ih9JX+k8Ea6v0iCIRZOtCT0Et00JW5UeC85Cg0ScK0k411HcG1zKtre3SeITBRk7WfwDhEvaYLTHP9le0m8By0JDwn4TlLW/aJOvGHxdjYUes+ScZigCkYQdNdEOhkiezgShqkx8ueKjI8lDfK2oNiOFvrZH1hS+tk7NV7nOmLHicGWEgubkXKdwdtZknCLJXaCpkrjZBtLZFsDP9CdxWsSr05Sxl6CMmoFbCOgryX40uDtamB7SVmXW4Ihlgpmq+00tBKUUa83WbjLUNkzDmY7cow1JDygyPGlhgGKYKz4vcV7QBNbJIgM11TUqZaMdwTeSguH6rOaw1JRKzaaGyxVm2EJ/uCIrVWUcZUkcp2grMsEjK+DMwS59jQk3Kd6SEq1d0S6uVmO4Bc1lDXTUcHjluCXEq+1OlBDj1pi9zgiXxnKuE0SqTXwhqbETW6RggMEnGl/q49UT2iCzgJvRwVXS2K/d6+ZkyUl7jawSVLit46EwxVljDZwoSQ20sDBihztHfk2yA8NVZghiXwrYHQdfKAOtzsayjhY9bY0yE2CWEeJ9xfzO423xhL5syS2TFJofO2pboHob0nY4GiAgRrvGQEDa/FWSsoaaYl0syRsEt3kWoH3B01shCXhTUWe9w3Bt44SC9QCh3eShQctwbaK2ApLroGCMlZrYqvlY3qYhM0aXpFkPOuoqJ3Dm6fxXrGwVF9gCWZagjPqznfkuMKQ8DPTQRO8ZqG1hPGKEm9IgpGW4DZDgTNriTxvFiq+Lz+0cKfp4wj6OCK9JSnzNSn9LFU7UhKZZMnYwcJ8s8yRsECScK4j5UOB95HFO0CzhY4xJxuCix0lDlEUeMdS6EZBkTsUkZ4K74dugyTXS7aNgL8aqjDfkCE0ZbwkCXpaWCKhl8P7VD5jxykivSyxyZrYERbe168LYu9ZYh86IkscgVLE7tWPKmJv11CgoyJltMEbrohtVAQfO4ImltiHEroYEs7RxAarVpY8AwXMcMReFOTYWe5iiLRQxJ5Q8DtJ8LQhWOhIeFESPGsILhbNDRljNbHzNRlTFbk2S3L0NOS6V1KFJYKUbSTcIIhM0wQ/s2TM0SRMNcQmSap3jCH4yhJZKSkwyRHpYYgsFeQ4U7xoCB7VVOExhXepo9ABBsYbvGWKXPME3lyH95YioZ0gssQRWWbI+FaSMkXijZXwgiTlYdPdkNLaETxlyDVIwqeaEus0aTcYcg0RVOkpR3CSJqIddK+90JCxzsDVloyrFd5ZAr4TBKfaWa6boEA7C7s6EpYaeFPjveooY72mjIccLHJ9HUwVlDhKkmutJDJBwnp1rvulJZggKDRfbXAkvC/4l3ozQOG9a8lxjx0i7nV4jSXc7vhe3OwIxjgSHjdEhhsif9YkPGlus3iLFDnWOFhtCZbJg0UbQcIaR67JjthoCyMEZRwhiXWyxO5QxI6w5NhT4U1WsJvDO60J34fW9hwzwlKij6ZAW9ne4L0s8C6XeBMEkd/LQy1VucBRot6QMlbivaBhoBgjqGiCJNhsqVp/S2SsG6DIONCR0dXhvWbJ+MRRZJkkuEjgDXJjFQW6SSL7GXK8Z2CZg7cVsbWGoKmEpzQ5elpiy8Ryg7dMkLLUEauzeO86CuwlSOlgYLojZWeJ9xM3S1PWfEfKl5ISLQ0MEKR8YOB2QfCxJBjrKPCN4f9MkaSsqoVXJBmP7EpFZ9UQfOoOFwSzBN4MQ8LsGrymlipcJQhmy0GaQjPqCHaXRwuCZwRbqK2Fg9wlClZqYicrIgMdZfxTQ0c7TBIbrChxmuzoKG8XRaSrIhhiyNFJkrC7oIAWMEOQa5aBekPCRknCo4IKPrYkvCDI8aYmY7WFtprgekcJZ3oLIqssCSMtFbQTJKwXYy3BY5oCh2iKPCpJOE+zRdpYgi6O2KmOAgvVCYaU4ySRek1sgyFhJ403QFHiVEmJHwtybO1gs8Hr5+BETQX3War0qZngYGgtVZtoqd6vFSk/UwdZElYqyjrF4HXUeFspIi9IGKf4j92pKGAdCYMVsbcV3kRF0N+R8LUd5PCsIGWoxDtBkCI0nKofdJQxT+LtZflvuc8Q3CjwWkq8KwUpHzkK/NmSsclCL0nseQdj5FRH5CNHSgtLiW80Of5HU9Hhlsga9bnBq3fEVltKfO5IaSTmGjjc4J0otcP7QsJUSQM8pEj5/wCuUuC2DWz8AAAAAElFTkSuQmCC");
}
.cm-s-material-darker.CodeMirror {
  background-color: #212121;
  color: #eff;
}
.cm-s-material-darker .CodeMirror-gutters {
  background: #212121;
  color: #545454;
  border: none;
}
.cm-s-material-darker .CodeMirror-guttermarker,
.cm-s-material-darker .CodeMirror-guttermarker-subtle,
.cm-s-material-darker .CodeMirror-linenumber {
  color: #545454;
}
.cm-s-material-darker .CodeMirror-cursor {
  border-left: 1px solid #fc0;
}
.cm-s-material-darker div.CodeMirror-selected {
  background: rgba(97, 97, 97, 0.2);
}
.cm-s-material-darker.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(97, 97, 97, 0.2);
}
.cm-s-material-darker .CodeMirror-line::selection,
.cm-s-material-darker .CodeMirror-line > span::selection,
.cm-s-material-darker .CodeMirror-line > span > span::selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material-darker .CodeMirror-line::-moz-selection,
.cm-s-material-darker .CodeMirror-line > span::-moz-selection,
.cm-s-material-darker .CodeMirror-line > span > span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material-darker .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.5);
}
.cm-s-material-darker .cm-keyword {
  color: #c792ea;
}
.cm-s-material-darker .cm-operator {
  color: #89ddff;
}
.cm-s-material-darker .cm-variable-2 {
  color: #eff;
}
.cm-s-material-darker .cm-type,
.cm-s-material-darker .cm-variable-3 {
  color: #f07178;
}
.cm-s-material-darker .cm-builtin {
  color: #ffcb6b;
}
.cm-s-material-darker .cm-atom {
  color: #f78c6c;
}
.cm-s-material-darker .cm-number {
  color: #ff5370;
}
.cm-s-material-darker .cm-def {
  color: #82aaff;
}
.cm-s-material-darker .cm-string {
  color: #c3e88d;
}
.cm-s-material-darker .cm-string-2 {
  color: #f07178;
}
.cm-s-material-darker .cm-comment {
  color: #545454;
}
.cm-s-material-darker .cm-variable {
  color: #f07178;
}
.cm-s-material-darker .cm-tag {
  color: #ff5370;
}
.cm-s-material-darker .cm-meta {
  color: #ffcb6b;
}
.cm-s-material-darker .cm-attribute {
  color: #c792ea;
}
.cm-s-material-darker .cm-property {
  color: #c792ea;
}
.cm-s-material-darker .cm-qualifier {
  color: #decb6b;
}
.cm-s-material-darker .cm-type,
.cm-s-material-darker .cm-variable-3 {
  color: #decb6b;
}
.cm-s-material-darker .cm-error {
  color: #fff;
  background-color: #ff5370;
}
.cm-s-material-darker .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: #fff !important;
}
.CodeMirror-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}
body.codemirror-fullscreen .cpanel-popup {
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.cm-s-monokai.CodeMirror {
  background: #272822;
  color: #f8f8f2;
}
.cm-s-monokai div.CodeMirror-selected {
  background: #49483e;
}
.cm-s-monokai .CodeMirror-line::selection,
.cm-s-monokai .CodeMirror-line > span::selection,
.cm-s-monokai .CodeMirror-line > span > span::selection {
  background: rgba(73, 72, 62, 0.99);
}
.cm-s-monokai .CodeMirror-line::-moz-selection,
.cm-s-monokai .CodeMirror-line > span::-moz-selection,
.cm-s-monokai .CodeMirror-line > span > span::-moz-selection {
  background: rgba(73, 72, 62, 0.99);
}
.cm-s-monokai .CodeMirror-gutters {
  background: #272822;
  border-right: 0px;
}
.cm-s-monokai .CodeMirror-guttermarker {
  color: #fff;
}
.cm-s-monokai .CodeMirror-guttermarker-subtle {
  color: #d0d0d0;
}
.cm-s-monokai .CodeMirror-linenumber {
  color: #d0d0d0;
}
.cm-s-monokai .CodeMirror-cursor {
  border-left: 1px solid #f8f8f0;
}
.cm-s-monokai span.cm-comment {
  color: #75715e;
}
.cm-s-monokai span.cm-atom {
  color: #ae81ff;
}
.cm-s-monokai span.cm-number {
  color: #ae81ff;
}
.cm-s-monokai span.cm-comment.cm-attribute {
  color: #97b757;
}
.cm-s-monokai span.cm-comment.cm-def {
  color: #bc9262;
}
.cm-s-monokai span.cm-comment.cm-tag {
  color: #bc6283;
}
.cm-s-monokai span.cm-comment.cm-type {
  color: #5998a6;
}
.cm-s-monokai span.cm-attribute,
.cm-s-monokai span.cm-property {
  color: #a6e22e;
}
.cm-s-monokai span.cm-keyword {
  color: #f92672;
}
.cm-s-monokai span.cm-builtin {
  color: #66d9ef;
}
.cm-s-monokai span.cm-string {
  color: #e6db74;
}
.cm-s-monokai span.cm-variable {
  color: #f8f8f2;
}
.cm-s-monokai span.cm-variable-2 {
  color: #9effff;
}
.cm-s-monokai span.cm-type,
.cm-s-monokai span.cm-variable-3 {
  color: #66d9ef;
}
.cm-s-monokai span.cm-def {
  color: #fd971f;
}
.cm-s-monokai span.cm-bracket {
  color: #f8f8f2;
}
.cm-s-monokai span.cm-tag {
  color: #f92672;
}
.cm-s-monokai span.cm-header {
  color: #ae81ff;
}
.cm-s-monokai span.cm-link {
  color: #ae81ff;
}
.cm-s-monokai span.cm-error {
  background: #f92672;
  color: #f8f8f0;
}
.cm-s-monokai .CodeMirror-activeline-background {
  background: #373831;
}
.cm-s-monokai .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: #fff !important;
}
.tmdp-slides-loading {
  position: relative;
  border-left-color: #3e3e3e;
}
.tmdp-slide-layer,
.tmdp-slider,
.tmdp-tile-inner {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.tmdp-tile-inner {
  position: absolute;
}
.tmdp-tile {
  background-size: cover !important;
  float: left;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.tmdp-tile-box-fade,
.tmdp-tile-box-fade-random,
.tmdp-tile-slice-from-left,
.tmdp-tile-slice-from-right {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.tmdp-tile-box-fade-random.tmdp-tile-animated,
.tmdp-tile-box-fade.tmdp-tile-animated,
.tmdp-tile-slice-from-left.tmdp-tile-animated,
.tmdp-tile-slice-from-right.tmdp-tile-animated {
  opacity: 1;
}
.tmdp-slides-loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #4eb3ea;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  opacity: 0.9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loaderLoop 0.8s infinite linear;
  -moz-animation: loaderLoop 0.8s infinite linear;
  -ms-animation: loaderLoop 0.8s infinite linear;
  -o-animation: loaderLoop 0.8s infinite linear;
  animation: loaderLoop 0.8s infinite linear;
}
.tmdp-slide-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tmdp-animation-fade {
  opacity: 0;
  -wemkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.tmdp-animation-fade.tmdp-anim-end {
  opacity: 1;
}
.tmdp-animation-slide-from-bottom,
.tmdp-animation-slide-from-left,
.tmdp-animation-slide-from-right,
.tmdp-animation-slide-from-top,
.tmdp-animation-slide-to-bottom,
.tmdp-animation-slide-to-left,
.tmdp-animation-slide-to-right,
.tmdp-animation-slide-to-top {
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.tmdp-animation-slide-from-left,
.tmdp-animation-slide-to-left.tmdp-anim-end {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.tmdp-animation-slide-from-top,
.tmdp-animation-slide-to-top.tmdp-anim-end {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.tmdp-animation-slide-from-right,
.tmdp-animation-slide-to-right.tmdp-anim-end {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.tmdp-animation-slide-from-bottom,
.tmdp-animation-slide-to-bottom.tmdp-anim-end {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.tmdp-animation-slide-from-bottom.tmdp-anim-end,
.tmdp-animation-slide-from-left.tmdp-anim-end,
.tmdp-animation-slide-from-right.tmdp-anim-end,
.tmdp-animation-slide-from-top.tmdp-anim-end {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tmdp-animation-slide-to-bottom,
.tmdp-animation-slide-to-left,
.tmdp-animation-slide-to-right,
.tmdp-animation-slide-to-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tmdp-slide {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tmdp-slide > .tmdp-layers {
  width: 100%;
  float: left;
  position: absolute;
  top: 50%;
  left: 0;
}
.tmdp-layer {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  visibility: hidden;
}
.tmdp-layer-text {
  padding: 10px 15px;
}
.tmdp-show {
  z-index: 3;
}
.tmdp-layer-show {
  visibility: visible;
}
.tmdp-layer embed,
.tmdp-layer iframe,
.tmdp-layer img,
.tmdp-layer object {
  display: block;
  width: 100%;
  height: 100%;
}
.tmdp-progress {
  width: 100%;
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: 0 0;
  z-index: 10;
}
.tmdp-progress-inner {
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.tmdp-nav-arrow {
  position: absolute;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: rgba(68, 68, 68, 0.4) no-repeat top left;
  width: 50px;
  height: 50px;
  transition: background 0.3s ease;
}
.tmdp-nav-arrow i {
  line-height: 50px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 19px;
}
.tmdp-nav-arrow:hover {
  background: rgba(68, 68, 68, 0.7);
  transition: background 0.3s ease;
}
.tmdp-nav-arrow:hover i {
  color: #fff;
}
.tmdp-nav-arrow.tmdp-leftarrow {
  left: 25px;
}
.tmdp-nav-arrow.tmdp-rightarrow {
  right: 25px;
}
.tmdp-bullets {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  z-index: 20;
  opacity: 0;
}
.tmdp-bullets > .tmdp-bullet {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #fff;
  opacity: 0.7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.tmdp-bullets > .tmdp-bullet.active,
.tmdp-bullets > .tmdp-bullet:hover {
  background: #3e3e3e;
}
.tmdp-slider:hover .tmdp-bullets,
.tmdp-slider:hover .tmdp-nav-arrow {
  opacity: 1;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes anim-bounceIn {
  0.00% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20.0% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40.0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80.0% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-bounceIn {
  0.00% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20.0% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40.0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80.0% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn,
.lazyAnimation-bounceIn {
  -webkit-animation-name: anim-bounceIn;
  animation-name: anim-bounceIn;
}
@-webkit-keyframes anim-bounceInDown {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90.0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-bounceInDown {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90.0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown,
.lazyAnimation-bounceInDown {
  -webkit-animation-name: anim-bounceInDown;
  animation-name: anim-bounceInDown;
}
@-webkit-keyframes anim-bounceInLeft {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90.0% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-bounceInLeft {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90.0% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft,
.lazyAnimation-bounceInLeft {
  -webkit-animation-name: anim-bounceInLeft;
  animation-name: anim-bounceInLeft;
}
@-webkit-keyframes anim-bounceInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90.0% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-bounceInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90.0% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight,
.lazyAnimation-bounceInRight {
  -webkit-animation-name: anim-bounceInRight;
  animation-name: anim-bounceInRight;
}
@-webkit-keyframes anim-bounceInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90.0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-bounceInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90.0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp,
.lazyAnimation-bounceInUp {
  -webkit-animation-name: anim-bounceInUp;
  animation-name: anim-bounceInUp;
}
@-webkit-keyframes anim-bounceOut {
  20.0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50.0%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes anim-bounceOut {
  20.0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50.0%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut,
.lazyAnimation-bounceOut {
  -webkit-animation-name: anim-bounceOut;
  animation-name: anim-bounceOut;
}
@-webkit-keyframes anim-bounceOutDown {
  20.0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40.0%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
@keyframes anim-bounceOutDown {
  20.0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40.0%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
.bounceOutDown,
.lazyAnimation-bounceOutDown {
  -webkit-animation-name: anim-bounceOutDown;
  animation-name: anim-bounceOutDown;
}
@-webkit-keyframes anim-bounceOutLeft {
  20.0% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@keyframes anim-bounceOutLeft {
  20.0% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
.bounceOutLeft,
.lazyAnimation-bounceOutLeft {
  -webkit-animation-name: anim-bounceOutLeft;
  animation-name: anim-bounceOutLeft;
}
@-webkit-keyframes anim-bounceOutRight {
  20.0% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes anim-bounceOutRight {
  20.0% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
.bounceOutRight,
.lazyAnimation-bounceOutRight {
  -webkit-animation-name: anim-bounceOutRight;
  animation-name: anim-bounceOutRight;
}
@-webkit-keyframes anim-bounceOutUp {
  20.0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40.0%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}
@keyframes anim-bounceOutUp {
  20.0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40.0%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}
.bounceOutUp,
.lazyAnimation-bounceOutUp {
  -webkit-animation-name: anim-bounceOutUp;
  animation-name: anim-bounceOutUp;
}
@-webkit-keyframes anim-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anim-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn,
.lazyAnimation-fadeIn {
  -webkit-animation-name: anim-fadeIn;
  animation-name: anim-fadeIn;
}
@-webkit-keyframes anim-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown,
.lazyAnimation-fadeInDown {
  -webkit-animation-name: anim-fadeInDown;
  animation-name: anim-fadeInDown;
}
@-webkit-keyframes anim-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft,
.lazyAnimation-fadeInLeft {
  -webkit-animation-name: anim-fadeInLeft;
  animation-name: anim-fadeInLeft;
}
@-webkit-keyframes anim-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight,
.lazyAnimation-fadeInRight {
  -webkit-animation-name: anim-fadeInRight;
  animation-name: anim-fadeInRight;
}
@-webkit-keyframes anim-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp,
.lazyAnimation-fadeInUp {
  -webkit-animation-name: anim-fadeInUp;
  animation-name: anim-fadeInUp;
}
@-webkit-keyframes anim-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anim-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut,
.lazyAnimation-fadeOut {
  -webkit-animation-name: anim-fadeOut;
  animation-name: anim-fadeOut;
}
@-webkit-keyframes anim-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes anim-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown,
.lazyAnimation-fadeOutDown {
  -webkit-animation-name: anim-fadeOutDown;
  animation-name: anim-fadeOutDown;
}
@-webkit-keyframes anim-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
@keyframes anim-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
.fadeOutLeft,
.lazyAnimation-fadeOutLeft {
  -webkit-animation-name: anim-fadeOutLeft;
  animation-name: anim-fadeOutLeft;
}
@-webkit-keyframes anim-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
}
@keyframes anim-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
}
.fadeOutRight,
.lazyAnimation-fadeOutRight {
  -webkit-animation-name: anim-fadeOutRight;
  animation-name: anim-fadeOutRight;
}
@-webkit-keyframes anim-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes anim-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp,
.lazyAnimation-fadeOutUp {
  -webkit-animation-name: anim-fadeOutUp;
  animation-name: anim-fadeOutUp;
}
@-webkit-keyframes anim-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes anim-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX,
.lazyAnimation-flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: anim-flipInX;
  animation-name: anim-flipInX;
}
@-webkit-keyframes anim-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes anim-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY,
.lazyAnimation-flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: anim-flipInY;
  animation-name: anim-flipInY;
}
@-webkit-keyframes anim-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes anim-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30.0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX,
.lazyAnimation-flipOutX {
  -webkit-animation-name: anim-flipOutX;
  animation-name: anim-flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes anim-flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes anim-flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30.0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY,
.lazyAnimation-flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: anim-flipOutY;
  animation-name: anim-flipOutY;
}
@-webkit-keyframes anim-lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60.0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80.0% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes anim-lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60.0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80.0% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lazyAnimation-lightSpeedIn,
.lightSpeedIn {
  -webkit-animation-name: anim-lightSpeedIn;
  animation-name: anim-lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes anim-lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes anim-lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lazyAnimation-lightSpeedOut,
.lightSpeedOut {
  -webkit-animation-name: anim-lightSpeedOut;
  animation-name: anim-lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes anim-rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes anim-rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lazyAnimation-rotateIn,
.rotateIn {
  -webkit-animation-name: anim-rotateIn;
  animation-name: anim-rotateIn;
}
@-webkit-keyframes anim-rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes anim-rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lazyAnimation-rotateInDownLeft,
.rotateInDownLeft {
  -webkit-animation-name: anim-rotateInDownLeft;
  animation-name: anim-rotateInDownLeft;
}
@-webkit-keyframes anim-rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes anim-rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lazyAnimation-rotateInDownRight,
.rotateInDownRight {
  -webkit-animation-name: anim-rotateInDownRight;
  animation-name: anim-rotateInDownRight;
}
@-webkit-keyframes anim-rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes anim-rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lazyAnimation-rotateInUpLeft,
.rotateInUpLeft {
  -webkit-animation-name: anim-rotateInUpLeft;
  animation-name: anim-rotateInUpLeft;
}
@-webkit-keyframes anim-rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes anim-rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lazyAnimation-rotateInUpRight,
.rotateInUpRight {
  -webkit-animation-name: anim-rotateInUpRight;
  animation-name: anim-rotateInUpRight;
}
@-webkit-keyframes anim-rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes anim-rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.lazyAnimation-rotateOut,
.rotateOut {
  -webkit-animation-name: anim-rotateOut;
  animation-name: anim-rotateOut;
}
@-webkit-keyframes anim-rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes anim-rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.lazyAnimation-rotateOutDownLeft,
.rotateOutDownLeft {
  -webkit-animation-name: anim-rotateOutDownLeft;
  animation-name: anim-rotateOutDownLeft;
}
@-webkit-keyframes anim-rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes anim-rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.lazyAnimation-rotateOutDownRight,
.rotateOutDownRight {
  -webkit-animation-name: anim-rotateOutDownRight;
  animation-name: anim-rotateOutDownRight;
}
@-webkit-keyframes anim-rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes anim-rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.lazyAnimation-rotateOutUpLeft,
.rotateOutUpLeft {
  -webkit-animation-name: anim-rotateOutUpLeft;
  animation-name: anim-rotateOutUpLeft;
}
@-webkit-keyframes anim-rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes anim-rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.lazyAnimation-rotateOutUpRight,
.rotateOutUpRight {
  -webkit-animation-name: anim-rotateOutUpRight;
  animation-name: anim-rotateOutUpRight;
}
@-webkit-keyframes anim-rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes anim-rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lazyAnimation-rollIn,
.rollIn {
  -webkit-animation-name: anim-rollIn;
  animation-name: anim-rollIn;
}
@-webkit-keyframes anim-rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes anim-rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.lazyAnimation-rollOut,
.rollOut {
  -webkit-animation-name: anim-rollOut;
  animation-name: anim-rollOut;
}
@-webkit-keyframes anim-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50.0% {
    opacity: 1;
  }
}
@keyframes anim-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50.0% {
    opacity: 1;
  }
}
.lazyAnimation-zoomIn,
.zoomIn {
  -webkit-animation-name: anim-zoomIn;
  animation-name: anim-zoomIn;
}
@-webkit-keyframes anim-zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes anim-zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lazyAnimation-zoomInDown,
.zoomInDown {
  -webkit-animation-name: anim-zoomInDown;
  animation-name: anim-zoomInDown;
}
@-webkit-keyframes anim-zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes anim-zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lazyAnimation-zoomInLeft,
.zoomInLeft {
  -webkit-animation-name: anim-zoomInLeft;
  animation-name: anim-zoomInLeft;
}
@-webkit-keyframes anim-zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes anim-zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lazyAnimation-zoomInRight,
.zoomInRight {
  -webkit-animation-name: anim-zoomInRight;
  animation-name: anim-zoomInRight;
}
@-webkit-keyframes anim-zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes anim-zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lazyAnimation-zoomInUp,
.zoomInUp {
  -webkit-animation-name: anim-zoomInUp;
  animation-name: anim-zoomInUp;
}
@-webkit-keyframes anim-zoomOut {
  from {
    opacity: 1;
  }
  50.0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes anim-zoomOut {
  from {
    opacity: 1;
  }
  50.0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.lazyAnimation-zoomOut,
.zoomOut {
  -webkit-animation-name: anim-zoomOut;
  animation-name: anim-zoomOut;
}
@-webkit-keyframes anim-zoomOutDown {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 200%, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 200%, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes anim-zoomOutDown {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 200%, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 200%, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lazyAnimation-zoomOutDown,
.zoomOutDown {
  -webkit-animation-name: anim-zoomOutDown;
  animation-name: anim-zoomOutDown;
}
@-webkit-keyframes anim-zoomOutLeft {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-200%, 0, 0);
    transform: scale(0.1) translate3d(-200%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes anim-zoomOutLeft {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-200%, 0, 0);
    transform: scale(0.1) translate3d(-200%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.lazyAnimation-zoomOutLeft,
.zoomOutLeft {
  -webkit-animation-name: anim-zoomOutLeft;
  animation-name: anim-zoomOutLeft;
}
@-webkit-keyframes anim-zoomOutRight {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(200%, 0, 0);
    transform: scale(0.1) translate3d(200%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes anim-zoomOutRight {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(200%, 0, 0);
    transform: scale(0.1) translate3d(200%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.lazyAnimation-zoomOutRight,
.zoomOutRight {
  -webkit-animation-name: anim-zoomOutRight;
  animation-name: anim-zoomOutRight;
}
@-webkit-keyframes anim-zoomOutUp {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -200%, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -200%, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes anim-zoomOutUp {
  40.0% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -200%, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -200%, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.lazyAnimation-zoomOutUp,
.zoomOutUp {
  -webkit-animation-name: anim-zoomOutUp;
  animation-name: anim-zoomOutUp;
}
@-webkit-keyframes anim-slideInDown {
  from {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slideInDown {
  from {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lazyAnimation-slideInDown,
.slideInDown {
  -webkit-animation-name: anim-slideInDown;
  animation-name: anim-slideInDown;
}
@-webkit-keyframes anim-slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lazyAnimation-slideInLeft,
.slideInLeft {
  -webkit-animation-name: anim-slideInLeft;
  animation-name: anim-slideInLeft;
}
@-webkit-keyframes anim-slideInRight {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slideInRight {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lazyAnimation-slideInRight,
.slideInRight {
  -webkit-animation-name: anim-slideInRight;
  animation-name: anim-slideInRight;
}
@-webkit-keyframes anim-slideInUp {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slideInUp {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lazyAnimation-slideInUp,
.slideInUp {
  -webkit-animation-name: anim-slideInUp;
  animation-name: anim-slideInUp;
}
@-webkit-keyframes anim-slideOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes anim-slideOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.lazyAnimation-slideOutDown,
.slideOutDown {
  -webkit-animation-name: anim-slideOutDown;
  animation-name: anim-slideOutDown;
}
@-webkit-keyframes anim-slideOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes anim-slideOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.lazyAnimation-slideOutLeft,
.slideOutLeft {
  -webkit-animation-name: anim-slideOutLeft;
  animation-name: anim-slideOutLeft;
}
@-webkit-keyframes anim-slideOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes anim-slideOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.lazyAnimation-slideOutRight,
.slideOutRight {
  -webkit-animation-name: anim-slideOutRight;
  animation-name: anim-slideOutRight;
}
@-webkit-keyframes anim-slideOutUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes anim-slideOutUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.lazyAnimation-slideOutUp,
.slideOutUp {
  -webkit-animation-name: anim-slideOutUp;
  animation-name: anim-slideOutUp;
} /*!
 * Copyright (c) 2020, All Rights Reserved.
 *  
 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/opensans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
.cover {
  background-size: cover !important;
}
a {
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}
.t-center {
  text-align: center;
}
.f20 {
  float: left;
  width: 100%;
}
.c-left {
  clear: left;
}
.full-size {
  width: 100%;
  height: 100%;
  float: left;
}
.full-size-abs {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.img-circle {
  border-radius: 50%;
}
.img-rounded {
  border-radius: 6px;
}
.red-text {
  color: #e25373;
}
.green-text {
  color: #209867;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clear-both {
  clear: both;
}
.clear-left {
  clear: left;
}
.fa.fa-twitter::before {
  content: "\e61b" !important;
}
.center-horizontally {
  margin: 0 auto !important;
  float: none !important;
}
.cursor-zoom {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.center-vertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.no-overflow {
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.bold,
.theme a.bold {
  font-weight: 700;
}
.italic,
.theme a.italic {
  font-style: italic;
}
.theme a.underline,
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.live-theme-message {
  position: fixed;
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 18px 32px;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999999;
  top: 20px;
  left: 50%;
  -moz-transform: translate(-50%, -110%);
  -webkit-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.live-theme-message a {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  background: #008fde;
  color: #fff !important;
  padding: 11px 20px;
  border-radius: 30px;
  -webkit-transition: border-radius 0.3s ease;
  -moz-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
.live-theme-message a:hover {
  border-radius: 3px;
}
.live-theme-message.show-message {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.parallax-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.parallax-bg.fixed-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.parallax-bg.fixed-mobile-parallax {
  background-size: cover;
  background-position: center center;
}
.parallax-bg.fixed-mobile-parallax img,
.parallax-bg.fixed-parallax img {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.grid-row > .background-overlay {
  z-index: 1;
}
.theme.direction-rtl * {
  direction: rtl;
}
.direction-rtl .form-field span {
  text-align: right !important;
}
.theme.direction-ltr * {
  direction: ltr;
}
.parallax-bg.moving-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: transform;
}
.full-size > embed,
.full-size > iframe,
.full-size > object,
.full-size > video {
  width: 100%;
  height: 100%;
  background: #000;
}
.transition-max-height {
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.transition-opacity {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slow-transition-opacity {
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.slow-transition-bg {
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.force-right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.force-left {
  float: left !important;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.ta-center {
  text-align: center;
}
.imageWrapper,
.render-crisp {
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.message-box {
  display: block;
  width: 100%;
  padding: 25px;
  background-color: #61bd6d;
  float: left;
  border-radius: 0;
  margin: 5px 0 15px 0;
  display: none;
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
}
.message-box.error-box {
  background-color: #eb6a56;
}
.message-box .message {
  line-height: 1.4;
  color: #fff;
}
.message-box .close {
  position: absolute;
  top: 15px;
  margin-top: 0 !important;
  right: 15px;
  font-size: 22px;
  color: #fff;
}
#client-ajax-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#client-ajax-message,
#portfolio-popup-content.active-loading,
#tmdp-simple-lightbox-content.active-loading,
.cart-wrapper.checkout-loading .cart-loader > div,
.loader.active-loading {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 40% !important;
  left: 50%;
  margin-left: -26px;
  z-index: 2;
  -webkit-animation: circle infinite 0.75s linear;
  -moz-animation: circle infinite 0.75s linear;
  -o-animation: circle infinite 0.75s linear;
  animation: circle infinite 0.75s linear;
  border: 2px solid #2f323a;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@-webkit-keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.client-slow-ajax #client-ajax-message {
  opacity: 1;
}
#client-ajax-overlay.client-ajax-in-progress {
  z-index: 999999;
}
#client-ajax-overlay.client-slow-ajax {
  opacity: 1;
}
.grid-row {
  width: 100%;
  position: relative;
  float: left;
}
.grid-content {
  display: table;
  position: relative;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.full-size-abs {
  overflow: hidden;
}
.blog-content-area .grid-content,
.grid-content .grid-content {
  width: 100%;
}
.grid-content:after {
  content: "";
  display: table;
  clear: both;
}
.grid-row-fullwidth .grid-content {
  max-width: 100% !important;
  width: 100%;
}
.grid-column {
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #444;
}
.widget-row {
  width: 100%;
  float: left;
  position: relative;
}
.widget-row.with-centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: start;
  align-items: start;
}
.flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.grid-row .grid-content.grid-row-empty .widget-row {
  min-height: 300px !important;
}
.template-portfolio-header .grid-row .grid-content.grid-row-empty .widget-row {
  min-height: 0 !important;
}
.grid-row .widget-row.widget-row-small {
  min-height: 0 !important;
}
.theme {
  font-family: HelveticaNeue, Arial, "Open Sans", "PT Sans", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #444;
  background: #fff;
  overflow-x: hidden;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
}
.theme.with-popupp {
  overflow: hidden;
}
.live-theme.with-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hr-title {
  height: 10px;
  line-height: 20px;
  margin: 15px 0;
  float: none;
  position: relative;
}
.hr-title.left > span,
.hr-title.right > span,
.hr-title > span {
  width: 30px;
  display: inline-block;
  border-top: 2px solid #6a6a6a;
  position: relative;
  padding: 4px 0;
}
.hr-title.fullwidth-separator > span {
  width: 100%;
}
.icon-widget i {
  display: block;
  padding: 15px 0;
}
.type1.icon-widget i {
  text-align: left;
}
.type2.icon-widget i {
  text-align: center;
}
.type3.icon-widget i {
  text-align: right;
}
.icon-section {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  cursor: auto;
}
.icon-section .icon-content {
  float: left;
  width: 100%;
}
.icon-section header h3 {
  text-align: left;
  display: inline-block;
}
.type1.icon-section .icon-content {
  margin-top: 10px;
}
.type1.icon-section .icon {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  float: none;
}
.type1.icon-section .icon-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.type1.icon-section i.icon-section-icon {
  font-size: 18px;
  padding: 0;
}
.white-text {
  color: #fff;
}
.type2.icon-section i.icon-section-icon,
.type3.icon-section i.icon-section-icon {
  font-size: 24px;
}
.type1.icon-section .icon {
  margin-right: 13px;
  margin-top: 2px;
}
.type1.icon-section header {
  margin: 0;
  vertical-align: middle;
  float: none;
}
.icon-section header {
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
  float: left;
}
.icon-section header div {
  line-height: 1;
}
.icon-section header h3 {
  text-align: left;
}
.type2.icon-section header {
  width: 100%;
}
.type2.icon-section .icon-content,
.type2.icon-section header h3,
.type2.icon-section header > div {
  text-align: center;
}
.type3.icon-section .icon-content,
.type3.icon-section header {
  padding-left: 70px;
  box-sizing: border-box;
  width: 100%;
}
.type3.icon-section header > div {
  margin-top: 7px;
}
.type3.icon-section .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.type3.icon-section .icon i {
  line-height: 50px;
  width: 100%;
  text-align: center;
  font-size: 26px;
}
.type3.icon-section .icon-header-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.icon-section .icon-content p {
  text-align: left;
}
.type2.icon-section .icon-content p {
  text-align: center;
}
.type2.icon-section .icon {
  text-align: center;
  position: relative;
  margin: 0 auto 20px;
}
.type3.icon-section .icon-header-wrapper2 {
  display: flex;
}
.type3.icon-section .icon-header-wrapper2 .icon {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}
.icon-header-wrapper2 .text-widget-content {
  height: auto;
}
.icon-section .icon-header-wrapper2 header {
  margin-bottom: 0;
}
.type3.icon-section .icon-header-wrapper2 header > div {
  margin-top: 0;
}
.type3.icon-section .icon-header-wrapper2 .icon i {
  line-height: 1;
}
.type1.icon-section .with-circle i.icon-section-icon,
.with-circle .icon i {
  padding: 10px;
  box-shadow: 0 0 25px 0 rgba(170, 170, 170, 0.25);
  border: 1px solid rgba(150, 150, 150, 0.2);
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
}
.type2 .with-circle .icon i {
  padding: 30px;
}
.type3 .with-circle .icon i {
  padding: 20px;
}
.type3.icon-section .icon-header-wrapper2 .icon-content {
  padding-left: 0;
  margin-top: 12px;
}
.type2 .text-widget-content h4 {
  margin-bottom: 15px;
}
.type3.icon-section .icon-header-wrapper2 header {
  padding-left: 0;
  margin-left: 20px;
}
.none-soft {
  display: none;
}
.none {
  display: none !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.page-layout {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.text-widget-content {
  cursor: auto !important;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  outline: 0 none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  float: left;
  font-family: "Open Sans", Arial;
}
.text-widget-content h1 {
  font-size: 72px;
}
.text-widget-content h2 {
  font-size: 42px;
}
.text-widget-content h3 {
  font-size: 24px;
}
.text-widget-content h4 {
  font-size: 18px;
}
.text-widget-content h5 {
  font-size: 14px;
}
.text-widget-content h6 {
  font-size: 10px;
}
article .text-widget-content {
  padding-left: 0;
  padding-right: 0;
}
.note-editing-area img,
.text-widget-content img {
  vertical-align: middle;
  max-width: 100%;
}
.text-widget-content ol {
  list-style: decimal;
  padding-left: 2em;
}
.text-widget-content ul {
  list-style: disc;
  padding-left: 2em;
}
.navigation-wrapper ul {
  list-style: none;
  z-index: 999;
}
.navigation-wrapper nav svg,
.signin-button svg,
.store-cart-button svg {
  width: 22px;
  fill: #333;
  vertical-align: middle;
  -moz-transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.cart-button span,
.signin-button span {
  margin-left: 4px;
  margin-right: 2px;
  vertical-align: middle;
}
.live-theme .navigation-wrapper {
  float: left;
  width: 100%;
}
.scale-widget {
  position: absolute;
  top: 0;
  left: 0;
}
a img,
img {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: auto;
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
}
.col1 {
  width: 5%;
}
.col2 {
  width: 10%;
}
.col3 {
  width: 15%;
}
.col4 {
  width: 20%;
}
.col5 {
  width: 25%;
}
.col6 {
  width: 30%;
}
.col7 {
  width: 35%;
}
.col8 {
  width: 40%;
}
.col9 {
  width: 45%;
}
.col9n {
  width: 48%;
}
.col10 {
  width: 50%;
}
.col11 {
  width: 55%;
}
.col12 {
  width: 60%;
}
.col13 {
  width: 65%;
}
.col14 {
  width: 70%;
}
.col15 {
  width: 75%;
}
.col16 {
  width: 80%;
}
.col17 {
  width: 85%;
}
.col18 {
  width: 90%;
}
.col19 {
  width: 95%;
}
.col20 {
  width: 100%;
}
.top-bar .grid-content {
  width: 92%;
}
.extended-header .top-bar .grid-content {
  max-width: none;
}
.live-theme a {
  text-decoration: none;
  color: inherit;
}
.theme .container {
  width: 1100px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.theme .theme-logo {
  position: relative;
}
.theme .theme-logo,
.theme .theme-logo a {
  float: left;
  position: relative;
}
.theme .theme-logo img[src$=".svg"],
.theme .theme-logo img[src$=".svg?format=webp"] {
  min-width: 85px;
  height: 100%;
}
.theme .nav-wrapper {
  width: 100%;
  float: left;
}
.theme nav li > div > ul li a {
  width: 200px;
  text-align: left;
}
.theme nav li > div > ul li a {
  width: auto;
  border: none;
}
.theme .smaller .visible-in-header {
  display: none;
}
.theme .smaller .visible-in-fixed-header {
  display: block;
}
.theme .navigation-wrapper {
  position: relative;
  width: 100%;
  float: left;
  background-color: #fff;
  z-index: 87;
}
.theme .navigation-wrapper-fixed {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.theme .navigation-wrapper.is-absolute {
  position: absolute;
  top: 0;
}
.theme .navigation-wrapper-fixed.smaller {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
.theme .header-style-header-side-1.menu-align-right > .content,
.theme .header-style-header-side-1a.menu-align-right > .content {
  padding-right: 260px;
  box-sizing: border-box;
}
.theme .header-style-header-side-1.menu-align-left > .content,
.theme .header-style-header-side-1a.menu-align-left > .content {
  padding-left: 270px;
  box-sizing: border-box;
}
.live-theme .header-style-header-side-1.menu-align-right > .content,
.live-theme .header-style-header-side-1a.menu-align-right > .content {
  padding-right: 270px;
  box-sizing: border-box;
}
.theme .nav-wrapper {
  position: relative;
  display: table;
  height: 100%;
}
.theme .navigation-wrapper.is-absolute .nav-wrapper,
.theme .navigation-wrapper.smaller .nav-wrapper {
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.theme .nav-wrapper > header {
  display: table-cell;
  vertical-align: middle;
}
.theme .theme-logo a img {
  float: left;
}
.theme .header-side-style-1 .theme-logo a img,
.theme .header-side-style-1a .theme-logo a img {
  float: none;
  max-width: 100%;
}
.theme .navigation-wrapper nav {
  float: right;
  position: relative;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.theme .smaller nav {
  width: auto;
}
.theme .navigation-wrapper nav > ul {
  float: right;
  width: 100%;
}
.theme nav li {
  float: left;
}
.theme .submenu-arrow {
  display: none;
}
.vertical-menu-styling li.with-submenu .submenu-arrow {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  font-size: 18px;
}
.vertical-menu-styling li.with-submenu .submenu-arrow:hover {
  background: rgba(150, 150, 150, 0.1);
}
.vertical-menu-styling li.with-submenu .submenu-arrow:before {
  line-height: 25px;
  text-align: center;
  display: block;
}
.vertical-menu-styling li.with-submenu > a {
  padding-right: 45px;
}
.theme .sidenav-dropdown nav li.with-submenu > a {
  position: relative;
}
.theme .sidenav-dropdown nav li.with-submenu > a > .submenu-arrow {
  display: block;
  position: absolute;
  right: 0;
  padding: 10px;
  top: 50%;
  margin-top: -20px;
  font-size: 17px;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.theme li.with-submenu.visible > a > .submenu-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.theme .sidenav-dropdown nav li.with-submenu > div {
  float: left;
  width: 100%;
  overflow: hidden;
  display: none;
}
.right-menu-items {
  float: left;
  display: inline-block;
  margin-left: 20px;
}
.right-menu-items:before {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 10px;
  vertical-align: middle;
  background-color: rgba(180, 180, 180, 0.3);
  content: "";
}
.theme nav .right-menu-items li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.with-submenu {
  position: relative;
}
.with-submenu ul {
  left: 0;
}
.theme nav li > a {
  padding: 14px 15px;
  display: inline-block;
  line-height: 18px;
  position: relative;
  box-sizing: border-box;
  z-index: 9;
}
.mobile-signin {
  display: none;
}
.theme nav li > div > ul {
  float: left;
  top: 99%;
  position: absolute;
  border-top: 3px solid transparent;
  -moz-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  display: none;
}
.theme .header-wrapper nav li > div > ul {
  top: 159%;
  visibility: hidden;
  display: block;
}
.theme .header-wrapper .vertical-menu-styling nav li > div > ul {
  visibility: visible;
}
.theme .navigation-wrapper nav li > div > ul,
.with-submenu-shadow {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.theme nav li:hover > div > ul {
  top: 99%;
  visibility: visible;
}
.theme .sidenav-dropdown nav li > div > ul {
  min-width: none;
}
.theme .sidenav-dropdown nav li > div > ul {
  position: relative;
  display: block;
  box-shadow: none;
  border: none;
  width: 100%;
}
.theme .header-style-3 nav li > div > ul {
  top: auto;
}
.theme nav li > div > ul li {
  width: 100%;
  clear: both;
  float: left;
}
.theme nav li > div > ul {
  min-width: 200px;
}
.theme .vertical-menu-styling nav li > div > ul {
  min-width: 100px;
}
.widget.advancedWidget .theme-thumb {
  background-size: cover;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transition: background-position 3.5s ease-in-out;
  -moz-transition: background-position 3.5s ease-in-out;
  transition: background-position 3.5s;
  background-size: cover;
  width: 100%;
  float: left;
  border: 3px solid #fff;
  border-radius: 7px;
  box-sizing: border-box;
}
.widget.advancedWidget .active-theme {
  webkit-box-shadow: 1px 3px 44px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 44px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 44px 0 rgb(0 0 0 / 5%);
}
.widget.advancedWidget .theme-thumb:hover {
  background-position: 0 100%;
}
.theme nav li:hover > div > ul {
  display: block;
}
.theme nav li > div > ul li a {
  float: left;
  padding: 15px 30px 15px;
  border-top: 0;
  border-bottom: 1px dotted rgba(180, 180, 180, 0.3);
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
}
.theme nav li > div > ul li a:last-child {
  border-bottom: none;
}
.theme .smaller .nav-wrapper > header {
  padding: 5px 0;
}
.theme .navigation-wrapper.smaller nav li ul li > a {
  padding: 15px 30px;
}
.theme .navigation-wrapper.smaller .theme-logo a img {
  max-height: 40px;
}
.theme nav .website-nav-link-highlighted > a {
  border: 2px solid transparent;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navigation-wrapper .text-widget-content ul {
  list-style: disc;
}
.menu-widget .text-widget-content ul li,
.navigation-wrapper .text-widget-content ul li {
  width: 100%;
  list-style: disc;
}
.live-theme .style-boxed-layout .navigation-wrapper-fixed {
  width: 1300px;
  max-width: 100%;
}
.live-theme .style-boxed-layout .navigation-wrapper-fixed.header-style-11 {
  max-width: none;
  width: 88%;
}
.theme .header-style-11 nav {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.posts-list-wrapper .read-more:hover {
  color: #fff;
}
.tmdpSlide-nav-square i {
  font-size: 1.5em !important;
}
.theme nav .website-nav-link-highlighted:hover > a {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  box-shadow: none;
}
.theme nav .website-nav-link-highlighted.active > a {
  box-shadow: none;
}
.portfolio-list-wrapper .image-overlay {
  background: #2b2c30;
}
.theme .shopping-cart a {
  line-height: 1;
  text-align: center;
}
.after,
.before {
  position: absolute;
  top: 2px;
  left: 50%;
  content: "";
  margin: 0 0 0 -11px;
  width: 22px;
  height: 3px;
  background: #6a6a6a;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  list-style: none;
}
.burger .middle {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 22px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #6a6a6a;
  -webkit-transition: width 0.2s ease, opacity 0.2s ease;
  -moz-transition: width 0.2s ease, opacity 0.2s ease;
  transition: width 0.2s ease, opacity 0.2s ease;
  list-style: none;
}
.after {
  -webkit-transform: translate3d(0, 14px, 0);
  -moz-transform: translate3d(0, 14px, 0);
  transform: translate3d(0, 14px, 0);
}
.theme .burger {
  float: left;
  cursor: pointer;
  display: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.open .before {
  -webkit-transform: rotate(45deg) translate3d(6px, 5px, 0);
  -moz-transform: rotate(45deg) translate3d(6px, 5px, 0);
  transform: rotate(45deg) translate3d(6px, 5px, 0);
}
.open .middle {
  opacity: 0;
}
.open .after {
  -webkit-transform: rotate(-45deg) translate3d(-5px, 6px, 0);
  -moz-transform: rotate(-45deg) translate3d(-5px, 6px, 0);
  transform: rotate(-45deg) translate3d(-5px, 6px, 0);
}
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform 0.2s, opacity 0.2s, visibility 1ms 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s, visibility 1ms 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 1ms 0.2s;
  display: table;
}
.nav-open .scrollToTop {
  display: none !important;
}
.nav-open .overlay-scale {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.navigation-wrapper-slide:not(.smaller) .overlay {
  display: none;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
.overlay nav {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.overlay nav > ul > li {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  display: block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.mobile-login,
.mobile-nav {
  display: none !important;
}
.block {
  display: block !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-none {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.flex-1 {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.flex-half {
  -webkit-box-flex: 0.5 1 0%;
  -webkit-flex: 0.5 1 0%;
  -ms-flex: 0.5 1 0%;
  flex: 0.5 1 0%;
}
.align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}
.align-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
}
.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.theme .burger-menu-visible nav li:hover > div > ul {
  top: 0;
}
.button-icon-wrapper > i {
  margin-right: 0.6em;
  font-size: 1.2em;
}
.button-icon-wrapper.back-icon {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.button-icon-wrapper.back-icon > i {
  margin-right: 0;
  margin-left: 1em;
}
.subscription-wrapper h3[data-role="next-billing-date"].red-text {
  background: #e25373;
  display: inline-block;
  padding: 6px 13px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
}
.subscription-wrapper h3[data-role="next-billing-date"].green-text {
  background: #76bd65;
  display: inline-block;
  padding: 6px 13px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
}
.number-selector .number-pad {
  height: 32px;
  width: 20px;
  color: #333;
  border: 1px solid rgba(150, 150, 150, 0.35);
  float: left;
  line-height: 32px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  background: #fff;
}
.cart-container .qty .number-selector input[type="number"] {
  padding: 5px 0 !important;
  width: 40px;
  text-indent: 0;
  text-align: center;
  margin: 0 !important;
  float: left;
  border-color: transparent;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.cart-container .qty .number-selector input::-webkit-inner-spin-button,
.cart-container .qty .number-selector input::-webkit-outer-spin-button,
input.no-spin::-webkit-inner-spin-button,
input.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input.no-spin {
  -moz-appearance: textfield;
}
.cart-container .number-selector .number-pad {
  height: 28px;
  line-height: 28px;
  background: #fff;
}
.cart-container .number-selector .number-pad:hover,
.number-selector .number-pad:hover {
  background: #f2f2f4;
}
.qty-wrapper .number-selector input {
  border-left: none;
  border-right: none;
}
.cart-container .cart-row-new .product-info {
  width: auto;
  margin-right: 15px;
  flex: 1;
}
.theme .header-style-1a .nav-wrapper {
  border-bottom: 1px solid rgba(180, 180, 180, 0.2);
}
.theme .header-style-3 .nav-wrapper > header {
  float: left;
  width: 100%;
  text-align: center;
}
.theme .header-style-3 nav {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(180, 180, 180, 0.25);
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
}
.theme .header-style-3 .theme-logo,
.theme .header-style-3 .theme-logo a {
  display: inline-block;
  float: none;
}
.theme .header-style-3 .theme-logo {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.theme .header-style-3 nav > ul {
  float: none;
  position: relative;
  width: 92%;
  margin: 0 auto;
  max-width: 1100px;
}
.theme .header-style-3 .nav-wrapper .theme-logo {
  padding: 20px 0;
}
.theme .header-style-3 .shopping-cart {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: absolute;
  right: 0;
}
.theme .header-style-3 .nav-wrapper > header,
.theme .header-style-4 .nav-wrapper > header,
.theme .header-style-9 .nav-wrapper > header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.theme .header-style-3 nav,
.theme .header-style-4 nav,
.theme .header-style-9 nav {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(180, 180, 180, 0.25);
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
}
.theme .header-style-9 nav {
  border: none;
}
.theme nav > ul {
  width: auto;
}
.theme .header-style-3 .theme-logo a,
.theme .header-style-4 .theme-logo a,
.theme .header-style-9 .theme-logo a {
  display: inline-block;
  float: none;
}
.theme .header-style-4 .theme-logo {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.theme .header-style-4 .shopping-cart,
.theme .header-style-9 .shopping-cart {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: absolute;
  right: 0;
}
.theme .header-style-10 .shopping-cart {
  position: relative;
  float: right;
}
.theme .header-style-4 nav > ul,
.theme .header-style-9 nav > ul {
  float: none;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.theme .header-style-4 nav > ul > li,
.theme .header-style-9 nav > ul > li {
  display: inline-block;
  float: none;
}
.theme .header-style-3 .shopping-cart-smaller,
.theme .header-style-4 .shopping-cart-smaller {
  display: none;
}
.theme .header-style-3.is-absolute.smaller .shopping-cart,
.theme .header-style-3.is-absolute.smaller .theme-logo,
.theme .header-style-4.is-absolute.smaller .shopping-cart,
.theme .header-style-4.smaller .nav-wrapper,
.theme .header-style-5.smaller .nav-wrapper {
  display: none;
}
.theme .header-style-3.is-absolute.smaller .shopping-cart-smaller,
.theme .header-style-4.is-absolute.smaller .shopping-cart-smaller {
  display: block;
}
.theme .header-style-3.smaller .nav-wrapper .theme-logo,
.theme .header-style-4.smaller .nav-wrapper .theme-logo {
  padding: 0 !important;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.theme .header-style-5 .nav-wrapper > header {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.theme .header-style-5 .shopping-cart {
  position: absolute;
  right: 0;
}
.theme .header-style-5 nav {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(180, 180, 180, 0.3);
}
.theme .header-style-5 .theme-logo,
.theme .header-style-5 .theme-logo a {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.theme .header-style-5 nav > ul {
  float: none;
  margin: 0 auto;
  max-width: 1100px;
}
.theme .header-style-5.extended-header nav > ul {
  width: 92%;
}
.theme .header-style-5 .shopping-cart-smaller {
  display: none;
}
.theme .navigation-wrapper-fixed.smaller .shopping-cart-smaller {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 99999;
  display: block;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  width: auto;
}
.theme .smaller.navigation-wrapper-fixed .shopping-cart-smaller li {
  padding: 15px;
}
.theme .smaller.navigation-wrapper-fixed .shopping-cart-smaller a {
  padding: 5px;
  display: block;
}
.theme .header-style-6 nav,
.theme .header-style-6 nav li,
.theme .header-style-6 nav li.signin-button,
.theme .header-style-6 nav li.website-nav-link-highlighted,
.theme .header-style-6 nav ul {
  float: none;
}
.theme .header-style-6 nav ul li ul li {
  float: left;
}
.theme .header-style-6 .burger {
  right: 0;
  left: auto;
  display: block;
}
.theme .header-style-6 nav li a,
.theme .header-style-6.smaller nav li a {
  padding: 15px 40px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.theme .header-style-7 nav li ul,
.theme .header-style-8 nav li ul {
  top: auto;
  left: 0;
}
.theme .header-style-6 .nav-wrapper > header,
.theme .header-style-7 .nav-wrapper > header,
.theme .header-style-8 .nav-wrapper > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.theme .header-style-6 .nav-wrapper .theme-logo,
.theme .header-style-7 .nav-wrapper .theme-logo,
.theme .header-style-8 .nav-wrapper .theme-logo {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.theme .header-style-8 .nav-wrapper .theme-logo {
  text-align: center;
}
.theme .header-style-8 .nav-wrapper .theme-logo a {
  float: none;
  display: inline-block;
}
.theme .header-style-7 nav,
.theme .header-style-8 nav {
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: block;
  height: 100%;
  overflow: auto;
}
.theme .header-style-7 nav {
  padding: 0 25px;
}
.theme .header-style-8 nav {
  padding: 0 25px;
}
.theme .header-style-7 nav > ul,
.theme .header-style-8 nav > ul {
  width: 100%;
  float: left;
  overflow-y: auto;
  margin-top: 60px;
  padding-bottom: 30px;
}
.theme .header-style-7 nav li,
.theme .header-style-8 nav li {
  float: left;
  width: 100%;
  text-align: center;
}
.theme .header-style-7 nav li a,
.theme .header-style-8 nav li a {
  padding: 13px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.theme .header-style-6 .burger,
.theme .header-style-7 .burger {
  right: 0;
  left: auto;
  display: block;
}
.theme .header-style-8 .burger {
  right: auto;
  left: 0;
  display: block;
}
.theme .header-style-6 .shopping-cart,
.theme .header-style-7 .shopping-cart {
  margin-right: 55px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.theme .header-style-8 .shopping-cart {
  margin-right: 0;
  position: absolute;
  right: 0;
}
.theme .header-style-7.smaller,
.theme .header-style-8.smaller,
.theme .navigation-wrapper.is-fixed.smaller {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.theme .header-style-6.smaller .nav-wrapper .theme-logo,
.theme .header-style-7.smaller .nav-wrapper .theme-logo,
.theme .header-style-8.smaller .nav-wrapper .theme-logo {
  padding: 15px 0;
}
.theme .header-style-6.smaller .shopping-cart,
.theme .header-style-7.smaller .shopping-cart,
.theme .header-style-8.smaller .shopping-cart {
  margin-top: 0;
}
.theme .header-style-7 nav,
.theme .header-style-8 nav {
  width: 260px;
  height: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 99;
}
.live-theme .page-layout > .content {
  box-sizing: border-box;
}
.theme .header-style-11 {
  width: 88%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  z-index: 90;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  max-width: 1100px;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.theme .header-side-style-1 {
  width: 270px;
  position: fixed;
  height: 100%;
  background-color: #fff;
  z-index: 101;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
.theme .menu-align-left .header-side-style-1 {
  left: auto;
}
.live-theme .menu-align-left .header-side-style-1 {
  left: 0;
}
.live-theme .style-boxed-layout.menu-align-left .header-side-style-1 {
  left: auto;
}
.theme .menu-align-right .header-side-style-1 {
  right: 15px;
}
.live-theme .menu-align-right .header-side-style-1 {
  right: 0;
}
.theme .header-side-style-1 .container {
  width: 100%;
  height: 100%;
  float: left;
}
.theme .header-side-style-1 .nav-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.theme .header-side-style-1 header {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  text-align: center;
}
.theme .header-side-style-1 .theme-logo {
  width: 100%;
  text-align: center;
  float: none;
}
.theme .header-side-style-1 .theme-logo a {
  float: none;
  text-align: center;
}
.theme .header-side-style-1 .nav-menu-items {
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 30px 0;
}
.theme .header-side-style-1 nav {
  display: table;
  width: 100%;
  height: 100%;
}
.theme .header-side-style-1 nav > ul {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  float: none;
}
.theme .header-side-style-1 header,
.theme .header-side-style-1 ul li {
  float: left;
  width: 100%;
}
.theme .header-side-style-1 nav > ul > li {
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.theme .header-side-style-1 nav ul li a {
  padding: 18px 22px;
  display: block;
  text-align: center;
  border-bottom: 1px dotted rgba(180, 180, 180, 0.25);
}
.theme .sidenav-dropdown nav ul li ul a,
.theme .sidenav-dropdown.smaller nav ul li ul a {
  padding: 9px 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0.7;
  border: none;
  text-align: center;
  background: 0 0 !important;
}
.theme .header-side-style-1 nav .website-nav-link-highlighted > a,
.theme .header-side-style-1a nav .website-nav-link-highlighted > a {
  border: 2px solid;
}
.theme .header-side-style-1 .shopping-cart {
  float: left;
  width: 100%;
  margin: 0 auto 40px;
}
.theme .header-side-style-1 .shopping-cart i,
.theme .shopping-bag i {
  font-size: 20px;
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
}
.theme .header-side-style-1 .signin-button i,
.theme .shopping-bag .signin-button i {
  font-size: 23px;
  margin-bottom: 4px;
}
.theme .header-side-style-1 .shopping-cart .cart-button {
  text-align: center;
}
.theme .header-side-style-1 .cart-label .cart-items-number {
  float: none;
  display: inline-block;
}
.theme .header-side-style-1 .shopping-cart li {
  float: none;
  width: auto;
  display: inline-block;
}
.theme .shopping-cart li.cart-button {
  margin-left: 5px;
}
.theme .header-side-style-1 .shopping-cart li,
.theme .shopping-bag li {
  padding: 5px;
  margin: 0 7px;
  position: relative;
}
.theme .header-side-style-1 nav > ul {
  display: block;
}
.theme .header-side-style-1 .shopping-cart {
  text-align: center;
}
.theme .header-side-style-1 .cart-items-number,
.theme .shopping-bag .cart-items-number {
  position: absolute;
  top: 0;
  right: 0;
}
.theme .shopping-bag .cart-items-number {
  right: -7px;
  top: -3px;
  left: auto;
}
.theme .header-side-style-1 .shopping-bag .cart-items-number {
  top: -9px;
}
.theme .shopping-bag,
.theme .shopping-cart {
  display: table;
  text-align: center;
  float: none;
}
.theme .shopping-bag {
  float: right;
}
.theme .shopping-bag li,
.theme .shopping-cart li {
  float: none;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.theme .shopping-cart li {
  padding-right: 15px;
}
.theme .shopping-bag li {
  padding: 0 11px;
}
.theme .shopping-bag .cart-button {
  position: relative;
  margin-left: 10px;
}
.live-theme .theme-button.disabled {
  opacity: 0.7;
}
.theme .navigation-wrapper .nav-wrapper .shopping-cart-mobile {
  display: none;
}
.header-side-style-1 .top-bar,
.header-side-style-1a .top-bar {
  height: auto;
  border: none;
  position: relative;
  margin: 10px 0 0 0;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.header-side-style-1 .top-bar .grid-content > div,
.header-side-style-1a .top-bar .grid-content > div {
  width: 100%;
  text-align: center;
}
.header-side-style-1 .top-bar h5,
.header-side-style-1a .top-bar h5 {
  line-height: 1.5 !important;
  margin-bottom: 15px;
  padding: 0 10%;
  box-sizing: border-box;
}
.header-side-style-1 .top-bar .grid-content > div,
.header-side-style-1a .top-bar .grid-content > div {
  width: 100%;
  text-align: center;
}
.header-side-style-1 .top-bar .social-media,
.header-side-style-1a .top-bar .social-media {
  display: inline-block;
  float: none;
}
.theme .header-style-10 nav {
  padding: 0;
}
.theme .content-wrapper {
  position: relative;
  width: 100%;
  float: left;
}
.live-theme .imageWidget .imageWrapper {
  line-height: 0;
  height: 0;
}
.live-theme .imageWidget .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.theme .imageWidget .scale-on-hover a img {
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.theme .imageWidget .scale-on-hover:hover a img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tmdp-slide-bg-image {
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
}
.theme .navigation-wrapper-slide {
  display: none;
}
.live-theme .navigation-wrapper-slide {
  position: fixed;
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.live-theme .navigation-wrapper-slide.smaller {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  border: none;
}
.live-theme.nav-open .navigation-wrapper-slide.smaller {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.live-theme .navigation-wrapper.smaller nav {
  border: none;
}
.live-theme .scrollToTop {
  width: 53px;
  height: 53px;
  text-align: center;
  background: #2f323a;
  opacity: 0.7;
  border-radius: 50%;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 999;
  line-height: 48px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 24px;
}
.live-theme .scrollToTop:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.live-theme .scrollToTop:before {
  color: #fff;
}
.top-bar {
  background: #fff;
  border-bottom: 1px solid;
  border-color: rgba(180, 180, 180, 0.25);
  float: left;
  width: 100%;
  overflow: hidden;
  z-index: 87;
  position: relative;
  padding: 8px 0;
}
.smaller .top-bar {
  display: none;
}
.top-bar .grid-content > div {
  float: left;
  min-height: 1px;
}
.top-bar h5 {
  font-size: 13px !important;
  line-height: 25px;
  text-transform: none;
}
.top-bar .social-media i {
  float: left;
  width: 25px;
  height: 25px;
  background: #000;
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-size: 13px;
  margin-right: 1px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.theme .navigation-wrapper .social-media i:hover {
  opacity: 0.8;
}
.top-bar .social-media {
  float: right;
}
.theme .content {
  position: relative;
  float: left;
  width: 100%;
}
.theme .widget {
  float: left;
  position: relative;
}
.theme .textWidget {
  padding: 5px 0;
}
.theme footer.page-footer {
  float: left;
  width: 100%;
  min-height: 60px;
}
article {
  float: left;
}
.posts-list-wrapper article {
  margin-bottom: 40px;
}
article .post-meta {
  color: #999;
  font-size: 13px;
  float: left;
}
article .post-meta a,
article .post-meta p {
  color: #444;
  display: inline-block;
}
article .post-meta span {
  margin-right: 2px;
  line-height: 1.4;
}
article .post-featured {
  width: 100%;
  float: left;
}
article .post-featured .fluid-video-wrapper {
  height: 350px;
}
article .post-featured img {
  width: 100%;
}
.blog-post-wrapper article .post-title {
  margin: 10px 0 5px;
}
article .post-description {
  float: left;
  width: 100%;
  line-height: 1.4;
  font-size: 14px;
}
article footer,
article header {
  float: left;
  width: 100%;
  display: block;
}
article header {
  margin-bottom: 15px;
  position: relative;
}
.blog-container header,
.listType0 .blog-post-article header {
  box-sizing: border-box;
}
.blog-container header,
.listType0 .blog-post-article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.post-header {
  flex: 1 1 0%;
  float: left;
}
.blog-post-container header .sharer {
  width: 100%;
  float: left;
  text-align: center;
}
.blog-post-container header .sharer a {
  float: none;
  display: inline-block;
  margin-top: 15px;
}
.blog-container header .sharer,
.listType0 .blog-post-article header .sharer {
  flex: none;
  margin-top: 20px;
  margin-left: 10px;
}
.listType0 .blog-post-article header .sharer {
  margin-top: 0;
}
.fb-icon {
  background: #3b5998;
}
.tw-icon {
  background: rgba(0, 0, 0, 0.847);
}
.gp-icon {
  background: #dd4b39;
}
.ln-icon {
  background: #0077b5;
}
.blog-container header .sharer {
  text-align: right;
}
.listType1 .blog-post-article header .sharer {
  text-align: center;
  margin-top: 8px;
  width: 100%;
}
.listType1 .post-header {
  float: none;
}
.listType2 .blog-post-article header .sharer,
.listType3 .blog-post-article header .sharer,
.listType4 .blog-post-article header .sharer,
.listType5 .blog-post-article header .sharer {
  text-align: left;
  float: left;
  margin-top: 8px;
  width: 100%;
}
.listType2 .sharer a,
.listType3 .sharer a,
.listType4 .sharer a,
.listType5 .sharer a {
  margin-left: 0;
  margin-right: 3px;
}
.listType0 .blog-post-article header .sharer {
  top: 0;
}
.listType0 .blog-post-article header .sharer a {
  margin-top: 0;
}
.posts-list-wrapper .read-more {
  float: left;
  font-size: 13px;
  text-align: center;
  padding: 12px 17px;
  margin-top: 20px;
  color: #fff;
  border-radius: 20px;
}
.read-more-wrapper {
  width: 100%;
  float: left;
}
.posts-list-wrapper.listType1 article a.read-more {
  float: none;
  margin: 20px auto;
  max-width: 80px;
  display: block;
}
.posts-list-wrapper.listType1 .post-meta {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}
header .sharer a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: right;
  margin-right: 3px;
}
header .sharer a i {
  line-height: 35px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
}
header .sharer a:hover {
  opacity: 0.8;
}
header .sharer a:hover i {
  color: #fff;
}
blockquote {
  border-left-style: solid;
  border-left-width: 5px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 16px;
  line-height: 1.5em;
  margin-left: 20px;
  text-align: left;
}
.posts-list-wrapper .post-featured {
  float: left;
  display: block;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.portfolio-item-detail.in-popup .post-title,
.posts-list-wrapper .shuffle-item .post-title a {
  color: #444;
}
article.shuffle-item .post-meta a,
article.shuffle-item .post-meta p,
article.shuffle-item .post-meta span {
  color: #999;
}
article .post-meta .post-author a {
  color: #444;
}
.posts-list-wrapper .post-featured:hover {
  opacity: 0.87;
}
.posts-list-wrapper .post-featured-1:hover {
  opacity: 1;
}
.posts-list-wrapper .post-featured > div,
.posts-list-wrapper .post-featured > img,
.posts-list-wrapper .post-featured > span {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.posts-list-wrapper .post-featured > span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.posts-list-wrapper .post-featured > span:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.posts-list-wrapper .post-featured.post-featured-3 {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
.portfolio-list-wrapper,
.posts-list-wrapper {
  float: left;
  margin: 60px 0 0;
  padding-bottom: 50px;
  position: relative;
  overflow: visible !important;
}
.portfolio-list-wrapper {
  margin: 30px 0 100px;
}
.pagination {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.widgetBlog .pagination,
.widgetBlog .posts-list-wrapper {
  margin: 0;
  padding: 0;
}
.posts-list-wrapper article {
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
}
.template-blog-header {
  width: 100%;
  float: left;
}
.blog-container .post-title {
  margin: 15px 0 10px;
  font-size: 28px;
}
.header-is-absolute .content.no-header:not(.big-featured-image) {
  padding-top: 100px;
}
.theme .post-title {
  font-size: 23px;
  line-height: 1.2;
}
.blog-post-sizer {
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  margin: 1.2%;
}
.posts-list-wrapper.listType3 article {
  width: 47.4%;
  box-sizing: border-box;
}
.post-featured h1,
.theme .quote-post {
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  font-style: italic;
}
.post-featured h1:before,
.quote-post:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.posts-list-wrapper.listType3 .blog-post-sizer {
  width: 49.4%;
}
.posts-list-wrapper.listType4 article {
  width: 31%;
  box-sizing: border-box;
}
.posts-list-wrapper.listType4 .blog-post-sizer {
  width: 32.53%;
  margin: 1.2%;
}
.tmdp-pagination a[data-role="more"] {
  float: none;
  margin: 0 auto;
  width: 103px;
  color: #ccc;
  border: 2px solid;
  border-color: #e1e1e1;
  border-radius: 25px;
  font-size: 13px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -moz-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
  text-align: center;
  display: block;
}
.tmdp-pagination [data-role="more"]:hover {
  border-color: #ccc;
  color: #6a6a6a;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -moz-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.blog-back-btn,
.tmdp-pagination [data-role] {
  cursor: pointer;
  float: left;
  font-size: 16px;
  color: #ccc;
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-color: #e1e1e1;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  margin: 2px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -moz-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.blog-back-btn i,
.tmdp-pagination [data-role] i {
  float: left;
  font-size: 16px;
  color: #ccc;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.big-featured-image .blog-post-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.big-featured-image .post-content-wrapper {
  padding: 10% 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.header-is-absolute .big-featured-image .post-content-wrapper {
  padding: 15% 0 10%;
}
.big-featured-image .blog-post-header {
  background-position: center center;
  background-size: cover;
}
.big-featured-image .post-content-wrapper h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
}
.big-featured-image .post-content-wrapper span {
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0.6;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
.big-featured-image article .post-info-wide .post-meta {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 15px;
}
.big-featured-image .blog-container header.post-info-wide {
  padding: 0;
  display: block;
}
.big-featured-image .blog-container header.post-info-wide .sharer {
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  float: left;
  margin-left: 0;
}
.pagination a i:hover,
.pagination a:hover {
  border-color: #ccc;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.tmdp-pagination [data-role="0"] {
  color: #fff;
}
.posts-list-wrapper .post-title a {
  color: #444;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.posts-list-wrapper .post-title a:hover {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.fluid-video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
.listType2 .fluid-video-wrapper iframe,
.listType5 .fluid-video-wrapper iframe {
  min-height: 0;
}
.posts-list-wrapper.listType1 .post-featured {
  max-height: 380px;
  min-height: 380px;
  height: 380px;
}
.posts-list-wrapper.listType1 .post-summary {
  width: 50%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}
.posts-list-wrapper.listType1 .post-description {
  text-align: center;
}
.posts-list-wrapper.listType1 header h1 {
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
  word-break: break-word;
}
.posts-list-wrapper.listType0 .post-featured {
  max-height: 380px;
  min-height: 380px;
  height: 380px;
}
.posts-list-wrapper .post-featured-4 {
  height: 0 !important;
  min-height: 0 !important;
}
.posts-list-wrapper.listType2 .post-featured,
.posts-list-wrapper.listType5 .post-featured {
  background-position: center center;
  background-size: cover;
  max-height: 370px;
  min-height: 250px;
  background-repeat: no-repeat;
  height: 280px;
}
.posts-list-wrapper.listType2 .post-featured {
  max-height: 270px;
  min-height: 200px;
  height: 230px;
}
.posts-list-wrapper.listType3 .post-summary,
.posts-list-wrapper.listType4 .post-summary {
  padding: 20px;
}
.posts-list-wrapper.listType3 article,
.posts-list-wrapper.listType4 article {
  margin-bottom: 35px;
  background: #fbfbfb;
}
.posts-list-wrapper.listType0 .post-featured-2 {
  min-height: 300px;
}
.posts-list-wrapper.listType4 .post-featured-2 {
  min-height: 240px;
}
.posts-list-wrapper.listType3 .post-featured-1,
.posts-list-wrapper.listType3 .post-featured-2,
.posts-list-wrapper.listType4 .post-featured-1,
.posts-list-wrapper.listType4 .post-featured-2 {
  height: 240px;
}
.post-summary {
  float: left;
  width: 100%;
}
.blog-comment-form {
  float: left;
  width: 100%;
  margin: 15px 0;
  box-sizing: border-box;
}
.blog-comment-form input,
.blog-comment-form textarea {
  float: left;
  border: none;
  padding: 22px;
  border-radius: 0;
  color: #898989;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  outline: 0;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border: 1px solid #e1e1e1;
}
.blog-comment-form input {
  width: 49%;
}
.blog-comment-form input[name="name"] {
  margin-right: 2%;
}
.blog-comment-form input:focus,
.blog-comment-form textarea:focus {
  border-color: #ccc;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.blog-comment-form textarea {
  width: 100%;
  min-height: 135px;
}
.blog-comment-form a {
  padding: 18px 48px;
  color: #fff;
  background: #2f323a;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 28px;
  margin-top: 10px;
  display: inline-block;
}
.blog-comment-form a:hover {
  opacity: 0.9;
}
.comments-list {
  margin: 100px auto 50px;
  background: #f5f5f5;
  padding: 40px 40px;
  max-width: 1100px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.comments-list .grid-content {
  max-width: 750px;
}
.reply-button {
  font-size: 14px;
  margin-top: 20px;
}
.reply-button:hover {
  text-decoration: underline;
}
.comment-reply-wrapper {
  margin-top: 30px;
}
.post-comment-wrapper .blog-comment-form {
  margin-top: 40px;
}
.post-comment-wrapper .blog-comment-form .comment-title {
  margin-bottom: 20px;
}
.blog-comment-form .comment-title {
  margin-bottom: 40px;
  float: left;
}
.blog-comment-form .comment-title,
.comments-list .comment-title {
  font-size: 19px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
.post-comment-wrapper {
  float: left;
  width: 100%;
  margin: 40px 0 10px 0;
  box-sizing: border-box;
}
.post-comment-wrapper > span {
  float: left;
}
.comments-list .post-user {
  font-size: 16px;
  color: #444;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
.comments-list .post-time {
  font-size: 14px;
  color: #999;
  float: left;
  margin-top: 10px;
}
.comments-list .post-comment {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.listType2 .post-summary {
  width: 67%;
}
.blog-post-article .post-summary {
  box-sizing: border-box;
  padding: 15px 0;
}
.listType2 .post-summary {
  padding: 0 25px;
}
.blog-post-wrapper .listType0 .post-summary,
.blog-post-wrapper .listType1 .post-summary {
  padding: 15px 0;
}
.listType2 article,
.listType5 article {
  margin-bottom: 40px;
}
.blog-post-article .post-title {
  margin-bottom: 10px;
}
.listType0 .post-title {
  float: left;
  width: 100%;
}
.listType1,
.listType4,
.listType5 {
  width: 100%;
}
.listType2,
.listType5 {
  margin-top: 40px;
}
.listType2 .post-featured,
.listType5 .post-featured {
  width: 40%;
}
.listType2 .post-featured {
  width: 33%;
}
.listType5 .post-summary {
  width: 55%;
  float: left;
  margin-top: 10px;
  margin-left: 4%;
  padding: 0;
}
.blog-post-article .listType2 .post-summary {
  width: 60%;
  float: left;
  margin-top: 10px;
}
.listType2 .post-title,
.listType5 .post-title {
  margin-top: 0;
}
aside.post-sidebar {
  width: 25%;
  margin: 60px 0;
  margin-left: 5%;
  float: left;
}
aside.post-sidebar .containerElement {
  width: 100%;
}
.post-tags ul {
  list-style: none;
  margin: 20px 0;
}
.post-tags ul li {
  display: inline-block;
  margin-right: 2px;
}
.post-tags ul li a {
  padding: 7px 13px;
  border: 2px solid #e1e1e1;
  color: #898989;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.post-tags ul li a:hover {
  background: #404040;
  border-color: #404040;
  color: #fff;
}
.blog-back-btn {
  float: left;
  margin: 30px 0 0;
}
.blog-container article footer {
  padding-bottom: 20px;
}
.blog-container article {
  margin: 60px 0;
}
.blog-container.post-with-sidebar .inline-gallery {
  height: 330px;
}
.blog-container.post-no-sidebar .inline-gallery {
  height: 350px;
}
.theme-button {
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 20px 40px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
}
.theme-button:after,
.theme-button:before {
  border-radius: inherit;
}
.theme-button.hvr-sweep-to-right {
  overflow: hidden;
}
.header-widget .theme-button,
.widget-form .theme-button {
  border-width: 0;
}
.subscribeWidget .theme-button {
  width: 100%;
  padding: 19px 0;
}
.theme-button.no-hover:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.theme .container {
  width: 92%;
  max-width: 1100px;
}
.wrong-page-overlay {
  height: 50vh;
  background: #f9f9f9;
}
.wrong-page-modal {
  display: table;
  height: 100%;
  width: 100%;
}
.wrong-page-modal .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.wrong-page-modal h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  width: 100%;
}
.wrong-page-modal a {
  margin: 0 auto;
  width: 200px;
  padding: 26px 0;
  text-align: center;
  color: #fff;
  display: block;
}
.widget-form,
.widget-form .description,
.widget-form .option,
.widget-form .title,
.widget-form .widget-row {
  width: 100%;
  float: left;
}
.widget-form .option {
  cursor: pointer;
}
.widget-form .form-field {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.subscription-wrapper.widget-form .form-field .recaptcha-target {
  margin-top: 10px;
}
.widget-form .form-field .recaptcha-target > div,
.widget-form .form-field .recaptcha-target > img {
  display: block;
  float: left;
}
.widget-form .form-field .recaptcha-target.form-at-center > div,
.widget-form .form-field .recaptcha-target.form-at-center > img {
  float: none;
  margin: 0 auto;
}
.widget-form .form-field .recaptcha-target.form-at-right > div,
.widget-form .form-field .recaptcha-target.form-at-right > img {
  float: right;
}
.widget-form .half-field {
  width: 49%;
  margin-left: 2%;
}
.widget-form .field-error {
  display: none;
}
.field-with-error,
.widget-form .field-invalid input,
.widget-form .field-invalid select,
.widget-form .field-invalid textarea {
  border: 1px solid #e25141 !important;
}
i.error-notification {
  display: none;
  margin-left: -28px;
  width: 18px;
}
.field-invalid + i.error-notification,
.field-with-error + i.error-notification {
  display: block;
  float: left;
  color: #d82e2e;
  z-index: 111;
  position: relative;
  font-size: 16px;
  padding-top: 17px;
  box-sizing: border-box;
}
.input-row input:first-child + i.error-notification,
.input-row select:first-child + i.error-notification {
  margin-left: -35px;
  margin-left: calc(-2% - 28px);
}
.widget-form .field-invalid .field-error {
  display: inline-block;
  background: #e25141;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
}
.widget-form .half-field.half-field-first {
  margin-left: 0;
  clear: left;
}
.widget-form .required {
  display: inline-block;
  margin-left: 3px;
  color: #eb6a56;
}
.widget-form .title {
  font-size: 14px;
  margin-bottom: 7px;
}
.widget-form .description {
  font-size: 12px;
  margin-bottom: 6px;
  opacity: 0.7;
}
.widget-form input[type="file"],
.widget-form input[type="number"],
.widget-form input[type="password"],
.widget-form input[type="text"],
.widget-form select,
.widget-form textarea {
  border: 1px solid rgba(150, 150, 150, 0.3);
  padding: 18px 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  width: 100%;
  height: auto;
  float: left;
  letter-spacing: normal;
  font-size: 13px;
  outline: 0;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  -moz-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.widget-form input[type="file"] {
  background: 0 0 !important;
}
.widget-form-light input[type="password"],
.widget-form-light input[type="text"],
.widget-form-light select,
.widget-form-light textarea {
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(0, 0, 0, 0.45);
}
.widget-form textarea {
  resize: vertical;
  overflow: auto;
}
.widget-form input[type="password"]:focus,
.widget-form input[type="text"]:focus,
.widget-form select:focus,
.widget-form textarea:focus {
  border-color: #ccc;
  background: #fbfbfb;
  -moz-transition: border-color 0.3s ease, background 0.3s ease;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.widget-form-light input[type="password"]:focus,
.widget-form-light input[type="text"]:focus,
.widget-form-light select:focus,
.widget-form-light textarea:focus {
  border-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
}
.widget-form label.option {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-form label.option > input,
.widget-form label.option > span {
  float: left;
}
.widget-form label.option > span {
  margin: 2px;
}
.widget-form .prefix-input {
  float: left;
  width: 100%;
  position: relative;
}
.widget-form .prefix-input > span {
  position: absolute;
  font-size: 18px;
  top: 18px;
  left: 23px;
  z-index: 1;
}
.widget-form .date-field .prefix-input span {
  right: 16px;
  left: auto;
}
.widget-form .prefix-input input {
  text-indent: 40px;
}
.widget-form .date-field .prefix-input input {
  text-indent: 0;
}
.widget-form-button-wrapper {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.widget-form-button-wrapper > a {
  font-size: 16px;
  border-color: #333;
}
.widget-form-light .description,
.widget-form-light .title,
.widget-form-light h2,
.widget-form-light label.option span,
.widget-form-light p {
  color: #e1e1e1;
}
.subscribeWidget .widget-form-inner-wrapper {
  float: left;
  width: 100%;
}
.widget-layout-lined .form-field {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-left: 0;
  margin-bottom: 0;
}
.widget-layout-lined .widget-form-button-wrapper {
  box-sizing: border-box;
  padding: 0 3px;
}
.widget-layout-lined .form-field.half-field {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.widget-layout-lined .widget-form-button-wrapper {
  width: 25%;
  clear: none;
}
.subscribeWidget .widget-layout-stacked .form-field {
  margin-bottom: 10px;
}
.subscribeWidget .widget-form-button-wrapper {
  margin-top: 4px;
}
.subscribeWidget .title {
  display: none;
}
.subscribeWidget h2 {
  font-size: 21px;
  line-height: 1.5;
}
.subscribeWidget p {
  font-size: 14px;
  opacity: 0.7;
}
.widget-form [data-type="section"] .title {
  font-size: 21px;
  padding: 35px 0 15px;
  border-bottom: 1px dotted rgba(180, 180, 180, 0.4);
  margin-bottom: 20px;
}
.widget.builderSigninWidget
  .widget-form
  [data-type="section"]
  .title.title-empty,
.widget.memberSigninWidget
  .widget-form
  [data-type="section"]
  .title.title-empty {
  display: none;
}
.widget-layout-lined .widget-form-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.widget-layout-lined .form-field {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
}
.widget-layout-lined .widget-form-button-wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: auto;
}
.widget-layout-lined .widget-form-button-wrapper > a {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  vertical-align: bottom;
}
.blog-items-wrapper,
.blog-widget-item {
  float: left;
  width: 100%;
}
.blog-items-wrapper {
  opacity: 0;
}
.blog-items-wrapper.visible {
  opacity: 1;
}
.blog-widget-item.recent-post {
  padding: 15px 0;
  border-bottom: 1px dotted rgba(180, 180, 180, 0.5);
}
.blog-widget-item.recent-post a {
  font-size: 15px;
  line-height: 1.3;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.blog-widget-item.recent-post span {
  float: left;
  width: 100%;
  opacity: 0.6;
  font-size: 11px;
}
.blog-widget-item.blog-categories a {
  padding: 14px 0;
  float: left;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px dotted rgba(180, 180, 180, 0.5);
}
.blog-tag-cloud {
  float: left;
  width: 100%;
}
.blog-article .blog-tag-cloud {
  margin-top: 20px;
}
.blog-tag-cloud a {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 9px 14px;
  border: 1px solid rgba(180, 180, 180, 0.5);
  font-size: 13px;
}
.post-sidebar .subscribeWidget h2,
.theme .blog-widget-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 17px;
  letter-spacing: 1px;
}
.post-sidebar .subscribeWidget h2 {
  margin-bottom: 5px;
}
.highlightColor,
.highlightColor:hover {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.imageWidget .lazyImage {
  cursor: auto;
}
.not-visible-badge {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #fff;
  z-index: 9999999;
  padding: 25px;
  border-radius: 50px;
  box-shadow: 0 0 31px 0 rgba(71, 81, 99, 0.22);
  font-size: 15px;
  padding-right: 12px;
}
.live-theme .back-to-editing {
  padding: 13px 25px;
  background: #222;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  transition: border-radius 0.3s ease;
}
.live-theme .back-to-editing:hover {
  border-radius: 4px;
}
.imageWidget > .image-box {
  width: 100%;
  margin: 0 auto;
}
.imageWidget .widget-preserving-ratio-inner {
  position: absolute;
}
.cart-items-number {
  z-index: 99;
}
.lazyImage {
  width: 1px;
  height: 1px;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.lazyImage.image-cover img {
  min-width: 100%;
  min-height: 0;
}
.lazyImage.image-cover.image-bigger.image-cover-width img {
  width: 100%;
}
.lazyImage.image-cover-height img {
  height: 100%;
}
.lazyImage.image-fit {
  overflow: visible;
}
.lazyImage.image-fit img {
  max-width: 100%;
  max-height: 100%;
}
.live-theme .anim-delayed-item {
  visibility: hidden !important;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.anim-delayed-item {
  -webkit-animation-duration: 1.1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-duration: 1.1s;
  -moz-animation-timing-function: ease;
  animation-duration: 1.1s;
  animation-timing-function: ease;
}
.anim-delayed-item.anim-displayed {
  visibility: visible !important;
}
.lazyAnimation-1,
.lazyImageAnimation-1 {
  -webkit-animation-name: animationFadeIn;
  -moz-animation-name: animationFadeIn;
  animation-name: animationFadeIn;
}
@-webkit-keyframes animationFadeIn {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animationFadeIn {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animationFadeIn {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lazyAnimation-2,
.lazyImageAnimation-2 {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lazyAnimation-3,
.lazyImageAnimation-3 {
  -webkit-animation-name: slideFromLeft;
  -moz-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}
@-webkit-keyframes slideFromLeft {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideFromLeft {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lazyAnimation-4,
.lazyImageAnimation-4 {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lazyAnimation-5,
.lazyImageAnimation-5 {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0.00% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.lazyAnimation-6,
.lazyImageAnimation-6 {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0.00% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0.00% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
.blogPostAnimation {
  -webkit-animation: blogPostAnimation 1.1s ease;
  -moz-animation: blogPostAnimation 1.1s ease;
  -o-animation: blogPostAnimation 1.1s ease;
  -ms-animation: blogPostAnimation 1.1s ease;
  animation: blogPostAnimation 1.1s ease;
}
@-webkit-keyframes blogPostAnimation {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blogPostAnimation {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.portfolioItemAnimation {
  -webkit-animation: portfolioItemAnimation 1.1s ease;
  -moz-animation: portfolioItemAnimation 1.1s ease;
  -ms-animation: portfolioItemAnimation 1.1s ease;
  -o-animation: portfolioItemAnimation 1.1s ease;
  animation: portfolioItemAnimation 1.1s ease;
}
@-webkit-keyframes portfolioItemAnimation {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes portfolioItemAnimation {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loaderLoop {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderLoop {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.inline-gallery-item {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-preserving-ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-preserving-ratio-outer {
  width: 100%;
  height: 0;
  position: relative;
}
.portfolio-item-detail .details .view,
.portfolio-list-wrapper .image-overlay a,
.portfolio-widget-item .buttons-wrapper-inner a {
  color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  display: inline-block;
}
.portfolio-widget-item .buttons-wrapper-inner a {
  margin: 2px;
}
.portfolio-item-detail .details .view {
  height: 40px;
  width: 100px;
  font-size: 14px;
  line-height: 40px;
}
.portfolio-list-wrapper .image-overlay a:hover,
.theme .buttons-wrapper-outer .primaryColor-bg2:hover {
  background-color: #fff;
}
.portfolio-filter {
  margin: 7% auto 20px;
  width: 100%;
  float: left;
}
.portfolio-filter ul {
  list-style: none;
  text-align: center;
}
.portfolio-filter li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
.portfolio-filter li a {
  padding: 10px 20px;
  border: 2px solid transparent;
  color: #404040;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: block;
}
.portfolio-filter li a:hover {
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.portfolio-list-wrapper .image-area {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-list-wrapper .image-overlay,
.portfolio-widget-item-data {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 2;
}
.portfolio-list-wrapper .image-area:hover .image-overlay,
.portfolio-widget-item:hover .portfolio-widget-item-data {
  opacity: 1;
}
.portfolio-list-wrapper .post-summary {
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
}
.portfolio-list .post-summary h5 {
  text-align: center;
  font-size: 21px;
  line-height: 1.4;
}
.portfolio-list-wrapper article header {
  margin-bottom: 0;
}
.portfolio-list-wrapper .post-description-wrapper {
  width: 100%;
  float: left;
}
.portfolio-list-wrapper .post-description {
  display: block;
  float: none;
  text-align: center;
  margin-top: 6px;
}
.portfolio-list article {
  vertical-align: top;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.portfolio-list-wrapper .image-area img {
  display: none;
}
.portfolio-layout-type-1 {
  width: 100%;
  max-width: 100% !important;
}
.portfolio_sizer {
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.portfolio-spacing-none.portfolio-list-type-1 .portfolio-post-article,
.portfolio-spacing-none.portfolio-list-type-1 .portfolio_sizer {
  width: 100%;
  margin: 0;
}
.portfolio-spacing-none.portfolio-list-type-2 .portfolio-post-article,
.portfolio-spacing-none.portfolio-list-type-2 .portfolio_sizer {
  width: 50%;
  margin: 0;
}
.portfolio-spacing-none.portfolio-list-type-3 .portfolio-post-article,
.portfolio-spacing-none.portfolio-list-type-3 .portfolio_sizer {
  width: 33.33%;
}
.portfolio-spacing-none.portfolio-list-type-4 .portfolio-post-article,
.portfolio-spacing-none.portfolio-list-type-4 .portfolio_sizer {
  width: 25%;
}
.portfolio-spacing-none.portfolio-list-type-5 .portfolio-post-article,
.portfolio-spacing-none.portfolio-list-type-5 .portfolio_sizer {
  width: 20%;
}
.portfolio-spacing-none.portfolio-list-type-0 .portfolio-post-article,
.portfolio-spacing-none.portfolio-list-type-0 .portfolio_sizer {
  width: 20%;
}
.portfolio-spacing-default.portfolio-list-type-1 .portfolio-post-article,
.portfolio-spacing-default.portfolio-list-type-1 .portfolio_sizer {
  width: 100%;
  margin: 1% 0 0 0;
}
.portfolio-spacing-default.portfolio-list-type-2 .portfolio-post-article,
.portfolio-spacing-default.portfolio-list-type-2 .portfolio_sizer {
  width: 49.5%;
  margin-top: 1%;
}
.portfolio-spacing-default.portfolio-list-type-2 .portfolio_sizer {
  margin-left: 1%;
}
.portfolio-spacing-default.portfolio-list-type-3 .portfolio-post-article,
.portfolio-spacing-default.portfolio-list-type-3 .portfolio_sizer {
  width: 32.667%;
  margin-top: 1%;
}
.portfolio-spacing-default.portfolio-list-type-3 .portfolio_sizer {
  margin-left: 1%;
}
.portfolio-spacing-default.portfolio-list-type-4 .portfolio-post-article,
.portfolio-spacing-default.portfolio-list-type-4 .portfolio_sizer {
  width: 24.25%;
  margin-top: 1%;
}
.portfolio-spacing-default.portfolio-list-type-4 .portfolio_sizer {
  margin-left: 1%;
}
.portfolio-spacing-default.portfolio-list-type-5 .portfolio-post-article,
.portfolio-spacing-default.portfolio-list-type-5 .portfolio_sizer {
  width: 19.2%;
  margin-top: 1%;
}
.portfolio-spacing-default.portfolio-list-type-5 .portfolio_sizer {
  margin-left: 1%;
}
.portfolio-spacing-default.portfolio-list-type-0 .portfolio-post-article,
.portfolio-spacing-default.portfolio-list-type-0 .portfolio_sizer {
  width: 19.2%;
  margin-top: 1%;
}
.portfolio-spacing-default.portfolio-list-type-0 .portfolio_sizer {
  margin-left: 1%;
}
.portfolio-spacing-none.portfolio-list-type-0
  .portfolio-post-article:nth-child(4n + 2) {
  width: 40%;
}
.portfolio-spacing-default.portfolio-list-type-0
  .portfolio-post-article:nth-child(4n + 2) {
  width: 39.4%;
}
.portfolio-item-streched embed,
.portfolio-item-streched iframe,
.portfolio-item-streched object,
.portfolio-item-streched video,
.portfolio-post-article .portfolio-head .inline-gallery {
  width: 100%;
  height: 100%;
}
.portfolio-item-streched-width embed,
.portfolio-item-streched-width iframe,
.portfolio-item-streched-width object,
.portfolio-item-streched-width video {
  width: 100%;
}
.portfolio-list-wrapper .portfolio-post-article .image-area {
  position: relative;
  width: 100%;
  height: 0;
}
.portfolio-list-type-2 .portfolio-post-article .image-area {
  padding-top: 75%;
}
.portfolio-list-type-3 .portfolio-post-article .image-area {
  padding-top: 75%;
}
.portfolio-layout-type-0
  .portfolio-spacing-none.portfolio-list-type-3
  .portfolio-post-article
  .image-area {
  padding-top: 73%;
}
.portfolio-list-type-4 .portfolio-post-article .image-area {
  padding-top: 75%;
}
.portfolio-list-type-5 .portfolio-post-article .image-area {
  padding-top: 75%;
}
.portfolio-list-type-0 .portfolio-post-article .image-area {
  padding-top: 75%;
}
.portfolio-list-wrapper .portfolio-head img.portfolio-size-holder {
  display: none;
}
.portfolio-list-wrapper .portfolio-head,
.portfolio-widget-item .full-size {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.portfolio-list-type-1 .portfolio-post-article .image-area {
  height: auto;
  padding-top: 0;
}
.portfolio-list-wrapper.portfolio-list-type-1 .portfolio-head {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 100%;
  height: auto;
}
.portfolio-list-wrapper.portfolio-list-type-1
  .portfolio-head
  img.portfolio-size-holder {
  display: block;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.portfolio-list-wrapper.portfolio-list-type-1
  .portfolio-post-article
  .inline-gallery {
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-list-wrapper .image-overlay .buttons-wrapper-outer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.portfolio-list-wrapper .image-overlay .buttons-wrapper-outer,
.portfolio-widget-item .buttons-wrapper-outer {
  display: block;
  text-align: center;
}
.portfolio-widget-item .portfolio-widget-item-head .buttons-wrapper-outer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 2;
}
.portfolio-widget-item
  .portfolio-widget-item-head:hover
  .buttons-wrapper-outer {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.portfolio-list-wrapper .image-overlay .buttons-wrapper-inner,
.portfolio-widget-item .portfolio-widget-item-head .buttons-wrapper-inner {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.8);
  -moz-transform: translateZ(0) scale(0.8);
  -ms-transform: translateZ(0) scale(0.8);
  -o-transform: translateZ(0) scale(0.8);
  transform: translateZ(0) scale(0.8);
}
.portfolio-list-wrapper .image-overlay:hover .buttons-wrapper-inner,
.portfolio-widget-item .portfolio-widget-item-data:hover .buttons-wrapper-inner,
.portfolio-widget-item .portfolio-widget-item-head:hover .buttons-wrapper-inner,
.show #portfolio-popup-content,
.show #tmdp-simple-lightbox-content {
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
#portfolio-popups-overlay,
#tmdp-simple-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.tmdp-simple-lightbox-slide {
  position: relative;
}
.tmdp-simple-lightbox-slide.with-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.tmdp-simple-lightbox-slide.with-hover:hover:before {
  opacity: 0.2;
}
#portfolio-popups,
#tmdp-simple-lightbox {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
#portfolio-popup-content,
#tmdp-simple-lightbox-content {
  float: left;
  position: fixed;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.8);
  -moz-transform: translateZ(0) scale(0.8);
  -ms-transform: translateZ(0) scale(0.8);
  -o-transform: translateZ(0) scale(0.8);
  transform: translateZ(0) scale(0.8);
}
.portfolio-item-detail,
.tmdp-simple-lightbox-detail {
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  float: left;
  display: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-out, margin-left 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, margin-left 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, margin-left 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, margin-left 0.3s ease-out;
  transition: opacity 0.3s ease-out, margin-left 0.3s ease-out;
}
.portfolio-item-detail.show,
.tmdp-simple-lightbox-detail.show {
  z-index: 1;
  display: block;
  margin-left: -50px;
}
.portfolio-item-detail.active,
.tmdp-simple-lightbox-detail.active {
  opacity: 1;
  display: block;
  margin-left: 0;
}
#portfolio-popups .next,
#portfolio-popups .prev,
#tmdp-simple-lightbox .next,
#tmdp-simple-lightbox .prev {
  position: fixed;
  top: 50%;
  margin-top: -25px;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 25px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
#portfolio-popups > a.visible,
#tmdp-simple-lightbox > a.visible {
  opacity: 1;
  z-index: 2;
}
#portfolio-popups .close,
#tmdp-simple-lightbox .close {
  border: none;
  position: fixed;
  top: 3.5%;
  right: 2.2%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  display: none;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background: #fff;
  padding: 5px;
}
#portfolio-popups .close:hover,
#portfolio-popups .next:hover,
#portfolio-popups .prev:hover,
#tmdp-simple-lightbox .close:hover,
#tmdp-simple-lightbox .next:hover,
#tmdp-simple-lightbox .prev:hover {
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
#portfolio-popups.show .close,
#tmdp-simple-lightbox.show .close {
  display: block;
  z-index: 2;
}
#portfolio-popups .close:after,
#portfolio-popups .close:before,
#tmdp-simple-lightbox .close:after,
#tmdp-simple-lightbox .close:before {
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#portfolio-popups .close:before,
#tmdp-simple-lightbox .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#portfolio-popups .close:after,
#tmdp-simple-lightbox .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#portfolio-popups .prev,
#tmdp-simple-lightbox .prev {
  left: 1.5%;
  font-size: 0px;
}
#portfolio-popups .prev:before,
#tmdp-simple-lightbox .prev:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 23px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: #222;
}
#portfolio-popups .next,
#tmdp-simple-lightbox .next {
  right: 1.5%;
  font-size: 0px;
}
#portfolio-popups .next:before,
#tmdp-simple-lightbox .next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 23px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: #222;
}
#portfolio-popups-overlay.active,
#tmdp-simple-lightbox-overlay.active {
  opacity: 0.6;
}
#portfolio-popups-overlay.show,
#tmdp-simple-lightbox-overlay.show {
  z-index: 99000;
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
#portfolio-popups.show,
#tmdp-simple-lightbox.show {
  z-index: 99999999;
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.portfolio-item-detail.in-lightbox .preview,
.tmdp-simple-lightbox-detail .preview {
  max-width: 100%;
  float: left;
  position: relative;
}
.portfolio-item-detail.in-lightbox .preview > *,
.tmdp-simple-lightbox-detail .preview > * {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 90vh;
}
.portfolio-item-detail.in-lightbox .details,
.portfolio-item-detail.in-popup .hide-in-popup {
  display: none;
}
.portfolio-item-detail.in-popup {
  width: 1000px;
  max-width: 100%;
}
.portfolio-item-detail.in-popup .preview {
  float: left;
  width: 50%;
  position: relative;
}
.portfolio-item-detail .inline-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-item-detail.in-popup .preview > * {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-item-detail.in-popup .details {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 40px 30px 30px;
  box-sizing: border-box;
}
.portfolio-item-detail .details .content {
  float: left;
  width: 100%;
  background: #fff;
  max-height: calc(100% - 40px);
  overflow: auto;
}
.portfolio-item-detail .details .buttons {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.portfolio-item-detail .details .categories {
  margin-bottom: 10px;
  margin-top: 5px;
}
.portfolio-item-detail .details .categories span {
  font-size: 13px;
  color: #898989;
  margin: 5px 0;
  display: inline-block;
}
.portfolio-widget-item-data .buttons-wrapper-outer .buttons-wrapper-inner {
  display: none;
}
.portfolio-widget-item-data {
  position: relative;
  background: 0 0;
  padding: 20px 0;
  box-sizing: border-box;
  opacity: 1;
}
.portfolio-widget-item-data .post-categories,
.portfolio-widget-item-data .post-description,
.portfolio-widget-item-data .post-description-wrpaper,
.portfolio-widget-item-data .post-title {
  text-align: center;
  display: block;
}
.portfolio-widget-item-data .post-description-wrapper span {
  margin-top: 10px;
  word-break: break-word;
}
.checkout-old-price,
.old-grand-total {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.subtotal-wrapper .subtotal-price {
  position: relative;
}
.old-grand-total {
  font-size: 16px;
  line-height: 1;
  margin-left: 7px;
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  margin-top: 10px;
}
.storeWidget .tos-slide.tos-html > div {
  word-break: normal;
}
.portfolio-widget-item-data .post-title {
  margin-bottom: 6px;
  line-height: 1;
}
.portfolio-widget-item-data .post-categories {
  opacity: 0.7;
  font-size: 13px;
}
.ui-datepicker {
  width: 15.5em !important;
}
.live-theme .ui-datepicker .ui-datepicker-next span,
.live-theme .ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.live-theme .ui-datepicker .ui-datepicker-next,
.live-theme .ui-datepicker .ui-datepicker-prev {
  width: 18px;
  height: 18px;
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 200;
  top: 50%;
  margin-top: -9px;
}
.live-theme .ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
.live-theme .ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.live-theme .ui-datepicker .ui-datepicker-title {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.live-theme .ui-datepicker-month {
  width: 100%;
  text-align: center;
  font-size: 18px;
  float: left;
}
.live-theme .ui-widget-header {
  background: #333;
  border-radius: 0;
  border: none;
}
.live-theme .ui-widget-content {
  -webkit-box-shadow: 0 0 17px 1px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0 0 17px 1px rgba(50, 50, 50, 0.15);
  box-shadow: 0 0 17px 1px rgba(50, 50, 50, 0.15);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}
.live-theme .ui-datepicker {
  padding: 0;
  padding-bottom: 10px;
  z-index: 99999999 !important;
}
.live-theme .ui-datepicker .ui-datepicker-header {
  padding: 17px 0;
  box-sizing: border-box;
}
.live-theme .ui-state-default,
.live-theme .ui-widget-content .ui-state-default,
.live-theme .ui-widget-header .ui-state-default {
  background: 0 0;
  border: none;
}
.live-theme .ui-datepicker th {
  padding: 12px 7px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
}
.live-theme .ui-datepicker td a,
.live-theme .ui-datepicker td span {
  font-size: 13px;
}
.live-theme .ui-datepicker table {
  padding: 5px;
  box-sizing: border-box;
}
.live-theme .ui-datepicker td a,
.live-theme .ui-datepicker td span {
  padding: 7px;
  text-align: center;
}
.live-theme .ui-state-highlight,
.live-theme .ui-widget-content .ui-state-highlight,
.live-theme .ui-widget-header .ui-state-highlight {
  background: #f9f9f9 !important;
}
.live-theme .ui-datepicker td a:hover,
.live-theme .ui-datepicker-current-day a {
  background: #f1f1f1 !important;
}
.live-theme .ui-datepicker .ui-datepicker-next,
.live-theme .ui-datepicker .ui-datepicker-next-hover {
  right: 9px;
  opacity: 1;
}
.live-theme .ui-datepicker .ui-datepicker-prev,
.live-theme .ui-datepicker .ui-datepicker-prev-hover {
  left: 9px;
  opacity: 1;
}
.live-theme .ui-datepicker .ui-datepicker-next-hover:hover,
.live-theme .ui-datepicker .ui-datepicker-prev-hover:hover {
  opacity: 1;
  cursor: pointer;
}
.live-theme .ui-datepicker-year {
  opacity: 0.8;
}
.widget-gallery-image-item {
  float: left;
  box-sizing: border-box;
}
.widget-gallery-image-item.image-item-last {
  margin-right: 0 !important;
}
.portfolio-widget-item {
  float: left;
  position: relative;
}
.portfolio-widget-item-head {
  float: left;
  position: relative;
  height: 0;
}
.portfolio-widget-item-head > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.related-products-wrapper {
  margin: 50px 0 80px;
}
.related-products-wrapper h2 {
  margin-bottom: 30px;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  padding-bottom: 20px;
}
.theme .store-policies {
  margin-bottom: 20px;
}
.theme .store-policies > a {
  margin-right: 15px;
  padding: 5px 0 9px;
  border: 1px solid transparent;
  margin-bottom: 15px;
  font-size: 13px;
}
.theme .store-policies > a.active,
.theme .store-policies > a:hover {
  border-bottom: 1px solid #999;
}
.theme .store-policies > div {
  width: 100%;
  float: left;
  overflow: hidden;
  max-height: 0;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
}
.theme .store-policies > div > div {
  padding-right: 20px;
}
.theme .store-policies > div.visible {
  overflow: auto;
  max-height: 300px;
  padding: 0 0;
  box-sizing: border-box;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.live-theme #priceSlider.ui-widget-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e1e1e1;
  height: 2px;
  border: none;
}
.live-theme #priceSlider .ui-state-default,
.live-theme #priceSlider .ui-widget-content .ui-state-default,
.live-theme #priceSlider .ui-widget-header .ui-state-default {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: #333;
  box-sizing: border-box;
  top: -9px;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.live-theme #priceSlider .ui-state-default:hover,
.live-theme #priceSlider .ui-widget-content .ui-state-default:hover,
.live-theme #priceSlider .ui-widget-header .ui-state-default:hover {
  border-color: #999 !important;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.search-results-title {
  padding: 40px 0;
  background: #f1f1f1;
  margin-bottom: 80px;
}
.no-results-wrapper h1,
.search-results-title h1 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  font-family: Arial, sans-serif;
  display: inline-block;
}
.search-page-results {
  margin-bottom: 80px;
}
.search-page-results h2 {
  font-size: 21px;
  color: #444;
  text-decoration: underline;
  margin-bottom: 8px;
}
.search-page-results p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  width: 60%;
}
.no-results-wrapper {
  margin-bottom: 80px;
}
.no-results-wrapper span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  color: #666;
}
.video-thumb-bg {
  background: url("/images/image-avatar.png") no-repeat center center;
}
.video-thumb-bg.play-on-click {
  background-size: cover !important;
}
.video-thumb-bg > div {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.embedWidget .fb-page,
.embedWidget .fb-page span,
.embedWidget .fb-page span iframe[style] {
  width: 100% !important;
}
.videoWidget .player-icon {
  display: table;
  cursor: pointer;
}
.videoWidget .player-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 86px;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.videoWidget .player-icon i:hover {
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.social-media-button i {
  padding: 15px;
  text-align: center;
}
.social-media-button {
  display: inline-block;
  cursor: pointer;
  margin: 1px;
}
.social-media-button:last-child {
  margin-right: 0;
}
span.social-media-button {
  position: relative;
}
span.social-media-button a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background: 0 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.small .visible-in-header {
  display: none;
}
.visible-in-fixed-header {
  display: none;
}
.small .visible-in-fixed-header {
  display: block;
}
.css-toggle {
  cursor: pointer;
}
.css-toggle ~ .css-toggle-target {
  overflow: hidden;
  display: none;
}
#cookie-disclaimer-box {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 999;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
#cookie-disclaimer-box.visible {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
#cookie-disclaimer-box {
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
#cookie-disclaimer-box > div {
  color: #ccc;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#cookie-disclaimer-box > div a {
  text-decoration: underline;
}
#cookie-disclaimer-box > a {
  cursor: pointer;
  display: inline-block;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}
#cookie-disclaimer-box > .cookie-info {
  text-decoration: underline;
  margin-left: 10px;
}
#cookie-disclaimer-box > .cookies-accept {
  background: #fff;
  color: #333;
  padding: 13px 25px;
  margin-left: 25px;
}
.container-video {
  z-index: 0;
}
.container-video > .full-size-abs {
  z-index: 2;
}
.container-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  min-height: 100%;
  min-width: 100%;
}
.container-video-wrapper.active {
  opacity: 1;
}
.popup-container.cookies-popup {
  padding: 60px;
  background: #fff;
  width: 340px;
}
.cookies-popup .cookies-popup-title {
  font-size: 21px;
  margin-bottom: 40px;
}
input[type="checkbox"].css-label + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
input[type="checkbox"].css-label {
  display: none;
}
input[type="checkbox"].css-label + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: transparent;
  transition: 0.2s;
  padding: 5px;
  margin-right: 10px;
  vertical-align: middle;
}
input[type="checkbox"].css-label + label:active:before {
  transform: scale(0);
}
input[type="checkbox"].css-label:checked + label:before {
  background-color: #3cb371;
  border-color: #3cb371;
  color: #fff;
}
input[type="checkbox"].css-label:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
input[type="checkbox"].css-label:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.save-changes {
  border: none;
  padding: 14px 32px;
  color: #fff;
  background: #2f323a;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 30px;
  transition: border-radius 0.3s ease;
}
.item-subscription-period {
  font-weight: 400;
  font-size: 11px;
  display: block;
}
.text-btn {
  padding: 14px 32px;
}
.text-btn:hover {
  text-decoration: underline;
}
.save-changes:hover {
  border-radius: 3px;
}
a.close-btn {
  background: url(/images/feed-close.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-color: #eef1f3;
}
.theme .member-form-wrapper {
  margin: 0 auto 7%;
}
.theme .header-is-absolute .grid-content-store,
.theme .header-is-absolute .member-form-wrapper {
  margin: 150px auto 7%;
}
.member-form {
  width: 460px;
  margin: 50px auto 0;
  overflow: hidden;
  padding: 70px;
  box-sizing: border-box;
}
.sub-title {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.sub-title span {
  opacity: 0.75;
}
.center-design .sub-title {
  text-align: center;
}
.sub-title a:hover {
  text-decoration: underline;
}
.builderSigninWidget .center-design h2.title,
.member-form .center-design h2,
.memberSigninWidget .center-design h2.title {
  text-align: center;
  font-size: 28px;
}
.builderSigninWidget h2.title,
.member-form h2,
.memberSigninWidget h2.title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 24px;
}
.builderSigninWidget h3.description,
.member-form h3,
.memberSigninWidget h3.description {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.memberSigninWidget a.widget-action {
  font-size: 14px;
}
.builderSigninWidget a.widget-action,
.memberSigninWidget a.widget-action {
  opacity: 0.75;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
}
.builderSigninWidget a.widget-action:hover,
.memberSigninWidget a.widget-action:hover {
  text-decoration: underline;
  opacity: 1;
}
.member-form form {
  float: left;
  width: 100%;
}
.member-form input,
.theme .profile-content input[type="password"],
.theme .profile-content input[type="text"],
.theme .profile-content select {
  float: left;
  width: 100%;
  outline: 0;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  color: #888;
  margin-bottom: 10px;
  transition: border-color 0.3s ease;
  border-radius: 3px;
}
.theme .member-form input[type="password"] {
  margin-top: 0;
}
.member-form input {
  padding: 20px 15px;
}
.member-form input:focus,
.theme .profile-content input[type="password"]:focus,
.theme .profile-content input[type="text"]:focus,
.theme .profile-content select:focus {
  border-color: #a7acc1;
}
.theme .profile-content select {
  padding: 19px 15px;
}
.profile-content select[name="shippingState"] {
  margin-right: 2%;
}
.member-form a {
  font-size: 14px;
  float: left;
  color: #888;
}
.member-form .text-message-left a {
  font-size: 18px;
  float: none;
  text-decoration: underline;
}
.member-form .register-btn {
  float: right;
}
.member-form .login-btn {
  float: left;
}
.member-form input[type="submit"] {
  cursor: pointer;
  margin-top: 5px;
  color: #fff;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 15px;
  border: none;
  margin-bottom: 0;
}
.member-form input[type="submit"]:hover {
  opacity: 0.8;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.error-message {
  font-size: 13px;
  background: #eb6a56 !important;
  padding: 15px;
  box-sizing: border-box;
  color: #fff !important;
  float: left;
  margin-bottom: 7px;
}
.member-form .text-message {
  text-align: center;
  line-height: 1.4;
}
.member-form .text-message-left {
  text-align: left;
  float: left;
  line-height: 1.4;
  margin-bottom: 15px;
}
.theme .profile-wrapper {
  background: #f5f6fa;
  padding: 50px 40px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 31px 0 rgba(71, 81, 99, 0.06);
  border: 1px solid #ecedf3;
  margin: 0;
}
.theme .tcol-5 {
  overflow: visible;
}
.tcol-40 {
  width: 40%;
}
.copy-link-icon {
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-left: 6px;
  fill: #fff;
  background: #333;
  border-radius: 50%;
  vertical-align: middle;
  padding: 5px;
}
.mb-95 {
  margin-bottom: 95px;
}
.theme .profile-content h2.aff-gettingstarted-title {
  font-size: 32px;
}
.member-supporting-text,
.theme
  .profile-content
  .affiliate-header-wrapper
  h2.aff-gettingstarted-title
  span {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 15px;
  color: #777;
}
.affiliate-header-wrapper h3 {
  font-size: 21px;
  font-weight: 700;
}
.theme .profile-sidebar {
  width: 230px;
  float: left;
  margin-right: 25px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 10px 0 11px -10px rgb(71 81 99 / 11%);
  -moz-box-shadow: 10px 0 11px -10px rgba(71, 81, 99, 0.11);
  box-shadow: 10px 0 11px -10px rgb(71 81 99 / 11%);
  border-right: 1px solid #ecedf3;
  padding-right: 30px;
  padding-left: 0;
}
.theme .profile-sidebar h2 {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.theme .profile-sidebar ul {
  margin-top: 30px;
  padding-top: 15px;
  left: -10px;
  position: relative;
}
.theme .profile-sidebar li,
.theme .profile-sidebar ul {
  float: left;
  width: 100%;
  list-style: none;
}
.theme .profile-sidebar ul {
  margin-bottom: 25px;
}
.profile-content .input-row-3 select {
  width: 32%;
}
.theme .profile-sidebar .logout-btn {
  width: auto;
}
.theme .profile-sidebar .logout-btn a {
  padding: 19px 40px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.theme .profile-sidebar ul {
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.theme .profile-sidebar li a {
  padding: 13px;
  color: #666;
  font-size: 15px;
  display: block;
  color: #444;
  position: relative;
}
.theme .profile-sidebar li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  left: 0;
  right: auto;
  display: block;
  background-color: #444;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme .logout-button {
  padding: 12px 35px;
  border-radius: 30px;
  color: #fff;
  background: #333;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
}
.theme .profile-sidebar li a.active:after,
.theme .profile-sidebar li:hover a:after {
  width: 30%;
  right: 50px;
  display: none;
}
.theme .widget .profile-sidebar li a.active {
  color: #fff !important;
  border-radius: 4px;
}
#deleteMember {
  margin-top: 0;
}
.theme .profile-content {
  float: left;
  width: 75%;
  padding: 40px 10px 40px 60px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
.theme .history-content {
  padding: 15px 10px 40px 40px;
}
.delete-profile {
  padding: 40px 0 40px 70px;
  background: #f5f5f5;
}
.theme .affiliate-statistics {
  background: #f5f6fa;
  border: 1px solid #e4e6ef;
  padding: 15px;
  box-sizing: border-box;
}
.theme .one-third-col {
  width: 32%;
  margin-right: 2%;
  padding: 10px 5px 10px 20px;
  margin: 5px 0;
  box-sizing: border-box;
  border-radius: 5px;
  border-right: 1px solid #e4e6ef;
}
.theme .one-third-col h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  display: block;
}
.theme .one-third-col span {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 10px;
}
.theme .one-third-col span b {
  color: #333;
  font-size: 16px;
}
.theme .custom-dropdown-button {
  padding: 7px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
}
.theme .rounded-effect {
  transition: border-radius 0.3s ease;
}
.theme .rounded-effect:hover {
  border-radius: 3px;
}
.theme .custom-dropdown-button svg.arrow-icon {
  height: 21px;
  width: 21px;
  fill: #666;
  margin-left: 4px;
}
.theme .custom-dropdown-button svg.custom-dropdown-prefix-icon {
  height: 24px;
  width: 24px;
  fill: #333;
  margin-right: 7px;
}
.theme .one-third-col h3 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.theme .affiliate-statistics .one-third-col:nth-child(3n) {
  margin-right: 0;
  border: none;
}
.membership-group-wrapper,
.subscription-wrapper {
  float: left;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #f5f6fa;
  border: 1px solid #e4e6ef;
  margin-top: 20px;
}
.subscription-wrapper h3.subscription-title {
  font-size: 21px;
}
.mb-25 {
  margin-bottom: 25px;
}
.widget .subscription-wrapper {
  border: none;
}
.widget .profile-content .subscription-wrapper {
  border: 1px solid #e4e6ef;
}
.membership-group-wrapper {
  width: 49%;
  margin-right: 2%;
  padding: 30px;
}
.membership-group-wrapper:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.subscription-wrapper h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
  padding-right: 7px;
  box-sizing: border-box;
}
.membership-group-wrapper h3,
.subscription-wrapper h3 {
  font-size: 16px;
}
.subscription-wrapper h3 span {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  opacity: 0.7;
}
.membership-group-wrapper h3 {
  font-size: 21px;
}
.membership-group-wrapper span {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin-top: 10px;
  display: block;
}
.title-border {
  width: 50px;
  height: 2px;
  background: #333;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  top: -4px;
  position: relative;
}
.profile-sidebar .title-border {
  width: 35px;
}
.theme .profile-content .membership-group-wrapper .btn {
  float: none;
  display: inline-block;
}
.theme .profile-content h2 {
  font-size: 24px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
}
.affiliate-link-wrapper {
  padding: 10px;
  border-radius: 40px;
  border: 1px solid #e4e6ef;
  box-sizing: border-box;
}
.affiliate-link-wrapper h4 {
  font-size: 13px;
  line-height: 1.3;
}
.affiliate-link-wrapper h4 b {
  font-size: 15px;
}
.copy-affiliate-link,
.theme .copy-affiliate-link {
  padding: 5px 13px;
  color: #fff;
  font-size: 12px;
  background: #333;
  border-radius: 30px;
  margin-left: 7px;
}
.theme .manage-link {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  background: #333;
  border-radius: 30px;
  margin-right: 10px;
}
.affiliate-link-wrapper svg {
  padding: 10px;
  background: #eceef4;
  border-radius: 50%;
  margin-right: 18px;
}
.theme .profile-content .affiliate-header-wrapper h2 {
  margin-bottom: 0;
  padding-right: 55px;
}
.theme .profile-content .affiliate-header-wrapper h2 span {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  line-height: 1.3;
  display: block;
  margin-top: 10px;
}
.mt-35 {
  margin-top: 35px;
}
.theme .profile-sidebar span.sidebar-section {
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  margin-left: 13px;
}
.theme .profile-content section {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.theme .profile-content section:last-child {
  margin-bottom: 0;
}
.theme .profile-sidebar span {
  margin-top: 7px;
  color: #888;
  font-size: 14px;
}
.theme .profile-content section .half {
  width: 45%;
  margin: 7px 0 0;
  margin-right: 5%;
}
.history-content .cart-row {
  padding: 10px 0;
}
.theme .profile-content section .third {
  width: 31.33%;
  margin: 0 1%;
  border-radius: 5px;
}
.theme .btn.disabled {
  background: #7d7d7d !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.theme .profile-content .btn {
  color: #fff;
  padding: 17px 32px;
  float: left;
  clear: both;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-radius 0.3s ease;
  border-radius: 35px;
}
.account-delete {
  padding: 20px 30px;
  box-sizing: border-box;
  background: #f5f6fa;
  margin-top: 30px;
}
.theme .profile-content .subscription-wrapper .btn {
  margin: 0;
}
.theme .profile-content .text-btn {
  padding: 14px 32px;
  float: left;
  font-size: 14px;
}
.theme .profile-content .text-btn:hover {
  text-decoration: underline;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: 8px;
  bottom: 10px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.theme .profile-content .delete-profile h2 {
  width: auto;
  margin-top: 19px;
}
.theme .profile-content .delete-profile .btn {
  clear: none;
  margin-top: 0;
  float: right;
}
.theme .btn {
  background: #2f323a;
}
.theme .profile-content .btn:hover,
.theme .profile-sidebar .logout-btn a:hover {
  border-radius: 3px;
}
.combo-wrapper li {
  float: left;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 10px;
  list-style: none;
  background: #fff;
}
.combo-wrapper li:hover {
  cursor: pointer;
}
.combo-wrapper .radio-box {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin-right: 30px;
  display: inline-block;
}
.combo-wrapper h4 {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  margin-bottom: 0 !important;
}
.combo-wrapper li.active .radio-box {
  background: #4eb3ea;
  border-color: #4eb3ea;
}
.combo-wrapper li.active .radio-box:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  display: block;
}
.theme .history-content section {
  padding: 40px;
}
.history-content section > div {
  float: left;
}
.history-content .date {
  text-align: left;
  width: 30%;
}
.history-content .quantity {
  text-align: center;
  width: 40%;
}
.history-content .price {
  text-align: right;
  width: 30%;
}
.history-content .date,
.history-content .quantity {
  font-size: 13px;
  color: #666;
}
.history-content .details {
  width: 100%;
  margin-top: 40px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.history-content .shipping-details {
  float: left;
  width: 100%;
  margin-top: 35px;
}
.history-content .cart-container .row-delete {
  visibility: hidden;
}
.history-content .shipping-details h4 {
  margin-bottom: 15px;
}
.history-content .shipping-details span {
  color: #666;
  font-size: 14px;
  line-height: 1.3;
}
.cart-button i,
.signin-button i {
  margin-right: 8px;
  font-size: 18px;
}
.header-style-4 .cart-button i {
  margin-right: 0;
}
.top-bar-separator {
  float: right;
  color: #666;
  line-height: 25px;
  opacity: 0.4;
}
.member-login,
.shopping-cart {
  float: right;
}
.cart-button .cart-items-number {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  margin-left: -11px !important;
  position: absolute;
  top: 0;
  margin: 0;
}
.cart-button span.text {
  top: 2px;
  position: relative;
  margin: 0;
  margin-left: 5px;
}
.header-style-4 .cart-items-number {
  margin-left: 0;
  position: absolute;
  left: 26px;
  top: 10px;
}
.header-style-10 .cart-items-number {
  position: relative;
  left: auto;
  top: auto;
  margin-left: 5px;
  margin-top: 2px;
}
.theme .header-style-10 .shopping-cart li {
  padding: 0 10px;
}
.header-style-1 nav li > a:before,
.header-style-2 nav li > a:before,
.header-style-3 nav li > a:before,
.header-style-4 nav li > a:before,
.header-style-5 nav li > a:before,
.header-style-9 nav li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  left: 50%;
  height: 2px;
  width: 0;
}
.header-style-4 nav li a:before {
  top: 0;
  bottom: auto;
}
.header-style-1 nav li > a:hover:before,
.header-style-2 nav li > a:hover:before,
.header-style-3 nav li > a:hover:before,
.header-style-4 nav li.active > a:before,
.header-style-4 nav li > a:hover:before,
.header-style-5 nav li.active > a:before,
.header-style-5 nav li > a:hover:before,
.header-style-9 nav li > a:hover:before {
  left: 0;
  width: 100%;
}
.mobile-member-icon {
  display: none;
}
.breadcrumb {
  float: left;
  width: 100%;
  border-color: rgba(180, 180, 180, 0.3);
  padding: 8px 0;
  margin-right: 10px;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
  float: left;
}
.breadcrumb li a,
.breadcrumb li p,
.breadcrumb li span {
  display: block;
  font-size: 13px;
  float: left;
  padding: 2px 0;
}
.breadcrumb li .bread-separator,
.breadcrumb li i {
  font-size: 14px;
  float: left;
  display: block;
  margin: 0 8px;
  color: #ccc;
}
.breadcrumb li:last-child .bread-separator,
.breadcrumb li:last-child i {
  display: none;
}
.store-checkout-breadcrumbs {
  font-size: 0;
  margin-bottom: 50px;
  float: left;
  display: block;
  color: #696969;
  line-height: 1.3;
  width: 100%;
  text-align: center;
}
.store-checkout-breadcrumbs span {
  display: inline-block;
  text-align: center;
  color: #afafaf;
  padding: 20px 30px;
  border-bottom: 2px solid #e1e1e1;
  font-size: 13px;
}
.store-checkout-breadcrumbs > .active {
  color: #444;
}
.store-checkout-breadcrumbs > .active {
  color: #000;
  font-weight: 500;
  border-color: #333;
}
.product-description,
.product-main-photo,
.product-price,
.product-variations,
.product-wrapper {
  float: left;
  width: 100%;
}
.product-description {
  margin-bottom: 10px;
}
div[data-type="system/StoreProductWidget"] .product-description {
  line-height: 1.5;
  color: #888;
}
.product-description ul {
  padding-left: 20px;
}
.product-photo-container {
  float: left;
  width: 40%;
}
.product-body-container {
  float: left;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
}
.product-main-photo {
  position: relative;
}
.product-item .product-badge {
  padding: 6px 13px;
  background: #fff;
  color: #2c2c2c;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 9px;
  z-index: 2;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid rgba(130, 130, 130, 0.25);
}
.product-main-photo img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.quick-view-wrapper .product-main-photo img {
  max-height: 410px;
}
.no-table {
  display: block;
}
.product-photo-list {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.product-photo-list li {
  list-style: none;
  display: inline-block;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-photo-list li a {
  display: block;
  cursor: pointer;
  opacity: 0.6;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.product-photo-list li a.active,
.product-photo-list li a:hover {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-photo-list li a.active:after,
.product-photo-list li a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  width: 100%;
}
.product-photo-list li img {
  max-width: 80px;
  max-height: 80px;
}
.product-body-container h1,
.sections-wrapper .admin-product-wrapper .product-body-container h1 input,
.sections-wrapper .admin-product-wrapper .product-body-container h1 textarea {
  font-size: 38px;
  float: left;
  width: 100%;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
}
.product-price span {
  display: inline-block;
  margin-right: 5px;
  font-size: 26px;
}
.product-price .old-price {
  font-size: 16px !important;
  opacity: 0.7;
  text-decoration: line-through !important;
  margin-bottom: 5px;
}
.theme .profile-content section.addressForm {
  max-width: 600px;
}
.add-to-btn-wrapper {
  z-index: 9;
  text-align: left;
}
.center-align .add-to-btn-wrapper {
  text-align: center;
}
.right-align .add-to-btn-wrapper {
  text-align: right;
}
.product-list-style-text-left .add-to-btn-wrapper {
  text-align: left;
}
.add-to-btn-wrapper .add-to-cart,
.add-to-btn-wrapper .sold-out-btn {
  float: none;
  display: inline-block;
  margin: 25px 0 0;
  font-size: 14px;
  text-transform: none;
  padding: 17px 27px;
}
.product-list-style-text-boxed .add-to-btn-wrapper .add-to-cart,
.product-list-style-text-boxed .add-to-btn-wrapper .sold-out-btn {
  margin-top: 0;
}
.product-price {
  margin-bottom: 30px;
}
.qty-wrapper,
.variation-wrapper {
  float: left;
  margin-right: 10px;
}
.qty-wrapper {
  margin-right: 5px;
}
.variation-wrapper {
  margin-bottom: 15px;
}
.product-variations .variation-wrapper {
  margin-right: 0;
}
.quick-view-wrapper .product-variations {
  margin-top: 10px;
}
.product-sku {
  font-size: 14px;
  float: left;
  margin-top: 5px;
}
.product-variations .variation-wrapper {
  padding-right: 10px;
  box-sizing: border-box;
}
.qty-wrapper label,
.variation-wrapper label {
  float: left;
  width: 100%;
  font-size: 13px;
  margin-bottom: 7px;
  text-align: left;
}
.qty-wrapper label {
  display: none;
}
.qty-wrapper input,
.variation-wrapper input,
.variation-wrapper select {
  float: left;
  width: 100%;
  padding: 14px;
  background: #fff;
  color: #666;
  border: 1px solid rgba(100, 100, 100, 0.15);
  outline: 0;
  line-height: 1.3;
  box-sizing: border-box;
  margin: 0;
  text-indent: 0;
  border-radius: 4px;
}
.qty-wrapper input {
  font-size: 13px;
  height: 47px;
}
.variation-wrapper input,
.variation-wrapper select {
  padding: 12px;
}
.sold-out-btn,
a.add-to-cart {
  cursor: pointer;
  float: left;
  padding: 16px 25px;
  color: #fff;
  font-size: 15px;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
}
.qty-wrapper .quantity {
  width: 65px;
}
.addtocart-wrapper {
  float: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.addtocart-wrapper .qty-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 70px;
}
.addtocart-wrapper .add-to-wrapper {
  display: inline-block;
  vertical-align: top;
}
.share-section {
  float: left;
  width: 100%;
}
.share-section a {
  width: 40px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 1px;
  box-sizing: border-box;
}
.share-section a:hover {
  outline: 2px solid #333;
  z-index: 99;
  position: relative;
}
.share-section .sharer {
  box-sizing: border-box;
  float: left;
}
.product-photo-container.image-align-center {
  justify-content: center;
  align-items: center;
}
.product-photo-container.image-align-start {
  justify-content: flex-start;
  align-items: flex-start;
}
.product-photo-container.image-align-end {
  justify-content: flex-end;
  align-items: flex-end;
}
.product-body-container-inner .share-section .sharer {
  width: 40px;
}
.share-section a.primaryColor-bg2 {
  color: #fff;
}
.share-section span {
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
  float: left;
  padding: 15px 0;
  display: none;
}
.sold-out-btn,
a.add-to-cart.disabled {
  color: #333;
  background: #e1e1e1;
}
.sold-out-btn {
  cursor: default;
  text-align: center;
}
.add-to-btn-wrapper .sold-out-btn {
  cursor: default;
  top: 40%;
  left: 10px;
  right: 10px;
  text-align: center;
  width: auto;
}
.checkout-wrapper h2 {
  float: left;
  width: 100%;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 50px;
}
.checkout-wrapper h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.checkout-wrapper .order-complete-instructions {
  font-size: 15px;
  color: #666;
  line-height: 1.4;
  padding: 30px;
  background: #f3f3f3;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.order-thank-you {
  padding: 0 15%;
  box-sizing: border-box;
}
.order-thank-you h1 {
  margin-bottom: 15px;
}
.order-thank-you div,
.order-thank-you h1,
.order-thank-you h2 {
  text-align: center;
}
.order-thank-you .buttons-wrapper a {
  float: none;
  display: inline-block;
}
.cart-container,
.cart-labels,
.cart-row,
.checkout-wrapper {
  float: left;
  width: 100%;
  font-family: Arial, sans-serif;
  font-family: inherit;
}
.checkout-wrapper {
  margin: 50px 0 70px;
  box-sizing: border-box;
}
.cart-empty-wrapper {
  margin: 7% auto;
}
.cart-row {
  padding: 15px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cart-wrapper .cart-row {
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}
.cart-row:last-child {
  border-bottom: 0;
}
.cart-preview .cart-row,
.widget-checkout .checkout-summary .cart-row {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cart-labels {
  padding: 17px 20px;
  box-sizing: border-box;
  display: none;
}
.cart-labels span {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}
.cart-container .description {
  width: 52%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.mobile-menu {
  display: none;
}
.cart-preview.style-2 .cart-table {
  max-height: calc(100vh - 295px);
}
.cart-preview.style-2 h2 {
  font-size: 27px;
  margin-bottom: 23px;
}
.cart-preview.style-2 {
  top: 0;
  right: 0;
  bottom: 0;
}
.cart-container img {
  max-width: 85px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.cart-container .product-info {
  width: 41%;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-container .update-disabled .product-info {
  width: 60%;
}
.cart-row .image {
  vertical-align: middle;
  margin-right: 15px;
}
.cart-footer {
  padding: 10px 30px;
  box-sizing: border-box;
  background: #f5f6fa;
}
.checkout-summary .cart-row .image {
  margin-right: 15px;
  float: left;
}
.live-theme .btn .checkout-summary.checkout-summary-no-images .cart-row .image {
  display: none;
}
.checkout-summary-no-images .cart-table .image {
  display: none;
}
.cart-container h4,
.row-total {
  font-size: 15px;
}
.cart-wrapper .cart-container h4 {
  font-size: 18px;
  word-break: break-word;
}
.row-total {
  font-weight: 700;
}
.cart-container h4:hover {
  text-decoration: underline;
}
.checkout-wrapper .cart-table {
  padding: 27px 0;
  box-sizing: border-box;
}
.style-2.checkout-wrapper .cart-table {
  width: 60%;
  margin-right: 5%;
}
.style-2 .row-total {
  font-size: 17px;
}
.style-2 .cart-footer {
  width: 35%;
  webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.style-2 .checkout-buttons .checkout-btn {
  width: 100%;
  margin: 15px 0;
  box-sizing: border-box;
  text-align: center;
}
.subtotal-wrapper.product-discount-wrapper .subtotal-price {
  font-size: 20px;
}
.style-2 .subtotal-outer-wrapper .cart-promo-wrapper,
.style-2 .subtotal-outer-wrapper .subtotal,
.style-2 .subtotal-outer-wrapper .subtotal-price {
  text-align: center;
  width: 100%;
}
.style-2 .checkout-buttons .back-to-shopping {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 35px;
  text-align: center;
}
.style-2 .checkout-buttons .back-to-shopping:hover {
  text-decoration: underline;
}
.cart-container .product-info span {
  font-size: 13px;
  margin-top: 5px;
  opacity: 0.7;
}
.cart-container .qty,
.cart-container .row-total {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.cart-container .qty {
  margin-top: 10px;
}
.product-summary .cart-container .qty {
  padding-right: 10px;
}
.cart-container .row-delete,
.cart-container .row-total {
  display: table-cell;
  vertical-align: middle;
}
.cart-container .qty input {
  float: left;
  width: 60px;
  padding: 6px 10px;
  background: #fff;
  color: #666;
  border: 1px solid rgba(120, 120, 120, 0.3);
  outline: 0;
  line-height: 1.3;
}
.cart-container .row-delete {
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cart-preview .cart-container .row-delete {
  margin-right: 10px;
}
.cart-container .row-delete:hover {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-discount-wrapper,
.shipping-discount-wrapper {
  margin-top: 5px;
}
.product-discount-wrapper .subtotal-price,
.shipping-discount-wrapper .subtotal-price {
  font-size: 18px;
}
.remove-discount-btn {
  padding: 0 10px 0 0;
}
.checkout-buttons {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.checkout-buttons a,
.checkout-buttons input,
.continue-shopping-btn,
.payment-step-wrapper .btn {
  float: right;
  margin-left: 10px;
  padding: 20px 43px;
  color: #333;
  margin-bottom: 30px;
  font-size: 16px;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.payment-step-wrapper .checkout-info .next-prev-buttons a.checkout-btn,
.payment-step-wrapper .checkout-info .next-prev-buttons a.complete-order-btn {
  font-size: 20px;
}
.cart-preview .checkout-buttons a {
  padding: 15px 23px;
  margin-left: 5px;
}
.checkout-buttons .back-to-shopping p {
  float: left;
  margin-right: 10px;
}
#continueBtn,
.checkout-buttons .checkout-btn {
  font-size: 18px;
}
.payment-step-wrapper .complete-order-btn:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 21px;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}
.payment-step-wrapper .btn {
  margin-bottom: 0;
}
.checkout-buttons a,
.checkout-buttons input,
.payment-step-wrapper .btn {
  -moz-transition: border-radius 0.3s ease;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
.checkout-buttons a.checkout-btn:hover,
.checkout-buttons input:hover,
.payment-step-wrapper .btn:hover {
  border-radius: 35px;
}
.checkout-buttons .checkout-btn,
.payment-step-wrapper .btn,
.theme .continue-shopping-btn {
  color: #fff;
}
.no-items-text {
  float: left;
  width: 100%;
  color: #6a6a6a;
  font-size: 15px;
  opacity: 0.8;
}
.continue-shopping-btn {
  float: left;
  margin: 30px 0;
}
.payment-step-wrapper {
  background: #fff;
  float: left;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 80px;
  margin-top: 15px;
}
.main-widget-content .payment-step-wrapper {
  margin: 0;
}
.checkout-info {
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout-info.no-summary {
  width: 100% !important;
  padding-right: 0;
}
.checkout-summary {
  padding: 35px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
.checkout-summary.with-shadow {
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
}
.skewed-background .checkout-summary.with-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.style-1 .checkouts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.style-1 .checkout-info,
.style-1 .checkout-summary {
  width: 100%;
}
.checkout-info h3,
.checkout-summary h3 {
  font-size: 21px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.checkout-info .error-message {
  font-size: 14px;
}
.input-like {
  height: 47px;
}
.remove-discount-btn i,
.row-delete i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #f1f1f1;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.checkout-summary .cart-table {
  border-bottom: 1px solid rgba(190, 190, 190, 0.25);
  padding-bottom: 15px;
}
.apply-code-input,
.checkout-info input[type="email"],
.checkout-info input[type="file"],
.checkout-info input[type="number"],
.checkout-info input[type="password"],
.checkout-info input[type="text"],
.checkout-info select,
.input-like {
  float: left;
  width: 100%;
  padding: 16px;
  color: #666;
  border: 1px solid rgba(120, 120, 120, 0.3);
  outline: 0;
  line-height: 1.3;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.single-input-like {
  float: left;
  box-sizing: border-box;
  padding: 15px;
  color: #666;
  border: 1px solid rgba(120, 120, 120, 0.3);
}
.payment-mehtods-wrapper .input-like {
  padding: 0 16px;
}
.payment-mehtods-wrapper .StripeElement {
  padding: 14px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.checkout-info select {
  padding: 0 14px;
  height: 51px;
}
.mobile-menu.is-absolute {
  min-height: 40px;
}
.checkout-summary .flex-row {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.checkout-summary .bump-img {
  margin-right: 0;
  margin-bottom: 15px;
  max-width: 100%;
  max-height: 150px;
}
.checkout-summary .bump-wrapper {
  margin-top: 10px;
}
.checkout-summary label.tick-wrapper {
  margin-bottom: 0;
}
.apply-code-input {
  margin-bottom: 0;
  width: 180px;
  float: right;
}
.input-row,
.input-row-3 {
  float: left;
  width: 100%;
}
.input-row input {
  width: 49% !important;
  border-radius: 5px;
}
.input-row select {
  width: 49%;
}
.promo-code-toggle-btn,
.variations-update {
  font-size: 12px;
}
.theme .promo-code-toggle-btn {
  text-decoration: underline;
}
.input-row input:first-child,
.input-row select:first-child,
.input-row-3 > .input-like,
.input-row-3 > input {
  margin-right: 2%;
}
.input-row-3 > .input-like,
.input-row-3 > input {
  width: 32% !important;
  border-radius: 5px;
}
.input-row-3 > .input-like:last-child,
.input-row-3 > input:last-child {
  margin-right: 0;
}
.checkout-info section > span,
.checkout-info > span {
  font-size: 13px;
  float: left;
  width: 100%;
  color: #666;
}
.checkout-info .tick-wrapper {
  font-size: 13px;
  color: #666;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.checkout-info .tick-wrapper input[value="stripeConnect"]:checked + span {
  display: none;
}
.next-prev-buttons {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.next-prev-buttons a {
  float: left;
  font-size: 14px;
}
.next-prev-buttons a:last-child {
  margin-top: 19px;
}
.checkout-summary .cart-container img {
  max-width: 65px;
  border-radius: 7px;
  max-height: 75px;
}
.checkout-summary .cart-container h4,
.checkout-summary .row-total {
  font-size: 13px;
  font-family: Arial;
}
.checkout-summary .row-total {
  text-align: right;
}
.checkout-summary .cart-container h4 {
  font-size: 14px;
}
.checkout-summary .cart-container .qty input {
  width: 45px;
  padding-right: 0;
}
.checkout-summary .cart-labels span {
  font-size: 11px;
}
.checkout-summary .cart-labels {
  padding: 10px 0;
  display: none;
}
.product-info {
  font-size: 14px;
}
.product-info .row-total {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.checkout-summary .cart-container .product-info,
.checkout-summary .cart-container .qty,
.checkout-summary .cart-container .row-total {
  margin-right: 15px;
}
.checkout-summary .cart-container .qty {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  width: auto;
  padding: 0;
}
.summary-quantity {
  margin-right: 10px;
  display: inline-block;
}
.checkout-info .summary-quantity input[type="number"] {
  margin-bottom: 0;
  display: inline-block;
  padding: 10px 3px 10px 13px;
  width: 60px;
}
.product-info .variations-update {
  float: left;
  margin-top: 3px;
}
.checkout-summary .cart-container .row-total {
  padding-right: 0;
}
.checkout-summary .cart-container .product-info span {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
  opacity: 1;
}
.checkout-summary .cart-container .product-info span a.variations-update {
  opacity: 1;
}
.checkout-summary .subtotal-wrapper {
  margin-top: 20px;
}
.checkout-summary .cart-row {
  padding: 10px 0;
}
.grid-content-store .widget-checkout {
  margin-bottom: 50px;
}
.cart-promo-wrapper {
  float: right;
  font-size: 13px;
  margin-top: 10px;
  text-align: right;
}
.cart-promo-wrapper > .coupon-code-wrapper {
  padding: 15px 0 0 0;
}
.cart-promo-wrapper > .coupon-code-wrapper > a {
  float: right;
  font-size: 13px;
  margin: 0 0 0 15px;
}
.apply-code-input,
.cart-promo-wrapper > .coupon-code-wrapper > input {
  float: left;
  border: none;
  background: 0 0;
  padding: 13px 0;
  text-indent: 20px;
}
.cart-table .error-message {
  margin: 15px 0 0 0;
}
.cart-row.not-available input {
  border: 1px solid red;
}
.checkout-totals {
  float: left;
  width: 100%;
  padding: 10px 0 10px;
  border-bottom: 1px solid rgba(190, 190, 190, 0.25);
}
.mt-25 {
  margin-top: 25px;
}
.checkout-totals .subtotal-wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex: 1 1 auto;
  padding: 5px 0;
}
.checkout-totals .subtotal-wrapper.tax-wrapper {
  display: block;
  padding: 0;
}
.checkout-totals .subtotal-wrapper.tax-wrapper .subtotal,
.subtotal-wrapper.tax-wrapper span {
  float: left;
  margin-right: 0;
}
.checkout-totals .subtotal-wrapper.tax-wrapper span.tax-value {
  margin-left: 5px;
  font-size: 14px;
  opacity: 0.9;
  font-weight: 400;
}
.post-shipping-tax-wrapper {
  margin-top: 7px;
  margin-bottom: 4px;
}
.tax-title {
  font-size: 14px;
  opacity: 0.7;
}
.plan-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex: 1 1 auto;
  margin-bottom: 15px;
}
.left-flex {
  flex: 1 1 auto;
  margin-right: 40px;
}
.bump-row-wrapper span {
  line-height: 1.3;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.savings span {
  font-size: 13px;
  display: inline-block;
  font-style: italic;
  color: #00b974;
  font-weight: 400;
}
.savings {
  font-size: 14px;
  display: block;
  color: #444;
  font-weight: 700;
}
.theme .cycle-select {
  padding: 0 10px;
  border: none;
  font-size: 18px;
  outline: 0;
  margin-bottom: 5px;
  height: auto;
  margin-top: 0;
  float: right;
  width: auto;
  background: 0 0 !important;
}
.total-section {
  border-bottom: none;
}
.theme .plan-change {
  font-size: 13px;
  color: #008fde;
  margin-left: 4px;
  float: none;
}
.plan-select h5 {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}
.plan-select h3 {
  font-size: 21px;
}
.checkout-totals .no-discount-wrapper .subtotal-wrapper {
  border: none;
  padding: 0;
}
.checkout-totals .no-discount-wrapper .subtotal-wrapper.coupon-code-wrapper {
  float: left;
  border: 1px solid rgba(120, 120, 120, 0.3);
  background: #fff;
  border-radius: 3px;
  width: auto;
  padding: 3px;
}
.checkout-totals .subtotal-wrapper .subtotal {
  font-size: 14px;
  line-height: 20px;
  flex: 1 1 auto;
  text-align: left;
  margin-right: 30px;
  opacity: 0.9;
}
.widget-checkout .checkout-info span a {
  color: inherit;
}
.no-discount-wrapper .subtotal-wrapper .subtotal {
  opacity: 1;
}
.payment-step-wrapper .checkout-info .apply-code-input {
  width: 184px;
  border: none;
  background: 0 0 !important;
  margin-bottom: 0;
  text-indent: 7px;
}
.checkout-totals .subtotal-wrapper .subtotal-price {
  font-size: 17px;
  line-height: 20px;
  vertical-align: middle;
  text-align: right;
  margin-left: 20px;
}
.checkout-totals .subtotal-wrapper.product-discount-wrapper .subtotal-price {
  line-height: 31px;
}
.subtotal-desc {
  text-transform: none;
  opacity: 0.6;
}
.checkout-info section {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.checkout-info section h4 {
  margin-bottom: 8px;
}
.checkout-info section > span {
  color: #666;
  line-height: 1.4;
}
.checkout-info h3 a {
  float: right;
  font-size: 14px;
  color: #2f323a;
}
.checkout-info span a,
.theme .discount-code-btn {
  color: #2f323a;
}
.checkout-totals .coupon-code-wrapper {
  margin-top: 15px;
}
.payment-step-wrapper .btn {
  background: #2f323a;
  text-align: center;
  box-sizing: border-box;
}
.checkout-logo {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  font-size: 32px;
}
.member-logout-button {
  font-size: 13px;
  margin-top: 8px;
  color: #de2750;
}
.shipping-method-wrapper {
  float: left;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #e1e1e1;
  margin-top: 10px;
  background: #fff;
}
.shipping-method-wrapper i {
  font-size: 21px;
  line-height: 21px;
  margin-right: 10px;
}
.checkout-info section .shipping-method-wrapper span {
  font-size: 14px;
  line-height: 21px;
}
.shipping-method-wrapper p {
  float: right;
}
.subtotal-wrapper {
  float: right;
  margin-top: 20px;
  width: 100%;
  font-family: Arial, sans-serif;
}
.widget-checkout .subtotal-wrapper {
  margin-top: 4px;
}
.theme .grand-total-wrapper {
  margin-top: 20px;
}
.widget-checkout .checkout-summary .cart-container h4,
.widget-checkout .checkout-summary .row-total,
.widget-checkout .subtotal-wrapper {
  font-family: inherit;
}
.widget-checkout .checkout-summary .cart-container .variations-update,
.widget-checkout .checkout-summary .cart-container h4 {
  word-break: break-word;
}
.theme .discount-code-btn {
  background: #333;
  color: #fff;
  padding: 16px;
  line-height: 1;
  float: left;
  margin-left: 10px;
  font-size: 13px;
  flex: none;
}
.checkout-buttons .back-to-shopping {
  padding: 21px;
  font-size: 14px;
}
.apply-code-input[type="text"],
.widget-form .apply-code-input[type="text"] {
  width: 140px;
  border-radius: 0;
  border: none;
  padding: 13px;
  text-indent: 3px;
}
.cart-container .coupon-code-wrapper {
  overflow: hidden;
  padding: 3px;
  margin-top: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.theme .cart-container .discount-code-btn {
  padding: 16px;
  border-radius: 3px;
}
.t-right {
  text-align: right !important;
}
.subtotal-outer-wrapper {
  float: right;
  margin-top: 25px;
  max-width: 400px;
}
.subtotal-wrapper span {
  float: right;
}
.cart-wrapper.style-1 .subtotal-wrapper.total-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.cart-wrapper.style-1 .subtotal-wrapper span {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.product-discount-wrapper span {
  float: none;
  margin-left: 7px;
  font-size: 11px;
  line-height: 1.2;
  display: inline-block;
}
.subtotal-wrapper .subtotal-price {
  font-size: 26px;
  line-height: 30px;
  margin-left: 20px;
  font-weight: 700;
}
.subtotal-wrapper .subtotal {
  line-height: 30px;
  font-size: 16px;
}
.image-caption.style-1 {
  display: block;
  padding: 23px 30px;
  background: #fff;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 25px 0 rgba(170, 170, 170, 0.2);
  width: 80%;
  margin-left: 10%;
  top: -40px;
  box-sizing: border-box;
  float: left;
  z-index: 2;
  position: relative;
}
.image-caption.style-1.top-caption {
  position: absolute;
}
.image-caption.style-1 h4 {
  font-weight: 700;
  margin-bottom: 11px;
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 1.3;
}
.image-caption.style-1 span {
  float: left;
  width: 100%;
  font-size: 15px;
  opacity: 0.8;
}
.image-overlay.style-2-overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.imageWidget.active-hover .image-overlay.style-2-overlay,
.imageWidget:hover .image-overlay.style-2-overlay {
  visibility: visible;
  opacity: 1;
}
.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.image-caption.style-2 {
  padding: 26px;
  position: absolute;
  max-width: 70%;
  left: 10px;
  z-index: -1;
  opacity: 0;
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms bouncySlideDown;
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms bouncySlideDown;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms bouncySlideDown;
  animation-fill-mode: none;
}
.image-caption.style-2.full-caption {
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-box:hover .image-caption.style-2,
.imageWidget.active-hover .image-caption.style-2,
.imageWidget:hover .image-caption.style-2 {
  z-index: 2;
  opacity: 1;
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms bouncySlideUp;
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms bouncySlideUp;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms bouncySlideUp;
}
.image-box:hover .image-caption.middle-caption.style-2,
.imageWidget.active-hover .image-caption.middle-caption.style-2,
.imageWidget:hover .image-caption.middle-caption.style-2 {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms
    bouncySlideUpWithTranslate;
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms
    bouncySlideUpWithTranslate;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms bouncySlideUpWithTranslate;
}
.style-2.always-visible {
  z-index: 2;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  opacity: 1;
}
.imageWidget.active-hover .style-2.always-visible,
.imageWidget:hover .style-2.always-visible {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.image-caption.style-2 h4 {
  font-weight: 700;
  margin-bottom: 11px;
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 1.3;
}
.image-caption.style-2 span {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  opacity: 0.8;
}
.caption-call-to-action {
  font-size: 13px;
  margin-top: 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: letter-spacing 0.3s ease;
}
.caption-call-to-action:after {
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  display: block;
  margin-top: 5px;
  transition: width 0.3s ease;
}
.caption-call-to-action:hover:after {
  width: 100%;
}
.image-caption.style-2.bottom-caption {
  bottom: 10px;
}
.image-caption.style-2.middle-caption {
  bottom: 50%;
  transform: translateY(50%);
}
.image-caption.style-2.middle-caption.t-center {
  transform: translateY(50%) translateX(-50%);
}
.image-caption.style-2.top-caption {
  top: 10px;
}
.image-caption.style-2 {
  color: #fff;
}
.image-caption-description {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.form-widget-style-2 .title {
  width: auto;
  padding: 6px 15px;
  background: #fff;
  bottom: -20px;
  position: relative;
  left: 13px;
}
.form-widget-style-2 [data-type="radio"] .title {
  padding: 0;
  background: 0 0;
  bottom: 0;
  position: relative;
  left: 0;
}
.form-widget-style-2 [data-type="radio"] {
  margin-top: 20px;
}
.form-widget-style-2 .field-invalid .field-error {
  margin-top: 7px;
}
.form-widget-style-2 .form-field {
  margin-bottom: 0;
}
.form-widget-style-2 .widget-form-button-wrapper {
  margin-top: 25px;
}
.grid-content div .product-item {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.inline-block {
  display: inline-block;
}
.product-list-style-text-boxed .product-item,
.product-list-style-text-center .product-item,
.product-list-style-text-left .product-item {
  float: left;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}
.product-list-style-text-boxed .product-item,
.storeWidget .product-list-wrapper .product-item {
  padding: 0;
  overflow: hidden;
}
.storeWidget .product-list-wrapper,
.storeWidget .products-list {
  margin: 0;
}
.storeWidget .full-width-layout {
  padding: 0;
}
.products-per-row-1 .product-item {
  width: 100%;
}
.products-per-row-2 .product-item {
  width: 50%;
}
.products-per-row-3 .product-item {
  width: 33.3%;
}
.products-per-row-4 .product-item {
  width: 25%;
}
.products-per-row-5 .product-item {
  width: 20%;
}
.products-per-row-6 .product-item {
  width: 16.66%;
}
.products-per-row-2.product-list-style-text-boxed .product-item,
.products-per-row-2.product-list-style-text-over .product-item {
  width: 48%;
  margin: 1%;
}
.products-per-row-3.product-list-style-text-boxed .product-item,
.products-per-row-3.product-list-style-text-over .product-item {
  width: 31.3%;
  margin: 1%;
}
.products-per-row-4.product-list-style-text-boxed .product-item,
.products-per-row-4.product-list-style-text-over .product-item {
  width: 23%;
  margin: 1%;
}
.products-per-row-5.product-list-style-text-boxed .product-item,
.products-per-row-5.product-list-style-text-over .product-item {
  width: 18%;
  margin: 1%;
}
.products-per-row-6.product-list-style-text-boxed .product-item,
.products-per-row-6.product-list-style-text-over .product-item {
  width: 14.66%;
  margin: 1%;
}
.products-per-row-1 .product-item,
.products-per-row-2 .product-item:nth-child(odd),
.products-per-row-3 .product-item:nth-child(3n + 1),
.products-per-row-4 .product-item:nth-child(4n + 1),
.products-per-row-5 .product-item:nth-child(5n + 1),
.products-per-row-6 .product-item:nth-child(6n + 1) {
  clear: left;
}
.products-per-row-1 {
  width: 100%;
}
.product-list-style-text-boxed .product-item {
  background: #fbfbfb;
  border-bottom: 1px solid rgba(180, 180, 180, 0.3);
}
.product-list-style-text-boxed .product-item-description,
.product-list-style-text-center .product-item-description,
.product-list-style-text-left .product-item-description {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.product-list-style-text-boxed .product-item-description {
  margin-bottom: 15px;
}
.product-list-style-text-boxed .product-item-description,
.product-list-style-text-center .product-item-description {
  text-align: center;
}
.product-item-description h3 {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 9px;
  display: block;
}
.product-item-description .product-item-price {
  font-size: 18px;
  display: block;
  opacity: 0.8;
}
.product-item-description .product-item-price .scratched {
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 7px;
  display: inline-block;
  opacity: 0.6;
}
.product-list-style-text-boxed .product-item img,
.product-list-style-text-center .product-item img,
.product-list-style-text-left .product-item img {
  opacity: 1;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-list-style-text-boxed .product-item:hover img,
.product-list-style-text-center .product-item:hover img,
.product-list-style-text-left .product-item:hover img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.full-width-layout {
  max-width: none;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.side-filter .products-filter {
  width: 20%;
  box-sizing: border-box;
  float: left;
}
.side-filter .inline-filter {
  display: none;
}
.lane-list-wrapper {
  float: right;
  width: 100%;
}
.side-filter .lane-list-wrapper {
  width: 75%;
}
.side-filter .filter-lane,
.side-filter .products-list {
  width: 100%;
  float: right;
  margin-top: 0;
}
.side-filter .filter-lane {
  padding-bottom: 20px;
}
.side-filter .products-filter section {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.side-filter .products-filter ul,
.side-filter .products-filter ul li,
.side-filter .products-filter ul li a {
  float: left;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
}
.side-filter .products-filter ul.filter-categories > li > a {
  font-size: 15px;
  padding: 8px 0;
}
.side-filter .products-filter ul.filter-categories li.active > a {
  font-weight: 700;
}
.side-filter .products-filter ul li a {
  padding: 7px 0;
  padding-right: 15px;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #333;
  position: relative;
}
.has-subcategories div:hover:before,
.side-filter .products-filter ul li > a:hover {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.side-filter .price-section input {
  width: 80px;
  padding: 10px 0;
  box-sizing: border-box;
  border: none;
  margin-top: 5px;
  float: left;
  outline: 0;
  transition: border-color 0.3s ease;
  border-radius: 3px;
}
.side-filter .price-section input:last-child {
  float: right;
  text-align: right;
}
.side-filter select {
  width: 100%;
  float: left;
  padding: 13px;
  border: 1px solid rgba(180, 180, 180, 0.3);
  box-sizing: border-box;
  outline: 0;
  color: #888;
}
.side-filter .products-filter ul li a:before,
.side-filter .products-filter ul li li a:before,
.side-filter .products-filter ul.filter-categories li a:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(100, 100, 100, 0.15);
  color: #333;
  font-size: 11px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.side-filter .products-filter ul li li a:before,
.side-filter .products-filter ul.filter-categories li li a:before {
  margin-right: 7px;
}
.side-filter .products-filter h3 {
  float: left;
  width: 100%;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  padding: 15px 0;
}
.mobile-close-btn,
.mobile-overlay,
.mobile-view {
  display: none;
}
.side-filter .products-filter h3 a {
  font-size: 11px;
  float: right;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 14px;
  background: #ededed;
  padding: 5px 12px;
  border-radius: 30px;
  transition: background 0.3s ease;
}
.side-filter .products-filter h3 a:hover {
  background: #d5d5d5;
}
.side-filter .products-filter ul li li {
  padding-left: 15px;
  position: relative;
}
.side-filter .products-filter ul li li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(130, 130, 130, 0.15);
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
}
.side-filter .products-filter ul li a:hover:before,
.side-filter .products-filter ul li.active a:before {
  border-color: rgba(100, 100, 100, 0.15);
  background: rgba(100, 100, 100, 0.15);
}
.side-filter .products-filter .filter-categories li a:before {
  display: none;
}
.side-filter .products-filter ul.filter-multiple li a:before {
  border-radius: 0;
}
.has-subcategories div {
  float: right;
}
.has-subcategories > a > div.arrow:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 17px;
  color: #333;
  display: block;
  text-align: center;
  position: relative;
  top: 2px;
  font-weight: 400;
}
.mobile-only {
  display: none !important;
}
.has-subcategories > a > div.arrow {
  position: absolute;
  top: 5px;
  right: 0;
  background: #ededed;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
}
.has-subcategories > a > div.arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.has-subcategories.open > a > div.arrow {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.product-count {
  opacity: 0.6;
  display: inline-block;
  margin-left: 5px;
}
.has-subcategories .product-count {
  float: none;
}
.has-subcategories > ul {
  display: none;
}
.has-subcategories.open > ul {
  display: block;
}
.products-filter-style-1 {
  float: left;
  width: 100%;
}
.products-filter-style-1 ul,
.products-filter-style-2 ul {
  list-style: none;
  text-align: center;
}
.products-filter-style-1 li,
.products-filter-style-2 li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
.products-filter-style-1 li a,
.products-filter-style-2 li a {
  padding: 10px 20px;
  border: 2px solid transparent;
  color: #404040;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: block;
}
.products-filter-style-2 section {
  text-align: center;
}
.products-filter-style-2 ul {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
}
.products-filter-style-2 li {
  margin-bottom: 0;
}
.products-filter-style-2 li a {
  border: none;
  border-bottom: 2px solid transparent;
}
.products-filter-style-2 li a {
  padding: 20px 15px;
  margin: 0 5px;
}
.products-filter-style-2 li.active a {
  font-weight: 700;
}
.filter-lane {
  float: left;
  width: 100%;
  margin-top: 13px;
  box-sizing: border-box;
}
.filter-lane label {
  font-size: 13px;
  margin-right: 13px;
}
.pagination-lane {
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}
.filter-lane > div {
  float: right;
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.filter-lane div .products-showing {
  float: left;
  box-sizing: border-box;
  margin-top: 7px;
  opacity: 0.7;
}
.products-showing span {
  font-size: 13px;
}
.filter-lane h1 {
  font-size: 32px;
  font-family: Arial, sans-serif;
  font-weight: 700;
}
.filter-lane div div {
  float: right;
}
.filter-lane div div.f-left {
  float: left;
}
.filter-lane div select {
  border: 1px solid rgba(180, 180, 180, 0.3);
  border-radius: 3px;
  font-size: 13px;
  padding: 15px 16px 15px 10px;
  outline: 0;
  color: #888;
  float: none;
  width: auto;
  transition: borde-color 0.3s ease;
  height: auto;
  margin: 0;
  text-indent: 0;
  background: #fff;
}
.filter-lane div select:focus,
.filter-lane div select:hover {
  border-color: rgba(180, 180, 180, 0.5);
}
.product-list-wrapper .product-main-photo {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list-wrapper:not(.image-positioned)
  .product-main-photo
  .product-photo-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.live-theme .with-parallax {
  background-image: none !important;
}
.anchor-point-link {
  font-size: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-list-wrapper .add-to-cart-list {
  display: block;
  padding: 17px 0;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.add-to-cart-list:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-list-style-text-boxed .add-to-cart-list,
.product-list-style-text-center .add-to-cart-list {
  display: inline-block;
  padding: 17px;
  margin: 20px auto;
  float: none;
  color: #fff;
}
.product-list-style-text-boxed .add-to-cart-list {
  margin-bottom: 10px;
}
.product-list-style-text-over .product-item {
  padding: 0;
  float: left;
  position: relative;
}
.product-list-style-text-over .product-main-photo {
  padding: 0;
  margin: 0;
}
.product-list-style-text-over .product-item-description {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 12%;
  text-align: center;
  z-index: 9;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-list-style-text-over .product-item:hover .product-item-description {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-list-style-text-over .product-item-description > div {
  display: table;
  width: 100%;
  height: 100%;
}
.product-list-style-text-over .product-item-description > div > div {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.product-list-style-text-over
  .product-item:hover
  .product-item-description
  > div
  > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-list-style-text-boxed,
.product-list-style-text-center,
.product-list-style-text-left {
  box-sizing: border-box;
}
.product-list-style-text-boxed .product-item-description {
  padding: 10px 20px;
  box-sizing: border-box;
}
.product-list-style-text-left .product-item-description h3,
.product-list-style-text-left .product-item-description span {
  text-align: left;
}
.product-list-style-text-left .add-to-cart-list {
  font-size: 14px;
  padding: 16px;
  margin: 20px 0 0;
  float: left;
  color: #fff;
}
.product-list-style-text-boxed .product-item-description .product-item-price,
.product-list-style-text-boxed .product-item-description h3,
.product-list-style-text-over .product-item-description .product-item-price,
.product-list-style-text-over .product-item-description h3,
.quick-view-wrapper .product-body-container h2,
.quick-view-wrapper .product-price span {
  color: #555;
}
.header-is-absolute .store-checkout-breadcrumbs {
  margin-top: 0;
}
.filter-lane .pagination-wrapper {
  width: auto;
  float: none;
  display: inline-block;
}
.pagination-wrapper li {
  list-style: none;
  float: left;
  margin-left: 5px;
}
.pagination-wrapper li a {
  width: 33px;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 14px;
  border: 1px solid rgba(180, 180, 180, 0.3);
}
.pagination-wrapper li.disabled a {
  cursor: auto;
  opacity: 0.5;
}
.pagination-wrapper li.disabled a:hover {
  border: 1px solid rgba(180, 180, 180, 0.3);
}
.pagination-wrapper li a.pagination-dots {
  border: none;
}
.portfolio-item-detail,
.tmdp-simple-lightbox-detail {
  max-height: 90vh;
  overflow-y: auto;
}
.product-page-style-image-left-big .product-body-container {
  padding: 70px 50px;
  width: 40%;
  min-width: 300px;
  float: right;
}
.product-page-style-image-left-big .product-photo-container {
  width: 60%;
  float: right;
}
.product-page-style-image-left-big .product-price span {
  width: auto;
  float: none;
  display: inline-block;
  font-size: 28px;
}
.product-page-style-image-left-big .old-price {
  margin-bottom: 0;
}
.product-page-style-image-left-big .product-price,
.share-section {
  padding: 10px 0;
}
.product-page-style-image-left-big .breadcrumb li a,
.product-page-style-image-left-big .breadcrumb li p,
.product-page-style-image-left-big .breadcrumb li span {
  font-size: 13px;
}
.product-page-style-image-left-big .product-photo-container {
  float: left;
}
.product-page-style-image-left-big .product-body-container {
  float: left;
  padding: 0 0 0 50px;
}
.product-page-style-3 .breadcrumb {
  margin-bottom: 0;
  border: none;
}
.product-page-style-image-top .product-photo-container {
  width: 100%;
}
.product-page-style-image-top .product-body-container {
  width: 100%;
  padding: 3% 10%;
}
.product-page-style-image-top .product-body-container h1,
.product-page-style-image-top .product-description,
.product-page-style-image-top .product-price {
  text-align: center;
}
.product-page-style-image-top .product-body-container h1 {
  margin-bottom: 20px;
}
.product-page-style-image-top .product-price span {
  float: none;
  margin-right: 15px;
}
.product-page-style-image-top .product-variations {
  text-align: center;
}
.product-page-style-image-top .product-variations:after {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  margin: 35px auto 30px;
  background: #333;
  display: none;
}
.product-page-style-image-top .share-section .sharer {
  float: none;
}
.product-page-style-image-top .product-sku {
  text-align: center;
}
.product-page-style-image-top .addtocart-wrapper,
.product-page-style-image-top .share-section {
  text-align: center;
  border: none;
}
.product-page-style-image-top .share-section {
  margin: 0 0 20px;
}
.product-page-style-image-top .qty-wrapper,
.product-page-style-image-top .variation-wrapper {
  float: none;
  display: inline-block;
  width: auto;
}
.product-page-style-image-top .breadcrumb {
  border-bottom: none;
  text-align: center;
  margin-bottom: 15px;
}
.product-page-style-image-right .product-photo-container {
  float: right;
  width: 60%;
}
.product-page-style-image-right .product-body-container {
  float: right;
  padding: 0;
  width: 40%;
  padding-right: 7%;
}
.header-style-header-side-1.menu-align-left .cart-preview,
.header-style-header-side-1a.menu-align-left .cart-preview {
  right: auto !important;
  left: 200px;
}
.header-style-header-side-1 .cart-preview {
  top: auto !important;
  bottom: 130px;
}
.cart-preview {
  width: 350px;
  float: left;
  padding: 30px;
  background-color: #fff;
  min-height: 90px;
}
.cart-preview .cart-table {
  max-height: 330px;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 15px;
}
.cart-table::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}
.cart-table::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ededed;
}
.cart-table::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
  cursor: pointer;
}
.cart-preview.cart-preview-popup {
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 10;
  top: 0;
  right: 20px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-preview.cart-preview-popup.visible {
  z-index: 9999;
  display: block;
}
.cart-preview.cart-preview-popup.visible.animate {
  opacity: 1;
}
.product-summary {
  float: left;
  width: 100%;
  font-family: Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cart-preview .row-total {
  max-width: 83px;
  text-align: right;
  padding-right: 15px;
}
.cart-preview .cart-row {
  border-bottom: 1px solid #e1e1e1;
}
.cart-preview .cart-row:last-child {
  border: none;
}
.cart-preview .cart-row .image {
  float: left;
}
.cart-container .row-total {
  text-align: right;
}
.cart-preview .cart-container img {
  max-width: 58px;
}
.cart-details-wrapper.style-2 .row-delete i {
  background: #fff;
}
.cart-details-wrapper.style-2 .row-delete {
  opacity: 1;
}
.cart-preview .cart-container .product-info {
  width: auto;
  padding: 0;
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-right: 7px;
}
.cart-preview .cart-container .qty input {
  width: 30px;
  padding: 7px 12px;
}
.cart-preview .subtotal-wrapper {
  margin-top: 15px;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #f5f6fa;
}
.cart-preview .subtotal-wrapper.product-discount-wrapper {
  padding: 0 20px;
  background: 0 0;
}
.cart-preview .cart-labels {
  padding: 5px 0 13px;
  border-top: none;
  display: none;
}
.cart-preview .cart-preview-title,
.cart-preview h2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  float: left;
}
.cart-preview .cart-row {
  padding: 13px 0;
}
.cart-preview .cart-container h4,
.cart-preview .row-total {
  font-size: 14px;
  line-height: 1.3;
}
.checkout-buttons a.view-cart-btn {
  color: #333;
  background: 0 0;
}
.cart-preview .checkout-buttons a,
.cart-preview .checkout-buttons input,
.cart-preview .next-prev-buttons .btn {
  margin-bottom: 0;
}
.cart-preview .cart-container .qty,
.cart-preview .cart-container .row-delete i,
.cart-preview .cart-container .row-total,
.cart-preview .product-info a,
.cart-preview .subtotal-wrapper span {
  color: #444;
}
.cart-preview.cart-preview-slide {
  width: 300px;
  position: fixed;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  top: 0;
  right: 0;
}
.cart-preview.cart-preview-slide h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.cart-empty-wrapper {
  text-align: center;
}
.cart-empty-wrapper h2 {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
}
.cart-empty-wrapper .continue-shopping-btn {
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
.cart-preview.cart-preview-slide .cart-container {
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  max-width: auto;
}
.cart-preview.cart-preview-slide .cart-preview-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.circle-access-message {
  padding: 40px;
  width: 100%;
  max-width: 500px;
  margin: 100px auto;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.circle-access-message-title {
  font-size: 21px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 1.2;
}
.circle-access-message-description {
  font-size: 15px;
  opacity: 0.7;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
  padding: 0 15%;
  box-sizing: border-box;
}
.circle-access-message-button {
  font-size: 14px;
  color: #fff;
  background: #222;
  padding: 18px 24px;
  min-width: 230px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
}
.circle-access-message-icon {
  height: 24px;
  width: 24px;
  padding: 20px;
  font-size: 0;
  background: #f5f6fa;
  border-radius: 50%;
  margin-bottom: 15px;
}
.circle-access-price {
  background: #f2f2f8;
  padding: 9px 19px;
  border-radius: 30px;
  margin-top: 15px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
}
.circle-access-price-monthly {
  font-size: 14px;
  opacity: 0.7;
}
.circle-list-item {
  float: left;
  width: 260px;
  background-color: #fff;
  box-shadow: 0 0 31px 0 rgba(71, 81, 99, 0.06);
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
}
.circle-access-btn {
  font-size: 14px;
  color: #fff;
  background: #222;
  padding: 13px 32px;
  border-radius: 30px;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.circle-cover {
  position: relative;
}
.circle-profile-btn {
  padding: 7px;
  background-color: #fff;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  box-sizing: border-box;
  box-shadow: 0 1px 18px -5px rgba(71, 81, 99, 0.11);
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 9;
}
.burger-menu-visible {
  z-index: 132;
}
.menu-widget.menu-mobile-fallback .overlay {
  background: #fff !important;
}
.menu-widget.menu-mobile-fallback
  .overlay
  nav
  > ul
  > li.with-submenu
  > div
  > ul
  > li
  > a,
.menu-widget.menu-mobile-fallback .overlay nav > ul > li > a {
  color: #333 !important;
}
.menu-widget.burger-menu-visible .burger {
  z-index: 999999;
  position: fixed;
  top: 10px;
  right: 10px;
}
.grid-column .menu-widget .overlay a {
  text-align: center;
}
.cart-preview.cart-preview-slide .checkout-buttons {
  margin-bottom: 30px;
}
.cart-preview.cart-preview-slide .checkout-buttons input,
.cart-preview.cart-preview-slide .next-prev-buttons .btn {
  width: 100%;
}
.cart-preview.cart-preview-slide .cart-row {
  padding: 15px 0;
}
.checkout-buttons input.view-cart-btn {
  color: #333;
  background: 0 0;
}
.quick-view-wrapper .qty-wrapper {
  margin: 0;
}
.quick-view-wrapper .product-price span {
  font-size: 24px;
  font-weight: 700;
}
.quick-view-wrapper .product-price span.old-price {
  font-size: 16px;
}
.quick-view-wrapper .product-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 0;
}
.quick-view-wrapper .product-description > * {
  float: left;
}
.quick-view-wrapper .product-body-container .quick-view-title {
  font-size: 28px;
  margin-bottom: 13px;
  float: left;
  width: 100%;
}
.quick-view-wrapper .product-body-container .quick-view-title a {
  transition: color 0.3s ease;
}
.pulse {
  -webkit-animation: pulsate 0.8s ease-in-out;
  -moz-animation: pulsate 0.8s ease-in-out;
  -ms-animation: pulsate 0.8s ease-in-out;
  animation: pulsate 0.8s ease-in-out;
  opacity: 1;
}
@-webkit-keyframes pulsate {
  0.00% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes pulsate {
  0.00% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.quick-view-inner-wrapper {
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: 88vh;
}
.quick-view-overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90000;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.quick-view-overlay.visible {
  display: block;
}
.quick-view-overlay.visible.animate {
  opacity: 1;
}
.style-1 .product-item-description,
.style-2 .product-item-description {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.product-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.quick-view-wrapper .close-btn {
  background: url(/images/feed-close.png);
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-position: center center;
}
.quick-view-wrapper .close-btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.quick-view-wrapper {
  background: #fff;
  width: 950px;
  max-height: 95vh;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -470px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 7px;
}
.add-to-btn-wrapper .add-to-cart {
  border-radius: 3px;
}
.quick-view-btn a {
  transition: background 0.3s ease;
}
.quick-view-btn a:hover {
  background: #404043;
}
.quick-view-wrapper .addtocart-wrapper {
  margin-bottom: 0;
}
.theme .view-details-btn {
  width: 100%;
  text-align: left;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.theme .view-details-btn:hover {
  text-decoration: underline;
}
.quick-view-wrapper .product-price {
  margin-bottom: 0;
}
.quick-view-wrapper .product-photo-container {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quick-view-wrapper .product-body-container {
  width: 57%;
  padding-left: 8%;
  min-width: auto;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quick-view-wrapper .product-photo-container .product-main-photo {
  width: 100%;
}
.quick-view-wrapper .product-photo-list {
  width: 100%;
}
.card-payment {
  position: relative;
  width: 100%;
  float: left;
  cursor: auto;
}
.card-payment > .input-like.card-number,
.card-payment > input.card-number {
  margin-top: 20px;
}
.ccv-info {
  float: left;
  width: 35px;
  height: 47px;
}
.ccv-info i {
  font-size: 24px;
  color: #333;
  line-height: 47px;
  text-align: center;
  display: block;
}
.ccv-wrapper {
  width: 32%;
  position: relative;
  float: left;
}
.ccv-wrapper input {
  width: calc(100% - 40px) !important;
  margin-right: 5px;
}
.ccv-pop {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 165px;
  display: none;
}
.transactions-text {
  font-size: 12px;
  float: left;
  margin-top: 7px;
  color: #888;
  width: 100%;
}
.with-quick-view .quick-view-btn {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  -moz-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s;
  z-index: 999;
}
.product-list-style-text-over .with-quick-view .quick-view-btn {
  top: 20px;
  bottom: auto;
  -webkit-transition: top 0.3s, opacity 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
.product-item.with-quick-view:hover .quick-view-btn {
  bottom: 50%;
  opacity: 1;
}
.product-list-style-text-over .with-quick-view:hover .quick-view-btn {
  top: 0;
  bottom: auto;
}
.quick-view-btn a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 14px 0;
  background: #1f1f1f;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 64%;
}
.theme .navigation-wrapper.header-style-11 .menu-edit-btn {
  right: 10px;
}
.add-to-cart-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: none;
}
.add-to-cart-wrapper a {
  padding: 14px 20px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.add-to-cart-wrapper a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.payment-mehtods-wrapper {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
label.tick-wrapper {
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background: #fff;
}
.tick-wrapper:hover {
  border-color: #929292;
}
.tick-wrapper .visible-when-selected {
  max-height: 0;
  overflow: hidden;
}
.tick-wrapper .visible-when-selected .stripe-card-element {
  border: 0 none;
  margin: 0;
}
.live-theme
  .tick-wrapper
  > input:checked
  + span
  + .visible-when-selected
  .stripe-card-element {
  border: 1px solid rgba(120, 120, 120, 0.3);
  border-radius: 2px;
  margin-top: 15px;
}
.tick-wrapper > input:checked + span + .visible-when-selected {
  max-height: 1000px;
  overflow: visible;
}
label.tick-wrapper > span {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 15px;
  color: #313131;
  width: auto;
  float: left;
  position: relative;
  padding-left: 40px;
}
label.tick-wrapper .price {
  padding-left: 0;
  float: right;
  font-family: Arial, sans-serif;
  font-variant: bold;
}
.tick-wrapper > input {
  display: none;
}
.tick-wrapper > input + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: 0 0;
  border: 1px solid #cacaca;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tick-wrapper > input:checked + span:before {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  display: block;
  background: #333;
  border: 1px solid #333;
}
.tick-wrapper.small > input:checked + span:before {
  color: #000;
}
label.tick-wrapper.small {
  padding: 0;
  border: none;
  margin-bottom: 5px;
  background: 0 0;
}
label.tick-wrapper.small > span {
  font-size: 14px;
}
.tick-wrapper.small > input + span:before {
  width: 19px;
  height: 19px;
  left: 6px;
  top: 2px;
  background: #fff;
}
.tick-wrapper.small > input:checked + span:before {
  line-height: 19px;
}
.checkout-info [data-braintree-id="choose-a-way-to-pay"],
.checkout-info [data-braintree-id="methods-label"] {
  display: none;
}
.checkout-totals .fake-checkbox,
.fake-checkbox {
  position: relative;
  padding-left: 45px !important;
  padding-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.checkout-summary .fake-checkbox {
  margin-bottom: 5px;
}
.cart-row.fake-checkbox,
.fake-checkbox.checked {
  padding: 20px;
  border-radius: 3px;
}
.cart-table.style-1 .fake-checkbox.checked {
  background: rgba(190, 190, 190, 0.13);
}
.cart-table.style-2 .fake-checkbox.checked {
  padding: 20px;
  border-radius: 3px;
}
.cart-table.style-3 .fake-checkbox {
  display: block;
  text-align: left;
  width: 48%;
  float: left;
}
.cart-table.style-3 .cart-row.fake-checkbox {
  width: 100%;
}
.cart-container .cart-row-new.fake-checkbox .product-info {
  width: 100%;
}
.cart-table.style-3 .fake-checkbox {
  border: 2px solid transparent;
}
.cart-table.style-3 .subtotal {
  float: none;
}
.cart-table.style-3 .subtotal-price {
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.fake-checkbox:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: -10px;
  background: 0 0;
  border: 1px solid #cacaca;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.fake-checkbox.checkout-item-cbx:not(.checked) .subtotal-variation {
  display: none;
}
.fake-checkbox.checked:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  display: block;
  background: #333;
  border: 1px solid #333;
}
.secured-checkout-image {
  max-height: 24px;
  margin-top: 5px;
  float: left;
}
.style-boxed-layout .fixed-header-wrapper {
  left: auto;
}
.tick-wrapper > input + span > i {
  font-size: 21px;
  margin-right: 10px;
  display: none;
}
.tick-wrapper .radio-info {
  float: left;
  display: block;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  padding-top: 25px;
  clear: left;
}
.theme .header-style-1 nav {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.header-style-1 .right-menu-items,
.header-style-2 .right-menu-items {
  float: right;
}
.header-style-2 .right-menu-items:before {
  display: none;
}
.right-menu-items li {
  float: left;
  list-style: none;
}
.checkout-login-wrapper {
  max-height: 0;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.checkout-login-wrapper > input {
  margin-top: 15px;
}
.checkout-login-wrapper.visible {
  max-height: 137px;
}
.top-bar .social-media {
  margin-left: 20px;
}
.header-style-header-side-1 .top-bar .social-media,
.header-style-header-side-1a .top-bar .social-media {
  margin: 0;
}
.theme .cart-1 i,
.theme .cart-2 i,
.theme .cart-3 i {
  margin: 0;
  width: auto;
  font-size: 20px;
}
.theme .cart-1 i,
.theme .shopping-bag .signin-button i {
  margin-right: 8px;
}
.theme .cart-1 .signin-button i,
.theme .cart-2 .signin-button i,
.theme .cart-3 .signin-button i {
  font-size: 20px;
}
.theme .cart-1 li,
.theme .cart-2 li {
  display: inline-block;
}
.theme .cart-1 a {
  line-height: 20px;
}
.theme .cart-1 .text,
.theme .cart-2 .text {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
}
.theme .cart-1 .text {
  margin-left: 6px;
}
.theme .header-style-10 .shopping-cart li {
  float: right;
  line-height: 25px;
}
.theme .header-style-10 .cart-1 .text {
  vertical-align: middle;
}
.cart-icon-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.theme .cart-1 .cart-icon-wrapper {
  width: auto;
  position: relative;
}
.theme .cart-2 .cart-items-number,
.theme .cart-3 .cart-items-number {
  right: -10px;
  top: -7px;
  position: absolute;
}
.theme .cart-1 .cart-items-number {
  position: absolute;
  right: -5px;
  top: -5px;
}
.theme .cart-1 {
  line-height: 20px;
}
.theme .shopping-bag.cart-1 .signin-button i {
  margin-bottom: 0;
}
.theme .cart-2 li a {
  padding: 13px;
  background: #333;
  border-radius: 5px;
}
.theme .cart-2 .cart-items-number {
  margin-left: 0;
}
.theme .cart-2 li.cart-button {
  margin-left: 0;
}
.theme .cart-2 .text {
  vertical-align: middle;
}
.cart-3 .cart-icon-wrapper,
.cart-3 i {
  text-align: center;
  position: relative;
}
.cart-3 .cart-icon-wrapper {
  margin: 8px 0;
}
.theme .cart-3 .signin-button i {
  margin: 8px 0 7px;
}
.theme .cart-3 li {
  padding: 0 8px;
}
.cart-3 .text {
  margin-left: 8px;
}
.cart-4 .cart-items-number {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  float: right;
  margin-left: 6px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -2px;
}
.theme .shopping-cart.cart-4 li {
  margin: 0 12px;
}
.theme .shopping-cart.cart-4 .separator-li {
  margin: 0;
  padding: 0;
}
.cart-4 .cart-icon-wrapper {
  vertical-align: inherit;
}
.theme .header-side-style-1 .shopping-cart-smaller,
.theme .header-side-style-1a .shopping-cart-smaller {
  display: none;
}
.extended-header .container {
  width: 92%;
  max-width: none;
}
.theme .extended-header.header-style-5 nav > ul {
  max-width: none;
}
.style-boxed-layout.page-layout {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
}
.theme.visible-nav .style-boxed-layout.page-layout.header-style-header-7,
.theme.visible-nav .style-boxed-layout.page-layout.header-style-header-8 {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.style-boxed-layout .top-bar .containerElement {
  max-width: none;
}
.style-boxed-layout.page-layout .navigation-wrapper.smaller {
  width: 1300px;
  max-width: 90%;
}
.header-style-header-7 .content,
.header-style-header-7 .top-bar,
.header-style-header-8 .content,
.header-style-header-8 .top-bar,
.theme .header-style-7 header,
.theme .header-style-8 header {
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.header-style-header-8 .content.open,
.nav-open .header-style-header-8 .top-bar,
.theme .header-style-8 header.open {
  left: 260px;
}
.header-style-header-7 .content.open,
.nav-open .header-style-header-7 .top-bar,
.theme .header-style-7 header.open {
  left: -260px;
}
.theme .header-style-8.navigation-wrapper nav {
  left: -260px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  transition: left 0.5s ease;
  visibility: hidden;
}
.theme .header-style-7.navigation-wrapper nav {
  right: -260px;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  transition: right 0.5s ease;
  visibility: hidden;
}
.theme.visible-nav .navigation-wrapper nav {
  visibility: visible;
}
.theme .header-style-8.navigation-wrapper nav.open {
  left: 0;
}
.theme .header-style-7.navigation-wrapper nav.open {
  right: 0;
}
.header-style-3.navigation-wrapper-fixed.smaller .nav-wrapper > header {
  display: none;
}
a.tos-close,
a.tos-next,
a.tos-prev {
  z-index: 999;
}
.tab-widget {
  float: left;
  width: 100%;
}
.tab-navigation {
  z-index: 9;
}
.tab-content,
.tab-navigation {
  float: left;
}
.tab-navigation li {
  list-style: none;
}
.tab-navigation li a {
  padding: 15px;
  display: block;
  font-size: 14px;
}
.tab-widget.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tab-widget.style-1 .tab-navigation li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  border-right: 1px solid rgba(150, 150, 150, 0.2);
}
.tab-widget.style-1.left .tab-navigation li.active a {
  border-right: none;
}
.tab-widget.style-1.top .tab-navigation li:last-child a {
  border-right: none;
}
.tab-widget.style-1.top .tab-navigation li.active a {
  border-bottom: none;
}
.tab-widget.left .tab-content {
  padding-left: 40px;
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.tab-widget.left .tab-navigation {
  min-width: 180px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tab-widget.left.style-1 .tab-navigation:after {
  content: "";
  width: 1px;
  height: 35px;
  float: right;
  background: rgba(150, 150, 150, 0.2);
}
.tab-widget.top .tab-navigation li,
.tab-widget.top .tab-navigation li a {
  float: left;
  display: inline-block;
}
.tab-widget.top .tab-navigation li a {
  padding: 15px 25px;
}
.tab-widget.top .tab-content {
  padding: 30px 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.tab-widget.top.style-1 .tab-navigation {
  width: 100%;
}
.tab-widget.style-2.left .tab-navigation li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  padding: 15px;
  text-align: center;
}
.tab-widget.style-2 .tab-navigation li.active a {
  color: #fff;
  background: #333;
}
.tab-widget.style-2.top .tab-navigation,
.tab-widget.style-3.top .tab-navigation {
  width: 100%;
  text-align: center;
}
.tab-widget.style-2.top .tab-navigation li {
  float: none;
}
.tab-widget.style-3.left .tab-navigation li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  padding: 15px;
  text-align: left;
  border-right: 1px solid rgba(150, 150, 150, 0.2);
  box-sizing: border-box;
}
.tab-widget.style-3.left .tab-navigation li:last-child a {
  border-bottom: none;
}
.tab-widget.style-3.left .tab-navigation li.active a {
  border-right: 3px solid #333;
}
.tab-widget.style-3.top .tab-navigation li {
  float: none;
}
.tab-widget.style-3.top .tab-navigation li a {
  padding: 18px 35px;
}
.tab-widget.style-3.top .tab-navigation li.active a {
  border-bottom: 2px solid #333;
}
.tab-widget.style-4.left .tab-navigation li a {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  box-sizing: border-box;
  padding: 17px;
}
.tab-widget.style-4.left .tab-navigation li:last-child a {
  border-bottom: 1px solid #e1e1e1;
}
.tab-widget.style-4.left .tab-content {
  padding: 25px;
  border: 1px solid #e1e1e1;
  margin-left: -1px;
  background: #f9f9f9;
}
.tab-widget.style-4.left .tab-navigation li.active a {
  border-right: none;
  background: #f9f9f9;
}
.tab-widget.style-4.top .tab-navigation li a {
  border: 1px solid #e1e1e1;
  border-right: none;
  box-sizing: border-box;
}
.tab-widget.style-4.top .tab-navigation li:last-child a {
  border-right: 1px solid #e1e1e1;
}
.tab-widget.style-4.top .tab-content {
  padding: 25px;
  border: 1px solid #e1e1e1;
  margin-top: -1px;
  background: #f9f9f9;
  z-index: 1;
}
.tab-widget.style-4.top .tab-navigation li.active a {
  border-bottom: none;
  background: #f9f9f9;
}
.toggle-widget {
  width: 100%;
  float: left;
}
.toggle-header {
  padding: 18px 20px;
  border: 1px solid rgba(150, 150, 150, 0.2);
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.toggle-widget-content-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.toggle-widget > section:not(.open) .toggle-widget-content-wrapper {
  max-height: 0 !important;
}
.toggle-widget-content {
  border: 1px solid rgba(150, 150, 150, 0.2);
  border-top: none;
  background: #f9f9f9;
  float: left;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
}
.toggle-widget section {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.toggle-header:before {
  font-family: FontAwesome;
  width: 23px;
  height: 23px;
  color: #ccc;
  font-size: 11px;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 16px;
  flex: none;
}
.toggle-widget.style-1 .toggle-header:before {
  content: "\f067";
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.toggle-widget.style-1 .open .toggle-header:before {
  content: "\f068";
}
.toggle-widget.style-2 .toggle-header:before {
  content: "\f107";
  color: #888;
  float: right;
  height: 16px;
  font-size: 18px;
  line-height: 18px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.toggle-widget.style-2 .toggle-header {
  padding: 20px 25px;
}
.image-caption .caption-call-to-action:after,
.toggle-widget-content .caption-call-to-action:after {
  background: #444;
}
.toggle-widget.style-2 .open .toggle-header:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggle-widget.style-3 .toggle-header,
.toggle-widget.style-3 .toggle-widget-content {
  border: none;
}
.toggle-widget.style-4 section {
  border: 1px solid rgba(150, 150, 150, 0.2);
  box-shadow: 0 12px 24px 0 rgba(170, 140, 177, 0.2);
  border-radius: 3px;
}
.toggle-widget.style-4 .toggle-header,
.toggle-widget.style-4 .toggle-widget-content {
  border: none;
}
.toggle-widget.style-4 .toggle-header {
  padding: 25px;
  font-size: 21px;
}
.toggle-widget.style-4 .toggle-widget-content {
  padding: 35px 35px 35px;
  padding-left: 90px;
}
.toggle-widget.style-4 .toggle-header:before {
  content: "\f067";
  border-radius: 50%;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  box-sizing: content-box;
  opacity: 0.75;
}
.toggle-widget.style-4 .open .toggle-header:before {
  content: "\f068";
}
.grid-row-fullheight {
  height: 100vh;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.grid-row-fullheight .grid-content {
  height: 100%;
}
.grid-row-fullheight .grid-column {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .theme .booking-datepicker .ui-datepicker-current-day a {
    color: #fff !important;
  }
}
@media screen and (min-width: 1025px) {
  .theme .fixed-transparent-nav.smaller nav li ul,
  .theme .transparent-nav:not(.smaller) nav li ul {
    background: #2f323a;
  }
  .theme .fixed-transparent-nav.smaller nav li ul a,
  .theme .transparent-nav:not(.smaller) nav li ul a {
    color: #fff !important;
  }
  .theme .fixed-transparent-nav.smaller nav li ul a:hover,
  .theme .transparent-nav:not(.smaller) nav li ul a:hover {
    color: #fff !important;
    opacity: 0.7;
  }
  .theme .header-style-5.smaller.is-absolute.navigation-wrapper-fixed header {
    display: none;
  }
}
.live-theme .displayed .popup-container {
  max-height: 95vh;
}
.live-theme .displayed .popup-container-inner,
.live-theme .displayed .popup-content-wrapper {
  max-height: 95vh;
  overflow-y: auto;
}
.live-theme .fullsize.displayed .popup-container,
.live-theme .fullsize.displayed .popup-container-inner,
.live-theme .fullsize.displayed .popup-content-wrapper {
  max-height: 100vh;
}
.popup-overlay {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.theme:not(.live-theme) .popup-wrapper:not(.at-center) .popup-overlay {
  display: block;
  opacity: 0;
}
.popup-wrapper.at-center .popup-overlay {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.popup-wrapper.at-center.visible .popup-overlay {
  display: block;
  opacity: 1;
}
.live-theme .popup-wrapper.at-center .popup-overlay {
  display: block;
  position: fixed;
}
.popup-container {
  width: 300px;
  max-width: 100%;
  max-height: 100%;
  position: fixed;
  z-index: 10000;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.popup-wrapper.displayed .popup-container {
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.popup-container-inner {
  width: 100%;
  float: left;
}
.at-center .popup-container-inner {
  max-height: 85vh;
  overflow-y: auto;
}
.working-area-wrapper .at-center .popup-container-inner {
  overflow-y: visible;
}
.fullsize .popup-container-inner {
  max-height: 100vh;
  overflow-y: auto;
}
.popup-container .popup-close-btn {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  padding: 10px 13px;
  font-size: 30px;
  color: #333;
  background: #f7f7f7;
}
.popup-wrapper.popup-fade .popup-container {
  opacity: 0;
}
.popup-wrapper.popup-fade-top .popup-container {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.popup-wrapper.popup-fade-bottom .popup-container {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.popup-wrapper.popup-fade-right .popup-container {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.popup-wrapper.popup-fade-left .popup-container {
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.popup-wrapper.popup-fade.visible:not(.at-center) .popup-container {
  opacity: 1;
}
.popup-wrapper.popup-fade-bottom.visible:not(.at-center) .popup-container,
.popup-wrapper.popup-fade-left.visible:not(.at-center) .popup-container,
.popup-wrapper.popup-fade-right.visible:not(.at-center) .popup-container,
.popup-wrapper.popup-fade-top.visible:not(.at-center) .popup-container {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup-wrapper.at-center .popup-container {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-wrapper.popup-fade-scale .popup-container-inner {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-wrapper.popup-fade-scale.visible .popup-container-inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.popup-wrapper.popup-fade-left .popup-container-inner {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.popup-wrapper.popup-fade-left.visible .popup-container-inner {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.popup-wrapper.popup-fade-right .popup-container-inner {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.popup-wrapper.popup-fade-right.visible .popup-container-inner {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.popup-wrapper.popup-fade-bottom .popup-container-inner {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-wrapper.popup-fade-bottom.visible .popup-container-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.popup-wrapper.popup-fade-top .popup-container-inner {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-wrapper.popup-fade-top.visible .popup-container-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.popup-wrapper.popup-fade-superscale .popup-container-inner {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-wrapper.popup-fade-superscale.visible .popup-container-inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.popup-wrapper.popup-flip-horizontal .popup-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.popup-wrapper.popup-flip-horizontal .popup-container-inner {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.popup-wrapper.popup-flip-horizontal.visible .popup-container-inner {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}
.popup-wrapper.popup-flip-vertical .popup-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.popup-wrapper.popup-flip-vertical .popup-container-inner {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.popup-wrapper.popup-flip-vertical.visible .popup-container-inner {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.popup-wrapper.at-center.visible .popup-container {
  opacity: 1;
}
.popup-wrapper.at-center .popup-container {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
}
.popup-wrapper.at-bottom .popup-container {
  width: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
}
.popup-wrapper.at-top .popup-container {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}
.popup-wrapper.at-left .popup-container {
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
}
.popup-wrapper.at-right .popup-container {
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  top: auto !important;
}
.popup-wrapper.fullsize .popup-container {
  bottom: 0 !important;
  right: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
}
.popup-background-wrapper {
  background: #333;
}
.popup-wrapper.background-bottom .popup-container-inner,
.popup-wrapper.background-top .popup-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-wrapper.background-top .popup-container-inner {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.popup-wrapper.background-bottom .popup-container-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.popup-wrapper.background-top .popup-content-wrapper {
  bottom: auto !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.popup-wrapper.background-top .popup-background-wrapper {
  width: 100% !important;
  min-height: 20px;
  left: 0 !important;
  top: auto !important;
  bottom: auto !important;
  right: 0 !important;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.popup-wrapper.background-bottom .popup-content-wrapper {
  top: auto !important;
  bottom: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.popup-wrapper.background-bottom .popup-background-wrapper {
  width: 100% !important;
  min-height: 20px;
  bottom: auto !important;
  left: 0 !important;
  top: auto !important;
  right: 0 !important;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.popup-wrapper.background-left .popup-background-wrapper {
  float: left;
  position: absolute;
  height: 100% !important;
  min-width: 20px;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  right: auto !important;
}
.popup-wrapper.background-left .popup-content-wrapper {
  float: right;
}
.popup-wrapper.background-right .popup-content-wrapper {
  float: left;
}
.popup-wrapper.background-right .popup-background-wrapper {
  float: right;
  position: absolute;
  height: 100% !important;
  min-width: 20px;
  left: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.popup-wrapper.background-none .popup-background-wrapper {
  display: none;
}
.popup-wrapper.background-none .popup-content-wrapper {
  width: 100% !important;
  float: left;
}
.popup-wrapper.background-bottom.fullsize .popup-content-wrapper,
.popup-wrapper.background-top.fullsize .popup-content-wrapper {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.fullsize .popup-container-inner {
  height: 100%;
}
.popup-content-wrapper {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.popup-content {
  width: 100%;
  float: left;
  text-align: left;
}
.popup-wrapper.background-bottom.fullsize .popup-content-wrapper,
.popup-wrapper.background-left.fullsize .popup-content-wrapper,
.popup-wrapper.background-none.fullsize .popup-content-wrapper,
.popup-wrapper.background-right.fullsize .popup-content-wrapper,
.popup-wrapper.background-top.fullsize .popup-content-wrapper {
  height: 100%;
  display: table;
}
.popup-wrapper.background-left.fullsize .popup-content-wrapper > .popup-content,
.popup-wrapper.background-none.fullsize .popup-content-wrapper > .popup-content,
.popup-wrapper.background-right.fullsize
  .popup-content-wrapper
  > .popup-content {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.popup-content .grid-content {
  width: 100%;
}
.popup-background-wrapper .background-edit-btn {
  border-radius: 25px;
  padding: 17px 0;
  width: 170px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -85px;
  background: #f3f3f3;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, bottom 0.3s ease;
  -moz-transition: opacity 0.3s ease, bottom 0.3s ease;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}
.popup-background-wrapper:hover .background-edit-btn {
  opacity: 1;
  bottom: 25px;
}
.image-position-left .lazyImage {
  align-items: flex-start;
}
.image-position-right .lazyImage {
  align-items: flex-end;
}
.popup-wrapper.at-center {
  height: 100vh;
  width: 100%;
  position: fixed;
  display: table;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 89999;
}
.popup-wrapper.at-center .wrapping-table {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.popup-wrapper.at-center .wrapping-table .popup-container {
  position: relative;
  display: inline-block;
  text-align: center;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.mega-menu-wrapper {
  top: 500px;
  left: 0;
  width: 100%;
  position: fixed;
  opacity: 0;
  z-index: -1;
  -webkit-transition: z-index 0.3s step-end, opacity 0.3s ease, top 0.3s ease;
  -moz-transition: z-index 0.3s step-end, opacity 0.3s ease, top 0.3s ease;
  transition: z-index 0.3s step-end, opacity 0.3s ease, top 0.3s ease;
}
.mega-menu-wrapper.visible {
  z-index: 9999 !important;
  opacity: 1 !important;
  top: 0;
  -webkit-transition: z-index 0.3s step-start, opacity 0.3s ease, top 0.3s ease;
  -moz-transition: z-index 0.3s step-start, opacity 0.3s ease, top 0.3s ease;
  transition: z-index 0.3s step-start, opacity 0.3s ease, top 0.3s ease;
}
.live-theme nav li .mega-menu-wrapper {
  display: none;
}
.mega-menu-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.mega-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mega-menu-overlay.visible {
  opacity: 1;
}
.login-question {
  font-size: 14px;
  margin-top: 0;
  display: inline-block;
}
#customerInfoForm {
  padding-right: 100px;
}
#customerInfoForm input[type="password"],
#customerInfoForm input[type="text"] {
  padding: 15px;
}
.theme .nav-wrapper .theme-logo {
  -moz-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.mobile-header-wrapper.background-transparent .with-submenu ul {
  background: 0 0 !important;
}
@media screen and (max-width: 1280px) {
  .product-page-style-2 .product-photo-container {
    width: 100%;
  }
  .product-page-style-2 .product-body-container {
    width: 100%;
    padding: 20px 5%;
  }
}
@media screen and (max-height: 800px) {
  .quick-view-inner-wrapper {
    max-height: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .theme .header-style-1 .nav-wrapper,
  .theme .header-style-1 nav > ul,
  .theme .header-style-11 .nav-wrapper,
  .theme .header-style-11 nav > ul,
  .theme .header-style-2 .nav-wrapper,
  .theme .header-style-2 .nav-wrapper > header,
  .theme .header-style-2 nav > ul,
  .theme .header-style-9 .nav-wrapper,
  .theme .header-style-9 .nav-wrapper > header,
  .theme .header-style-9 nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
  }
  .theme .header-style-1 nav > ul > li,
  .theme .header-style-1 nav > ul > ul,
  .theme .header-style-11 nav > ul > li,
  .theme .header-style-11 nav > ul > ul,
  .theme .header-style-2 nav,
  .theme .header-style-2 nav > ul > li,
  .theme .header-style-2 nav > ul > ul,
  .theme .header-style-9 .shopping-cart,
  .theme .header-style-9 nav,
  .theme .header-style-9 nav > ul > li,
  .theme .header-style-9 nav > ul > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  .theme .header-style-1 nav,
  .theme .header-style-11 nav,
  .theme .header-style-2 nav,
  .theme .header-style-9 nav {
    position: static;
  }
  .theme .header-style-1 nav,
  .theme .header-style-11 nav {
    margin-left: auto;
  }
  .theme .header-style-11 .nav-wrapper {
    position: static;
  }
  .theme .header-style-9 .shopping-cart,
  .theme .header-style-9 .theme-logo {
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    z-index: 999;
  }
  .theme .header-style-9 nav {
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .theme .header-style-9 .shopping-cart {
    position: relative;
    text-align: right;
  }
  .theme .header-style-9 .shopping-cart li:first-child {
    margin-left: auto;
  }
  .theme .header-style-9 .theme-logo a {
    float: left;
  }
  .theme .header-style-2 nav .right-menu-items {
    margin-left: auto;
  }
  .theme .header-style-2 nav {
    -webkit-box-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: 100%;
  }
  .theme .header-style-2 nav > ul {
    width: 100%;
    box-sizing: border-box;
  }
  .theme .header-style-2 nav {
    margin-left: 30px;
  }
  .extended-header
    .mega-menu-inner
    .header-style-9
    .extended-header
    .mega-menu-inner,
  .header-style-10 .extended-header .mega-menu-inner {
    max-width: none;
  }
}
.tmdp-slider .tmdp-layer span a {
  font-size: inherit !important;
}
.plan-switch {
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #e1e1e1;
  padding: 3px;
}
.plan-switch a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
}
.plan-switch a.primaryColor-bg2 {
  color: #fff;
}
.tables-wrapper {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  -webkit-justify-content: center;
  justify-content: center;
}
.pricing-table {
  width: 32%;
  margin: 1.16% 0.65% 3% 0.65%;
  padding: 45px 25px;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 3px 3px 34px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 3px 3px 34px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 3px 3px 34px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  float: left;
  position: relative;
}
.pricing-table.most-popular {
  margin-top: -30px;
  position: relative;
}
.pricing-table.most-popular .most-popular-badge {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
}
.most-popular-pricing-badge {
  transform: rotate(45deg);
  background: #333;
  color: #fff;
  right: -45px;
  position: absolute;
  top: 36px;
  text-align: center;
  font-size: 14px;
  width: 200px;
  padding: 10px 0;
}
.pricing-table .subscription-price .pricing-tag {
  font-size: 44px;
}
.popular-table {
  margin-top: -30px;
}
.pricing-table h3 {
  color: #888;
  margin-bottom: 20px;
  font-size: 18px;
}
.pricing-table .pricing-tag.price-title {
  text-align: center;
  line-height: 1;
  color: #4d4d4d;
  padding-bottom: 35px;
  position: relative;
}
.pricing-table .pricing-tag.price-title:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #4eb3ea;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
}
.dollar-sign,
.pricing-table .dollar-sign {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 21px;
  margin: 6px;
  opacity: 0.8;
}
.currency-symbol {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 21px;
  font-weight: 300;
  margin: 6px;
  opacity: 0.8;
}
.currency-symbol.symbol-at-right {
  vertical-align: bottom;
}
.pricing-table .subscription-price span {
  font-size: 15px;
  text-align: center;
  display: inline-block;
  opacity: 0.8;
  margin-top: 20px;
}
.discount-price {
  display: inline-block;
  position: relative;
  font-size: 75px;
}
.pricing-table .features-wrapper {
  padding: 35px 0 10px;
  line-height: 1.2;
  color: #999;
  font-size: 14px;
  cursor: context-menu;
}
.pricing-table .features-wrapper p {
  display: block;
  font-size: 14px;
  color: #828282;
  padding: 6px;
  line-height: 1.5;
  text-align: left;
}
.pricing-table .features-wrapper p.ql-align-center {
  text-align: center;
}
.pricing-table .features-wrapper p.ql-align-right {
  text-align: right;
}
.pricing-table .next-button {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -75px;
}
.pricing-styling-2 .currency-symbol {
  margin: 0;
}
.pricing-styling-2 .pricing-table .subscription-price span {
  margin-top: 10px;
  color: #444;
  display: block;
}
.pricing-styling-2 .pricing-table {
  box-shadow: none;
  border: 2px solid #f1f1f1;
  box-sizing: border-box;
}
.pricing-styling-2 .pricing-table:hover {
  border-color: #fff;
  webkit-box-shadow: 1px 3px 44px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 3px 3px 44px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 3px 3px 44px 0 rgba(0, 0, 0, 0.09);
}
.theme .plan-get-started {
  width: 100px;
  padding: 17px 20px;
  color: #fff;
  margin: 30px auto 0;
  display: block;
  border-radius: 30px;
}
.pricing-styling-3 .pricing-table {
  box-shadow: none;
  border-left: 1px solid #f1f1f1;
}
.pricing-styling-3 {
  background: #fff;
}
.pricing-styling-3 .pricing-table:first-child {
  box-shadow: none;
  border: none;
}
.pricing-styling-3.with-shadow.tables-wrapper {
  webkit-box-shadow: 1px 3px 44px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 3px 3px 44px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 3px 3px 44px 0 rgba(0, 0, 0, 0.06);
}
.global-whatsapp-button {
  position: fixed;
  z-index: 9999;
  float: right;
  cursor: pointer;
  min-width: 50px;
  max-width: 150px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto 0 auto;
  background: #25d366;
  -moz-transition: padding-right 0.3s ease;
  -webkit-transition: padding-right 0.3s ease;
  transition: padding-right 0.3s ease;
  background: #25d366 url(/images/whatsapp-icon.png) no-repeat;
  background-position: center center;
  height: 55px;
}
.global-whatsapp-button:hover {
  padding-right: 30px;
}
.position-top-left {
  top: 0;
  left: 0;
}
.position-top-right {
  top: 0;
  right: 0;
}
.position-middle-left {
  top: 47%;
  left: 0;
}
.position-middle-right {
  top: 47%;
  right: 0;
}
.position-bottom-left {
  bottom: 0;
  left: 0;
}
.position-bottom-right {
  bottom: 0;
  right: 0;
}
.disabled-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}
.disabled-grid .spacer,
.disabled-grid .spacer-widget {
  outline: 0 none;
}
.product-list-wrapper.image-positioned .product-main-photo a {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
  height: 1px;
}
.product-list-wrapper.image-positioned
  .product-main-photo
  .product-item-description
  a {
  height: auto;
}
.product-list-wrapper.image-positioned .product-item.fit-height img {
  min-height: 100%;
  margin: 0;
  max-width: none;
  height: 100%;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.middle-button2 {
  height: 42px;
  line-height: 42px;
}
.live-theme .badge-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 14px;
  padding: 22px 25px;
  padding-right: 25px;
}
.live-theme .badge-1 img {
  max-height: 18px;
  margin-left: 15px;
}
.live-theme .badge-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 14px;
  padding: 18px;
  padding-right: 25px;
}
.live-theme .badge-2 img {
  max-height: 15px;
  margin-right: 15px;
}
.live-theme .badge-2 p {
  font-size: 12px;
  text-transform: uppercase;
  content: #999;
}
.live-theme .badge-2 p span {
  color: #df3650;
  font-size: 14px;
  font-weight: 700;
}
.c-both {
  clear: both;
}
.live-theme .badge-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 14px;
  padding: 6px 6px 6px 23px;
}
.live-theme .badge-3 img {
  max-height: 15px;
  margin-right: 15px;
  margin-top: 3px;
}
.live-theme .badge-3 p {
  font-size: 11px;
  text-transform: uppercase;
  content: #999;
}
.live-theme .badge-3 .rounded-btn {
  width: 45px;
  height: 45px;
  background: #df3650;
  border-radius: 30px;
  margin-left: 10px;
}
.live-theme .badge-3 .rounded-btn i {
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  width: 100%;
}
.product-list-wrapper.image-positioned .product-item.fit-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  min-height: 1px;
}
.product-list-wrapper.image-positioned .product-item.cover-image img {
  visibility: hidden;
}
.product-list-wrapper.image-positioned .product-main-photo {
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.product-list-wrapper.image-positioned .product-photo-inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-widget {
  white-space: nowrap;
  font-size: 0;
}
.vertical-header-row .header-widget {
  white-space: normal;
  max-width: 100%;
}
.vertical-header-row .header-widget[data-type="headers/Menu"] {
  width: 80%;
}
.header-widget-container {
  min-height: 22px;
  position: relative;
  max-width: 100%;
  align-items: center;
}
.header-row,
.header-wrapper,
.vertical-header-row {
  float: left;
  width: 100%;
  position: relative;
  z-index: 120;
}
.vertical-header-row.bottom-row {
  margin-top: auto;
}
.vertical-header-row .widget-header-row {
  position: relative;
}
.vertical-header-row .header-widget-space {
  top: 0 !important;
}
.header-row:hover {
  z-index: 121;
}
.header-row {
  border: 0 none;
}
.header-row.has-border {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #3e3e3e;
}
.header-row .header-row-space {
  width: 100%;
  float: left;
  min-height: 0;
  height: 10px;
}
.header-row .header-widget-space {
  min-height: 0;
  left: 0 !important;
  right: 0 !important;
  align-self: stretch;
  float: left;
  min-width: 0;
}
.header-wrapper.is-absolute {
  position: absolute;
}
.fixed-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: z-index 0.3s step-end, opacity 0.3s ease,
    transform 0.3s ease;
  -moz-transition: z-index 0.3s step-end, opacity 0.3s ease, transform 0.3s ease;
  transition: z-index 0.3s step-end, opacity 0.3s ease, transform 0.3s ease;
}
.fixed-header-wrapper.visible {
  opacity: 1;
  z-index: 9996;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: z-index 0.3s step-start, opacity 0.3s ease,
    transform 0.3s ease, left 0.5s ease;
  -moz-transition: z-index 0.3s step-start, opacity 0.3s ease,
    transform 0.3s ease, left 0.5s ease;
  transition: z-index 0.3s step-start, opacity 0.3s ease, transform 0.3s ease,
    left 0.5s ease;
}
.theme.no-overflow .fixed-header-wrapper.visible {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.page-layout.header-layout-vertical-left .fixed-header-wrapper,
.page-layout.header-layout-vertical-right .fixed-header-wrapper {
  display: none;
}
.page-layout.header-layout-vertical-left .main-header-wrapper,
.page-layout.header-layout-vertical-right .main-header-wrapper {
  width: 270px;
  position: fixed;
  top: auto;
  height: 100%;
  overflow: auto;
  z-index: 103;
}
.theme .page-layout.header-layout-vertical-right .main-header-wrapper {
  right: 15px;
}
.live-theme .page-layout.header-layout-vertical-right .main-header-wrapper {
  right: 0;
}
.page-layout.header-layout-vertical-left .main-header-wrapper,
.page-layout.style-boxed-layout.header-layout-vertical-right
  .main-header-wrapper {
  left: auto;
  right: auto;
}
.page-layout.header-layout-floating .main-header-wrapper {
  width: 92%;
  max-width: 1100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-layout.fixed-header-layout-floating .fixed-header-wrapper {
  width: 92%;
  max-width: 1100px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.page-layout.fixed-header-layout-floating .fixed-header-wrapper.visible {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.theme.no-overflow
  .page-layout.fixed-header-layout-floating
  .fixed-header-wrapper.visible {
  width: 100%;
  bottom: 0;
  max-width: none;
}
.page-layout.fixed-header-layout-fullwidth .fixed-header-wrapper .container,
.page-layout.header-layout-fullwidth .main-header-wrapper .container {
  max-width: none !important;
}
.header-layout-vertical-right > .content {
  padding-right: 270px;
  box-sizing: border-box;
}
.header-layout-vertical-left > .content,
.style-boxed-layout.header-layout-vertical-right > .content {
  padding-left: 270px;
  padding-right: 0;
  box-sizing: border-box;
}
.menu-widget nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.menu-widget.horizontal-menu-styling nav > ul {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.theme .horizontal-menu-styling nav li > div > ul {
  border: none;
  z-index: 99;
}
.menu-widget.vertical-menu-styling ul {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.menu-widget.left nav > ul {
  justify-content: flex-start;
}
.menu-widget.right nav > ul {
  justify-content: flex-end;
}
.menu-widget.center nav > ul {
  -webkit-justify-content: center;
  justify-content: center;
}
.menu-widget ul li a {
  width: 100%;
}
.vertical-header-wrapper .menu-widget ul li a {
  width: auto;
}
.menu-widget.center nav > ul > li > a {
  text-align: center;
  width: 100%;
  line-height: 1.2;
}
.form-field[data-type="hidden"] {
  display: none;
}
.popup-content .widget-form .title {
  text-align: left;
}
.menu-widget.right nav ul li a {
  text-align: right;
  width: 100%;
}
.menu-widget.left nav ul li a {
  text-align: left;
  width: 100%;
}
.menu-widget.left nav ul li li a,
.vertical-header-wrapper .menu-widget nav ul li li a {
  width: 100%;
}
.products-filter .search-form input {
  padding: 15px;
  border: 1px solid rgba(130, 130, 130, 0.3);
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  padding-right: 50px;
  border-radius: 3px;
}
.products-filter .search-form input:focus,
.products-filter .search-form input:hover {
  border-color: rgba(130, 130, 130, 0.5);
}
.products-filter .search-form button {
  right: 3px;
}
.products-filter .search-form button:after {
  opacity: 0.7;
}
.menu-widget nav > ul > li,
.menu-widget nav > ul > li > div > ul > li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.menu-widget.left nav > ul > li,
.menu-widget.left nav > ul > li > div > ul > li {
  align-items: flex-start;
}
.menu-widget.right nav > ul > li,
.menu-widget.right nav > ul > li > div > ul > li {
  align-items: flex-end;
}
.menu-widget.vertical-menu-styling li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.vertical-menu-styling.design-1 nav > ul > li {
  border: 1px solid #e1e1e1;
  border-bottom: none;
}
.vertical-menu-styling.design-1 li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.vertical-menu-styling.design-1 li.active,
.vertical-menu-styling.design-1 li:hover {
  background: rgba(0, 0, 0, 0.03);
}
.vertical-menu-styling.border-at-left li {
  border-left: 3px solid transparent;
}
.vertical-menu-styling.border-at-left li.active,
.vertical-menu-styling.border-at-left li:hover {
  border-color: #333;
  background: rgba(0, 0, 0, 0.03);
}
.vertical-menu-styling.design-3 nav > ul > li {
  border-bottom: 1px solid #e1e1e1;
}
.theme .vertical-menu-styling.expanded-submenu nav > ul > li > div > ul > li a {
  border-bottom: 0;
  padding: 10px 30px;
  white-space: normal;
}
.burger-menu-styling.with-border nav li:before,
.horizontal-menu-styling.design-2 li:after,
.horizontal-menu-styling.with-border li:before,
.vertical-menu-styling.border-below li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  left: 0;
  height: 2px;
  width: 0;
}
.burger-menu-styling.with-border li.with-submenu:before {
  display: none;
}
.vertical-menu-styling.border-below.left li.active > a:after,
.vertical-menu-styling.border-below.left li:hover > a:after {
  left: 0;
  width: 50%;
}
.vertical-menu-styling.border-below.center li > a:after {
  left: 50%;
}
.vertical-menu-styling.border-below.center li.active > a:after,
.vertical-menu-styling.border-below.center li:hover > a:after {
  left: 25%;
  width: 50%;
}
.vertical-menu-styling.border-below.right li > a:after {
  left: auto;
  right: 0;
}
.vertical-menu-styling.border-below.right li:hover > a:after,
.vertical-menu-styling.border-below4.right li.active > a:after {
  left: auto;
  right: 0;
  width: 50%;
}
.grid-content .mega-menu-inner .grid-content {
  width: 92%;
}
.horizontal-menu-styling.design-2 nav > ul > li:after,
.horizontal-menu-styling.with-divider nav > ul > li:after {
  content: "";
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(150, 150, 150, 0.3);
  position: absolute;
  right: 0;
  left: auto;
}
.horizontal-menu-styling.design-2:not(.with-divider) nav > ul > li:after {
  background-color: transparent;
}
.horizontal-menu-styling.design-2 li.active:after,
.horizontal-menu-styling.design-2 li:hover:after,
.horizontal-menu-styling.design-2:not(.with-divider) li.active:after,
.horizontal-menu-styling.design-2:not(.with-divider) li:hover:after {
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: rgba(150, 150, 150, 0.3);
}
.horizontal-menu-styling nav li {
  position: relative;
}
.horizontal-menu-styling.with-divider nav > ul > li:last-child:after {
  display: none;
}
.horizontal-menu-styling.design-2.with-divider nav > ul > li:last-child:after {
  display: block;
}
.burger-menu-styling.with-border li.active:before,
.burger-menu-styling.with-border li:hover:before,
.horizontal-menu-styling.with-border li.active:before,
.horizontal-menu-styling.with-border li:hover:before {
  left: 25%;
  width: 50%;
  background-color: #333;
}
.theme .vertical-menu-styling.expanded-submenu nav li > div > ul {
  position: relative;
  width: 100%;
  top: auto;
  box-shadow: none;
  border-top: none;
}
.theme nav li:hover > div > ul {
  height: auto;
}
.vertical-menu-styling.expanded-submenu nav > ul > li {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.vertical-menu-styling.expanded-submenu nav li > div {
  width: 100%;
}
.vertical-menu-styling.expanded-submenu nav li.visible ul,
.vertical-menu-styling.expanded-submenu nav li.visible > div {
  height: auto;
  display: block;
}
.cart-table.simple-table {
  padding-bottom: 15px;
}
.theme .vertical-menu-styling.right-submenu nav li:hover > div > ul {
  top: 0;
  left: auto;
  right: auto;
  visibility: visible;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  z-index: 99;
}
.theme
  .vertical-menu-styling.right-submenu
  nav
  li:hover
  > div
  > ul
  > li:last-child {
  border-bottom: none;
}
.theme .vertical-menu-styling.design-1.right-submenu nav li:hover > div > ul {
  top: -1px;
}
.vertical-menu-styling .with-submenu > div {
  display: none;
}
.flip-medium .flip-clock-wrapper ul {
  margin: 0 1px;
}
.widget-form label.option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
div[data-role="logged-info"] {
  width: 100%;
  float: left;
  padding: 27px;
  box-sizing: border-box;
  background: #f2f4f6;
}
div[data-role="logged-info"] span {
  float: left;
  width: auto;
  line-height: 1.6;
}
div[data-role="logged-info"] span:last-child {
  color: #666;
  font-size: 15px;
}
div[data-role="logged-info"] span:first-child {
  margin-right: 10px;
}
a[data-role="toggle-billing-info"] {
  font-size: 11px;
  text-transform: uppercase;
  color: #008fde;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.mobile-header-wrapper {
  display: none;
}
.grid-content-store {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.mobile-header-wrapper,
.mobile-popup nav {
  width: 240px;
  height: 100%;
  z-index: 9999;
  position: fixed;
  left: -270px;
  top: 0;
  margin: 0;
  -moz-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: -2px 0 45px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -2px 0 45px 0 rgba(0, 0, 0, 0.27);
  box-shadow: -2px 0 45px 0 rgba(0, 0, 0, 0.27);
}
.mobile-header-wrapper.open {
  left: 0;
}
.mobile-widgets-wrapper {
  display: none;
}
.theme .mobile-nav-button {
  display: none;
}
.header-separator {
  width: 2px;
  height: 2px;
  background: #3e3e3e;
  margin: 0 10px;
}
.burger-menu-styling .burger {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
.menu-widget.burger-menu-visible .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.menu-widget.burger-menu-visible .after {
  -webkit-transform: rotate(-45deg) translate3d(-5px, 6px, 0);
  -moz-transform: rotate(-45deg) translate3d(-5px, 6px, 0);
  transform: rotate(-45deg) translate3d(-5px, 6px, 0);
}
.menu-widget.burger-menu-visible .middle {
  opacity: 0;
}
.not-available {
  border: 2px solid #eb6a56;
}
.menu-widget.burger-menu-visible .before {
  -webkit-transform: rotate(45deg) translate3d(6px, 5px, 0);
  -moz-transform: rotate(45deg) translate3d(6px, 5px, 0);
  transform: rotate(45deg) translate3d(6px, 5px, 0);
}
.menu-widget.burger-menu-styling nav > ul,
.menu-widget.burger-menu-styling nav > ul li {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.theme .burger-menu-styling nav li > div > ul {
  position: relative;
  box-shadow: none;
}
.burger-menu-styling nav li.with-submenu > div {
  height: 0;
  -moz-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.burger-menu-styling nav li.with-submenu a {
  text-align: center;
}
.burger-menu-styling nav li.with-submenu:hover > div {
  height: auto;
}
.burger-menu-styling .overlay nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  align-items: stretch;
  height: 100%;
}
.header-row.burger-menu-visible {
  z-index: 123;
}
.fixed-header-wrapper.with-shadow {
  -webkit-box-shadow: 0 9px 34px -20px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 9px 34px -20px rgba(0, 0, 0, 0.21);
  box-shadow: 0 9px 34px -20px rgba(0, 0, 0, 0.21);
}
.vertical-header-row {
  padding-bottom: 20px;
}
.header-layout-vertical-left .cart-preview {
  right: auto !important;
  left: 200px;
}
.header-layout-vertical-right .cart-preview {
  top: auto !important;
  bottom: 78px;
}
.theme .center nav li > div > ul li a {
  text-align: center;
}
.cart-preview-wrapper #continueBtn,
.cart-preview-wrapper .checkout-buttons .checkout-btn {
  font-size: 16px;
}
.cart-preview-wrapper .checkout-buttons .checkout-btn {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.cart-preview-wrapper .checkout-buttons .checkout-btn {
  font-size: 17px;
}
.theme .style-boxed-layout .fixed-header-wrapper,
.theme .style-boxed-layout .fixed-header-wrapper.visible {
  width: 1300px;
  max-width: 90%;
}
#website .style-boxed-layout .fixed-header-wrapper,
.theme
  .header-layout-floating:not(.fixed-header-layout-floating)
  .fixed-header-wrapper,
.theme
  .header-layout-floating:not(.fixed-header-layout-floating)
  .fixed-header-wrapper.visible {
  left: auto;
}
.header-layout-vertical-left .vertical-header-wrapper.with-shadow {
  -webkit-box-shadow: 10px 0 34px -20px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 0 34px -20px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 0 34px -20px rgba(0, 0, 0, 0.21);
}
.header-layout-vertical-right .vertical-header-wrapper.with-shadow {
  -webkit-box-shadow: -10px 0 34px -20px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: -10px 0 34px -20px rgba(0, 0, 0, 0.21);
  box-shadow: -10px 0 34px -20px rgba(0, 0, 0, 0.21);
}
.header-widget .cart-button .text,
.header-widget .signin-button .text {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.grid-column,
.grid-column-inner {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid-row-fullheight
  .grid-column:not(.justify-flex-end):not(.justify-flex-start) {
  -webkit-justify-content: center;
  justify-content: center;
}
.search-form {
  width: 100%;
  float: left;
  position: relative;
}
.search-form input {
  float: left;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  border-style: none;
  text-indent: 0 !important;
  min-width: 220px;
}
.search-form.style-1 input {
  padding-right: 40px !important;
}
.search-form input.border-type-all {
  border-style: solid;
}
.search-form input.border-type-bottom {
  border-bottom-style: solid;
}
.search-form button {
  position: absolute;
  text-align: center;
  top: 50%;
  border: none;
  background: 0 0;
  outline: 0;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.no-results-wrapper input {
  font-size: 14px;
  background-color: #fff;
  font-family: "Open Sans";
  color: #3e3e3e;
  border-color: #e1e1e1;
  padding: 12px 24px;
  border-width: 1px;
  border-radius: 37px;
}
.no-results-wrapper form {
  margin-top: 20px;
  width: 40%;
  float: left;
}
.search-form button:after {
  content: "\f002";
  font-size: 18px;
  font-family: FontAwesome;
  padding: 10px;
  display: inline-block;
}
.header-row .search-form button:after {
  padding: 1px;
}
.search-form button:hover {
  opacity: 0.7;
}
.upsellWidget .main-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.upsellWidget .main-buttons-wrapper:not(.inline-buttons) > div {
  width: 100%;
}
.upsellWidget .main-buttons-wrapper.inline-buttons {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.upsellWidget .main-buttons-wrapper.inline-buttons div:last-child {
  margin-left: 5px;
}
.upsellWidget .main-buttons-wrapper:not(.inline-buttons) div:last-child {
  margin-top: 5px;
}
.upsellWidget .main-buttons-wrapper.left {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.upsellWidget .main-buttons-wrapper.right {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.funnels-preview-popup .close-btn {
  background: url(/images/feed-close2-dark.png) no-repeat !important;
  top: 28px !important;
}
.payment-form-processor-stripe {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 3px 25px;
  border: 1px solid #e1e1e1;
}
.theme-preview.funnel-preview {
  width: 60%;
  padding: 0 50px;
  box-sizing: border-box;
}
.theme-preview.funnel-preview .iframe-content {
  width: 84%;
  left: 8%;
  top: 75px;
}
.theme-preview.funnel-preview .desktop-preview iframe {
  width: 200%;
  left: 0;
  transform: scale(0.5, 0.5) translateY(-50%);
  -ms-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  -webkit-transform: scale(0.25);
  transform: scale(0.5);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  height: 200%;
}
.funnel-right-content {
  height: 100%;
  background: #f5f6fa;
  padding: 0 7%;
  box-sizing: border-box;
  width: 40%;
}
.funnel-right-content h2 {
  font-size: 32px;
  line-height: 1.3;
}
.funnel-right-content span {
  font-size: 15px;
  line-height: 1.6;
  color: #757575;
}
.funnel-right-content .big-button {
  font-size: 17px;
  padding: 23px 57px;
  float: left;
}
.funnel-step-select {
  display: inline-block;
  width: 200px;
  border-radius: 30px;
  float: none;
  margin-right: 15px;
}
.checkout-loading {
  min-height: 300px;
  position: relative;
}
.cart-wrapper.step-customer-address.checkout-summary-position-bottom
  .checkout-summary,
.cart-wrapper.step-customer-info.checkout-summary-position-bottom
  .checkout-summary {
  display: none !important;
}
.cart-wrapper .cart-loader {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cart-wrapper.checkout-loading .cart-loader {
  z-index: 99999999;
  opacity: 1;
}
.cart-wrapper.has-incomplete-items .incomplete-item .variations-update {
  color: #fff !important;
  text-transform: uppercase;
}
.cart-wrapper {
  font-family: Arial, sans-serif;
  margin: 0;
}
label.tick-wrapper .bump-title {
  font-size: 20px;
  font-weight: 700;
}
.bump-description h4 {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin-bottom: 7px;
  text-align: left;
  width: 100%;
}
.bump-wrapper {
  position: relative;
  margin-top: 7px;
}
.bump-wrapper .tick-wrapper {
  padding: 25px;
}
.field-with-error {
  position: relative;
}
.field-with-error:before {
  content: "\f015";
  font-family: FontAwesome;
  color: #e25141;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  z-index: 999;
}
.bump-body {
  margin-top: 25px;
}
.bump-img {
  max-height: 100px;
  float: left;
  margin-right: 30px;
}
.bump-description {
  float: left;
  font-size: 14px;
  line-height: 1.3;
  color: #777;
  width: 100%;
}
.bump-styling-with-border .tick-wrapper {
  border: 2px dashed #888;
}
.bump-styling-with-shadow .tick-wrapper {
  border: none;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.bump-badge {
  position: absolute;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #d82e2e;
  top: 0;
  transform: translateY(-65%);
  right: 20px;
  letter-spacing: 1.8px;
  border-radius: 3px;
}
.checkout-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
  -webkit-justify-content: left;
  justify-content: left;
}
.step-customer-address div[data-role="addressWrapper"] .address-title {
  margin-top: 0 !important;
}
.checkout-steps .checkout-step {
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 15px;
  opacity: 0.75;
  transition: opacity 0.3s ease;
  border-bottom: 2px solid transparent;
}
.checkout-steps .checkout-step.active,
.checkout-steps .checkout-step:hover {
  opacity: 1;
  border-color: #333;
}
div[data-role="member"] span {
  font-size: 14px;
}
.cart-title,
.widget-checkout .checkout-info h3,
.widget-checkout .checkout-summary h3 {
  font-size: 19px;
  margin-bottom: 11px;
  text-align: left;
  font-family: inherit;
}
.cart-title:after,
.widget-checkout .checkout-info h3:after,
.widget-checkout .checkout-summary h3:after {
  content: "";
  width: 65px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 2px;
  background: rgba(130, 130, 130, 0.3);
  display: block;
}
.subtotal-outer-wrapper,
.widget-checkout .checkout-summary h3 {
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideUp;
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideUp;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideUp;
  animation-fill-mode: both;
}
.cart-title,
.widget-checkout .checkout-info h3 {
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideLeft;
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideLeft;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideLeft;
  animation-fill-mode: both;
}
.widget-checkout .checkout-info .address-title,
.widget-checkout .checkout-summary .cart-table {
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideUp;
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideUp;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideUp;
  animation-fill-mode: both;
}
.checkout-wrapper .cart-table,
.style-2 .checkout-buttons .checkout-btn,
.widget-checkout .checkout-info .address-title,
.widget-checkout .checkout-info div[data-step="billing"] {
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideLeft;
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideLeft;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideLeft;
  animation-fill-mode: both;
}
.checkout-buttons .back-to-shopping,
.widget-checkout .checkout-summary .checkout-totals,
.widget-checkout .checkout-summary .subtotal-wrapper {
  -moz-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.4s bouncySlideUp;
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.4s bouncySlideUp;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.4s bouncySlideUp;
  animation-fill-mode: both;
}
.widget-checkout .checkout-info h3.error-message:after {
  display: none;
}
.widget-checkout .checkout-info h3.error-message,
.widget-checkout .checkout-summary h3.error-message {
  font-size: 15px;
}
.checkout-spinner {
  width: 82px;
  height: 82px;
  margin: 0 auto 30px;
  display: block;
  z-index: 2;
  -webkit-animation: circle infinite 0.75s linear;
  -moz-animation: circle infinite 0.75s linear;
  -o-animation: circle infinite 0.75s linear;
  animation: circle infinite 0.75s linear;
  border: 2px solid #2f323a;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.checkout-spinner-wrapper {
  font-family: Arial, sans-serif;
  background: #fff;
}
.checkout-spinner-wrapper h4 {
  font-size: 19px;
  font-weight: 700;
}
.checkout-spinner-wrapper span {
  font-size: 15px;
  color: #999;
  margin-top: 10px;
  line-height: 1.4;
}
.secured-checkout-wrapper {
  margin-top: 30px;
}
.secured-checkout-wrapper svg {
  width: 45px;
  height: 35px;
  display: inline-block;
  opacity: 0.6;
  margin-right: 10px;
}
.secured-checkout-wrapper > div:last-child svg {
  width: 57px;
}
.secured-checkout-wrapper span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.2px;
  color: #999;
  line-height: 1.3;
}
.secured-checkout-wrapper > div {
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.mt-45 {
  margin-top: 45px;
}
.mb-15 {
  margin-bottom: 15px;
}
.empty-cart-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  background: #f3f3f3;
  border-radius: 50%;
}
.empty-cart-icon svg {
  height: 30px;
  fill: #333;
  margin: 0 auto;
  padding: 30px;
  display: block;
}
.checkout-info[data-step="empty"] {
  padding: 20px;
}
.checkout-info[data-step="empty"] h2 {
  font-size: 26px;
  font-weight: 700;
}
.checkout-info[data-step="empty"] span {
  font-size: 15px;
  line-height: 1.4;
}
.payment-step-wrapper .btn i {
  margin-left: 10px;
}
.widget-availability-badge {
  background: #dd1742;
  color: #fff;
  padding: 28px 15px 28px;
  margin-bottom: 20px;
  border-radius: 7px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
}
.thumb-text {
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
.working-area-wrapper .thumb-text {
  padding: 25px 25px 15px 25px;
}
.theme-info {
  position: relative;
}
.get-started-trigger {
  margin-left: 5px;
}
.funnel-demo-trigger {
  margin-right: 5px;
}
.widget.advancedWidget .active-theme .theme-overlay,
.widget.advancedWidget .active-theme .theme-overlay div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.thumb-text h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
}
.thumb-text .blue-text {
  font-size: 14px;
  color: #333;
}
.thumb-text p {
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
  font-size: 14px;
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow.preview,
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop.preview,
.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-fade.preview .hvr-rectangle-out:before,
.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover,
.hvr-sweep-to-right:before {
  background: #2098d1;
}
.hvr-fade.preview,
.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover,
.hvr-rectangle-out.preview,
.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover,
.hvr-sweep-to-right.preview,
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff;
}
.hvr-rectangle-out.preview:before,
.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  overflow: visible;
}
.hvr-grow-shadow.preview,
.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  overflow: visible;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow.preview,
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow.preview:before,
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.payment-mehtods-wrapper .input-like {
  position: relative;
}
.payment-mehtods-wrapper .radio-info[data-role="bankInfo"] {
  white-space: pre-wrap;
}
.bt-paymentcards {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 140px;
}
.checkout-info .card-dates > div {
  width: 49%;
  margin-right: 2%;
}
.checkout-info .card-dates > div:last-child {
  margin-right: 0;
}
.paypal-mail {
  padding: 17px 0;
  font-weight: 300;
  font-size: 16px;
  padding-left: 30px;
  background: url(/images/paypal-billing.png) no-repeat center left;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.card-form .card-fields-single-line .card-number {
  border-radius: 0;
  border-right: 0px none;
}
.card-form .card-fields-single-line .card-date {
  width: 84px;
  border-left: 0 none;
  border-right: 0px none;
  border-radius: 0;
}
.card-form .card-fields-single-line .card-cvc {
  width: 84px;
  border-left: 0 none;
  border-radius: 0;
}
.live-theme .widget-checkout .checkout-info span .variations-update,
.product-info .variations-update {
  opacity: 1;
  padding: 3px 6px;
  border-radius: 30px;
  background: #333;
  color: #fff;
  font-size: 11px;
  transition: border-radius 0.3s ease;
}
.product-info .variations-update:hover {
  border-radius: 3px;
}
.cart-table.simple-table {
  border-bottom: 1px solid #e1e1e1;
}
.cart-table.simple-table .subtotal-title {
  float: left;
}
nav li > div > ul.with-border li:first-child {
  border-top: 1px solid;
}
.menuWidget li.with-submenu:hover > div {
  display: block;
}
nav li > div > ul.with-border li:last-child {
  border-bottom: none !important;
}
.cart-table.simple-table .subtotal-variation {
  float: left;
  font-size: 12px;
  opacity: 0.8;
  margin-left: 7px;
  text-transform: normal;
}
.header-layout-fullwidth .mega-menu-inner {
  max-width: none;
}
.ml_iframe_tag {
  width: 100%;
  height: 100%;
}
.theme .universal-table-wrapper header {
  padding: 13px 0;
  background: #f5f6fa;
  width: 100%;
}
.live-theme .tcol-25 {
  width: 25%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0;
}
.theme .universal-table-wrapper header div {
  font-size: 13px;
  font-weight: 700;
}
.live-theme .products-table-lane > div:first-child,
.order-item-wrapper > div:first-child {
  padding-left: 15px !important;
}
.live-theme .products-table-lane div {
  float: none;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 14px;
}
.live-theme .order-item > div.order-item-wrapper > div {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.live-theme .order-item {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  float: left;
  width: 100%;
}
.payout-status {
  padding: 5px 10px;
  font-size: 13px;
  background: #76bd65;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  line-height: 1.2;
}
.ml-10 {
  margin-left: 10px;
}
.theme .copy-affiliate-link.ml-5 {
  margin-left: 5px;
}
.payout-status.pending {
  background: #646a79;
}
.live-theme .order-item > div.order-item-wrapper {
  float: none;
  display: table;
  vertical-align: middle;
  line-height: 1.3;
  font-family: Arial;
  padding: 27px 0;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  transition: background 0.3s ease;
}
.live-theme .order-item > div.order-item-wrapper:hover {
  background: #f5f6fa;
}
.live-theme .tcol-25 span {
  margin-right: 10px;
}
.theme .order-summary h4 {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  font-weight: 700;
}
.live-theme .ordered-product.titles {
  border: none;
  padding: 20px;
  border-bottom: 2px solid #f1f1f1;
  display: table;
}
.live-theme .ordered-product {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  background: #fff;
  display: table;
}
.live-theme .order-billing-info-wrapper,
.live-theme .order-payment-info-wrapper,
.live-theme .order-shipping-info-wrapper {
  padding: 30px;
  background: #fff;
  margin-top: 20px;
  width: 49%;
  box-sizing: border-box;
  float: left;
}
.theme .cart-footer .order-billing-info-wrapper,
.theme .cart-footer .order-payment-info-wrapper,
.theme .cart-footer .order-shipping-info-wrapper {
  margin-top: 0;
  background: #f5f6fa;
  padding: 35px;
}
.theme .cart-footer .order-shipping-info-wrapper {
  margin-bottom: 15px;
}
.order-summary-widget.dark {
  color: #222;
}
.order-summary-widget.light,
.order-summary-widget.light .cart-container .row-total {
  color: #e1e1e1 !important;
}
.theme .order-summary-widget.light .cart-footer .order-billing-info-wrapper,
.theme .order-summary-widget.light .cart-footer .order-payment-info-wrapper,
.theme .order-summary-widget.light .cart-footer .order-shipping-info-wrapper {
  background: rgba(255, 255, 255, 0.07);
}
.order-summary-widget .cart-title {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}
.order-summary-widget .cart-title:after {
  display: none;
}
.order-summary-widget.cart-wrapper .cart-container h4:hover {
  text-decoration: none;
}
.theme .order-summary-widget .order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: 0 0;
}
.theme .order-summary-widget.style-2b .order-summary,
.theme .style-2b .cart-footer .order-billing-info-wrapper,
.theme .style-2b .cart-footer .order-payment-info-wrapper,
.theme .style-2b .cart-footer .order-shipping-info-wrapper {
  background: #fff;
}
.theme .style-2b .cart-footer .order-payment-info-wrapper {
  padding-top: 0;
}
.theme .style-2b .cart-footer .order-shipping-info-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}
.theme .style-2b .cart-footer > div {
  width: 100% !important;
}
.theme .cart-footer .order-billing-info-wrapper,
.theme .cart-footer .order-payment-info-wrapper,
.theme .cart-footer .order-shipping-info-wrapper {
  margin-top: 0;
  background: #f5f6fa;
  padding: 35px;
}
.theme .cart-footer .order-shipping-info-wrapper {
  margin-bottom: 15px;
}
.order-summary-widget.dark {
  color: #222;
}
.order-summary-widget.light,
.order-summary-widget.light .cart-container .row-total {
  color: #e1e1e1 !important;
}
.theme .order-summary-widget.light .cart-footer .order-billing-info-wrapper,
.theme .order-summary-widget.light .cart-footer .order-payment-info-wrapper,
.theme .order-summary-widget.light .cart-footer .order-shipping-info-wrapper {
  background: rgba(255, 255, 255, 0.07);
}
.order-summary-widget .cart-title {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}
.order-summary-widget .cart-title:after {
  display: none;
}
.order-summary-widget.cart-wrapper .cart-container h4:hover {
  text-decoration: none;
}
.theme .order-summary-widget .order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: 0 0;
}
.theme .order-summary-widget.style-2b .order-summary,
.theme .style-2b .cart-footer .order-billing-info-wrapper,
.theme .style-2b .cart-footer .order-payment-info-wrapper,
.theme .style-2b .cart-footer .order-shipping-info-wrapper {
  background: #fff;
}
.theme .style-2b .cart-footer .order-payment-info-wrapper {
  padding-top: 0;
}
.theme .style-2b .cart-footer .order-shipping-info-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}
.theme .style-2b .cart-footer > div {
  width: 100% !important;
}
.theme .ordered-product.titles div,
.theme .ordered-product > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}
.theme .ordered-product.titles div {
  font-weight: 700;
}
.live-theme .order-shipping-info-wrapper span,
.order-billing-info-wrapper span,
.order-payment-info-wrapper span {
  line-height: 1.8;
  font-size: 13px;
  opacity: 0.8;
}
.live-theme .order-summary {
  background: #f5f6fa;
  padding: 30px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.live-theme .order-payment-info-wrapper {
  float: right;
}
.tcol-3 {
  width: 3%;
}
.tcol-5 {
  width: 5%;
}
.tcol-6 {
  width: 6%;
}
.tcol-7 {
  width: 7%;
}
.tcol-8 {
  width: 8%;
}
.tcol-10 {
  width: 10%;
}
.tcol-12 {
  width: 12%;
}
.tcol-13 {
  width: 12%;
}
.tcol-15 {
  width: 15%;
}
.tcol-17 {
  width: 17%;
}
.tcol-20 {
  width: 20%;
}
.tcol-25 {
  width: 25%;
}
.tcol-30 {
  width: 30%;
}
.tcol-35 {
  width: 35%;
}
.tcol-125 {
  width: 12.5%;
}
.order-details {
  width: 50%;
  max-width: 230px;
}
.tcol-10,
.tcol-12,
.tcol-125,
.tcol-13,
.tcol-15,
.tcol-20,
.tcol-25,
.tcol-3,
.tcol-30,
.tcol-35,
.tcol-5,
.tcol-7 {
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 3px;
  padding-bottom: 3px;
}
.custom-dropdown.ml-15 {
  margin-left: 15px;
}
.profile-content .input-row-3 > input {
  border-radius: 0;
}
.live-theme .download-button {
  font-size: 11px;
  text-transform: uppercase;
  background: #333;
  padding: 10px 21px;
  border-radius: 25px;
  color: #fff;
  transition: border-radius 0.3s ease;
}
.live-theme .download-button:hover {
  border-radius: 3px;
}
.no-wrapper {
  font-size: 16px;
}
.next-step-popup {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 4px 4px 4px 20px;
  background: #fff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #ecedf3;
  border-radius: 40px;
  z-index: 999;
}
.next-step-popup.cart-preview-full-height {
  padding: 4px;
}
.next-step-popup.cart-preview-full-height svg {
  margin: 0;
  height: 24px;
  width: 24px;
  border-radius: 0;
  background: 0 0 !important;
}
.next-step-popup.cart-preview-full-height,
.next-step-popup.cart-preview-full-height a {
  border-radius: 50%;
  transition: border-radius 0.3s ease;
}
.next-step-popup.cart-preview-full-height:hover,
.next-step-popup.cart-preview-full-height:hover a {
  border-radius: 4px;
}
.next-step-popup svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 12px;
  padding: 14px;
  background-color: #41a85f;
  border-radius: 30px;
}
.next-step-popup span {
  font-size: 15px;
  font-weight: 700;
}
.next-step-popup,
.next-step-popup svg {
  transition: border-radius 0.3s ease;
}
.next-step-popup:hover,
.next-step-popup:hover svg {
  border-radius: 4px;
}
.whatsappWidget span,
.whatsappWidget svg {
  vertical-align: middle;
  display: inline-block;
}
.whatsappWidget svg {
  margin-right: 7px;
}
.payment-popup {
  background: #fff;
  float: left;
  padding: 55px;
  border-radius: 4px;
}
.simple-popup {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.simple-popup.visible {
  opacity: 1;
}
.simple-client-popup {
  background: #fff;
  float: left;
  padding: 55px;
  border-radius: 4px;
  box-sizing: border-box;
}
.simple-client-popup h4 {
  line-height: 28px;
  font-size: 21px;
}
#tco_lightbox {
  z-index: 9999999;
}
.divider-box {
  position: absolute;
  top: auto;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 1;
}
.divider-box > svg {
  width: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  vertical-align: text-bottom;
}
.divider-box.divider-box-top {
  top: -1px;
  bottom: auto;
}
.divider-box.divider-box-flip > svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.divider-box.divider-box-invert > svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.divider-box.divider-box-invert.divider-box-flip > svg {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}
.form-field label.option .custom-checkbox-label {
  margin: 1px;
}
.select-wrapper {
  width: 100%;
}
.nps-wrapper ul,
.nps-wrapper ul li,
.select-wrapper ul,
.select-wrapper ul li {
  list-style: none;
}
.select-wrapper {
  float: left;
  width: 100%;
}
.select-wrapper ul {
  width: 100%;
  text-align: center;
}
.select-wrapper ul li {
  display: inline-block;
}
.select-wrapper ul {
  text-align: center;
}
.select-wrapper ul li a {
  padding: 18px 20px 18px 46px;
  border-radius: 5px;
  display: inline-block;
  margin: 8px;
  position: relative;
  transition: border-color 0.3s ease;
}
.select-wrapper.rounded ul li a {
  border-radius: 35px;
}
.select-wrapper.style-1 ul li a {
  border: 2px solid rgba(150, 150, 150, 0.2);
  max-width: 290px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.select-wrapper.style-1 ul li a span.option-title {
  float: left;
  width: 100%;
  text-align: center;
}
.select-wrapper.style-1 ul li a span.option-desc {
  text-align: center;
}
.select-wrapper ul li a span.option-title {
  font-size: 18px;
}
.select-wrapper .select-icon,
.select-wrapper ul li a span.option-title i {
  margin-right: 5px;
  opacity: 0.7;
  font-size: 21px;
}
.nps-wrapper.with-shadow ul li a,
.select-wrapper.with-shadow ul li a {
  border: 1px solid transparent;
  -webkit-box-shadow: -2px 6px 16px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -2px 6px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -2px 6px 16px 1px rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(150, 150, 150, 0.2);
}
.select-wrapper.style-1 ul li a:before,
.select-wrapper.style-3 ul li a:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -9px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
}
.select-wrapper.no-circle ul li a:before {
  display: none;
}
.select-wrapper.style-1.no-circle ul li a {
  padding: 30px 25px;
}
.select-wrapper.style-3.no-circle ul li a {
  padding-left: 20px;
}
.select-wrapper i.fa-info {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #505464;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  position: relative;
  flex: none;
  margin-left: 18px;
}
.select-wrapper i span {
  display: none;
  text-align: left;
  color: #666;
  line-height: 1.5;
  font-family: Arial;
  font-size: 14px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: -2px 1px 9px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -2px 1px 9px 1px rgba(0, 0, 0, 0.07);
  box-shadow: -2px 1px 9px 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 40px;
  top: -50px;
  z-index: 999;
  width: 250px;
}
.select-wrapper.style-3 i.option-modal-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}
.select-wrapper i.option-modal-wrapper:hover span {
  display: block;
}
.select-wrapper.quiz-select-wrapper ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.select-wrapper i:hover span {
  display: block;
}
.select-wrapper.style-3 ul li {
  width: 100%;
  float: left;
}
.select-wrapper.style-3.split-2 ul li {
  width: 48%;
}
.select-wrapper.style-3.split-2 ul li:nth-child(2n) {
  float: right;
}
.select-wrapper.style-3.split-2 ul li:nth-child(odd) {
  clear: both;
}
.select-wrapper.style-3 ul li a {
  width: 100%;
  box-sizing: border-box;
  margin: 7px 0;
  border: 2px solid rgba(150, 150, 150, 0.2);
  text-align: center;
  padding: 20px 25px 20px 53px;
}
.select-wrapper.style-3 ul li a:hover > div {
  transform: translateX(5px);
}
.select-wrapper .option-desc {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.75;
  margin-top: 5px;
  float: left;
  text-align: left;
}
.select-wrapper.style-3 a > div {
  text-align: left;
}
.select-wrapper.style-3.centered a > div {
  text-align: center;
}
.select-wrapper.style-3.with-image .option-desc,
.select-wrapper.style-3.with-image .option-title {
  text-align: left;
}
.select-wrapper.style-3.with-image ul li a {
  text-align: left;
}
.select-wrapper.with-image ul li a img {
  max-height: 250px;
  max-width: 100%;
}
.select-wrapper.with-image.style-1.no-circle ul li a {
  padding: 30px 20px;
}
.select-wrapper.with-image.style-1 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 52px;
}
.select-wrapper.with-image.style-1.no-circle ul li a {
  padding: 30px 20px;
}
.select-wrapper.with-image.style-3 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.select-wrapper.style-1.with-image ul li a span {
  text-align: center;
}
.select-wrapper.style-1.with-image ul li a:before {
  width: 18px;
  height: 18px;
  top: auto;
  left: 50%;
  margin-left: -9px;
  bottom: 14px;
  border: 1px solid #c2c2c2;
}
.select-wrapper.with-image.style-1 ul li a i,
.select-wrapper.with-image.style-1 ul li a img {
  margin-bottom: 15px;
}
.select-wrapper.with-image.style-3 ul li a i,
.select-wrapper.with-image.style-3 ul li a img {
  margin-right: 8px;
}
.nps-wrapper .explain-text {
  margin-top: 10px;
}
.nps-wrapper ul {
  text-align: center;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nps-wrapper ul li {
  display: inline-block;
  width: 9%;
  margin: 1% 0.5%;
  min-width: 50px;
}
.nps-wrapper ul li a {
  float: left;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-family: 17px;
  transition: border-color 0.3s ease;
}
.nps-wrapper.style-2 ul li {
  float: left;
  min-width: none;
  width: auto;
  flex-grow: 1;
}
.nps-wrapper.style-2 ul li a {
  border: none;
  padding: 0;
  height: 55px;
  line-height: 55px;
  border-bottom: 3px solid rgba(150, 150, 150, 0.2);
}
.nps-wrapper.style-2 ul li a span {
  transition: font-size 0.15s ease;
}
.nps-wrapper.style-2 ul li a.active span,
.nps-wrapper.style-2 ul li a:hover span {
  font-size: 32px;
}
.nps-wrapper.style-1 ul li a.active,
.nps-wrapper.style-1 ul li a:hover,
.select-wrapper.style-1 ul li a.active,
.select-wrapper.style-1 ul li a:hover,
.select-wrapper.style-2 ul li a.active,
.select-wrapper.style-2 ul li a:hover,
.select-wrapper.style-3 ul li a.active,
.select-wrapper.style-3 ul li a:hover {
  background: #fff;
  color: #333;
}
.course-kanban {
  padding: 30px;
  box-sizing: border-box;
}
.kanban-column {
  width: 33.3%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.kanban-column-title {
  font-size: 15px;
  font-weight: 700;
}
.kanban-column-count {
  padding: 5px;
  background: #fff;
  font-size: 13px;
  float: left;
  margin-left: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 30px;
}
.kanban-column:hover .kanban-column-count,
.kanban-column:hover .kanban-column-settings .circle-round-btn {
  background: #fff;
}
.kanban-item {
  padding: 28px;
  float: left;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.kanban-header {
  margin-bottom: 13px;
  box-sizing: border-box;
}
.kanban-column-settings {
  display: none;
}
.kanban-item-title {
  font-size: 17px;
  font-weight: 700;
}
.kanban-item-description {
  font-size: 14px;
  color: #999;
  line-height: 1.3;
  margin-top: 10px;
}
@keyframes bouncySlideUp {
  0.00% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bouncySlideUpWithTranslate {
  0.00% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 50%, 0);
    opacity: 1;
  }
}
@keyframes bouncySlideDown {
  0.00% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 2;
  }
  100% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    z-index: -1;
  }
}
@keyframes bouncySlideLeft {
  0.00% {
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bouncySlideLeftOpacity {
  0.00% {
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.7;
  }
}
.booking-name .operator-img,
.booking-name svg,
.selected-service-name {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideLeft;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.booking-name .operator-name {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.1s bouncySlideLeft;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.1s bouncySlideLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.book-description {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s
    bouncySlideLeftOpacity;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideLeftOpacity;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.booking-step .book-description {
  display: none;
}
.back-btn-wrapper,
.booking-summary {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.3s bouncySlideLeft;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.3s bouncySlideLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.step-heading {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideLeft;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  line-height: 1.4;
}
.step-subheading {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 150ms bouncySlideLeft;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 150ms bouncySlideLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-top: 10px;
}
.booking-name h2 {
  -webkit-animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideUp;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 1ms bouncySlideUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.live-theme .booking-datepicker .ui-datepicker .ui-datepicker-title {
  font-size: 14px;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-next,
.theme .booking-datepicker .ui-datepicker .ui-datepicker-prev {
  width: 26px;
  height: 26px;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-next:after,
.theme .booking-datepicker .ui-datepicker .ui-datepicker-prev:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: -7px;
  left: -9px;
  transition: background 0.3s ease;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-prev:after {
  left: -7px;
}
.theme
  .booking-datepicker
  .ui-datepicker
  .ui-datepicker-prev.ui-state-disabled {
  opacity: 0.4;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-next:hover:after,
.theme .booking-datepicker .ui-datepicker .ui-datepicker-prev:hover:after {
  background: rgba(0, 0, 0, 0.06);
}
.theme
  .booking-datepicker
  .ui-datepicker
  .ui-datepicker-prev.ui-state-disabled:hover:after {
  display: none;
}
.booking-datepicker {
  width: 60%;
  padding: 30px;
  box-sizing: border-box;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.1s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-time {
  float: left;
  width: 40%;
  padding: 30px;
  box-sizing: border-box;
  max-height: 450px;
  overflow-y: auto;
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-step .select-wrapper ul li,
.booking-step .widget-form,
.select-wrapper ul li:first-child {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.1s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-step .select-wrapper ul li:nth-child(2),
.select-wrapper ul li:nth-child(2) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-step .select-wrapper ul li:nth-child(3),
.select-wrapper ul li:nth-child(3) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.3s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-step .select-wrapper ul li:nth-child(4),
.select-wrapper ul li:nth-child(4) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.4s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-step .select-wrapper ul li:nth-child(5),
.select-wrapper ul li:nth-child(5) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.5s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-step .select-wrapper ul li:nth-child(6),
.select-wrapper ul li:nth-child(6) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.6s bouncySlideUp;
  animation-fill-mode: both;
}
.select-wrapper ul li:nth-child(7) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.7s bouncySlideUp;
  animation-fill-mode: both;
}
.select-wrapper ul li:nth-child(8) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.8s bouncySlideUp;
  animation-fill-mode: both;
}
.select-wrapper ul li:nth-child(9) {
  animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.9s bouncySlideUp;
  animation-fill-mode: both;
}
.booking-time ul,
.booking-time ul li {
  list-style: none;
}
.booking-time ul li {
  padding: 15px 0;
  width: 45%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 45px;
  margin-bottom: 7px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  margin: 2.5%;
  float: left;
}
.theme .booking-datepicker .ui-datepicker {
  width: 100% !important;
  box-shadow: none;
  border: none;
  background: 0 0;
}
.booking-info .booking-datepicker a:hover {
  background-color: transparent !important;
}
.theme .booking-datepicker .ui-datepicker td a {
  padding: 19px 7px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  font-weight: 700;
}
.theme .booking-datepicker .ui-datepicker td span {
  padding: 19px 7px;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 700;
}
.availability-step {
  float: left;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-header {
  background: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-title {
  color: #444;
}
.theme .booking-datepicker .ui-datepicker-month {
  font-size: 23px;
}
.theme .booking-datepicker .ui-datepicker-current-day a {
  border-radius: 45px;
}
.theme .booking-datepicker .ui-datepicker th,
.theme .booking-datepicker .ui-datepicker-year {
  opacity: 0.7;
}
.booking-info {
  padding: 30px;
  box-sizing: border-box;
}
.booking-name h2 {
  font-size: 26px;
  font-family: Arial;
  margin-bottom: 15px;
}
.booking-step .booking-name h2 {
  margin: 15px 0 0 15px;
  font-size: 21px;
  text-align: left;
}
.booking-step .booking-name h2:after {
  content: "";
  width: 105px;
  height: 2px;
  margin-top: 20px;
  background: #999;
  display: block;
}
.booking-info a {
  color: #fff;
}
.booking-time ul li.active,
.booking-time ul li:hover {
  background-color: #333;
}
.booking-step .booking-name h2.confirmation-title:after {
  margin: 20px auto;
  display: none;
}
.booking-name span.confirmation-description {
  font-size: 16px;
  margin: 15px auto 30px;
  max-width: 400px;
}
.booking-name h2.confirmation-title,
.booking-step .booking-name h2.confirmation-title {
  font-size: 32px;
  text-align: center;
}
.booking-final-step .selected-service-name {
  font-size: 18px;
}
.booking-step .widget-form .booking-name h2 {
  margin: 0 0 25px 0;
}
.booking-name span {
  font-size: 15px;
  line-height: 1.4;
  display: block;
}
.booking-summary > div {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  margin-left: 10px;
  float: left;
}
.booking-name {
  margin-right: 20px;
}
.booking-time ul li.active,
.booking-time ul li:hover {
  color: #fff;
}
.booking-summary h5 {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 5px;
  display: block;
}
.booking-summary h4 {
  font-size: 17px;
  font-family: Arial;
  display: block;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-next,
.theme .booking-datepicker .ui-datepicker .ui-datepicker-prev {
  color: #333;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-next:before,
.theme .booking-datepicker .ui-datepicker .ui-datepicker-prev:before {
  font-size: 17px;
  line-height: 27px;
}
.style-2 .booking-info {
  flex-direction: column;
}
.style-2 .booking-name {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.style-2 .booking-summary {
  display: flex;
  justify-content: center;
}
.style-2 .booking-datepicker {
  width: 70%;
}
.style-2 .booking-time {
  width: 30%;
}
.style-2 .booking-time ul li {
  width: 100%;
  margin: 2.5% 0;
}
.style-2 .booking-info .booking-name span.book-description {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
.style-2 .booking-summary > div {
  padding: 22px 30px;
}
.style-2 .booking-name {
  margin-right: 0;
}
.included-info .booking-info {
  margin-top: 0;
  padding-top: 10px;
}
.red .booking-info {
  color: #fff;
}
.included-info .booking-time {
  max-height: 700px;
}
.with-background .booking-info {
  background: #e25041;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 20px;
  padding: 25px;
}
.operator-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.service-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: border-radius 0.2s ease-out;
}
.booking-step a:hover .operator-img,
.booking-step a:hover .service-img {
  border-radius: 4px;
}
.select-wrapper .operator-img {
  flex: none;
  transition: border-radius 0.2s ease-out;
}
.style-3 .select-wrapper .operator-img {
  margin-right: 10px;
}
.booking-name .operator-img {
  margin: 0 auto 20px;
  display: none;
}
.booking-step .select-wrapper.style-1.with-image ul li a:before,
.booking-step .select-wrapper.style-3 ul li a:before {
  display: none;
}
.booking-step .select-wrapper.style-3 ul li a {
  padding-left: 20px;
}
.booking-step .select-wrapper.style-3 ul li a img {
  margin-right: 0;
}
.booking-step .select-wrapper.style-3 ul li a > div {
  transition: transform 0.2s ease-out;
  margin-left: 20px;
}
.booking-step .select-wrapper.style-3 ul li a:hover > div {
  transform: translateX(5px);
}
.select-wrapper.split-3 ul li {
  width: 32%;
  margin-right: 2%;
}
.select-wrapper.split-3 ul li:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.select-wrapper.split-3 ul li:nth-child(3n + 1) {
  clear: right;
}
.select-wrapper.split-4 ul li {
  width: 23%;
  margin-right: 2.5%;
}
.select-wrapper.split-4 ul li:nth-child(4n) {
  margin-right: 0;
  float: right;
}
.select-wrapper.split-4 ul li:nth-child(4n + 1) {
  clear: both;
}
.select-wrapper.split-5 ul li {
  width: 18%;
  margin-right: 2.5%;
}
.select-wrapper ul li {
  float: left;
}
.select-wrapper ul li a {
  margin: 8px 0;
}
.select-wrapper.split-fit ul li {
  margin-right: 2%;
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
}
.select-wrapper.split-fit ul {
  text-align: center;
}
.select-wrapper.split-5 ul li:nth-child(5n) {
  margin-right: 0;
  float: right;
}
.select-wrapper.split-5 ul li:nth-child(5n + 1) {
  clear: right;
}
.booking-step .select-wrapper.style-1.with-image ul li a {
  padding-bottom: 30px;
}
.booking-step .back-btn-wrapper .submit-button {
  width: 100%;
  padding: 21px 0;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
}
.theme .back-to-calendar {
  display: none;
}
.booking-name h2.selected-service-name {
  margin-bottom: 10px;
}
.booking-name .operator-name {
  opacity: 1;
  display: block;
  font-size: 16px;
}
.booking-name .operator-name b {
  font-family: Arial, sans-serif;
}
.cancel-booking-title .grid-content {
  min-height: 50vh;
  box-sizing: border-box;
  background: #f5f5f5;
  text-align: center;
  align-items: center;
  padding: 25px;
  margin-top: 7%;
  margin-bottom: 7%;
}
.cancel-booking-title .grid-content h1 {
  text-align: center;
  font-size: 21px;
  font-family: Arial, sans-serif;
  font-weight: 700;
}
.cancel-booking-title svg,
.widget-availability-badge svg {
  padding: 25px;
  border-radius: 40px;
  background: #fff;
  width: 34px;
  height: 34px;
  fill: #444;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}
.widget-availability-badge svg {
  background: #e2414d;
  fill: #fff;
}
.cancel-booking-title .grid-content span {
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 13px;
  line-height: 1.4;
}
.booking-name .event-location {
  margin: 7px auto 15px;
  font-size: 14px;
  text-align: center;
}
.location {
  word-break: break-word;
}
.tz-select li {
  padding: 10px 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.tz-select {
  padding: 10px 0;
}
.booking-name .event-location svg {
  width: 19px;
  height: 19px;
  margin-bottom: 0;
  margin-right: 4px;
}
.mb-15 {
  margin-bottom: 15px;
}
.booking-time.compact-booking-time {
  max-height: none;
  width: 100%;
}
.select-wrapper.style-3 ul li a {
  padding-left: 48px;
}
.select-wrapper.style-3 ul li a:before {
  left: 15px;
}
.booking-time.compact-booking-time ul li,
.style-2 .booking-time.compact-booking-time ul li {
  width: 23%;
  margin: 1%;
}
.colored .booking-time.compact-booking-time ul li,
.colored .select-wrapper ul li a,
.colored .select-wrapper ul li a:before {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.booking-datepicker .select-wrapper {
  padding: 30px;
  box-sizing: border-box;
}
.booking-datepicker .select-wrapper ul {
  margin-top: 20px;
  float: left;
}
.back-btn-wrapper a {
  padding: 13px 20px;
  display: inline-block;
}
.booking-info .back-btn-wrapper a {
  border-radius: 30px;
  transition: border-radius 0.3s ease;
}
.booking-info .back-btn-wrapper a:hover {
  border-radius: 4px;
}
.back-btn-wrapper span {
  display: inline-block;
  margin-right: 15px;
}
.colored .select-wrapper ul li:hover a:before {
  border-color: #ccc;
}
.colored .back-btn-wrapper a:hover,
.colored .booking-time.compact-booking-time ul li.active,
.colored .booking-time.compact-booking-time ul li:hover {
  color: #fff !important;
}
.theme .booking-datepicker .ui-datepicker .ui-datepicker-next,
.theme .booking-datepicker .ui-datepicker .ui-datepicker-prev,
.theme .booking-datepicker .ui-datepicker td a,
.theme .booking-datepicker .ui-datepicker th,
.theme .booking-datepicker .ui-datepicker-month,
.theme .booking-datepicker .ui-datepicker-year {
  color: #333;
}
.theme .booking-datepicker.colored .ui-datepicker td a:hover,
.theme .booking-datepicker.colored .ui-state-highlight,
.theme .booking-datepicker.colored .ui-widget-content .ui-state-highlight,
.theme .booking-datepicker.colored .ui-widget-header .ui-state-highlight {
  background: rgba(255, 255, 255, 0.15) !important;
}
.summary-step .ui-datepicker {
  display: none !important;
}
.summary-step .booking-info {
  padding: 0;
}
.style-2 .summary-step .booking-summary {
  flex-direction: column;
}
.style-2 .summary-step .booking-summary > div {
  margin-bottom: 7px;
}
.style-2 .summary-step {
  width: 40%;
}
.mb-20 {
  margin-bottom: 20px;
}
.booking-submit-info {
  padding: 35px;
  box-sizing: border-box;
}
h2 .fa-info {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #505464;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  position: relative;
  flex: none;
  margin-left: 18px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
h2 i span {
  display: none;
  text-align: left;
  color: #666;
  line-height: 1.5;
  font-family: Arial;
  font-size: 14px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: -2px 1px 9px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -2px 1px 9px 1px rgba(0, 0, 0, 0.07);
  box-shadow: -2px 1px 9px 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 40px;
  top: -50px;
  z-index: 999;
  width: 250px;
  opacity: 1 !important;
}
h2 i:hover span {
  display: block;
}
.booking-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.style-3 .booking-info {
  width: 30%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.style-3 .booking-name {
  margin-right: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 450px;
}
.style-3 .booking-step .booking-name {
  margin-top: 0;
}
.style-3 .booking-info.red {
  background: #e25041;
  color: #fff;
}
.style-3 .booking-step {
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
}
.direction-rtl .select-wrapper ul li a span.option-title {
  margin-right: 25px;
}
.direction-rtl .menu-widget.left nav ul li li a,
.direction-rtl .vertical-header-wrapper .menu-widget nav ul li li a {
  text-align: right;
}
.booking-step .widget-form {
  max-width: 400px;
  margin: 30px auto;
  float: none;
  display: block;
}
.style-3 .booking-datepicker {
  width: 70%;
}
.style-3 .booking-time {
  width: 30%;
}
.style-3 .booking-time ul li {
  width: 100%;
  margin: 5px 0;
}
.theme .style-3 .booking-datepicker .ui-datepicker .ui-datepicker-header {
  margin-bottom: 0;
  border-bottom: 0;
}
.call-to-action.button span,
.submit-button span {
  transition: transform 0.2s ease-out;
  position: relative;
  display: inline-block;
}
.call-to-action:hover span.cta-text,
.submit-button:hover span {
  transform: translateX(-5px);
}
.submit-button span:after,
span.cta-text:after {
  content: "â†’";
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0;
  margin-left: 10px;
  width: 20px;
  position: absolute;
  right: -30px;
  top: -2px;
}
.call-to-action.button:hover span:after,
.submit-button:hover span:after {
  opacity: 1;
  transform: translateX(5px);
}
.style-3 .booking-step .select-wrapper {
  padding: 20px;
  box-sizing: border-box;
}
.right-summary .booking-step .select-wrapper {
  padding-right: 40px;
}
.right-summary .booking-step.booking-final-step .select-wrapper {
  padding: 0;
}
.style-3 .booking-step .select-wrapper {
  max-height: 600px;
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
}
.style-3 .booking-step.final-step .select-wrapper {
  max-height: none;
}
.change-timezone {
  opacity: 0.6;
  font-size: 13px;
  padding: 7px 10px;
  display: inline-block;
  margin-top: 3px;
}
.change-timezone:hover {
  text-decoration: underline;
}
.timezone-popup-wrapper {
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
input[name="tz-search"] {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  float: left;
  margin-bottom: 10px;
  outline: 0;
  border-radius: 30px;
}
input[name="tz-search"]:focus {
  border-color: #eee;
}
.tz-select li {
  list-style: none;
  text-align: left;
  padding: 11px 17px;
  border-radius: 50px;
}
.tz-select li.selected {
  color: #3e3e3e;
  background-color: #eef1f3;
}
.tz-select li:hover {
  color: #3e3e3e;
  background-color: #eef1f3;
  cursor: pointer;
}
.tz-select {
  padding: 19px 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.style-3 .select-wrapper.with-image ul li a img {
  max-height: 65px;
}
.style-3 .select-wrapper.with-image.style-1 ul li a img {
  max-height: 95px;
}
.column-3 ul li {
  width: 33.3%;
  float: left;
}
.column-2 ul li {
  width: 50%;
  float: left;
}
.column-1 ul li {
  width: 100%;
  float: left;
}
.style-3.full-width .column-1 ul li,
.style-3.full-width .column-2 ul li,
.style-3.full-width .column-3 ul li {
  float: none;
}
.select-wrapper.with-image.style-1.column-1 ul li a {
  flex-direction: row;
  max-width: none;
  margin: 8px 0;
  padding: 20px;
}
.select-wrapper.style-1.with-image.column-1 ul li a span {
  text-align: left;
}
.select-wrapper.style-1.with-image.column-1 ul li a span.service-img {
  flex: none;
  margin-bottom: 0;
  width: 80px;
  height: 80px;
}
.select-wrapper.style-1.with-image.column-1 ul li a div {
  margin-left: 20px;
  transition: transform 0.2s ease-out;
}
.select-wrapper.style-1.with-image.column-1 ul li a:hover div {
  transform: translateX(5px);
}
.booking-name svg {
  fill: #999;
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
}
.booking-summary > div {
  width: 100%;
  margin-bottom: 7px;
  box-sizing: border-box;
  margin-left: 0;
  text-align: left;
}
.booking-final-step .booking-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.final-step-service {
  display: block;
  margin-top: 25px;
  line-height: 1.3;
  font-weight: 700;
  font-family: Arial;
}
.booking-final-step .booking-name svg.checkbox,
.booking-name svg.checkbox {
  margin: 0 auto 25px;
  display: block;
}
.booking-final-step .booking-summary > div {
  width: 45%;
  max-width: 250px;
  margin: 2px;
}
.booking-step .select-wrapper ul li a {
  border: 2px solid rgba(150, 150, 150, 0.16);
}
.style-3.full-width .booking-info {
  width: 100%;
  padding-bottom: 60px;
}
.booking-wrapper.style-3.full-width {
  flex-direction: column;
}
.style-3.full-width .booking-step {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: -40px;
  border-radius: 7px;
}
.style-3 .booking-step {
  background: #fff;
}
.style-3.full-width .form-progress-wrapper {
  max-width: 400px;
  float: none;
  margin: 15px auto 20px;
  display: block;
}
.style-3.full-width .booking-summary {
  text-align: center;
  width: 100%;
}
.booking-step .select-wrapper.style-1 ul li a {
  max-width: 400px;
}
.back-btn-wrapper .back-button {
  margin-bottom: 15px;
}
.style-3.full-width .booking-summary > div {
  width: 49%;
  margin: 0.5%;
  max-width: 215px;
  display: inline-block;
  float: none;
}
.select-wrapper .call-to-action {
  padding: 12px 20px;
  display: inline-block;
  margin: 20px auto 0;
  color: #fff;
  border-radius: 3px;
  background: #e25041;
}
.select-wrapper .call-to-action2 {
  background: 0 0;
  color: #333;
  font-size: 15px;
}
.select-wrapper .call-to-action2:hover {
  text-decoration: underline;
}
.select-wrapper .call-to-action2 i {
  margin-right: 7px;
}
.booking-final-step .buttons-wrapper {
  margin-top: 20px;
}
.buttons-wrapper .call-to-action {
  padding: 16px 27px;
  margin: 7px auto 0;
}
.booking-step .buttons-wrapper .call-to-action,
.buttons-wrapper .survey-call-to-action {
  padding: 18px 49px;
  margin: 7px auto 0;
  background: #f1f1f1;
}
.quiz-buttons-wrapper a {
  padding: 18px 39px;
  margin: 7px auto 0;
  background: #f1f1f1;
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
}
.quiz-buttons-wrapper .cta-text {
  transition: transform 0.2s ease-out;
  position: relative;
}
.quiz-buttons-wrapper a.next-button:hover span.cta-text {
  transform: translateX(-5px);
}
.quiz-buttons-wrapper a.prev-button {
  background: 0 0;
  padding-left: 10px;
}
.quiz-buttons-wrapper a.prev-button .button-arrow {
  margin-right: 15px;
  transition: left 0.2s ease-out;
  position: relative;
  left: 0;
}
.quiz-buttons-wrapper a.prev-button:hover .button-arrow {
  left: -5px;
}
.quiz-buttons-wrapper a.next-button .button-arrow {
  margin-left: 15px;
  transition: right 0.2s ease-out;
  position: relative;
  right: 0;
}
.quiz-buttons-wrapper a.next-button:hover .button-arrow {
  right: -5px;
}
.select-wrapper.with-button ul li a:before {
  display: none;
}
.select-wrapper.with-image.with-button ul li a {
  padding-bottom: 30px;
}
.inline-calendar .summary-step .ui-datepicker {
  display: block !important;
}
.style-3.full-width.inline-calendar .booking-info {
  width: 70%;
}
.style-3.full-width.inline-calendar .booking-datepicker {
  width: 90%;
}
.booking-wrapper.style-3.full-width.inline-calendar {
  flex-direction: row;
}
.style-3.full-width.inline-calendar .booking-step {
  width: 30%;
}
.full-width.inline-calendar .booking-time {
  width: 100%;
  max-height: 675px;
  height: 100%;
}
.right-summary .booking-info {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -30px;
  border-radius: 7px;
  width: 30%;
}
.style-3.right-summary .booking-time {
  margin-right: 30px;
  margin-top: 30px;
}
.style-3.right-summary .booking-step {
  width: 70%;
}
.style-3.full-width.inline-calendar .booking-step {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -30px;
}
.booking-wrapper .anim-delayed-item {
  animation-duration: 0.7s !important;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
}
.delay-0 {
  animation-delay: 1ms;
}
.delay-200 {
  animation-delay: 150ms !important;
}
.delay-400 {
  animation-delay: 0.3s !important;
}
.animate-1 {
  transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
  transform: translateX(0);
}
.animate-1 {
  transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
  transform: translateX(0);
}
.animate-2 {
  transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
  transform: translateX(0);
  transition-delay: 0.1s;
}
.animate-3 {
  transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
  transform: translateX(0);
  transition-delay: 0.2s;
}
.animate-4 {
  transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
  transform: translateX(0);
  transition-delay: 0.3s;
}
.custom-checkbox > input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.custom-checkbox .custom-checkbox-label {
  padding-left: 32px;
  display: inline-block;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  color: #444;
  position: relative;
  margin: 2px 0;
  text-align: left;
}
.custom-checkbox .custom-checkbox-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.custom-checkbox > input + .custom-checkbox-label:hover:before {
  border-color: #bfbfbf;
  background: #f9f9f9;
}
.custom-checkbox > input:checked + .custom-checkbox-label:before {
  background: #333;
  border-color: #333;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.custom-checkbox > input[type="radio"]:checked + .custom-checkbox-label:before {
  content: "\f111";
}
.theme .form-progress-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.form-progress-wrapper-bottom {
  margin-top: 30px;
  margin-bottom: 10px;
}
.form-progress-wrapper > span {
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
}
.form-progress-wrapper .form-progress-bar {
  width: 80%;
  float: left;
  margin: 10px 10% 0;
  display: block;
  background-color: rgba(50, 50, 50, 0.1);
  height: 5px;
  border-radius: 3px;
}
.post-featured-0 .post-title {
  text-align: center;
}
.widget-form .prefix-input span:before {
  font-family: FontAwesome !important;
}
.form-progress-wrapper .form-progress-bar .success-bar {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  float: left;
  height: 5px;
}
.quiz-answer-wrapper .form-progress-wrapper .form-progress-bar .success-bar {
  height: 8px;
}
.quiz-answer-wrapper .form-progress-wrapper .form-progress-bar {
  height: 8px;
}
.steps-nav-wrapper {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.steps-nav-wrapper a {
  font-size: 14px;
  opacity: 0.7;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease;
  cursor: default;
}
.steps-nav-wrapper a.active,
.steps-nav-wrapper a.active:after,
.steps-nav-wrapper a:hover {
  opacity: 1;
}
.steps-nav-wrapper a.active:after {
  width: 100%;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: #333;
  position: absolute;
}
.steps-nav-wrapper a:last-child:after {
  display: none;
}
ul.time-select li span {
  font-size: 11px;
  display: block;
  margin-top: 4px;
  opacity: 0.6;
}
.ui-autocomplete .ui-state-active {
  color: #3e3e3e;
}
.cancel-booking-title input[type="email"] {
  padding: 16px;
  border: 1px solid #e1e1e1;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.cancel-booking-title form {
  max-width: 350px;
  margin: 25px auto;
}
.cancel-booking-title input[type="email"]:focus {
  border-color: #999;
}
.cancel-booking-title input[type="submit"] {
  border: none;
  padding: 16px 0;
  color: #fff;
  background-color: #222;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.cancel-booking-title input[type="submit"]:hover {
  opacity: 0.89;
}
.progress-widget-wrapper {
  height: 13px;
  position: relative;
  background: rgba(0, 0, 0, 0.08);
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  padding: 4px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin: 10px;
}
.progress-widget-wrapper > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #2bc253;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.progress-widget-wrapper > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
.progress-widget-wrapper.animated > span:after {
  -webkit-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  animation: move 3s linear infinite;
}
.progress-widget-wrapper > span.filled {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@keyframes move {
  0.00% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.post-title {
  word-break: break-word;
}
.menu-widget.burger-menu-styling nav > ul {
  overflow-y: auto;
  max-height: 80vh;
  top: 10%;
}
.high-index {
  z-index: 9999;
}
.checkout-wrapper.style-2 .cart-container .row-delete i,
.checkout-wrapper.style-2 .cart-container .row-total,
.checkout-wrapper.style-2 .product-info a,
.checkout-wrapper.style-2 .subtotal-wrapper span,
.checkout-wrapper.style-2.style-2 .product-info a {
  color: #444;
}
.live-theme div.with-delay {
  display: none !important;
}
.live-theme div.with-delay.delay-ended {
  display: block !important;
}
.live-theme .grid-row.with-delay.delay-ended {
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  -webkit-animation-name: anim-fadeIn;
  -moz-animation-name: anim-fadeIn;
  animation-name: anim-fadeIn;
}
.style-2.cart-wrapper .checkout-info,
.style-2b.checkout-wrapper .cart-left-wrapper {
  width: 65%;
  box-sizing: border-box;
  margin-right: 0;
}
.style-2.cart-wrapper .checkout-info:not(.no-summary),
.style-2b.checkout-wrapper .cart-left-wrapper {
  padding-right: 65px !important;
}
.style-2.cart-wrapper .checkout-info[data-step="empty"] {
  padding: 20px !important;
}
.cart-details-wrapper.style-2.cart-wrapper .cart-left-wrapper {
  background: #f5f5f9;
  padding: 50px;
}
.style-2.cart-wrapper .checkout-info {
  width: 60%;
}
.style-2.cart-wrapper .checkout-wrapper,
.style-2b.checkout-wrapper .cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.style-2.cart-wrapper .checkout-summary,
.style-2b .cart-footer {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -30px;
  border-radius: 7px;
  width: 35%;
  z-index: 9;
}
.style-2b .cart-footer {
  box-shadow: 0 0 25px 0 rgba(170, 170, 170, 0.25);
}
.style-2.cart-wrapper .checkout-summary {
  width: 40%;
}
.style-2.cart-wrapper .checkout-summary-bottom {
  width: 100%;
  margin: 0;
}
.style-2b .cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-2.checkout-wrapper .cart-table {
  width: 100%;
  padding: 0;
}
.select-wrapper.style-3.with-image ul li a > div {
  margin-left: 5px;
}
.select-wrapper.style-3 ul li a > div {
  transition: transform 0.2s ease-out;
  margin-left: 10px;
}
.option-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.column-divider.wide-bottom > svg {
  height: 100%;
  width: 100px;
  bottom: -1px;
  top: 0;
}
.column-divider {
  position: absolute;
}
.column-divider.left > svg {
  left: -100px;
}
.column-divider.right > svg {
  right: -100px;
}
.blog-container.post-with-sidebar .grid-row .inline-gallery {
  height: auto;
}
.column-divider.right.wide-bottom,
.column-divider.right.wide-top {
  transform: scaleX(-1);
  top: 0;
  left: auto;
  right: -100px;
  bottom: 0;
}
.column-divider.left.wide-bottom,
.column-divider.left.wide-top {
  top: 0;
  left: -100px;
  right: auto;
  bottom: 0;
}
.column-divider.wide-top > svg {
  height: 100%;
  width: 100px;
  bottom: -1px;
  top: 0;
  transform: scaleY(-1);
}
.bump-body .option-img {
  background-size: contain;
}
.style-3 .option-img {
  margin-right: 10px;
}
.square-image .option-img {
  border-radius: 4px;
}
.select-wrapper a:hover .option-img {
  border-radius: 4px;
}
.select-wrapper.square-image a:hover .option-img {
  border-radius: 50%;
}
.select-wrapper .option-img {
  flex: none;
  transition: border-radius 0.2s ease-out;
}
.select-wrapper.style-3.inline-display {
  text-align: center;
}
.select-wrapper.style-3.inline-display ul li {
  width: auto;
  margin: 0 7px;
  float: none;
  display: inline-block;
}
.select-wrapper.style-1.with-image ul li a span.option-img {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.select-wrapper.multi-choice ul li a:before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(150, 150, 150, 0.4);
  margin-top: -11px;
  border-radius: 4px;
}
.quiz-buttons-wrapper {
  margin-top: 20px;
}
.select-wrapper.multi-choice ul li a.active:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 21px;
  transition: background 0.2s ease;
}
.quiz-select-wrapper.split-1 ul li {
  width: 100%;
  margin-right: 0;
}
.quiz-select-wrapper.split-1 ul li a {
  width: 100%;
  max-width: none;
}
.quiz-select-wrapper li:hover {
  z-index: 999;
  position: relative;
}
.select-wrapper.style-3.with-image ul li a img {
  max-width: 150px;
}
.select-wrapper.split-2 ul li {
  width: 48.5%;
  margin-right: 3%;
}
.select-wrapper.split-2 ul li:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.select-wrapper.split-2 ul li:nth-child(odd) {
  clear: right;
}
.select-wrapper.style-1.split-2 ul li a {
  max-width: none;
  box-sizing: border-box;
}
.step-subheading {
  margin-bottom: 35px;
  font-size: 14px;
}
.step-heading {
  font-size: 34px;
}
span[data-role="login-view"],
span[data-role="register-view"] {
  margin-top: 10px;
  opacity: 0.7;
  width: 100%;
}
.mem-register-icon {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 50%;
}
.bump-body {
  margin-top: 0;
}
.bump-body .option-img {
  flex: none;
  transition: border-radius 0.2s ease-out;
  margin-right: 25px;
  border-radius: 4px;
  width: 82px;
  height: 82px;
}
.bump-body:hover .option-img {
  border-radius: 50%;
}
.bump-body .bump-title {
  color: #444;
  margin-bottom: 10px;
}
.bump-wrapper .tick-wrapper:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  margin-top: -2px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
}
.bump-wrapper .tick-wrapper {
  padding-left: 53px;
}
.bump-wrapper {
  margin-bottom: 10px;
}
.bump-active .tick-wrapper:before {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  display: block;
  background: #333;
  border: 1px solid #333;
}
.bump-wrapper label.tick-wrapper > span {
  padding: 0;
}
.bump-wrapper label.tick-wrapper > span:before {
  display: none;
}
.checkout-summary .bump-body .flex-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.checkout-summary .bump-body .option-img {
  width: 72px;
  height: 72px;
  margin-right: 17px;
}
.style-2.cart-wrapper .checkout-info[data-step="empty"] {
  width: 100%;
}
.high-index {
  z-index: 999;
}
.product-page-style-image-left-big .product-price span.old-price {
  font-size: 21px;
}
.product-reviews-link,
.theme .product-reviews-link {
  display: inline-block;
  margin-left: 10px;
  color: #999;
  font-size: 14px;
}
.product-stars {
  margin-bottom: 10px;
}
.product-item-description .product-stars {
  margin-bottom: 15px;
  display: none;
}
.product-stars svg {
  display: inline-block;
  margin-right: 0;
  fill: #ec9b32;
  float: left;
}
.product-stars svg.full-star {
  fill: #ec9b32;
}
.product-page-style-image-left-big .product-body-container {
  margin-left: 0;
  padding-left: 0;
}
.product-page-style-image-left-big .product-body-container,
.product-page-style-image-left-big .product-photo-container {
  width: 50%;
}
a.add-to-cart {
  box-sizing: border-box;
  border-radius: 3px;
}
.sold-out-btn {
  box-sizing: border-box;
}
.addtocart-wrapper .qty-wrapper {
  margin-right: 15px;
}
.addtocart-wrapper .qty-wrapper {
  width: 120px;
}
.add-to-cart-svg {
  fill: #fff;
  position: absolute;
  left: 13px;
  top: 8px;
}
.add-to-cart:hover .add-to-cart-svg {
  display: block;
}
.addtocart-wrapper .number-selector .number-pad,
.product-qty-wrapper .number-selector .number-pad {
  height: 45px;
  line-height: 45px;
}
.qty-wrapper input {
  text-align: center;
}
.circle-select,
.color-select {
  width: 39px;
  height: 39px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  font-size: 12px;
  float: left;
  margin-right: 7px;
  cursor: pointer;
  transition: border-color 0.3s ease-out;
}
.options-wrapper.square .circle-select,
.options-wrapper.square .color-select-inner,
.options-wrapper.suqare .color-select {
  border-radius: 3px;
}
.options-wrapper.small .circle-select,
.options-wrapper.small .color-select {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.options-wrapper.small .color-select-inner {
  width: 20px;
  height: 20px;
  margin: 3px;
}
.options-wrapper.medium .circle-select,
.options-wrapper.medium .color-select {
  width: 39px;
  height: 39px;
  line-height: 28px;
}
.options-wrapper.medium .color-select-inner {
  width: 31px;
  height: 31px;
  margin: 4px;
}
.options-wrapper.big .circle-select,
.options-wrapper.big .color-select {
  width: 66px;
  height: 66px;
  line-height: 66px;
}
.options-wrapper.big .color-select-inner {
  width: 52px;
  height: 52px;
  margin: 7px;
}
.color-select-inner {
  background-size: cover;
}
.qty-wrapper input,
.variation-wrapper input,
.variation-wrapper select {
  border: 1px solid rgba(150, 150, 150, 0.35);
  border-radius: 0;
}
.circle-select.active,
.circle-select:hover,
.color-select.active,
.color-select:hover {
  border-color: #008fde;
}
.variation-wrapper {
  margin-right: 25px;
  margin-bottom: 8px;
  margin-top: 5px;
}
.options-wrapper {
  float: left;
  clear: left;
  margin-top: 4px;
}
.product-price {
  margin-bottom: 20px;
}
.product-description {
  margin-bottom: 25px;
}
.addtocart-wrapper {
  margin-top: 15px;
}
.color-select-inner {
  width: 31px;
  height: 31px;
  margin: 3px;
  display: block;
  border-radius: 40px;
}
.variation-wrapper .color-select-inner {
  margin: 4px;
}
.box-select {
  padding: 17px 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  cursor: pointer;
  border-radius: 4px;
  transition: border-color 0.3s ease-out;
  box-sizing: border-box;
}
.box-select.active,
.box-select:hover {
  border-color: #008fde;
}
.box-select h4 {
  display: block;
  font-size: 16px;
}
.box-select h5 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-top: 10px;
}
.variation-wrapper-check .box-select,
.variation-wrapper-radio .box-select {
  margin-right: 0;
  padding-left: 50px;
  position: relative;
}
.variation-wrapper-check.full-width,
.variation-wrapper-check.full-width .box-select,
.variation-wrapper-check.full-width .options-wrapper,
.variation-wrapper-radio.full-width,
.variation-wrapper-radio.full-width .box-select,
.variation-wrapper-radio.full-width .options-wrapper {
  width: 100%;
  margin-right: 0;
}
.variation-wrapper-check .box-select h5,
.variation-wrapper-radio .box-select h5 {
  margin-top: 0;
}
.variation-wrapper-check .box-select:before,
.variation-wrapper-radio .box-select:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(150, 150, 150, 0.4);
  margin-top: -11px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 15px;
}
.variation-wrapper-check .box-select:before {
  border-radius: 50%;
}
.variation-wrapper-radio .box-select.active:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 21px;
  transition: background 0.2s ease;
}
.variation-wrapper.inline-price .box-select h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.variation-wrapper.inline-price .box-select h5 {
  display: inline-block;
}
.box-select .option-img {
  margin-right: 15px;
  border-radius: 4px;
}
.brand-wrapper .breadcrumb {
  opacity: 0.7;
}
.theme .share-button {
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px;
  color: #333;
}
.reverse-content .product-content-wrapper.center-content {
  flex-direction: row-reverse;
}
.share-button svg {
  margin-right: 5px;
}
.product-tabs li {
  display: inline-block;
  list-style: none;
}
.product-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products-tabs-wrapper {
  padding: 35px;
  box-sizing: border-box;
}
.product-tabs li a {
  padding: 20px 25px;
  display: block;
  position: relative;
}
.product-tabs li a.active:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #008fde;
}
.product-tabs li a.active {
  font-weight: 700;
}
.product-page-style-image-top .qty-wrapper,
.product-page-style-image-top .variation-wrapper {
  vertical-align: top;
}
.product-page-style-image-top .product-stars {
  justify-content: center;
}
.product-page-style-image-top .brand-wrapper {
  justify-content: center;
}
.product-page-style-image-top .share-button {
  margin-left: 15px;
}
.product-page-style-image-top .variations-wrapper-outer {
  text-align: center;
}
.product-page-style-image-top .product-photo-container {
  max-width: 800px;
  float: none;
  margin: 0 auto;
}
.product-page-style-image-top .product-body-container-top {
  padding-top: 0;
  padding-bottom: 30px;
  display: block;
}
.product-page-style-image-top .product-body-container {
  max-width: 900px;
  float: none;
  margin: 0 auto;
}
.product-page-style-image-top .add-to-cart-inner {
  max-width: 500px;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}
.box-select:last-child,
.circle-select:last-child,
.color-select:last-child {
  margin-right: 0;
}
.product-page-style-image-top .variation-wrapper {
  margin: 0 13px 25px 13px;
}
.variation-wrapper input,
.variation-wrapper select {
  min-width: 140px;
}
.style-1.product-photo-container {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.style-2.product-photo-container {
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.product-main-photo img {
  max-height: 550px;
}
.reviews-outer-wrapper {
  padding: 6%;
  box-sizing: border-box;
  background: #fff;
}
.stars-big svg {
  width: 24px;
  height: 24px;
  fill: #ec9b32;
  margin-right: 1px;
}
.stars-small svg {
  width: 18px;
  height: 18px;
  fill: #ec9b32;
}
.review-left h3 {
  font-size: 21px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.review-left span {
  font-size: 17px;
  opacity: 0.7;
  display: block;
  margin-bottom: 30px;
}
.theme .global-button {
  padding: 21px 39px;
  display: inline-block;
  background: #f0ab52;
  color: #fff;
  border-radius: 3px;
}
.global-button .button-arrow {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
}
.progress-line {
  background: #e6e7e8;
  height: 14px;
  border-radius: 10px;
  margin: 0 17px;
}
.review-line {
  margin: 10px 0;
}
.review-line span:last-child {
  width: 50px;
}
.review-line span {
  font-size: 14px;
}
.progress-line-complete {
  background: #f0ab52;
  border-radius: 10px;
  height: 14px;
  float: left;
}
.ratings-outer-wrapper {
  margin-top: 50px;
}
.rating-wrapper {
  margin-bottom: 50px;
}
.rating-wrapper h4 {
  font-size: 19px;
  font-weight: 700;
  display: block;
  margin-bottom: 7px;
}
.rating-wrapper span {
  display: block;
  margin-bottom: 10px;
}
.rating-wrapper .review-author,
.rating-wrapper .review-comment {
  line-height: 1.6;
  font-size: 15px;
}
.review-comment {
  margin-top: 15px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.review-author {
  opacity: 0.7;
}
.theme .small-global-button {
  padding: 13px 23px;
  display: inline-block;
  background: #f0ab52;
  color: #fff;
  border-radius: 3px;
  vertical-align: top;
}
.theme .small-global-button.transparent-button {
  background: #fff;
  border: 1px solid rgba(150, 150, 150, 0.35);
  color: #333;
  font-size: 14px;
}
.theme .small-global-button.transparent-button.with-icon {
  padding: 11px 28px;
}
.theme .small-global-button span,
.theme .small-global-button svg {
  display: inline-block;
  margin-bottom: 0;
}
.theme .small-global-button svg {
  vertical-align: text-top;
}
.theme .small-global-button svg {
  margin-right: 10px;
}
.addtocart-wrapper .number-selector .number-pad {
  width: 30px;
}
.product-list-wrapper.style-2 .products-list .product-item {
  border-right: 2px solid rgba(150, 150, 150, 0.2);
  border-bottom: 2px solid rgba(150, 150, 150, 0.2);
}
.product-list-wrapper.style-2.products-per-row-4
  .products-list
  .product-item:nth-child(4n) {
  border-right: none;
}
.product-list-wrapper.style-2.products-per-row-3 .product-item:nth-child(3n) {
  border-right: none;
}
.product-list-wrapper.style-2 .product-item {
  padding: 30px;
  margin: 0 !important;
}
.product-list-wrapper.style-2.products-per-row-2 .product-item {
  width: 50% !important;
}
.product-list-wrapper.style-2.products-per-row-3 .product-item {
  width: 33.33% !important;
}
.product-list-wrapper.style-2.products-per-row-4 .product-item {
  width: 25% !important;
}
.product-list-wrapper.style-2.products-per-row-5 .product-item {
  width: 20% !important;
}
.product-list-wrapper.style-2.products-per-row-6 .product-item {
  width: 16.66% !important;
}
.product-list-wrapper.style-2 .product-item-description h3 {
  margin-bottom: 12px;
}
.product-list-wrapper.style-2 .product-item-description h3 Ð° {
  opacity: 0.75;
}
.product-list-wrapper.style-2.products-per-row-2 .with-gallery .product-item,
.product-list-wrapper.style-2.products-per-row-3 .with-gallery .product-item,
.product-list-wrapper.style-2.products-per-row-4 .with-gallery .product-item,
.product-list-wrapper.style-2.products-per-row-5 .with-gallery .product-item,
.product-list-wrapper.style-2.products-per-row-6 .with-gallery .product-item {
  width: 100% !important;
}
.product-list-wrapper .with-gallery .tos-slide {
  vertical-align: top;
}
.product-list-wrapper.style-2 .with-gallery .tos-slide {
  vertical-align: bottom;
}
.product-item-description .product-item-price {
  opacity: 1;
  color: #333;
  font-weight: 700;
}
.grid-content-store .product-body-container {
  padding: 45px;
  box-sizing: border-box;
}
.grid-content-store.style-3.product-page-style-image-left-big
  .product-body-container {
  flex: none;
}
.grid-content-store.style-3.product-page-style-image-left-big
  .product-photo-container {
  width: 100%;
}
.style-3 .product-main-photo img {
  max-height: 63vh;
}
.style-3 .product-photo-list {
  margin-top: 20px;
}
.product-photo-container.side-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
}
.product-photo-container.side-photos.left-side {
  flex-direction: row-reverse;
}
.product-photo-container.side-photos.right-side {
  flex-direction: row;
}
.style-3 .product-photo-container.side-photos .product-photo-list {
  margin-top: 0;
}
.product-photo-container.side-photos.left-side .product-photo-list {
  margin-right: 20px;
  width: 80px;
}
.product-photo-container.side-photos.right-side .product-photo-list {
  margin-left: 20px;
  width: 80px;
}
.product-photo-container.side-photos .product-photo-list li {
  padding: 5px 0;
}
.filter-inner-lane {
  padding: 25px 30px;
  box-sizing: border-box;
  background: #f5f6fa;
  border-radius: 7px;
}
.catalogue-style-2 .side-filter .lane-list-wrapper {
  width: 78%;
  background: #f6f6f6;
  padding-left: 70px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 20px;
}
.catalogue-style-2 .side-filter .products-filter {
  box-shadow: 0 0 25px 0 rgb(170 170 170 / 25%);
  background: #fff;
  padding: 30px;
  border-radius: 7px;
  position: relative;
  right: -30px;
  top: 30px;
  width: 22%;
}
.catalogue-style-2 .side-filter .filter-lane {
  padding-bottom: 0;
}
.side-filter .products-filter h3:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 13px;
  background: rgba(150, 150, 150, 0.35);
  display: block;
}
.catalogue-style-2 .filter-inner-lane {
  padding: 25px 0;
  background: 0 0;
}
.products-filter .search-form button:hover:after {
  opacity: 1;
}
.checkout-steps .checkout-step.active {
  font-weight: 700;
}
.style-2.widget-checkout .checkout-info {
  padding-top: 30px;
}
.product-characteristics {
  display: inline-block;
  padding: 5px 12px;
  font-size: 13px;
  background: #e9eaef;
  border-radius: 30px;
  margin-left: 5px;
}
.product-characteristics-wrapper {
  margin-bottom: 6px;
}
.brand-wrapper {
  margin-bottom: 8px;
}
.product-list-color {
  float: left;
  width: 100%;
  margin-top: 8px;
}
.product-list-color .color-select-inner {
  width: 20px;
  height: 20px;
}
.product-list-color .color-select {
  width: 26px;
  height: 26px;
  border-width: 2px;
  border-color: rgba(150, 150, 150, 0.65);
}
.title-price-wrapper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.title-price-wrapper-2 .product-item-price {
  flex: none;
}
.title-price-wrapper-2 h3 {
  margin-bottom: 0;
}
.product-list-style-text-over .product-item-description div.scarcity-wrapper,
.scarcity-wrapper {
  padding: 5px 12px;
  font-size: 13px !important;
  background: #e9eaef;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
  width: auto;
  height: auto;
}
.product-item-description {
  text-align: left;
}
.quick-buttons-wrapper {
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: none;
}
.with-quick-view .quick-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.with-quick-view .quick-view-btn {
  display: block;
}
.grid-content-store .product-price .price-discount-tag {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 30px;
  background: #333;
  color: #fff;
  vertical-align: bottom;
}
.quick-buttons-wrapper-inner {
  box-shadow: 0 0 29px 0 rgb(71 81 99 / 20%);
  background: #fff;
  border-radius: 3px;
  z-index: 9;
}
.quick-view-1 .quick-buttons-wrapper,
.quick-view-2 .quick-view-btn {
  visibility: hidden;
}
.quick-view-1 .quick-view-btn,
.quick-view-2 .quick-buttons-wrapper {
  visibility: visible;
}
.product-item:hover .quick-buttons-wrapper {
  bottom: 20px;
  opacity: 1;
  z-index: 99;
}
.product-list-wrapper.image-positioned .product-main-photo .quick-store-button,
.quick-store-button {
  display: inline-block;
  height: auto;
  width: 52px;
  height: 52px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.product-list-wrapper.image-positioned
  .product-main-photo
  .quick-store-button:hover,
.quick-store-button:hover {
  background: #f6f7fa;
}
.quick-store-button svg {
  padding: 7px;
  margin: 0 auto;
  display: block;
}
.quick-store-button:first-child {
  border-right: 1px solid #e1e1e1;
}
.quick-view-btn a {
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(71 81 99 / 20%);
  color: #333;
}
.quick-view-btn a:hover {
  background: #f6f7fa;
  color: #333;
}
.product-list-style-text-over
  .product-item-description
  > div
  > div.scarcity-wrapper {
  display: none;
}
.product-list-wrapper .products-list {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-list-style-text-center .product-stars {
  justify-content: center;
}
.theme .product-list-style-text-center .product-reviews-link {
  margin-top: 3px;
  margin-left: 0;
}
.product-list-style-text-center .product-stars {
  flex-direction: column;
}
.product-page-style-image-top .breadcrumb li {
  float: none;
}
.product-page-style-image-top .product-content-wrapper {
  flex-direction: column;
}
.product-page-style-image-top .product-body-container {
  margin-top: 30px;
}
.product-body-container {
  z-index: 9;
}
.style-4 .checkout-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-3 .checkouts-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.style-1 .checkout-info,
.style-2 .checkout-info,
.style-3 .checkout-info,
.style-4 .checkout-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-3 .checkout-summary {
  border-radius: 0;
}
.style-1 .checkout-summary {
  width: 92%;
  margin-top: -50px;
}
.style-1 .checkouts-wrapper {
  align-items: center;
  justify-content: center;
}
.style-1 .checkout-info {
  padding-bottom: 70px !important;
}
.style-1 .checkout-info-inner,
.style-2 .checkout-info-inner,
.style-3 .checkout-info-inner,
.style-4 .checkout-info-inner {
  max-width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-3 .checkout-summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
}
.style-3 .checkout-summary-inner {
  width: 90%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  margin-left: 5%;
  margin: 0 auto;
}
.checkout-summary-inner {
  max-width: 500px;
  margin: 0 auto;
}
.style-1 .checkout-info-inner,
.style-1 .checkout-summary,
.style-1 .checkout-summary-inner {
  max-width: 600px;
}
.style-3 .checkout-summary:after {
  content: "";
  height: 100%;
  position: absolute;
  background: #333;
  transform: skewX(-3deg);
  transform-origin: left bottom;
  left: -25px;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  z-index: 1;
}
.cart-wrapper.full-height .checkouts-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-wrapper.full-height .checkout-info,
.cart-wrapper.full-height .checkout-summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.checkout-step {
  display: inline-block;
}
.checkout-style-2 .checkout-step {
  border: none;
}
.checkout-style-2 .checkout-step.active {
  color: #fff;
  font-weight: 400;
}
.checkout-style-2 .steps-breadcrumbs-inner {
  background: #fff;
  border-radius: 35px;
}
.checkout-style-2 .checkout-step:first-child {
  -webkit-border-top-left-radius: 35px;
  -webkit-border-bottom-left-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-bottomleft: 35px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.checkout-style-2 .checkout-step:last-child {
  -webkit-border-top-right-radius: 35px;
  -webkit-border-bottom-right-radius: 35px;
  -moz-border-radius-topright: 35px;
  -moz-border-radius-bottomright: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
.checkout-style-1 .checkout-step {
  margin-bottom: -2px;
}
.checkout-style-1 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.steps-breadcrumbs-inner {
  font-size: 0;
}
.bump-offers-wrapper {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.steps-breadcrumbs-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.steps-breadcrumbs-inner svg {
  width: 15px;
  height: 15px;
  padding: 4px;
  background: #dcdee9;
  border-radius: 50%;
  fill: #727795;
  flex: none;
}
.style-3 .checkout-summary.with-shadow:after {
  -webkit-box-shadow: 0 0 15px 3px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 3px rgb(0 0 0 / 5%);
}
.style-3 .checkout-summary.with-shadow {
  box-shadow: none;
}
.product-content-wrapper.center-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.product-content-wrapper.center-content .product-photo-container {
  width: 100%;
}
.product-page-style-image-top .product-content-wrapper.center-content {
  flex-direction: column;
}
.grid-content-store .product-body-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
}
.product-page-style-image-top .product-body-container {
  margin-top: 0;
}
.grid-content-store .product-body-container-inner {
  width: 90%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.grid-content-store.full-height .product-content-wrapper {
  min-height: 100vh;
}
.grid-content-store .product-body-container {
  position: relative;
  z-index: 9;
}
.grid-content-store .product-body-container:after {
  content: "";
  height: 100%;
  position: absolute;
  background: #f5f5f9;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  z-index: 1;
}
.grid-content-store.skewed-background .product-body-container:after {
  transform: skewX(-3deg);
  transform-origin: left bottom;
  left: -25px;
}
.grid-content-store.skewed-background.with-shadow
  .product-body-container:after {
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.product-page-style-image-left-big .product-body-container {
  width: 45%;
}
.reviews-header {
  padding: 30px 40px;
  box-sizing: border-box;
  background: #f6f7f7;
  border-radius: 5px;
}
.theme .global-button,
.theme .small-global-button,
a.add-to-cart {
  transition: 0.3s border-radius ease;
}
.theme .global-button:hover,
.theme .small-global-button:hover,
a.add-to-cart:hover {
  border-radius: 40px;
}
.product-body-container-inner.center .brand-wrapper {
  justify-content: center;
  flex-direction: column-reverse;
}
.product-body-container-inner.center .product-characteristics-wrapper,
.product-body-container-inner.center .product-stars {
  justify-content: center;
}
.product-body-container .product-body-container-inner.center h1,
.product-body-container-inner.center .product-price,
.product-body-container-inner.center .qty-wrapper label,
.product-body-container-inner.center .text-widget-content,
.product-body-container-inner.center .variation-wrapper label {
  text-align: center;
}
.product-body-container-inner.center .breadcrumb,
.product-body-container-inner.center .variation-wrapper .options-wrapper {
  float: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}
.product-body-container-inner.center .breadcrumb {
  margin-top: 10px;
}
.product-body-container-inner.center .variation-wrapper {
  margin: 10px auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: none;
}
.bump-add {
  color: #333;
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 14px;
  border: 1px solid #b8b8b8;
  border-radius: 30px;
  font-size: 14px;
  float: left;
  transition: border-radius 0.3s ease;
}
.bump-add:hover {
  border-radius: 3px;
}
.bump-add.active-bump {
  background: #6cbd69;
  border-color: #6cbd69;
  color: #fff;
  display: none;
  cursor: default;
}
.bump-add.active-bump svg {
  fill: #fff;
}
.remove-bump {
  display: none;
  margin-left: 15px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.remove-bump:hover {
  text-decoration: underline;
}
.bump-add svg {
  height: 20px;
  margin-right: 6px;
}
.bump-offer-buttons .tick-wrapper:before {
  display: none;
}
.bump-offer-buttons-wrapper {
  display: none;
}
.bump-offer-buttons .bump-offer-buttons-wrapper {
  display: block;
}
.bump-offer-buttons .tick-wrapper {
  padding: 25px;
}
.bump-active .bump-add.active-bump {
  display: flex;
}
.bump-active .bump-add.active-bump:hover {
  border-radius: 30px;
}
.bump-active .bump-add.inactive-bump {
  display: none;
}
.bump-active .remove-bump {
  display: inline-block;
}
.style-4 .checkout-summary {
  border-radius: 0;
}
.left-align .product-item-description,
.left-align .product-item-description div {
  text-align: left;
}
.center-align .product-item-description,
.center-align .product-item-description div {
  text-align: center;
}
.right-align .product-item-description,
.right-align .product-item-description div {
  text-align: right;
}
.product-list-style-text-boxed .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.storeWidget .product-list-style-text-boxed .product-item {
  padding: 15px;
  border-bottom: 0;
  border-radius: 10px;
  background: #f7f8fa;
  background: #fff;
}
.product-list-style-text-boxed .product-item-description {
  margin-bottom: 0;
}
.cart-preview.cart-preview-popup.cart-preview-full-height {
  top: 0 !important;
  bottom: 0 !important;
  height: 100%;
  right: 0 !important;
  left: auto;
  position: fixed;
  box-sizing: border-box;
  width: 410px;
}
.cart-preview.cart-preview-popup.cart-preview-full-height .cart-table {
  max-height: calc(100vh - 280px);
}
.cart-preview.cart-preview-popup.cart-preview-full-height h2 {
  font-size: 21px;
}
.cart-preview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.share-button .share-section {
  display: none;
  top: 22px;
  left: 0;
  position: absolute;
}
.share-button:hover .share-section {
  display: block;
}
.circle-wrapper {
  max-width: 1360px;
  width: 94%;
  background-color: #fff;
  box-shadow: 0 0 31px 0 rgba(71, 81, 99, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.circle-sidebar {
  width: 330px;
  float: left;
  padding: 8px;
  box-sizing: border-box;
  padding-bottom: 40px;
  -webkit-box-shadow: 10px 0 11px -10px rgb(71 81 99 / 11%);
  -moz-box-shadow: 10px 0 11px -10px rgba(71, 81, 99, 0.11);
  box-shadow: 10px 0 11px -10px rgb(71 81 99 / 11%);
  border-right: 1px solid #ecedf3;
  flex: none;
  font-family: sans-serif;
}
.circle-wrapper-style-2 .circle-sidebar {
  padding: 0;
  margin-right: 32px;
  box-shadow: none;
  border: none;
}
.circle-wrapper-style-2 {
  padding: 30px;
  box-sizing: border-box;
}
.circle-wrapper-style-2 .circle-content {
  background-color: #f5f6fa;
  border-radius: 15px;
}
.circle-content {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
}
.circle-cover {
  background-color: #ffb129;
  border-radius: 10px;
  height: 140px;
}
.circle-image-outer {
  margin-top: -110px;
}
.circle-image {
  border: 4px solid #fff;
  width: 180px;
  height: 180px;
  background-size: contain;
  border-radius: 50%;
  z-index: 9;
}
.circle-name {
  font-size: 21px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 1.2;
}
.circle-description,
.circle-members-info {
  font-size: 14px;
  opacity: 0.7;
  text-align: center;
  line-height: 1.4;
}
.circle-description {
  margin-top: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}
.cart-container .cart-row-new .product-info {
  word-break: break-all;
}
.inner-circles-wrapper-outer {
  padding: 0 30px;
  box-sizing: border-box;
}
.circle-wrapper-style-2 .inner-circles-wrapper-outer {
  padding: 0;
}
.circle-page-item {
  margin-bottom: 7px;
}
.circle-icon,
.circle-section-icon {
  padding: 10px;
  background: #f2f2f8;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  margin-right: 10px;
}
.inner-circle-pages-wrapper .circle-icon,
.inner-circle-pages-wrapper .circle-icon.small {
  background: #fff;
}
.circle-icon.small {
  width: 32px;
  height: 32px;
  padding: 7px;
}
.circle-icon.small svg {
  width: 18px;
  height: 18px;
}
.circle-item-name {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 700;
}
.circle-icon.small {
  padding: 7px;
  background: #f2f2f8;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex: none;
}
.circle-icon.big {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  flex: none;
}
.inner-circle-content-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  position: relative;
  float: left;
}
.inner-circle-content-thumb.blurred {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.inner-circle-pages-wrapper li.option-video-lesson a {
  border-radius: 8px;
}
.circle-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.circle-video-play-btn svg {
  width: 24px;
  height: 24px;
  fill: #000;
}
.inner-circle-content-icon svg {
  width: 18px;
  height: 18px;
}
.inner-circle-title {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.circle-page-status {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  padding: 8px 13px;
  background: #76bd65;
  cursor: pointer;
}
.circle-page-status-wrapper.circle-top-controls {
  padding: 12px 21px;
}
.inner-circle-desc,
.page-description {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 3px;
  line-height: 1.2;
  margin-top: 5px;
}
.inner-circle-toggle-icon {
  display: inline-block;
  margin-left: 8px;
}
.inner-circle-pages-wrapper li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.circle-page-item {
  border-radius: 30px;
  position: relative;
}
.option-video-lesson {
  margin-bottom: 8px;
  border-radius: 5px;
}
.inner-circle-pages-wrapper li a.with-thumb {
  border-radius: 8px;
}
.circle-page-item:hover,
.inner-circle-pages-wrapper a.active,
.inner-circle-pages-wrapper a:hover,
.option-video-lesson.active,
.option-video-lesson:hover,
.theme .profile-style-2 .profile-sidebar li a:hover,
.theme .profile-style-2 .profile-sidebar li.active a {
  background-color: rgba(100, 100, 100, 0.05);
}
.theme .profile-style-2 .profile-sidebar li a {
  border-radius: 30px;
}
.inner-circle-pages-wrapper a.active .circle-item-name {
  font-weight: 700;
}
.inner-circle-name span {
  font-size: 15px;
}
.inner-circle-name span.circle-badge {
  font-size: 11px;
}
.inner-circle-pages-wrapper {
  margin-top: 15px;
  margin-bottom: 5px;
}
.inner-circle-content-icon.add {
  padding: 1px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #ffb129;
}
.inner-circle-content-icon.add svg {
  width: 24px;
  height: 24px;
  padding: 3px;
  fill: #fff;
}
.inner-circle-pages-wrapper li a.complete .circle-icon {
  box-shadow: 0 0 0 2px #61e479 inset;
}
.border-design .circle-icon {
  background-color: transparent;
  box-shadow: 0 0 0 2px rgba(150, 150, 150, 0.3) inset;
}
.circle-page-item .complete-icon,
.circle-page-item .lock-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
  background: #3d3f4b;
  fill: #fff;
  border-radius: 50%;
  vertical-align: middle;
  padding: 3px;
  flex: none;
}
.circle-page-item .complete-icon {
  background: #76bd65;
  fill: #fff;
}
.circle-sidenav-back {
  border: 2px solid #333;
  padding: 7px 13px 7px 10px;
  border-radius: 30px;
}
.circle-sidenav-view {
  border: 2px solid #333;
  padding: 7px 10px 7px 13px;
  border-radius: 30px;
}
.circle-sidenav-back svg,
.circle-sidenav-view svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.circle-sidenav-view svg {
  margin-left: 5px;
  margin-right: 0;
}
.rounded-btn-effect {
  transition: border-radius 0.3s ease;
}
.rounded-btn-effect:hover {
  border-radius: 3px !important;
}
.content-text-wrapper {
  padding: 10px 10px 10px 0;
}
.circle-item-name .complete-icon {
  display: none;
}
.complete .circle-item-name .complete-icon {
  display: inline-block;
}
.circle-badge {
  background: #333;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  margin-left: 4px;
}
.inner-circle-content-thumb-outer {
  width: 123px;
  height: 76px;
  flex: none;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.small.inner-circle-content-thumb-outer {
  width: 100px;
  height: 60px;
}
.inner-circle-style-2 .inner-circle-wrapper {
  padding: 20px;
  box-sizing: border-box;
  background: #f2f2f8;
  border-radius: 10px;
}
.inner-circle-style-2 .border-design .circle-icon,
.inner-circle-style-2 .inner-circle-pages-wrapper .circle-section-icon,
.inner-circle-style-2 .inner-circle-pages-wrapper .inner-circle-content-icon {
  background: #fff;
}
.circle-posts-list {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.circle-post-start,
.circle-post-wrapper {
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 8px;
}
.circle-post-author {
  background: #f2f2f8;
  border-radius: 35px;
}
.circle-post-author-image {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-size: contain;
  border: 4px solid #dbdee8;
}
.circle-post-author-name {
  margin-left: 15px;
  font-size: 16px;
}
.circle-post-time {
  opacity: 0.7;
  margin-left: 15px;
  font-size: 14px;
  margin-right: 20px;
}
.circle-post-content {
  margin-top: 20px;
  padding: 0 65px 0 10px;
  box-sizing: border-box;
}
.circle-post-content h1.circle-post-content-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.circle-post-content span.circle-post-content-paragraph {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
}
.circle-post-content h1:last-child,
.circle-post-content span:last-child {
  margin-bottom: 0;
}
.circle-post-badge {
  background: #3d3f4b;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}
.circle-post-reply {
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 35px;
  margin-top: 10px;
}
.circle-post-comment-input {
  margin-left: 18px;
  font-size: 15px;
  color: #999;
}
.circle-post-reply .circle-post-author-image {
  width: 40px;
  height: 40px;
  border: none;
}
.circle-post-reply-wrapper {
  padding: 0 10px;
  box-sizing: border-box;
}
.circle-post-comments-wrapper,
.circle-post-footer {
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 15px;
}
.circle-round-btn {
  border-radius: 50%;
  background: #f2f2f8;
  font-size: 0;
}
.circle-round-btn svg {
  height: 18px;
  width: 18px;
  padding: 5px;
}
.circle-post-footer-comments-btn {
  padding: 8px 12px;
  background: #f2f2f8;
  border-radius: 30px;
}
.reaction-wrapper {
  margin-right: 5px;
  padding: 2px;
}
.reaction-wrapper span {
  margin-left: 5px;
}
.circle-post-share {
  background: #f2f2f8;
  padding: 5px 12px 5px 7px;
  border-radius: 30px;
}
.reaction-wrapper {
  background: #f2f2f8;
  border-radius: 30px;
}
.reaction-wrapper.active {
  padding-right: 12px;
}
.circle-post-share svg {
  height: 18px;
  width: 18px;
  margin-right: 7px;
}
.circle-effect {
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
.circle-effect:hover {
  border-radius: 4px;
}
.circle-post-comment .circle-post-author-image {
  width: 36px;
  height: 36px;
}
.circle-post-comment .circle-post-content {
  margin-top: 10px;
  padding-left: 60px;
}
.circle-post-comment {
  position: relative;
  margin-bottom: 15px;
}
.circle-post-comment:after {
  content: "";
  width: 2px;
  background: #f2f2f8;
  position: absolute;
  top: 44px;
  left: 22px;
  bottom: 0;
}
.circle-post-comment .circle-post-author-name {
  font-size: 15px;
}
.circle-comments-reply-wrapper {
  margin-top: 15px;
}
.comment-footer {
  margin-top: 7px;
}
.circle-post-comment .circle-post-content {
  padding-right: 0;
}
.circle-comment-content {
  padding-right: 30px;
  box-sizing: border-box;
}
.reaction-wrapper.active .circle-round-btn:not(.small-reaction) {
  background: #3391e1;
}
.reaction-wrapper.active .circle-round-btn svg {
  fill: #fff;
}
.reaction-wrapper .circle-round-btn svg {
  transition: fill 0.3s ease;
}
.circle-comment-content .circle-post-reply-wrapper {
  padding: 0;
}
.reaction-wrapper .circle-round-btn svg {
  height: 16px;
  width: 16px;
  padding: 4px;
}
.reaction-wrapper .circle-round-btn.small-reaction {
  background: #de2750;
  left: -5px;
  position: relative;
}
.reaction-wrapper .circle-round-btn:first-child {
  left: 0;
}
.reaction-icon {
  margin-right: 5px;
}
.reaction-wrapper .reaction-icon {
  margin-right: 0;
}
.comment-replies-count {
  float: left;
  margin-left: 15px;
}
.comment-replies-count:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  display: inline-block;
  margin-right: 11px;
}
.circle-icon-button {
  background: #f2f2f8;
  padding: 5px 12px 5px 7px;
  border-radius: 30px;
}
.circle-icon-button svg {
  height: 18px;
  width: 18px;
  margin-right: 7px;
}
.circle-post-types {
  margin-top: 15px;
}
.circle-post-starter {
  padding: 19px 25px;
  box-sizing: border-box;
  background: #fff;
  font-size: 15px;
  border-radius: 35px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  color: #999;
  cursor: pointer;
}
.circle-post-start-inner {
  margin-left: 15px;
  width: 100%;
}
.circle-post-types .circle-icon-button {
  padding: 7px 13px 7px 12px;
}
.theme .profile-wrapper.profile-style-2 {
  box-shadow: none;
  border: none;
  border-radius: 8px;
  padding: 30px;
}
.theme .profile-style-2 .profile-sidebar {
  width: 270px;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-right: 40px;
}
.theme .profile-style-2 .profile-content {
  background-color: #f5f6fa;
  border-radius: 15px;
}
.theme .profile-style-2 .profile-sidebar h2 {
  text-align: center;
  margin-top: 0;
}
.theme .profile-style-2 .profile-sidebar span {
  margin-top: 0;
}
.theme .profile-style-2 .profile-sidebar li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin-bottom: 8px;
}
.theme .profile-style-2 .profile-sidebar ul {
  left: 0;
  padding-left: 15px;
}
.theme .profile-style-2 .profile-sidebar span {
  color: #333;
}
.theme .profile-style-2 .profile-sidebar ul {
  margin-top: 0;
}
.theme .profile-style-2 .history-content {
  padding-top: 45px;
}
.profile-style-2 .profile-sidebar .circle-image {
  width: 130px;
  height: 130px;
}
.profile-style-2 .title-border {
  display: none;
}
.theme .profile-style-2 .history-content,
.theme .profile-style-2 .profile-content {
  padding: 40px;
}
.profile-style-2 .account-delete,
.profile-style-2 .membership-group-wrapper,
.profile-style-2 .subscription-wrapper,
.theme .profile-style-2 .profile-content select {
  background: #fff;
}
.profile-style-2 .subscription-wrapper h4,
.theme .profile-style-2 .profile-content .btn {
  text-transform: none;
}
.profile-style-2 .membership-group-wrapper,
.profile-style-2 .subscription-wrapper,
.widget .profile-style-2 .profile-content .subscription-wrapper {
  border: none;
}
.circle-page-header-inner {
  width: 90%;
  margin: 0 auto;
}
.circle-page-header {
  padding: 25px 0;
  background: #f5f6fa;
  -webkit-border-top-left-radius: 14px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -moz-border-radius-topright: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.reaction-icon-post.circle-round-btn svg {
  height: 20px;
  width: 20px;
  padding: 8px;
}
.page-description-inner {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin-top: 5px;
}
.white-background {
  background-color: #fff !important;
}
.circle-page-header .circle-section-icon {
  background: #fff;
}
.inner-circle-style-2 .inner-circle-pages-wrapper li a .complete-icon,
.inner-circle-style-2 .inner-circle-pages-wrapper li a .lock-icon {
  background: #fff;
}
.inner-circle-wrapper .small-button.with-icon {
  margin-left: 0;
}
.circle-page-item.text-only {
  padding: 13px;
  box-sizing: border-box;
}
.reaction-button {
  padding: 5px 12px 5px 7px;
  border-radius: 30px;
  background: #f2f2f8;
}
.reaction-button svg {
  height: 18px;
  width: 18px;
  margin-right: 7px;
}
.inner-circles-wrapper-outer .move-handle {
  cursor: move;
  z-index: 9;
}
.circle-wrapper.full-height {
  max-height: 100vh;
}
.circle-wrapper.full-height .circle-content,
.circle-wrapper.full-height .circle-sidebar {
  overflow-y: auto;
  overflow-x: hidden;
}
.note-editor .btn-group span,
.note-editor .fa {
  font-weight: 400 !important;
}
.speedy-office-autocomplete {
  max-height: 325px;
  overflow-x: hidden;
  overflow-y: auto;
}
.speedy-office-autocomplete li {
  height: 65px;
}
.speedy-office-autocomplete > li > div {
  font-weight: 700;
  clear: both;
  float: left;
}
.speedy-office-autocomplete > li > span {
  float: left;
  clear: both;
  opacity: 0.9;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.flip-clock-meridium {
  background: 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}
.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper:after {
  clear: both;
}
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 0 2px;
  width: 60px;
  height: 90px;
  font-weight: 700;
  border-radius: 6px;
}
.flip-small .flip-clock-wrapper ul {
  margin: 0 2px;
  border-radius: 3px;
}
.flip-medium .flip-clock-wrapper ul {
  margin: 0 1px;
  border-radius: 4px;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-wrapper .shadow {
  display: none;
}
.flip-wrapper.flip-with-shadow .shadow {
  display: block;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
}
.flip-with-shadow .flip-clock-wrapper ul li a div div.inn {
  text-shadow: 0 1px 2px #000;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-align: center;
  background-color: #333;
  border-radius: 3px;
  font-size: 70px;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.flip-clock-before {
  display: none;
}
.flip-with-animation .flip-clock-before {
  display: block;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-with-shadow .flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-with-animation .flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-with-shadow .flip-clock-dot {
  text-shadow: 0 1px 2px #000;
}
.flip-clock-dot {
  display: block;
}
.flip-wrapper .flip-clock-label {
  padding-top: 5px;
  display: none;
}
.flip-wrapper.flip-with-labels .flip-clock-label {
  display: block;
}
@-webkit-keyframes asd {
  0.00% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0.00% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0.00% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0.00% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
}
.flip-with-animation .flip-clock-wrapper ul.play li.flip-clock-active .down {
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0.00% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
  }
}
@-moz-keyframes turn {
  0.00% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0);
  }
}
@-o-keyframes turn {
  0.00% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0);
  }
}
@keyframes turn {
  0.00% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
}
.flip-with-animation .flip-clock-wrapper ul.play li.flip-clock-before .up {
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0.00% {
    -webkit-transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0.00% {
    -moz-transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0.00% {
    -o-transform: rotateX(0);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0.00% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.flip-with-animation
  .flip-clock-wrapper
  ul.play
  li.flip-clock-before
  .up
  .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-with-animation
  .flip-clock-wrapper
  ul.play
  li.flip-clock-active
  .up
  .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.flip-with-animation
  .flip-clock-wrapper
  ul.play
  li.flip-clock-before
  .down
  .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-with-animation
  .flip-clock-wrapper
  ul.play
  li.flip-clock-active
  .down
  .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flip-wrapper {
  margin: 0 auto;
  text-align: center;
}
.flip-wrapper > .flip-countdown {
  width: auto;
  margin: 0;
  float: none;
  display: inline-block;
}
.flip-wrapper.flip-at-left > .flip-countdown {
  float: left;
}
.flip-wrapper.flip-at-right > .flip-countdown {
  float: right;
}
